ikidd
@ikidd@lemmy.dbzer0.com
- Comment on Self-Host Weekly (31 July 2026) 2 days ago:
I mean, I’ve run across badly documented FOSS apps as well, but if I submit a correction, I don’t wrap up my ego in whether they take it or not.
If it’s been open for more than a week or two, I just delete it so it isn’t hanging around my feed. No worries, if that’s how you want to run your project it’s no skin off my nose.
But what kinda dweeb goes off on it in a Reddit post?
- Comment on Self-Host Weekly (31 July 2026) 2 days ago:
Interesting project on the novel writing platform. I’m surprised they did’t use git for the backend sync, it would seem purpose built for something like that.
- Comment on SMART data on some old drives, can anyone beat my powered-on times? 2 days ago:
- Comment on Self-Host Weekly (24 July 2026) 1 week ago:
He specifically goes on to say it’s primarily from dealing with anti-AI backlash in response to his use of Claude to help (solely) maintain the client: github.com/andrewrabert/jellium-desktop/…/609
- Comment on What's Your Ebook Automation Pipeline 1 week ago:
If you set it’s download folder in the .env to the same as the ingestion folder for Calibre, it’ll just show up. Set -no-browser-downloads and it’ll just drop that into the folder and won’t prompt you to save it manually.
--- version: "2.1" services: calibre: image: lscr.io/linuxserver/calibre:latest container_name: calibre environment: - PUID=0 - PGID=0 - TZ=America/Denver security_opt: - seccomp=unconfined volumes: - ./data:/config ports: - 7080:8080 - 7081:8081 - 7181:8181 restart: unless-stopped labels: - com.centurylinklabs.watchtower.enable=true openbooks: ports: - 7082:80 volumes: - './data/:/books' restart: unless-stopped container_name: calibre-openbooks # command: --persist command: --name asdasuu6ghgf --persist --no-browser-downloads environment: - BASE_PATH=/ image: evanbuss/openbooks:latest labels: - com.centurylinklabs.watchtower.enable=true
- Comment on Reliable messenger for family use? 1 week ago:
I’m not sure what the problem with the android version of Element X might be, it works perfectly for me and my wife.
And yah, I had high hopes for NC Talk, but it’s not worth the trouble even if you provision a STUN/TURN server.
- Comment on What's Your Ebook Automation Pipeline 2 weeks ago:
Openbooks IRC download to calibre guacamole instance to fbreader opds connection. Once I pick a book it’s automated to the point that I find it on my reader index page.
- Comment on I got sick of PDFsam Pro ads and built a free PDF merger that runs entirely in your browser 2 weeks ago:
Did 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.
- Comment on DIY PCB making, milling or chemical etching? 2 weeks ago:
I have a cheapshit cnc mill I use for PCB milling. It does the job and once you get used to it, it goes fairly quick. Challenge is getting the board to stay flat, because if the tape lets go, now your bit is digging for China, and no board starts flat.
But for getting a quick prototype with vias and SMD pads, I don’t think etching compares. I’ll cut boards until I’m happy with the design then send it off to JLCPCB for a production board.
- Comment on Does the RAM being closed to CPU actually matter? 2 weeks ago:
The newer M-series have the RAM soldered on the board instead of removable. Typically that means they have a higher bandwidth to the RAM because of it, but you can’t upgrade to more memory. It’s an advantage if you’re running LLMs on the unit itself, but not much use otherwise.
- Comment on State of the Discord - A Lesson 3 weeks ago:
The irony.
- Comment on Backing up Proxmox Backup Server 3 weeks ago:
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.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 3 weeks ago:
You also need name resolution because service.host.lan goes nowhere.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 3 weeks ago:
In 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.
- Comment on Self-Host Weekly (10 July 2026) 3 weeks ago:
That’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. 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.
- Comment on Most slopcode projects are abandoned and deleted within months of release 3 weeks ago:
I 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.
- Comment on Most slopcode projects are abandoned and deleted within months of release 3 weeks ago:
I’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.
- Comment on Any self hosted robotic lawn mowers? 3 weeks ago:
I 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.
- Comment on Homepage - Selfhosting Dashboard 3 weeks ago:
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.
- Comment on The prices differences of different providers for the same domain is crazy. 4 weeks ago:
That 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.
- Comment on The prices differences of different providers for the same domain is crazy. 4 weeks ago:
You can usually do a domain transfer with 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.
- Comment on The prices differences of different providers for the same domain is crazy. 4 weeks ago:
And you should always separate NS from registrar so if one goes rogue or tits up, you can recover your domain.
- Comment on The prices differences of different providers for the same domain is crazy. 4 weeks ago:
An .xyz automatically puts you block lists if you decide to use it for email. Just sayin.
- Comment on Examples of roles where actors from Star Trek give better performances than they did on Star Trek? 4 weeks ago:
Gangs of London
- Comment on Getting started with NextCloud? 5 weeks ago:
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.
- Comment on Getting started with NextCloud? 5 weeks ago:
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.
- Comment on PRISM - a self-hosted OSINT platform with a real-time dashboard 1 month ago:
Some mailchecks would be useful. DNS and the server responses.
- Comment on Uses for stalled mead? 1 month ago:
A wine yeast would probably manage to survive. It would be strong.
- Comment on Is there room for Windows selfhosters? 1 month ago:
Good for you. If the way Windows behaves now doesn’t drive people to Linux, they’ll never jump. They’ll just keep taking the abuse because they like it.
I don’t understand starting out on Linux in an immutable distro, but maybe that’s the oldhead in me, I’ve been on Linux since the 90s. I find adding software in those distros to be a massive pain in the ass, as well as dealing with its constraints on configurability. But if it’s working for you, fill your boots. Welcome to the dark side.
- Comment on Is there room for Windows selfhosters? 1 month ago:
Well, if masochism is your kink…