- 0 Posts
- 9 Comments
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish12·29 days agoI think a lot of companies view their free plan as recruiting/advertising — if you use TailScale personally and have a great experience then you’ll bring in business by advocating for it at work.
Of course it could go either way, and I don’t rely on TailScale (it’s my “backup” VPN to my home network)… we’ll see, I guess.
…are Turing Complete, so what you can do with them is exactly equal.
But they’re only equal in the Turing complete sense, which (iirc) says nothing about performance or timing.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish10·1 month agoHopefully you can publish in an open-access journal — if not it would be great if you could share an arXiv preprint :)
It is really powerful per watt, and has a built-in UPS. Any homelab type things you could do with that? macOS+homebrew will give you a nice *NIX feel, very familiar if you’re a Linux user.
I’m a fan of having a remote homelab computer+disk for off-site storage. This would be a good candidate in that it wouldn’t use excessive power at a friend/family’s place, but may be overkill (I use a pi3 for that).
I’d say it gets a little different with command line utilities — maybe “utility” is the appropriate term here, but I’d call something like
grep
a program, not an application (again — “utility” also works).To be sure,
grep
is extremely powerful, but its scope is limited.
qjkxbmwvz@startrek.websiteto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English661·2 months agoPhysics is like sex: sure, it may give some practical results, but that’s not why we do it.
— Richard P. Feynman
I think the same is true for a lot of folks and self hosting. Sure, having data in our own hands is great, and yes avoiding vendor lock-in is nice. But at the end of the day, it’s nice to have computers seem “fun” again.
At least, that’s my perspective.
qjkxbmwvz@startrek.websiteto Self Hosted - Self-hosting your services.@lemmy.ml•could you be able to self host on a raspberry pi1·5 months agoI switched from raspberry pi and orange pi to a cheap Intel NUC, and I think it’s just a much nicer experience.
The pi is great fun, but the HW transcoding on a NUC “just works,” and the SSD and 16GB RAM opens a lot of doors. My N100 NUC was less than $150, and it included everything (case, power supply, 500GB SSD).
My pi found new life as an off-site backup: attach a big HDD, set up WireGuard, and have a cronjob do daily rsync and snapshots. I have it set up at in-laws, and it works great.
I’ve been happy with the SMLIGHT SLZB-06M. You can easily flash firmware, and it has PoE which was important for me. I believe it also supports Thread, but I haven’t tried this yet (and I’m not sure if it supports it at the same time as Zigbee).
Zigbee smart plugs from Third Reality have been pretty solid in my experience, and they report power usage.
For circuit breaker level monitoring, I have an Emporia Vue2. I have it running esphome, completely local — unfortunately this requires some simple soldering and flashing, so it’s not turnkey. But it’s been rock solid ever since flashing it. (Process is well documented online.)
I’ve had decent luck with cheap wifi Matter bulbs, but provisioning them is finicky, and sometimes they just crap out and need to be power cycled; Zigbee bulbs (e.g., Ikea) have generally been reliable, though sometimes I’ve had difficulty pairing them initially. After power cycling a Matter WiFi bulb, it takes a while for it to respond to Home Assistant; Zigbee bulbs generally respond as soon as you power them on.
I have a wired smart light switch from TP-Link/Kasa (KS205), and it’s been completely hassle free (and totally local — Matter over wifi). The Kasa smart switch dongles I have work flawlessly but need proprietary pairing, and I’m afraid to update firmware in case they lose local support.
Good luck! Fun adventure :)