Still a work in progress as far as I know.
- 2 Posts
- 31 Comments
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•I got sick of PDFsam Pro ads and built a free PDF merger that runs entirely in your browserEnglish
16·2 days agoDid you just link people to some fucking IP address and port to your vibe-coded dreck like a completely clueless noob?
This is possibly the most hack-handed “release” I’ve ever been witness to.
Feel shame.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•State of the Discord - A Lesson (r/selfhosted)English
14·4 days agoThe irony.
PBS has a host backup client you can install on non-VMs. You can then configure it to just backup it’s operating system files. This works for other Linux machines in the network including the Proxmox server, PBS itself or desktops. I even use it on my LibreELEC raspberry pi tv box.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•what's the simple way to map services to subdomains instead of specifying the port number?English
4·5 days agoYou also need name resolution because service.host.lan goes nowhere.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•what's the simple way to map services to subdomains instead of specifying the port number?English
2·5 days agoIn OpenWRT, add an entry in DNSmasq under General - Addresses of
/myfakecomain.com/<serverIPAddressThis will make every variation of service.myfakedomain.com resolve to that address (assuming you have the hosts on your network obtaining DNS via the OpenWRT router).
Then set up a reverse proxy on that server or whereever you’re directing that wildcard. If you have a lot of docker stacks on that machine, I’d suggest Traefik because you can just configure the compose files with the hostnames you want for that service, and it’ll update Traefik to redirect that hostname to that container. You can also add bespoke entries to Traefik for non-container services, or other services on your network to redirect towards.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•what's the simple way to map services to subdomains instead of specifying the port number?English
1·5 days agodeleted by creator
It’s absolute bullshit. I ended up returning to Reddit for the technical subs precisely because I’m sick and tired of the smug cunts on Lemmy that publicly whinge about AI at the drop of a hat, but probably use it constantly behind the curtains. There’s no discussion to be had on Lemmy about AI; it’s automatically a fight.
Reddit is nowhere near as antagonistic to it. I’m not reading any of the default subs, of course, but the technical subs have useful discussion without constant acrimony from people that have no interest in being there except to be assholes.
It’s a downside to low traffic on Lemmy that encourages people to browse All, and end up inserting themselves into a discussion they wouldn’t have run across in their actual subscribed comms.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Most slopcode projects are abandoned and deleted within months of releaseEnglish
1·10 days agoI don’t see that it increases the costs. I’ve written software and PMd other software builds in a previous life. Software has bugs and either I fix it slowly because I have to wait for winter to have time, or the AI does it while I drive a tractor for a couple bucks in tokens. AI can architect fine now and if you use your head, you can cross-check the codebase to ease maintenance with other LLMs, then come in and give it a final QA yourself.
I have a bugtracker I build into any software I build, an agent watches for new entries by users and does some preliminary work before bringing it to my attention and then every day I get a report that I can say what gets worked on while I have coffee. Honestly, I don’t care if the agent decides to refactor the whole mary-anne, it pings me perioidically in Matrix and I steer it around like I do my hired men asking which field to cultivate next.
At this point I have almost entirely vibe-coded software that’s been dogfooded for almost 2 years that works great and massively improves our operation. And I have a dozen other ideas ready for me to give some attention to in order to get them off the ground. It’s an exciting time. I love it.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Most slopcode projects are abandoned and deleted within months of releaseEnglish
3·10 days agoI’ve rebuilt a few SaaS projects that I use so it’s under my control. Might not have all the bells and whistles, but it aligns with my needs better.
I rebuilt a simple Playstore task app into a multiuser fleet maintenance app for the farm. I’m not putting it in the wild, I don’t need that headache. I build it exactly for our needs and I don’t need to have to deal with users I can’t tell to fuck off to their faces when they get snotty about a bug.
But overall, this kneejerk “everything AI makes is broken” bullshit is starting to get to me. It’s pretty obvious these people either haven’t used it in the last year or so, or don’t know how to. Or they’re just performing for the internet, and actually use it all the time. I tend to think the latter.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•Any self hosted robotic lawn mowers?English
2·10 days agoI have the parts together for converting an older Ryobi cordless. Couple of DC motors and a Beaglebone Y-AI for the realtime RF5 controllers along with an ardusimple rtk gps. That might end up being a winter project.
I’ve built a self driving GPS for a tractor so this shouldn’t be too much of a lift.
I keep trying to use these, install and configure them, then never touch them again. I run across them when I’m roaming around on my one of my docker servers a year later and nuke them.
I’d love to find something that sticks, though. Hasn’t happened yet.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•The prices differences of different providers for the same domain is crazy.English
1·16 days agoThat was a .com moving over to I think EasyDNS. They could expedite the domain transfer around the lock if I could prove I had DNS access. Might have done that moving to NameCheap too on another one.
This was a few years ago too, everything has gotten stupid in the last few years. Maybe they won’t do that without a dispensation from the Pope and a notarized clean bill of health from the STD clinic.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•The prices differences of different providers for the same domain is crazy.English
2·17 days agoYou can usually do a domain transfer from a non-responding registrar if you can prove you have DNS control. It’s a manual process, but I’ve had to do it. It’s proved it’s worth to me to have them separated. Now, you might be down for a while, but you don’t have to go through a lengthy documentation process if you have DNS control.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•The prices differences of different providers for the same domain is crazy.English
2·17 days agoAnd you should always separate NS from registrar so if one goes rogue or tits up, you can recover your domain.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•The prices differences of different providers for the same domain is crazy.English
6·17 days agoAn .xyz automatically puts you block lists if you decide to use it for email. Just sayin.
Well, perhaps, but it shouldn’t be any more complicated than starting up the docker stack.
What are the specific problems? I might be able to help. You might also point an agent at the repo and ask it to stand it up, they’re pretty good at that sort of thing, just approve the commands it’s running to make sure it doesn’t shit the bed.
Were you using the Nextcloud AIO? I’ve used every method of installing NC over the last decade+ and the AIO is painless to install and maintain.
ikidd@lemmy.dbzer0.comto
Selfhosted@lemmy.world•PRISM - a self-hosted OSINT platform with a real-time dashboardEnglish
1·28 days agoSome mailchecks would be useful. DNS and the server responses.
Edit: Oops, just found it, different section. Valid DKIM check would be handy. Also, I’m not sure what “Deliverable” is about, comes up as “No” for a domain I use for email with no issues.



I haven’t done it, but I think you can add Github and other OIDC providers to Forgejo.