I would frankly prefer a thick accent, and some subtitles… Even AI generated subtitles with a quick proofread pass, is vastly superior to AI voices IMO
FrederikNJS
- 0 Posts
- 16 Comments
To me it’s definitely worth it. Many of my favorite creators are already on there. I get exclusives and early releases, high definition, and no ads. And the nice fuzzy feeling of knowing that my views result in the creator receiving some actual money.
I still use YouTube quite a lot… But I find that I’m using Nebula more and more as time goes by.
Yes. But also entirely ad-free, and with lots of quality creators. And it’s quite a bit cheaper than pretty much any other streaming service.
FrederikNJS@piefed.zipto
Android@lemdro.id•Google Photos is losing some of its editing shortcuts to 'reduce accidental triggers'English
6·11 days agoImmich is a self-hosted photo and video management system. It’s heavily inspired by Google Photos.
In that case Debian, Ubuntu, and Windows server should absolutely dwarf OSX…
That said, I personally wouldn’t consider “server use” to be “mainstream”… To me install-base does not equate to “mainstream”.
Shouldn’t Ubuntu be more “mainstream” than debian?
FrederikNJS@piefed.zipto
Selfhosted@lemmy.world•Watchtower replacement recommendationsEnglish
12·22 days agoAll my docker images are in code in Github.
Renovate makes a PR when there are image or helm chart updates.
ArgoCD sees the PR merge and applies to Kubernetes.
For a few special cases I use ArgoCD-image-updater.
FrederikNJS@piefed.zipto
Selfhosted@lemmy.world•SSL certificates for things inside the labEnglish
9·26 days agoI have my Firefox configured to force HTTPS, so it’s rather inconvenient to work with any non-HTTPS sites.
Because of that I decided to make my own CA. But since I’m running in Kubernetes and using cert-manager for certs, this was really easy. Add a resource for a self-singed issuer, issue a CA cert, then create an issuer based on that CA cert. 3 Kubernetes resources total: https://cert-manager.io/docs/configuration/ca/ and finally import the CA cert on your various devices.
However this can also be done using LetsEncrypt, with the DNS01 challenge. That way you don’t need to expose anything to the Internet, and you don’t need to import a CA on all of your devices. Any cert you issue will however appear in certificate transparency logs. So if you don’t want anyone to know that you are running a Sonarr instance, you shouldn’t issue a certificate with that in it’s name. A way around that is a wildcard cert. Which you can then apply to all your subservices without exposing the individual service in logs. The wildcard will still be visible in the logs though…
FrederikNJS@piefed.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Just keep seeding, just keep seeding, just keep seeding seeding seeding 🎶 - but preferably at less power?English
5·30 days agoPSU can indeed make a pretty big difference.
If you only have a 80 Plus certified PSU, and see 65 watts drawn at the wall, your system might actually only be using 52 watts, the remaining 13 watts are wasted as heat in your PSU. 80 Plus Gold, Platinum, or Titanium all carry higher efficiencies, but also cost more to buy.
Actual efficiency is also heavily influenced by the load. Most PSUs are most efficient at 50% load. Both lower and higher loads with result in worse efficiency.
Here’s an article with some more details: https://www.technewstoday.com/power-supply-efficiency/
FrederikNJS@piefed.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•I am at a loss...English
36·1 month agohttps://minerva-archive.org/ is working on archiving all the data from Myrient. Unfortunately their main page is down right now. But they have a client that volunteers are running to coordinate the archival efforts. Last I heard they already had >80% of all the content archived
FrederikNJS@piefed.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Myrient is shutting downEnglish
4·1 month agoResilio wouldn’t work well for distribution…
But archive.org seems to handle torrents pretty well. When they have a bundle they add a torrent with the same content, and set up themselves as webseed… Then everyone can download either directly or through torrent, and choose to seed what they want. If the content changes, post a new torrent… Of course that means that any old seeders get invalidated… But if they care about seeding they could update the torrent and point it at the old download to avoid redownloading everything. But also, how often does this content actually change? If a game iso/rom is ripped/dumped correctly isn’t that data kind of final? Why would the bit-perfect data need to change?
FrederikNJS@piefed.zipto
World News@lemmy.world•Greenland vote in Danish election to test sentiment on independence and Denmark tiesEnglish
3·1 month agoThe clause might be stronger, but there’s no EU forces, no EU equipment, no EU AWACS, and no EU command structure, to back up that clause. There’s many individual national militaries, but no dedicated EU military. NATO on the other hand has dedicated forces, equipment, command structure and so on. Logistics wins or loses wars. So even if the clause is stronger, is carries much less weight than NATO.
Being in the EU is however a decent deterrent for most purposes, but maybe not sufficient to deter Russia, China or USA.
FrederikNJS@piefed.zipto
Android@lemdro.id•The Google Weather Android ‘app’ is going awayEnglish
111·2 months agoIn the current political environment, you might want to fix that typo 😉
FrederikNJS@piefed.zipto
Selfhosted@lemmy.world•VLAN’s and Subnets For Home NetworksEnglish
3·2 months agoIn addition people often use VLANs for security segregation. For example you might buy a bunch of cheap Chinese security cameras, but want to ensure that they can’t send anything back to the manufacturer. Then you can make a VLAN with no Internet access for the cameras.


Or in some cases ONLY allowing them to reach the Internet. So they can’t access your other devices…