• 0 Posts
  • 5 Comments
Joined 10 months ago
cake
Cake day: August 14th, 2024

help-circle

  • When I was about 6 years old, I had just gotten back from spending a weekend with my cousins who were like my siblings because I was an only child. We had fun running around and playing catch and riding bikes etc. and my cousin showed me monster trucks for the first time ever. So while I was alone in my room I had the tv on waiting for a new episode of monster trucks to come on and throwing a football across the room to myself, jumping onto my bed to catch it.

    On what would be my last attempt, I lobbed the ball, took a couple steps and jumped forward. Unfortunately, I misjudged the distance. The next thing I know I am on the floor trying to sit up and looking around trying to figure out what happened. When I looked down I saw a stream of blood dripping onto my arm and hand. I just screamed until my parents showed up to help.

    I wound up being taken to the urgent care and spending a night at the hospital because I landed face first onto the sharp wooden corner of my bed frame, shattering my nose into 6 pieces and splitting my face open requiring reconstruction and about 80 stitches. Decades later and you’d never know it happened but boy do I think back at how dumb that was lol.


  • I would make the case for proxmox on the machine so you can divvy up the hardware as you see fit— but also setup the hard drives as a zfs1 pool (1 redundancy failure allowed). This way you can make multiple isolated machines or use LXC containers directly for apps, services, etc. while benefiting from ZFS’s excellent performance and reliability. I would say that TrueNAS Scale has been a bit of a letdown for me because it feels bloated, easy to make mistakes with complicated setups, and I have less control over the hardware. I don’t like how updates have fully broken apps. That said it is a reliable ZFS wrapper with more bells and whistles in the UI over what proxmox offers— caveat being that both can do everything if you want to take the time to learn ZFS commands.

    There is also the TrueNAS based alternative HexOS that is more beginner friendly for just getting a nice NAS setup fast while still supporting apps / containers.



  • I will always recommend Ben Eater’s breadboard computer 6502 project for anyone who wants to know how it works. The 8-bit breadboard computer project as the next step too, to really dive into all the pieces. But the 6502 project is a nice entry point into hardware itself as well as the basic components of processor and memory. How and what the 1s and 0s are doing and how to make them do what you want them to do. Getting up to a working character display and serial input for a keyboard to type is such a satisfying process that takes only a few hours if you kinda know what you’re doing and a few days if you know nothing.