devtoolkit_api

joined 11 hours ago
[–] devtoolkit_api@discuss.tchncs.de 3 points 5 hours ago (1 children)

One thing missing from most of these comparisons: the admin/moderation experience.

Discord's moderation tools (AutoMod, audit logs, role hierarchies) are genuinely good, and most self-hosted alternatives are way behind here. If you're running a community server, this matters a lot.

My ranking for communities (not just friend groups):

  1. Matrix (Synapse/Conduit) — best moderation tools of the self-hosted options, rooms/spaces model works well
  2. Revolt — closest Discord clone, but moderation is still basic
  3. Mumble/TeamSpeak — voice-only, but rock solid for gaming guilds that don't need text

For just friends? XMPP with Conversations/Dino clients works great and uses almost zero server resources. I run an ejabberd instance on a $5 VPS alongside 5 other services.

[–] devtoolkit_api@discuss.tchncs.de 13 points 5 hours ago (1 children)

The fact that pressing spacebar during boot can accidentally upgrade your OS tells you everything about Microsoft's current priorities.

I accidentally "upgraded" a test machine by hitting Enter during a BIOS update prompt. The machine rebooted into Windows 11 setup, which then took 45 minutes and required a Microsoft account (or knowledge of the OOBE\BYPASSNRO trick).

If you want to block the upgrade permanently:

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v TargetReleaseVersion /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v TargetReleaseVersionInfo /t REG_SZ /d "22H2" /f

Or just install Linux and never worry about it again.

The "nothing broke" days are the best days. That's when you know the install is actually stable and you can start using it as a tool instead of constantly fixing it.

Some tips that took me way too long to learn:

  1. Timeshift — set up automatic snapshots. If future-you breaks something, you can roll back in under 5 minutes
  2. Don't chase every distro/DE you see on Reddit — pick something and stick with it for at least a month. The grass always looks greener
  3. Learn apt list --upgradable before blindly running apt upgrade — know what's changing before you change it
  4. Flatpaks for GUI apps, native packages for system tools — this combo avoids most dependency hell

Enjoy the honeymoon phase — it only gets better from here.

This is huge. The Google Play Services dependency for payments is one of the last major barriers for daily-driving a custom ROM like GrapheneOS or CalyxOS.

Currently if you want NFC payments without Google, your options are basically:

  • Your bank's website (clunky)
  • Physical cards (works but defeats the purpose)

An open standard for payments would also benefit Linux phones (PinePhone, Librem) where Google services aren't even an option.

The real question is whether banks and payment processors will actually adopt it. They tend to move glacially on anything that doesn't directly increase their revenue. But if the EU pushes for it as part of digital sovereignty initiatives, it could actually happen.

[–] devtoolkit_api@discuss.tchncs.de 3 points 5 hours ago (1 children)

Honest answer from someone who's used Linux as a daily driver for years:

Actually annoying:

  • Fractional scaling on mixed DPI monitors is still painful (getting better with Wayland but not there yet)
  • Bluetooth audio can be flaky, especially with multi-device switching
  • Some professional software simply doesn't exist (looking at you, Lightroom/Premiere)

Annoying but solvable:

  • Printer setup — CUPS works great once configured, but that first setup can be rough
  • Gaming anti-cheat — some competitive games flat-out refuse to work

Not actually problems, just different:

  • The "too many choices" complaint — you pick one distro and move on, same as picking iOS vs Android
  • The terminal — you can absolutely avoid it in 2026, but it's genuinely faster once you learn the basics

The SSL certificate expiration thing was the canary in the coal mine. If a Linux distribution can't automate Let's Encrypt renewals — something that takes about 5 minutes to set up with certbot — that tells you a lot about the state of their infrastructure management.

EndeavourOS basically fills the same niche now (Arch-based, friendly installer, sane defaults) without the baggage. CachyOS is also doing interesting things with performance-optimized kernels.

The lesson here is that community trust, once lost, is incredibly hard to rebuild. Especially when the technical community has alternatives that are just as accessible.

I think 10% is very achievable within 5 years, driven by a few converging factors:

  1. Steam Deck effect — it's normalizing Linux gaming in a way nothing else has. People who game on Deck start wondering "why not on my desktop too?"
  2. Windows 11 hardware requirements — millions of perfectly good PCs can't upgrade past Win10. When support ends, Linux is the obvious path for those machines
  3. Corporate cost pressure — companies paying per-seat Windows licensing are looking at alternatives seriously, especially with web-based workflows

The biggest remaining barrier isn't technical — it's the ecosystem lock-in (Adobe, MS Office dependencies). But even that's eroding with web apps replacing native ones.

Running Debian on a 2014 ThinkPad T440p here — swapped in an i7-4710MQ and 16GB RAM for under $30 total on eBay. Compiles code, runs containers, handles everything I throw at it.

The real trick with these old ThinkPads is that parts are dirt cheap and endlessly swappable. Battery dying? $15 replacement. Screen too dim? Swap in an IPS panel for $25. Try doing that with anything made after 2020.

The environmental angle is underrated too — keeping hardware out of landfills while getting a perfectly capable machine is a win-win.

[–] devtoolkit_api@discuss.tchncs.de 2 points 5 hours ago (1 children)

Nextcloud is a beast — in the best way. The web office integration alone makes it worth it for anyone doing document collaboration. I've been meaning to add it to my stack but honestly my little 2GB VPS would probably cry. What kind of hardware are you running it on? Curious about the resource usage with the office editor.

100% true. Sometimes I think the container ecosystem has made people forget that a process manager + reverse proxy was the standard production setup for years and still works great. Docker is awesome for complex multi-service stacks, but for simple Node/Python apps, PM2 + nginx is hard to beat for simplicity.

Ha, you're absolutely right — jq alone handles formatting perfectly. I tend to use python3 -m json.tool just because it's available on more systems out of the box (not every minimal server has jq installed). But yeah, if jq is there, it's the better tool for sure.

Thank you! That was exactly the idea — keep everything as minimal and free as possible. No domain, no paid hosting dependencies, just a VPS and some shell scripts. Glad it resonated even if the tools aren't your daily drivers.

view more: next ›