Unfortunately most use Libby/Overdrive which puts DRM on the books and only lets you read through their clunky app or kindle.
Unfortunately most use Libby/Overdrive which puts DRM on the books and only lets you read through their clunky app or kindle.
Sure, until the VC firm that bought overdrive (backend for Libby) decides to run it into the ground even further. Z-lib and MAM all the way. Can’t sell my reading habits if they don’t collect my reading habits.
I watched an over the air TV show recently, and they rolled an ozempic ad every single break. I would rather watch an hour of the save the children or ASPCA ads to be honest.
Be thankful you don’t have the drug ads. They’re an infestation down here. The companies advertise the crap out of a drug that costs the patient 3-4k+/mo, it enters the doctors subconscious so they’re more likely to recommend to the patients, pharma company makes bank, the lawsuits roll in right around the time the copyright on the brand name ends (they’re all shit drugs and barely more effective than placebo, yet with knarly side effects), they close it down and let the generic manufacturers fight it out while they pump the next shit pill or shot. Rinse and repeat.
Sports betting needs to go too, but I bet they’ll just move those into shows like big tobacco did.
Indeed. Everything is stored in plain markdown files you can move around and edit elsewhere. I’d like to use a FOSS alternative when I can, but second best is something I can easily jump ship from and not lose data.
you’re on windows, get sharex. It’s miles ahead of anything else. It’s the only thing I miss from daily driving windows.
I’m not a UI designer
You are now!
For 25 hits and 5 grabs a day, yes
Drunkenslug is still doing signups
As others have suggested I would stick to internal only until you’re comfortable. Dealing with automated port scanning from all over the globe is a nightmare if you aren’t running a tight ship, and a collasal headache to deal with if they get in. I started with pihole, jellyfin, and some other simple docker services. Check out linuxserver.io if you go the docker route, they have good prebuilt compose files for you to use and the community has good info on their forums. You don’t need a domain but it’s preferred if you want to host something public-facing. Make sure you have fail2ban configured if you open stuff up to the web, it makes dealing with the automated attacks easier.
Same here. Professor was an absolute clown too, his example HTML boilerplate for some project we had to do had © 1996 professor dipshit This was early 2010s. He also took points off my midterm one semester for not surrounding my JS with comment tags since, otherwise it wouldn’t run on Netscape"
deleted by creator
You can’t inspect encrypted packets, what China does is network traffic analysis - examining headers and figuring out patterns based on metadata. They don’t care much about what’s being transmitted if using a VPN alone is enough to land you in trouble.
YouTube series by BurningIceTech, and either spin up VMs yourself to familiarize with group policy, management console, services, event viewer, and basic CLI in Linux, or buy the labs from comptia. 1101 and 1102 are heavily focused on ports and protocol overviews, raid, windows settings, and basic troubleshooting. Take good notes since you’ll build on the A+ stuff in Net+ and Sec+ if you take those too.
If you really need public remote access and you can set up jellyfin, it’s not much more difficult to set up authelia or LDAP with a reverse proxy and valid certs. I use tailscale and just leave simple auth with jellyfin since it’s only myself and family accessing. I used to run Plex for the offloading of authentication to them but I’m with ya, FOSS should be free.
You can also create an extension collection and add that - it lets you add almost any extension to mobile, though I think collections only work on beta or nightly I might be wrong though.
Does safari with adguard work?
+1 for navidrome. I use symfonium on android, it’s not free but it’s so packed full of features it’s worth the one time payment.
What’s wrong with people suggesting a paid solution to a question about pirating?
Raspberry pi/small NUC with a screen, in a digital kiosk mode. Just load a static html file with some js to update the clock. No keyboard, no touch input, no way to break it. Connect to it via ssh over tailscale or wireguard VPN to update the HTML with the notes you’d like to display. This way if internet goes down, the clock still works and whatever was displayed wrt messages stays displayed, and you don’t have to worry about the increased overhead of home assistant changes or updates breaking things. It will remain consistent since it’s just HTML and js. If you want less technical family members to be able to update the display…idk, seems like a headache.