• 1 Post
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • Ideally for your router you want something that runs an open source firmware (OpenWRT, DD-WRT, OPNSense, FreshTomato). Its better because you get a completely unlocked everything you need system with security patches for the hardware’s true lifetime. Every router company stops with the security updates after a few years and then at some point it becomes part of a bot net or one of this mass hack events. Its best not to play in that game and instead run some open source firmware from the outset.

    The best way to start is to look at the website for openwrt.org and use their filtering to find a device that supports your needs (at least 5 LAN ethernet ports I guess and some wifi but AC sounds like it will do). The other option is a more typical 4 LAN port router which will give you a lot more options and then add a switch to that, doesn’t sound like you care too much about it being managed or >1gbps so they are also dirt cheap.



  • I don’t think modern Raspberry pi’s make much sense unless you are using GPIOs or really need the low power consumption. The 3 and the 4 were OK price wise but the pi 5 is quite close to all these N100 mini computers and they are a lot more performance and expansion compared to a raspberry pi 5 and still quite low power.

    Either a Topton or similar N100 based machine or a mini PC second hand is the way to go at the ~$100 mark. The mini PC will be faster and probably more expandable and cheaper but also more power consumption.






  • The best alternative I found when doing this was Mylk, which is Oat based but a lot more complex a formulation than most of the just Oat milks, the whole equivalent is the best, the coffee targeted one IMO wasn’t great but its worth a try also.

    However ultimately I learnt how to make coffee to get more complex flavours out of it and bought speciality coffee with a decent grinder and ended up finding sweetness in the coffee itself when its brewed well. This is the rabbit hole that is worth pursing, black coffee made a variety of ways.

    The other possibility is start taking in some homemade kefir, it might reduce the lactose intolerance.



  • Army painter or games workshop are very much trusted in the miniature painting scene. They have undercoat spray cans (which as the adult you might need to do yourself) and then the paint sets themselves have all been around a long time with good safety profiles. I haven’t had any issues with this process over pla other than the layer lines being tricky to paint and work with but paint adherence has worked fine.



  • I do both. I have a custom built NAS based on a Ryzen 3600 and ZFS across 4 drives which runs about 20 self hosted applications and stores the majority of my files but its only accessible from within the home. I also rent a small VPS for personal webspace and hosting self hosted apps I want out of the house.

    In the past I have also hosted raw servers from Hetzner or bigger VPS from Amazon for the purpose of hosting a game server. Alongside those I often had community applications like website, forums, wikis and custom chat and voice comms services.

    Its all self hosting to me since I run it. The various options are all about the trade offs of security, accessibility, cost and performance. The cheaper cloud options when you add it up can be cheap compared to buying and running your own hardware when you take into account electrical costs and the likely hardware replacement needs within 5 years. The big cloud providers aren’t price competitive but Contabo/Hetzner really surprisingly are especially if you pay a lot for electricity. But then if you need a game server it can be quite hard to find good fast CPUs on the cloud and its not going to be 24/7 for communities, so the trade off flips back to having your own.

    Since I got 1 gbit/s fibre internet my need for internal NAS has definitely reduced as the internet is nearly as fast as the local network so I could now have my NAS needs remote.


  • Even the main search engines don’t index the entire internet of content these days and their databases are truly massive already. Writing a basic web crawler to produce a search index isn’t all that hard (I used to do it as a programming exercise for applicants) but dealing with the volume of data of the entire internet and storing it to produce a worthwhile search engine however is just not feasible on home hardware, it would be TB’s at least. It wouldn’t just be a little worse it would dramatically worse unless you put substantial resources to it including enormous amounts of network bandwidth which would have your ISP questioning your “unlimited 1 gbps fibre” contract. It would probably take years to get decent and always be many months out of date at best.

    Doesn’t seem practical to try to self host based on the need to download and index every single page of the internet its a truly massive scale problem.