Basically https://youraislopbores.me/
DecentM
- 0 Posts
- 9 Comments
DecentM@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
4·7 days agoc/lostbots? What is even going on - podcast?
DecentM@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
81·7 days agoOh I’m not saying any use of ai is immediately bad, but as a dev I would want the author of the stuff I use to actually understand the whole codebase. I’ll try it out when I get some time to deploy it.
DecentM@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•TravStats – self-hosted flight tracker with 3D globe, heatmap & email parserEnglish
91·7 days agoHow much of the codebase do you write by hand?
We tend to measure the time until the last layout shift in milliseconds when doing SEO. At our
companywebsite, it’s minutes!
DecentM@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•How well do you know Javascript's Date class? Post your score!
5·7 months ago11/28 And people wonder why web devs reflex-install Luxon or date-fns or something
DecentM@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•[SOLVED] Need help for setting up a VPN projectEnglish
3·9 months agoYou’re pretty much describing Tailscale with an exit node on the VPS. If the purpose of the VPS is to make their traffic not come from your home, you can omit the VPS entirely as Tailscale only routes through the VPN when reaching services also on the VPN.
Edit: to self host it, look into Headscale, but the default, hosted control server works well too.
DecentM@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•What's the best setup for me? Which devices should I use?English
2·11 months agoDepending on your specs, I don’t think you need to buy hardware. You can scale later if you run out of resources. This is how I’d separate your stuff:
- Desktop: SteamOS (or Bazzite IMO), for gaming. Install Kodi on it for the HTPC interface, and add a shortcut to it on the big picture UI
- RPi: Home Assistant OS. They have images for the Pi, which will let you install updates and addons from the gui. Addons are just containers, so you may be able to run a service or two if you run out of resources on the other machines.
- Compute stick: Some server OS (I personally like Fedora Server, but loads of options are available here. Bazzite is Fedora based, so you can use knowledge you gain on one, on the other). Nextcloud (reconsider this, Nextcloud is a complaint magnet from what I can well, there are alternatives to most of its functions), your *arrs, torrent client etc. Stuff that is okay if it goes down for a bit.
- Laptop: Same OS as the compute stick. Whatever doesn’t fit the stick, plus Pihole/Adguard. For DNS though, I’d recommend using a cloud provider instead of self hosted, because if it goes down, you’ll be stuck reconfiguring your DNS before fixing it (since if dns goes down, you can’t easily access websites to look up stuff). IMO NextDNS is a good option, both free and paid tiers, and it does adblock lists too.
Edit:
- For remote management, ZeroTier and Tailscale are both good options at the moment. I use Tailscale, but they recently announced they want to IPO at some point, so I’ll be moving to Headscale (the self hosted version essentially) if they start enshittifying.
- For remote gaming, check if Steam remote play works, or set up a Sunshine server on your PC.

Yikes