Skip Navigation

Posts
19
Comments
194
Joined
2 yr. ago

  • I started on a similar journey (escaping from Evernote rather than Nextcloud), and ended up on Silverbullet run at home and accessed over Tailscale. It is a bit of a different approach and has a small upfront learning time. I love having all my notes as reasonably plain markdown, so if I ever want to change my solution, my data's in an easily movable format - for example changing to Obsidian would not involve any import/export.

  • Aww. Thanks. I've got the cable, I just need to invest some time into a couple of suggestions from here.

  • According to the readout on my UPS, about 10W idle

  • I'm seconding this. The Pi-supply-dry is getting better, but for similar money to a Pi4 you can get an ex-corporate 1L mini PC (I like the HP G1 800's in a nice case, with engineered cooling, real storage, and easy memory upgrades.

  • Love KeePass, I use it to store all my passwords including to SyncThing, then I keep my KeePass file in my SyncThing instance so I can recover from a disaster. Definitely nothing could go wrong with that ;-)

  • No. That looks very promising. Thanks, I'll check it out!

  • ESP8266

    Thanks - I sort of had that Idea and looked at the ESP32 with an Ethernet port, but it was looking complex to flash because of no UART etc. Looks like the ESP8266 would need an add on for Ethernet? Plus I might still be out of my depth figuring out how to flash it?

    I also considered an Ethernet hat for the Uno since I have a couple of them floating around somewhere, but in the end the B+ was cheaper. Those little boards would probably be better for power consumption as well though

  • I was wishing I had one just recently. I'm not smart enough to get my ancient APC UPS to interface to Debian with the USB cable, so I need a device I can ping that's plugged into the mains (ie not through the UPC) so I can run a script that shuts the server down when the Pi stops responding to the pings.

    So that's all it'd need to do - respond to pings when it's powered on. I've ordered a B+ for exactly this job.

  • My Dad gets confused trying to make a call on his phone, but he can say "Alexa, call Third Breakfast".

    We have an emergency button to go around his neck, with an monthly phone plan, which seems to permanently live on the kitchen bench...

  • I have a 4 bay Synology and an HP G2 800 i7-6700, plus a POE switch, couple of cameras, omada WAP. The software load is mostly Jellyfin and Syncthing plus a BOINC LXC that pegs one core. Power consumption generally sits at around 55-65W (my APC UPS has a power readout) from memory the idle was pretty low - I think 24W although that might have been the previous 2 bay NAS.

    I think your plan of a NUC and a NAS (I'd stick to 2 bay) is a good compromise for low power and easy of setup/management. I have my NAS configured to keep the rust spinning - I'm sure I'd save a bit of power by letting it spin down, but the delay when I starting some media in Jellyfin was annoying, and I suspect the disks will live longer moving anyway.

  • Me too. I've been carrying it around in my head as "the time we listened to scientists, and almost everyone worked together on some short term pain for worldwide long term gain". I was even hoping we might do something like that again.

  • So their names would come across with them. In what I'm proposing, you wouldn't worry about attaching the drive. Just copy the data for one service over, then start it's container on the laptop. Once that's all working fine, do the rest one at a time till they're all on the laptop. Then wipe your Dell and start from scratch.

  • I'm not clear on how your tailscale names are attached to the services. Do you mean you've got a different Tailscale magic DNS for each docker container with a sidecar?

    I'm not a Tailscale expert, all my services are in VM's or LXC's so they get their own Tailscale name that moves with them. Perhaps Tailscale allows you to add extra names for the same host or something?

  • Sounds like it would be easier to run your VM on the laptop, leave the SSD in the 5070, and move each service over to the laptop one at a time. Then nuke and repave the 5070 with the upgraded drive, and then move the services back.

    Ansible is great, but I'd leave learning that as a separate project in the future. Convert to docker compose as part of this process if you're not already doing that.

  • For anyone without the inclination to wade through 47 pages, here's what they say about HTMX, which they've classified as "Assess" rather than "Trial" or "Adopt"

    htmx is a small, neat HTML UI library that recently became popular seemingly out of nowhere. During our Radar discussion, we found its predecessor intercooler.js existed ten years ago. Unlike other increasingly complex pre-compiled JavaScript/TypeScript frameworks, htmx encourages the direct use of HTML attributes to access operations such as AJAX, CSS transitions, WebSockets and Server- Sent Events. There’s nothing technically sophisticated about htmx, but its popularity recalls the simplicity of hypertext in the early days of the web. The project’s website also features some insightful (and amusing) essays on hypermedia and web development, which suggests the team behind htmx have thought carefully about its purpose and philosophy.

  • This is a genuinely fresh and intriguing idea, but you've sort of answered your own question (as have most of the commenters) by noting it would immediately be abused. So I think you are going to have to be the one deciding how your compute cycles and bandwidth are being used.

    BOINC/World Community Grid is the obvious choice since they are set up for exactly this use case. There's also things like Sheepit - a render farm. Maybe you could run a Tor node .

  • Would be handy for attaching your name badge, or if you need to put those little hard drive screws somewhere so you don't lose them.

  • A mate did that bit - CM108 I think.

  • The Raspberry Pi's are little low cost computers you can use for things, with good support, conventional OS's that work and lots of searchable information and experiences. To varying degrees, the other boards are more like development boards - good for fiddling with if getting things going is your hobby.