Just a geek, finding my way in the fediverse.

  • 0 Posts
  • 25 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle
  • Like other posts - brother, laser.

    My ancient HP laserjet died a few months back so I picked up a brother. It amazed me that I just plugged it in (Linux) and it worked. No hplip, no cups config, just worked.

    Even more impressive, I tried the network/wifi print out of curiosity and it also just worked… Nothing special, Debian 13 auto discovered it on the network and added it to my printer list.

    I had the HP for over 15 years and it was always a bitch to get working with Linux. Hoping this brother lasts at least as long.







  • Out of curiosity, how do you have that setup (at a high level)?

    I’ve got a bluetti system for emergency power (12kWh, 6kW AC output) but I need to plug things directly into it. It’d be nice to feed it directly to my house wiring but … selectively. That is, I wouldn’t want to power the HVAC but it would be nice to not have to shuffle the fridge/freezer plugs from the wall to the inverter.

    Dedicated circuit(s) with a manual switch from mains to inverter, I’m guessing? But then we get into all the extras required to do that safely and avoid back feeding the grid.

    Granted, they have systems/setups specifically for whole house power but I don’t want to feed the whole house, just the important circuits/appliances.



  • I got the gl-mt6000/flint2 about 6 months ago. I’m definitely not a network expert but I unboxed it, powered it up, and immediately flashed OpenWRT. No problems.

    The only slightly technical things I’ve done with it are to install a router level ad/tracking blocker when my RPi2 pihole stopped being reliable and install the tailscale client on it with exit node enabled. Everything works fine.

    I use tailscale to get to my LAN (even though the desktop is also running tailscale) for many reasons (self hosting) but the main reason is my home server is disk level LUKS encrypted. The router restarts autonomously after a power outage so I use it to get to the server via tailscale+Dropbear to remote unlock the server disk after a power outage.

    I’ve had zero complaints and would recommend.





  • https://silverbullet.md/

    It’s like obsidian (I hear) but FOSS. I love it and it’s by far the self hosted service I use most.

    It stores your notes in a plain directory hierarchy of markdown files so you can just point a cron shell script at it to git add/commit/push at your desired internal and you’ve got history tracking/backups too

    Edit: also provides a PWA so you can “install” it on your phone instead of always using a full browser.

    Edit x2: includes a Lua interpreter so you can get scripty with it. I use that functionality more than I expected and I suck at Lua

    Edit x3: and it auto synchs to each device when open with conflict detection. Full copy is stored local to each device, synched when possible