I’d say that the principal claim is that they can’t see your messages and that they have no incriminating data on you. No judge can order them to hand over your data and incriminate you because they don’t have that data. What exactly is the very little data they have is less important.
- 0 Posts
- 36 Comments
Yeah, they likely misremembered that it was timestamps instead of IPs.
Which claim are you referring to?
It’s been proven in court several times. The only information they keep is your phone number, unix timestamp of your account creation, and the unix timestamp of when you were last online.
daftato Linux Gaming@lemmy.world•Anyone have Rocket League running smoothly on Gnome?English2·19 days agogame-performance is CachyOS’ script to set the power profile to performance while the game is running and restore it to what it was before when the game closes.
daftato Linux Gaming@lemmy.world•Anyone have Rocket League running smoothly on Gnome?English1·19 days agogame-performance is CachyOS’ script to set the power profile to performance while the game is running and restore it to what it was before when the game closes.
Edit: Also, here’s the Arch wiki page for prime-run.
daftato Privacy@lemmy.ml•I made a chart to help choose a password manager. Please mind the clunkiness, I made it on mobileEnglish2·21 days agoNo, the point isn’t that it’s more secure, the point is that it’s more private. The OP compares the two password managers on the right based on privacy, as read in their privacy policy, but when you self host their privacy policy doesn’t affect you, and your data is truly only yours.
daftato Technology@lemmy.world•In 2025, Apple still makes it hard to play your own MP3s, so I wrote my own appEnglish3·1 month agoMy GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.
daftato Technology@lemmy.world•In 2025, Apple still makes it hard to play your own MP3s, so I wrote my own appEnglish3·1 month agoMy GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.
There’s avante.nvim for LLM integration, it supports most if not all LLM vendors at the moment.
I tried it, however, and got to the same conclusion as you. Not worth it.
daftato Linux Gaming@lemmy.world•Linux 6.15 Adds Support For Several More Gaming ControllersEnglish5·1 month agoBecause Linux is a monolithic kernel. What that means, essentially, is that it contains all the drivers and everything else, unlike windows which uses a microkernel. The advantages of a monolithic kernel are, for instance, that you don’t need to install drivers manually, and you don’t have to depend on potentially malicious websites to host those drivers. Additionally, if any kernel ABI changes for one reason or the other, say there is a refactor to fix a vulnerability, whoever does the refactor would also refactor the driver code because that is in the kernel, and the kernel won’t compile if there’s an error in the drivers. This way, the driver is always updated, and you don’t have a situation where you have really old drivers that no longer work.
The disadvantage of a monolithic kernel is that there’s a lot more code that you have to take care of, and the kernel has a lot more responsibilities as opposed to a microkernel.
daftato Technology@lemmy.world•VMware perpetual license holders receive cease-and-desist letters from BroadcomEnglish1·1 month agoYeah but GTK
daftato Technology@lemmy.world•VMware perpetual license holders receive cease-and-desist letters from BroadcomEnglish11·1 month agoVirt-manager is a GUI for libvirt, which can use several hypervisors, including KVM/QEMU, and it works great.
There’s several other clients for libvirt, including GNOME Boxes, Cockpit (web based), and virsh (CLI).
daftato Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?English2·2 months agoYou just go into Settings > System > Developer options > Linux development environment, and enable it.
daftato Linux@lemmy.ml•Is this video a legitimate way to get Linux on LineageOS via Termux or is there a better recent method?English4·2 months agoI updated to LineageOS 22.2 yesterday. It has the option, I enabled it and it works. I’m on a Pixel 8, tho. Might have something to do with it.
daftato Technology@lemmy.world•Firefox, VLC, Gimp, KeePass, LibreOffice among open source software endorsed by French GovernmentEnglish2·2 months agoWhat are you referring to?
Sorry, my bad, I forgot that the setup script isn’t part of the default repo and is something I added in my own fork. But yeah, if there’s no systemd, it’s no use.
I can whip up a quick script that should work, I’ll test it out on my own hardware, and post it here for you sometime tomorrow.
You should definitely try with the systemd-gadgets I linked earlier. It makes all the configuration really easy, you just need to enable the relevant services, so in your case
usbgadget-func-uvc.service
andgadget-start.service
. You also need to copy them beforehand to/etc/systemd/system
, includinggadget-init.service
, and you need to copygadget
to/etc/default/gadget
, and the scriptsgadget-start.sh
andgadget-init.sh
to/etc/systemd/scripts
. Edit/etc/default/gadget
to edit the configs and names of the gadget, and then startgadget-start.service
. No need to enablegadget-init.service
, it’s called as a dependency from other services.There’s an install script in the repo that you can use as well,
setup.sh
, and a PKGBUILD so you can create an Arch package. After installing with either method, just change/etc/default/gadget
, enable the uvc and gadget start services, and then just start the gadget start service.
daftato Technology@lemmy.ml•What lies behind Nvidia’s commitment to ‘unswervingly serving the Chinese market’English6·2 months agoMoney
Ok.