If it was free and I just had to pay the subscription I’d think “Can’t my phone already do all this?”
If it was free and I just had to pay the subscription I’d think “Can’t my phone already do all this?”
Same here. I love DuckDNS but after the third DNS outage taking down all my services I migrated to Cloudflare and haven’t had a single problem since.
Backups need to be reliable and I just can’t rely on a community of volunteers or the availability of family to help.
So yeah I pay for S3 and/or a VPS. I consider it one of the few things worth it to pay a larger hosting company for.
I’m from the Midwest US and I know there are words and sounds I pronounce with a Midwestern accent but I can still type and spell them correctly.
If’n I typ lik dis den o’course people gonna think I hev the big dumb or that I’m a mole from a Redwall book.
Yeah the golden age of streaming has long passed. Now it’s an expensive, ad-ridden fragmented mess of data harvesting.
I intentionally do not host my own git repos mostly because I need them to be available when my environment is having problems.
I make use of local runners for CI/CD though which is nice but git is one of the few things I need to not have to worry about.
Alternatively what you’re describing sounds like SponsorBlock but for podcasts. You probably wouldn’t have to rehost the actual audio files to accomplish this, just have a podcast client/addon that allows user submissions for ad segments and a database somewhere that can host the metadata for ad breaks.
Biggest issue is probably that you’re probably building or forking an existing podcast app to do it, and some podcasts dynamically insert ads so it’s possible that peoples downloaded files could have different ad segments/times.
Well it may not be accurate or effective, but at least it’s expensive.
Do you have any links or guides that you found helpful? A friend wanted to try this out but basically gave up when he realized he’d need an Nvidia GPU.
I’ve been testing Ollama in Docker/WSL with the idea that if I like it I’ll eventually move my GPU into my home server and get an upgrade for my gaming pc. When you run a model it has to load the whole thing into VRAM. I use the 8gb models so it takes 20-40 seconds to load the model and then each response is really fast after that and the GPU hit is pretty small. After I think five minutes by default it will unload the model to free up VRAM.
Basically this means that you either need to wait a bit for the model to warm up or you need to extend that timeout so that it stays warm longer. That means that I cannot really use my GPU for anything else while the LLM is loaded.
I haven’t tracked power usage, but besides the VRAM requirements it doesn’t seem too intensive on resources, but maybe I just haven’t done anything complex enough yet.
DuckDNS is great… but they have had some pretty major outages recently. No complaints, I know it’s an extremely valuable free service but it’s worth mentioning.
Cloudflare has an api for easy dynamic dns. I use oznu/docker-cloudflare-ddns to manage this, it’s super easy:
docker run \
-e API_KEY=xxxxxxx \
-e ZONE=example.com \
-e SUBDOMAIN=subdomain \
oznu/cloudflare-ddns
Then I just make a CNAME for each of my public facing services to point to ‘subdomain.example.com’ and use a reverse proxy to get incoming traffic to the right service.
765 movies (~4.5 TB)
161 tv series (~7.2 TB)
About a year ago 6TB storage was no longer cutting it since I was constantly having to hunt for media to delete or downgrade quality in order to make more room. I bought five 14TB drives and put them in a big zfs pool so I don’t have to do that anymore.
Google is stuck because they can’t actually improve user experience without threatening their revenue model.
“What does this section of code do?”
Run it and find out, coward.
Maybe if Apple was giving it away or donating the money from the sales, but as it is they are just profiting off it.
Yes, resolution is not the only factor. Bitrate is equally if not more important.
That’s my data, I don’t know you!
The adoption of IPv6 on some segments of the Internet has lessened the crisis around IPv4 availability.
Yeah this is one of those things where accessibility settings can probably get you 90% there but screenshots and machine learning can probably close the gap somewhat reliably (even if it’s much less efficient).