Skip Navigation
Jump
Have you upgraded to WiFi 6 - 802.11.ax?
  • I have Starlink gen 2 which only supports WiFi 5. After getting the Ethernet adapter and putting up a WiFi 6 access point almost all of my WiFi problems went away. I dunno if the problems were because of the Starlink implementation, or the older WiFi version, but for me it was a huge difference.

    2
  • Jump
    Which OS do you use for your homeserver?
  • I came back to Gentoo after years of Kubuntu. Once they forced snap down our throats and started pulling other weird crap I knew it was time to make a change. I came back to Gentoo and it's been pretty great. Still a few things to iron out on my laptop installs, but it's great for my home server.

    2
  • Jump
    Am I in over my head? Need some encouragement!
  • I've been doing Linux server administration for 20 years now. You'll always have to duckduckgo things. You'll never keep it all in your head, even just a single server with a handful of services. Docker and containers really isn't too hard. Just start small and build from there. If you can learn how the chroot command works, you've pretty much learned docker. It's just chroot with more features.

    8
  • Jump
    Cling 1.0 Released For Interactive C++ Interpreter
  • I love cling. It's super nice when you don't quite know the syntax for the thing you want to try, but you have a couple good guesses. It's also great for quickly iterating to figure out how to use libraries that have crappy or no documentation.

    1
  • Jump
    GNU C Library 2.38
  • Finally getting the strl family functions. It really shouldn't have taken this long given how many problems are caused by strcat (or even strncat). Now getting people to use them is the next battle.

    2
  • Jump
    A blog that is a single executable binary
  • I've been working on a similar project since about 2016. My goals were slightly different. I wanted to use C++ and focus on minimalism, but still have solid content and capabilities. I finished a working version that hosts a JSON API of weather data and a web app to manage email aliases for a self-hosted mail server. It's nothing fancy, but it generally works.

    3
  • 0