Spyke

Replies

linux

Comment on

UPDATE: So after I broke grub, I tried reinstalling Fedora. Now windows has disappeared from BIOS

Jesus, stop. You probably only removed the boot entry, happened to me before. Download Windows ISO, put it on a pendrive, boot into it and navigate to the terminal. Then look up a guide on how to restore the boot entry, should be just couple of simple commands and you're done.

If you are too lazy, at least boot into Linux, mount the Windows drive and back up your stuff.

privacy

Comment on

Gitlab now requires phone number/credit card verification

Just tried this out using a typical temporary email address (temp-mail.org) and a VPN (AirVPN).
I was only asked to confirm my e-mail address within 3 days, never for a phone address or any banking details.

Judging by the first post you've linked to, it's only necessary for paid accounts or free trials.
The person in the second post is trying to register via GitHub / Google, well... sucks for them.

privacy

Comment on

Was forced to use a third party to fill a rental application. The application failed and now they're demanding significantly more sensitive information than what I ever provided before they'll comply.

Most companies I've sent data deletion request just do it, but when they start to argue I just hit them with most ridiculous bullshit while acting like the most privileged bitch until they do it my way.

Try saying no, see what happens.
Fearmongering, gaslighting, lawful threats, technical jargon and the word 'rape' are your friend.


Just recently when requesting GDPR data deletion from UK-based company they also wanted to confirm my identity, hell they will.

I hit them with the fact that a person controlling the e-mail address can use their 'Forgot password' feature to take control over the account and access my sensitive data they're in possession of or steal my identity using their own services. I also not so kindly suggested that I'll report them so their security practices are investigated for the safety of their customers.

...they deleted the data without any further questions.

PS. Not sure about UK laws, but for GDPR: Always request confirmation of the deletion and the detailed steps they've taken to ensuring your data has been properly erased. They're obligated to tell you that upon request.

linux

Comment on

Clipboard randomly clearing

Clipboard in Linux is weird. Can you replicate this:

  1. Copy text
  2. Close the application you copied from
  3. Paste into a different application
  4. Nothing appears

If so, that means you don't have a clipboard manager running, default for KDE is Klipper I believe.

linux

Comment on

Can I ignore flatpak indefinitely?

So far I have also completely ignored them. From what I understand they technically allow you to install old versions of software, potentially having multiple at the same time. This could come in a clutch when working with stuff like Godot or Blender where constantly upgrading to the latest version would cause issues on bigger projects. This is the only thing I can see myself using them for, at least in the near future.

linux

Comment on

Wayland support for the 565 release series

Reply in thread

reluctantly accepting the standard that was developed without them

Not with everything, Nvidia stood still on explicit sync, in that case it were the idiots at Freedesktop that were massively blocking Wayland's progress, trying to force an inferior technology, which Nvidia did not want to implement.

Comment on

lu5 : Lua Interpreter for Creative Coding

Nice, used to love playing with p5 back in the day, good to have such tools for Lua which is often recommend as a beginner language.

I wish the author did implement some built-in libraries like middleclass, that would allow people that don't necessarily understand how metatables to fake classes in more elaborate ways than what's showcased in the instances.lua example.