Jonathan Gerlach
JonathanGerlach@mastodon.social
<p>He / Him</p>
Posts
-
Post #676962
I wish it was easier to know the impact of going IPv6-only in my mail system. There are a few others that I wish I could just magically know. The impact of: - IPv6-only mail delivery - Strict TLS-only connections - Rejecting mail without the basic DKIM stuff - Moving the actual mail server to my home network and using proxies and WireGuard tunnels to pass the mail to the server I could try all of these out, but it would take precious time.
-
Post #676960
I have a lot of projects that I&#39;ve either intended to do and haven&#39;t started or I&#39;ve started and not completed. I&#39;m trying to figure out a way to combine lots of the things into one project. My &quot;get good at C++ and D&quot; can be combined with &quot;read and write more assembly&quot; and &quot;figure out data-oriented programming&quot; and my &quot;maybe replace Plex some day&quot; project. I want to build an STL clone that can...
-
Post #676959
I said to someone that I’m not doing the Magic: The Gathering tournament today because I don’t know how to play and, in a very Vermont fashion, someone turned to me and said he runs Dad Guild and they have a “Learn Magic to play with your kid” event I should attend. There are kind people hiding in the shadows.
-
Post #676958
Downtown Burlington today
-
Post #676957
I wonder if anyone had yanked the guts out of the MacBook Neo and put them in a thicker case with a better keyboard.
-
Post #676955
I have to mute whatever OpenClaw is. Everyone who talks about it seems to have the psychosis that’s going around.
-
Post #676954
If I was going to start a remote software company and hire people, I think I&#39;d want to have: VPS: SSO with Pocket ID Headscale Email A static blog with subdirectories for users Headscale Network: Forgejo Forgejo Runners on Docker Planning software Some kind of Wiki Something like Teams (Maybe Jitsi?) When I redo my mail server in the next year or so, I want to try to figure out how to provision users. Right now I have a SQLite DB, which isn&#39;t ideal.
-
Post #675860
I’m daydreaming about retrofitting Donut Labs’ batteries into all the things. Phones, laptops, wireless headphones, etc. I know thot these will probably be used for grid support and EVs first, but I hope tech-oriented people will get them too (and soon). https://www.donutlab.com/battery/
-
Post #640621
Does anyone on here have a good book recommendation that walks you through things like dithering algorithms, poisson distribution, voronoi, etc? I want to get better at thinking about algorithms and understanding their implementations. I typically will find code that does a thing and I&#39;ll use it as a tool in my toolbelt. I can usually tell that the code isn&#39;t optimal, but it&#39;s a different skill to see that the algorithm isn&#39;t a good fit for project / platform.