Comment on
Universal Music says that it will pull its song catalog from TikTok tomorrow at midnight, as the companies are unable to reach a deal on rights. Huge implications.
Reply in thread
No
Comment on
Universal Music says that it will pull its song catalog from TikTok tomorrow at midnight, as the companies are unable to reach a deal on rights. Huge implications.
Reply in thread
No
Comment on
5.25-inch floppy disks expected to help run San Francisco trains until 2030
Reply in thread
Until it finally broke and it was too late…
Comment on
Bitwarden will be switching to native apps for both Android and iOS
Man that looks sleek. I can’t wait for this update to roll out.
Comment on
Anyone think that manual "pouring techniques" are mostly fluff?
Reply in thread
It’s easier to be more consistent with a immersion brewing method compared to percolation. The only variable in immersion brewing would be grind size and water temperature.
Comment on
Audiophiles of Fedi, how do you like to listen to your music?
Reply in thread
Not everyone can discern the difference between a 96KHz FLAC and 256kbps AAC. I can't. But I still can (barely) tell the difference between 256kbps AAC, and 96kbps AAC.
But I can tell if a song was well-engineered or a mess.
I believe those who can't discern the difference between bitrates (especially on high bitrates), but have the appreciation for good music, good mixing, and good mastering, can still be considered audiophile.
Comment on
Telegram is still leaking user IP addresses to contacts
Reply in thread
I agree. This requires the user to actually save the attacker phone number as contact in order for this the IP address to “leak”
There’s still a chance that your contacts would have been hacked, and one could be vulnerable. But it all comes back to your risk profile. If you require hiding your IP address, you should turn this off or even use a VPN for all your traffic.
Comment on
Need Server Recommendations
Reply in thread
RAID is not a backup, please don’t use RAID as a backup.
Comment on
Wine 9.6 Released
Reply in thread
Probably people in Korea or even nProtect themselves.
That said, fixing a bug related to software incompatibility with Wine might also benefit other applications (since Wine may behave as “expected” as it runs on Windows). This is why they even tested Audacity to run on Wine even that a native Linux version is available.
Comment on
Lemmy users, are your parents bad at cooking
My mom is a great cook. In fact, as I grow older, I realized that my taste & preferences in food are greatly influenced by her.
Comment on
*Permanently Deleted*
Reply in thread
I agree, I do hope Lemmy strives tbh. When there is more content, there is more traction. Let’s just keep these discussions going and spread the word around. I talk to my coworkers during lunch break about the Reddit blackout and told them about Lemmy (but I usually start the conversation with “do you use Reddit”)
Comment on
[UPDATE] RPi Alternatives for Self-hosting
Run any Linux (I recommend Debian) as a Hyper-V VM, give it a 4-8 gigs of ram, and put all your containers there as you would on an RPi.
Comment on
People around the world, do you drink tap water without boiling?
In Indonesia, the tap water is not drinkable. Some get their water from a nation-owned Drinking Water Company (PAM; Perusahaan Air Minum).
The situation is similar, they contain plenty of Chlorine to prevent bacteria from growing. But the distribution system might not be the cleanest. So usually people buy gallons of mineral water and put them into a dispenser.
Some others, takes their tap water from groundwater, pump it into a water tank, pool them into the house's distribution pipe, and use them. It is not drinkable either.
At home I use Reverse Osmosis dispenser from the groundwater, and it goes through a reminalisation process after the filtration process. I’ve been drinking with this setup for over 15 years now.
Comment on
How much swap?
As most have pointed, the “always 2x” rule doesn’t have that much of relevance in 2023 as most computers now has more than 4GB of RAM. I would only use that much of a swap when using a low hardware.
For desktop, I would never go swapless, though. In the event of memory pressure, swap would still help in that situation so that OOM Killer do not kick off and unintentionally kill my working process. Plus it helps that Linux can move the least used data to the swap and use the RAM for filesystem cache.
So my rule of thumb, for desktop: If RAM < 8GB: Swap == 2x RAM If RAM => 8GB: Swap == 1x RAM
For servers, I think it depends on the workload. I keep a small amount, like probably 50% of RAM or less. But for stuff like Redis, it doesn’t make sense to have swap. You want to ensure that everything is in the memory.
Comment on
How to end-to-end encrypt your iCloud
Reply in thread
Data privacy is a good thing, but user awareness is far more important. People are always the weakest link when it comes to privacy & security.
I'm glad more and more people are getting educated with all the resources that we have today and I like how Apple makes it easy to turn it on when users are educated enough. But they do need to be mindful of what they’re storing, the consequences (if they forgot they password), and what does E2EE protect them from.
Comment on
Corinthian leather
I thought it was Paul who wrote a leather to the Corinthians (( pun intended ))
Comment on
Are there any good privacy friendly keyboards for android?
Reply in thread
They do, the author just recently started working on it again and welcoming contributions :)
Comment on
How private 1.1.1.1 by cloudfare on ios?
Use NextDNS with this guide:
https://github.com/yokoffing/NextDNS-Config
Haven’t had anything broken :)
Comment on
Google Meet... does it not make video calls like all the other apps?
Yes, Meet is supposed to work like Zoom. Google used to have Duo but I think they’ve got discontinued
Comment on
Your best BIFL purchase?
Reply in thread
In Indonesia, 99% of toilets have Bidets. Whenever I go abroad, it’s always annoying that it is the opposite, like 99% of the toilets do not have bidets. I've got so used to using bidet all my life and I wish every toilets in the world have it installed.
Comment on
PSA: update your DNS resolvers (PiHole, unbound, Bind9, dsnmasq) to patch DNSSEC vulnerability
Reply in thread
Debian usually backports security fixes to older versions, so you may wanna check to Debian if they have an updated version of the package with the security fix.
This can be done by taking the CVE number related to this vulnerability and look at the package changelog.