einsteinx2

joined 2 years ago
[–] einsteinx2@programming.dev 6 points 2 years ago

You mean like AVX-512? Oh wait… lol

[–] einsteinx2@programming.dev 2 points 2 years ago

Oh my home NAS I started this way and it worked great. I only bought an HBA card because I needed more ports. Your mobo probably exposes your SATA controller as a PCI-E device that can be used via pass through in a VM. In my case I booted Proxmox off of NVME drive and passed my SATA controller to a Debian VM where I just use simple NFS and Samba for sharing and SnapRAID for drive parity (but TrueNas should work just as well).

I had zero issues with it and when I upgraded to an HBA card I just switched the drives to those ports and switched the PCIE device I was passing through and everything just worked (helps I always mount using partition UUIDs).

[–] einsteinx2@programming.dev 4 points 2 years ago

This is so true I don’t know whether to cry or laugh…probably both

[–] einsteinx2@programming.dev 1 points 2 years ago

Sweet I’m gonna check this out! So far I’ve been doing everything from ssh terminals on my phone/laptop using some bash aliases/functions I wrote to simplify some stuff like downloading whole channels based on a json config file, downloading videos using my preferred flags, etc. I was planning to eventually build something around it, but if this meets my needs or I can modify it to do so, it would save a bunch of time.

[–] einsteinx2@programming.dev 1 points 2 years ago (1 children)

Sorry I wasn’t trying to be a dick, I re-read my comment and realize I kind of was haha. Honestly I think for your use case, AGPL makes the most sense. You get the openness you’re looking for while also protecting your business more than MIT by preventing other companies from taking your code and hosting their own version without every contributing back their modifications.

[–] einsteinx2@programming.dev 3 points 2 years ago (5 children)

Given that they thought they needed to license the whole project as MIT instead of say AGPL just because they use MIT libraries I don’t think they really understand open source licenses…

[–] einsteinx2@programming.dev 5 points 2 years ago

Same here! I was put off by Mastadon when I first tried it but I’ve found Lemmy to be (mostly) smooth sailing so far. I’ve already completely replaced Reddit with it.

[–] einsteinx2@programming.dev 8 points 2 years ago

It’s a poorly written sentence (not surprising as it’s The Verge lol) but I think they mean they lost 80% of traffic from Louisiana when they started enforcing age verification in that state which is why they now just block access entirely to states that enact these laws instead of bothering with the age verification.

[–] einsteinx2@programming.dev 5 points 2 years ago (2 children)

I guess it’s not so much “hosting” as having it on your home NAS with some scripts to backups channels and videos that you like. At least that’s what I do.

Thought I should make a point to mention youtube-dl is dead, yt-dlp is the replacement and it works great. Even has a command line flag to make its options work the same as the options in youtube-dl so it can be a drop in replacement for existing scripts.

[–] einsteinx2@programming.dev 8 points 2 years ago

Ideally Pihole should actually speed up your connectivity by blocking all of the tracking and ad connections your browser and apps would normally make. Since it’s basically just a DNS server, it doesn’t take much horsepower to run either.

[–] einsteinx2@programming.dev 4 points 2 years ago

I haven’t don’t much programming in Rust yet, but just based on the syntax and apparent complexity (at least it looks quite complex to an outsider like me) it always seemed more like “C++ but better” rather than “C but better”.

view more: ‹ prev next ›