glitching
@glitching@lemmy.ml
- Comment on Reevaluating my password management 23 hours ago:
I used enpass for years and was a happy user. one day it prompted me for some re-authentication bullshit security theater. although in that instant it was an easy task, took me all of 10 seconds, it demonstrated a scary amount of power they had as I couldn’t bypass it and access my data. from that point on, its days were numbered.
the second issue is the export functionality that was seriously lacking and I had to resort to 3rd party converter tools to convert it to keepassXC; no way that flew by their QC, it had to be intentional.
- Comment on YSK: WD-40 is perfect for removing adhesive left behind by stickers 1 week ago:
normal vegetable oil has the same effect on sticker residue, like on jars and such.
- Comment on Jellyfin/YT/Twitch TV box (Raspberry pi 4) 2 weeks ago:
kodi and its derivatives are not something you should be using. it’s shit software on so many levels and we should burn it in the deepest volcanos we got.
try one of these:
-
run lineageOS TV (konstakang images) on it and install regular ATV apps for the services mentioned. so, like googletv except there’s no spying and ads and shit.
-
create a normal linux box that has a DLNA sink e.g. using macast. there’s no remote control, you use your android/iOS device to send it stuff, like movie from Jellyfin or a youtube video, and it plays it back and allows some control (pause, play, rew/ff, etc)
-
dedicated Jellyfin box; same as 2) but boots right into jellyfin client. it can be run in TV mode where it reacts to only up/down/left/right/enter/back, via gamepad or remote controller. if yours isn’t recognised, you can emulate it with InputRemapper.
not familiar with how twitch does stuff.
you also have the option of installing a normal raspi distro and then using a wireless keyboard and mouse/touchpad to run it, but I am of the opinion that once the device gets placed by the TV, it loses all keyboard and mouse privileges and should only be operated via the TV’s remote.
-
- Comment on Selfhosting on old MSI laptop 1 month ago:
using laptops as a forever-plugged-in device (regardless if workstation or server) isn’t the greatest idea. as an intermediary solution, like until you have something more permanent in place, sure. otherwise, look elsewhere.
limiting battery charge isn’t available on all laptop models and is aimed at preserving the battery’s functionality; it doesn’t solve the issue of a forever charged and never emptied battery. on the other hand, removing the battery on a lot of models limits their performance, significantly.
what is a viable solution is if you get a laptop board that runs at full power without battery, you can remove the board from the laptop, retrofit it with better cooling and additional storage (mini-PCI or M.2 to SATA adapters) and you end up with an energy-efficient server. but that requires a lot of work and is not something recommended for non-enthusiasts.
in short, sell it or swap it for something more adequate.
- Comment on YSK You don't need Teflon pans for nonstick 1 month ago:
“the egg glides freely…”
the egg does not, in fact, glide freely. it’s also fucking burned to a crisp and there’s like an ocean of oil in there. terrible, terrible video.
- Comment on That's all folks, Plex is starting to charge for sharing 1 month ago:
not a plex user but someone burried the lede here… to me, this is the neon sign that says GTFO:
we noticed that you’ve accessed libraries in the past
what business of yours is it to notice my private comings and goings?! what other actionable intel do y’all keep in your logs?! bye!
- Comment on Plex/Jellyfin - YouTube content 1 month ago:
I ran something similar a while ago; it automated the steps you’re describing so it downloaded every new video from the channels I’m subscribed to along with metadata. I gave that up as it’s hella inefficient. what I have now is just a media sink by way of macast and I can send videos for playback to my media PC. so if you don’t need those videos for archiving purposes, try it out.
- Comment on What OS should I use for self-hosting that doesn't require extensive terminal knowledge? 1 month ago:
don’t go with server variants of the OS. they are intended for boxes that work without display and keyboard, which you have. instead, install any normal distro you’re familiar with. it’s infinitely easier to fix something with the full GUI at your disposal.
this is just your first install, you will iterate, and through that process you’ll get better and leaner, in terms of underlying OS. think of it as training wheels on a bike, you’ll pull them off eventually.
wired connection only, leave wireless turned off, and assign it a static IP address.
don’t do containerS, do one container first. figure out where you’re gonna store the compose files, where it will store data, how you will back that data up, etc. then add another. does it fit into your setup? do you need to modify something? rinse. repeat.
casaOS, aside from it’s murky background (some chinese startup or sumsuch, forgot?) doesn’t provide that path forward nor allows you to learn something, too much hand holding.
good luck.