Holy cow it’s been a minute. We went to Japan for a couple weeks and when I came back, I was feeling super chill. So chill that I didn’t want to get back into the swing of writing. It’s not just my retros that suffered, but all of my notes. My Obsidian Vault has cobwebs growing.
But if I just keep not writing, it’ll be a year before I write here again, and I really don’t want that to happen. So here I am, writing a… 6 week retro.
I’ve been working full time for just about 10 years now. During that time, I’ve traveled a lot for work, I’ve traveled a lot for conferences, and I’ve traveled a lot to see loved ones. But I never really traveled internationally, and I recently changed that.
Sienna and I spent 16 days in Japan, mostly in Tokyo. It was my first time there and I had a great time. It was wild that I could just go out walking around at like 11pm and things were safe and clean. We explored Akihabara, Ginza, Shibuya, Shinjuku, and Ikebukuro, and maybe one or two other areas I’m forgetting.
A lot of people have asked me my favorite part of the trip, and I’d be lying if I said anything other than the transit system. Trains in Japan are incredible. Missed your train? Don’t worry, another will be there in 5 minutes or less. Meanwhile if I miss Bart in the morning I might be waiting 20 minutes or more. We also took the Tokaido Shinkansen over to Kyoto and Osaka, and that was a super cool experience. I have heard a lot of people talk about how America should invest in high speed rail over the years, but now that I’ve experienced it first hand… damn.
I’ve been getting more into the Meshtastic scene, but my little Heltec radio has been a bit of a nightmare. While it was super cool to get and start experimenting with, I basically constantly have issues receiving or sending messages to the default LongFast channel. I will sometimes not get any messages for hours, then get many hours of messages all at once. My messages also often hit maximum retries without being delivered, despite being in an area with several other radios fairly close.
But even with the difficulties I’ve been having, I’m still super interested and I recently printed a little MOLLE holster for it, which was a super smooth print and fits wonderfully. I am considering getting a little solar outdoor node like this Atlavox S4. I’m sure I could make something for a cheaper price, but I feel like getting started it would be nice to just have something pre-fab.
I’ve finally decided to pull the trigger and I ordered an HL15 from 45 Home Lab. I’m going with the X11SPH-nCTF SuperMicro board, a Xeon Silver 4210 processor, and 64GB of memory.
This will be replacing my current media server, which is running Windows 10 on my old i7-3770K that used to be my state of the art gaming server. That machine is so old that it’s also not running an NVMe SSD, it’s running an engineering sample drive I got while I worked at Intel. I might bring the drive over to the new system, though. It’s getting pretty close to 1PB total bytes written, and I really want to see how far it goes. It has also only been powered off for less than 3 hours since it’s release date, which is very satisfying.
I’ve been pretty hesitant - I’ve been thinking about buying this for months, but it’s a pretty hefty expense, and technically my media server still works fine now. But overall I’m looking at this and thinking “If this lasts 10 years like my current one, the amortized price isn’t so big.” I have a lot of opportunity to fix some mistakes I made while building my current server over time, get to use some newer technology, and consolidate down so that I can combine my media server, my NAS, and the few random services I have running on pis and nucs aroudn the house. I think I’m also giving up on my home k3s cluster. That thing feels like pulling teeth whenever I want to work on it.
So I’m thinking TrueNAS Scale. I’d love to hear your opinions, though. I want something that is out of the way when I just want it to work, but that lets me tinker and customize when I want to.
I have a few microprojects that I am starting to develop. I’ve thought, for a long time, that I wanted to have my own services like my own image sharing service, my own pastebin, my own link shortener, etc. I know that all of these options have self-hosted options that are easy to install. But the usage model I’d like to consider is that only I can publish things to these services, but anyone can see them.
I built a link shortener on my laptop in about an hour the other night, and I think a personal-use link shortener might be the perfect first web development project for new developers. It’s easy to scope it pretty narrowly, and also easy to see new features that you might want. For example, at the base, you just need to submit the URL and return a short ID, and have a route that redirects the short ID to the URL. But then you can add some basic stats, like tracking each visit over time so you can see how popular it is on any given day. And you could do all this with just a json file, if you wanted, or a simple sqlite database once you want to improve it even more.
Anyways, I’m going to start recommending link shorteners as projects when someone wants to get started with development. Meanwhile I’m going to keep building my own little single-purpose tools.