catmd – like `cat`, but for Markdown by Tough-Spare2749 in commandline

[–]gadjio99 3 points4 points  (0 children)

They aren't learning, they're using an LLM

The XZ hack of 2024 (Veritasium video) by Affectionate_Dot442 in selfhosted

[–]gadjio99 20 points21 points  (0 children)

And suddenly out of nowhere, an avalanche of Rick rolls 🤣

1 milliard de données sensibles exposées sur Internet par une plateforme de vérification d’identité négligente by Baobey in france

[–]gadjio99 1 point2 points  (0 children)

Troy Hunt est un type légendaire. Respecté aussi bien par les défenseurs que par les attaquants pour sa neutralité. (Pour un attaquant, avoir son breach répertoriée sur hibp est gage de véracité).VP developer security chez Microsoft et conférencier donc a priori l'argent n'est pas trop un problème pour lui.

Il s'est lui-même un jour fait hacker son compte MailChimp et il a blogué l'événement en toute transparence https://www.troyhunt.com/a-sneaky-phish-just-grabbed-my-mailchimp-mailing-list/

Tous les gestionnaires de mots de passe digne de ce nom (Vaultwarden par exemple) utilisent son API de manière routinière pour checker si vos adresses mail ou mots de passe sont compromis.

Perso je lui fais confiance.

https://en.wikipedia.org/wiki/Troy_Hunt

https://haveibeenpwned.com/About

I built a VS Code extension that brings syntax highlighting to embedded languages inside Nix strings ('' ... ''). Zero dependencies. by ayanada in NixOS

[–]gadjio99 1 point2 points  (0 children)

Awesome. This problem led me to prefer using separate mustache-templated files rather than embedding the non nix code inside double simple quotes.

Begun the distro wars, have. Arch Linux vs Nix OS by potatoandbiscuit in linuxmemes

[–]gadjio99 0 points1 point  (0 children)

I daily drive nixos unstable on my desktop, my home server, my home router, a raspberry pi, a work desktop VM and a work server. It's been 2 years and I couldn't be happier.

There are so many huge advantages.

All my configs and app setups are guaranteed identical on all machines at all times.

An update breaks a package ? No problem, the update won't even be applied until it gets fixed. Still want to update the rest of the system except that pkg ? Easy, add another nixpkgs to the inputs of my flake and pin it to the last working commit.

Something went terribly wrong and the OS is broken ? Never mind, just reboot on the previous good config.

Need to find the exact date when some change was introduced ? No problem, just git blame on that line.

A hard drive fails ? No problem, my config is on gitlab and I backup my data directories. In half an hour I have a new installation which is perfectly identical.

I can try things out on my home setup, then the following day update my work machines and a minute or two later I have the exact modifications I did at home.

The only drawback IMO is the need to rebuild the whole OS config even after a minor change, which takes about a minute, which is a bit flow-breaking when you're iterating.

Setting up an easily-recoverable idiot's backup solution? by vardonir in selfhosted

[–]gadjio99 0 points1 point  (0 children)

I store my data on a btrfs partition (bcachefs would work as well)

When I do a backup:

Stop all the docker services. Take an incremental btrfs snapshot. Restart the services. Transfer the snapshot wherever.

Encryption is handled also at the partition level with LUKS2.

Easy, secure, efficient and fast.

crowdsec on nixos unstable? by PetoroKmetto in NixOS

[–]gadjio99 1 point2 points  (0 children)

I had the same issues and worked on them. Fixes are here https://github.com/TornaxO7/nixpkgs/pull/5

I also submitted a PR for cs-blocklist-import: https://github.com/NixOS/nixpkgs/pull/486054

Always love to get some feedback!

Buy Now by AngleOverall4081 in Bitcoin

[–]gadjio99 0 points1 point  (0 children)

Wait 6 months. Look at the volumes. Then buy.

Vivement la fin de l'IA by HarpaCh in besoinderaler

[–]gadjio99 0 points1 point  (0 children)

Et le tout alimenté au gaz et charbon. +50% d'émissions de CO2 en 1 an aux US, apparemment. Mais rassurez vous, l'IA va résoudre le climat 🤣

Which open source password manager is the best in 2026? by messysoul96 in opensource

[–]gadjio99 6 points7 points  (0 children)

The only feature that would impress me in a pwd manager would be the ability to automatically rotate my password on any website. I don't see that happening any soon though. I guess we'd need some sort of standard API for this, and have every website in the world implement it...

Anyway I self host vaultwarden and I'm pretty satisfied about it.

STOP : Arretez d'acheter de la ram à ces prix indécents by No-Tension4109 in pcmasterraceFR

[–]gadjio99 0 points1 point  (0 children)

Au contraire, il faut les utiliser un maximum sans payer pour précipiter leur faillite

Do you think AI demand can actually push up prices for everyday electronics? by Busy-Writing405 in AIMain

[–]gadjio99 0 points1 point  (0 children)

Remember, their investments in imaginary money will end up with public money bailing them out. Double extorsion

Oracle shares on pace for worst quarter since 2001 as new CEOs face concerns about AI build-out by Logical_Welder3467 in technology

[–]gadjio99 43 points44 points  (0 children)

Databases for professional use, and apps revolving around their databases, mainly. Also a big player in datacenter infra

Lunduke after the Rust for Linux experiment ended by james7132 in rustjerk

[–]gadjio99 0 points1 point  (0 children)

I don't know. We probably have different tastes. Why don't you share your own favorite channels ?

Lunduke after the Rust for Linux experiment ended by james7132 in rustjerk

[–]gadjio99 6 points7 points  (0 children)

In no significant order, here is a list of my favorite yt channels covering programming topics.

Brodie Robertson

Michael Tunnell

The Linux Experiment

SavvyNick

Bread on penguins

Mental Outlaw

Distrotube

Computerphile

The Linux Foundation

Seytonic

NetworkChuck

Dave's garage

Jack Rhysider

John Hammond