HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jdoss

no profile record

comments

jdoss
·há 2 meses·discuss
I instantly thought of Reticulum too. I got into LoRa based stuff last weekend and the thought of sending messages super slowly to random people around the Chicago area has me excited again about the possiblities of a distrubuted network that nobody truely owns. I bet LoRa based projects are going to have tons of problems at scale but right now it's pretty fun.
jdoss
·há 9 meses·discuss
I use defined.net (managed Nebula) for my homelab and side project overlay networks, and it works great. They have a very generous free tier and I automate enrollment with a set of systemd units that I wrote. Configuration is very easy and the Nebula android app does what I need so I can access everything over my phone. A few friends use wg-easy to manage their wireguard setups, and they sing its praise.

I still use wireguard for simple point to point tunnels into my datacenter rack but anything important I use Nebula.

https://github.com/quickvm/defined-systemd-units
jdoss
·há 9 meses·discuss
I got hit by the Minio admin change in the console when I upgraded my installation recently, and I found https://github.com/huncrys/minio-console which adds it all back in. It works as expected so far.

I find this kind of rug pull behavior so hostile I will be looking to replace Minio as soon as possible in my homelab. To be clear, I would pay for a license if the prices weren't impossible to afford as an invidual who uses Minio for non-business reasons.
jdoss
·há 2 anos·discuss
I was thinking about how fun it would be to add this my Python CLI [0] I made for launching Fedora CoreOS locally with QEMU for testing ignition, but with a flag that is turned off by default. Using the burn effect in TTE when launching a VM with my CLI would be so cool.

This instantly reminded me about Ansible and how it annoyed me that ANSIBLE_NOCOWS had to be enabled to disable the default output of Ansible with cowsay [1].

[0]: https://github.com/quickvm/bupy

[1]: https://github.com/ansible/ansible/issues/10530