- 0 Posts
- 54 Comments
Anafabula@discuss.tchncs.deto
linuxmemes@lemmy.world•Me, omw to needlessly waste my time
39·1 month agotldr
Anafabula@discuss.tchncs.deto
Technology@lemmy.world•As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled MonstrosityEnglish
2·1 month agoNvidia doesn’t support vaapi, so when I still had an nvidia card I needed to install a compatibility layer like this. You might have more problems if you want to use a Chromium based browser though
Jujutsu (which is compatible with git) has a nice conflict resolution flow that doesn’t break you workflow.
Conflicts are encoded into the commits, so that there is never a weird in between state that you have to deal with immediately before being able to do anything else.
Then you can use Jujutsu’s easier history manipulation to resolve the conflict in the conflicted commits.https://steveklabnik.github.io/jujutsu-tutorial/branching-merging-and-conflicts/conflicts.html
And you could always
jj undoif you did something you didn’t want to.
With Jujutsu (which is compatible with git), you can just
jj undo
That’s VSCode
I thought the main reason was that they changed the license
Anafabula@discuss.tchncs.deto
Privacy@lemmy.ml•Is it "safe" to use an own domain for Mails?English
3·2 months agoFor .de you don’t need any of that domain privacy stuff. .de domains don’t reveal anything over whois except the company you registered the domain at (and DNS servers, but domains are useless without that). You have to do some special request to get more than that. Idk how hard it is to make such a request though
https://webwhois.denic.de/?lang=de&query=example.de
https://www.denic.de/service/whois-service/anfragen-dritter-zu-inhaberdaten/
Anafabula@discuss.tchncs.deto
Technology@lemmy.world•Mastodon is bringing quote posts to the fediverseEnglish
33·2 months agoMisskey and Akkoma have had them for years
Anafabula@discuss.tchncs.deto
Programmer Humor@programming.dev•Natural selection in ITEnglish
31·3 months agoIt says it
IPv6 readybut doesn’t even have any AAAA DNS records.It does use TLS 1.3, but only AES 128 bits for me.
Anafabula@discuss.tchncs.deto
Technology@lemmy.world•Marco Rubio orders US diplomats to launch lobbying blitz against Europe's tech lawEnglish
4·4 months agoThe Wikipedia page doesn’t sound too bad, but IANAL.
The regulation linked from the wiki article only includes the word “age” three times and actually states:[…] this prohibition should not lead the provider of the online platform to maintain, acquire or process more personal data than it already has in order to assess if the recipient of the service is a minor. Thus, this obligation should not incentivize providers of online platforms to collect the age of the recipient of the service prior to their use.
Haven’t looked at it any more than that, but it sounds like it’s already been in effect for ~2 years?
Harry Potter instead of Miku plushie? :(
Anafabula@discuss.tchncs.deto
Technology@lemmy.world•You're not alone: This email from Google's Gemini team is concerningEnglish
13·5 months agoSame entire thread on Mastodon: https://grapheneos.social/@GrapheneOS/114670995130379882
Anafabula@discuss.tchncs.deto
Memes@lemmy.ml•Human on the internet vs bot on the internet
17·6 months agoDue to historical reasons, every browser (and software pretending to be a browser) has “Mozilla” in it’s User-Agent string.
This is a User-Agent string for Google Chrome on Windows 10:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Anafabula@discuss.tchncs.deto
Technology@lemmy.world•The Fediverse Isn’t the Future. It’s the Present We’ve Been Denied.English
32·9 months agoLemmy does support 2fa
It’s just an entry in Wine’s AppDB, where they keep track of how well apps run on wine. Like ProtonDB, but for general applications.
Systemd’s version is run0. It’s broken on selinux systems though (at least fedora)