It seems Rust is coming to QEmu:
https://lore.kernel.org/all/cc40943e-dec1-4890-a1d9-579350ce296f@pbonzini.local/
If you do security related stuff, avoid using C++.
If someone tries to sell you a "fancy" security app that is a black box with Kernel level privileges, you should also refuse to install it.
It's amusing to witness that several decades later the famous Henry Spencer quote remains valid:
"Those who don't understand UNIX are doomed to reinvent it, poorly."
https://arstechnica.com/gadgets/2024/02/windows-version-of-the-venerable-linux-sudo-command-shows-up-in-preview-build/
The arcade port of Xevious for Amiga in AGA mode is now available!
https://jotd666.itch.io/xevious1200
Incredible demo made on a Commodore PET 4016 :)
https://youtu.be/cznyKsOl3po
A Lego brick with no less than a RP 2040 and a tiny OLED screen:
https://www.cnx-software.com/2022/12/23/lego-brick-with-raspberry-pi-rp2040-runs-doom/
On n'a pas gagné cette fois, mais il y en aura d'autres. Ça s'est vraiment joué à peu de choses... #worlcup 🇨🇵
18.12.2022 18:14On n'a pas gagné cette fois, mais il y en aura d'autres. Ça s'est vraiment joué à peu de choses... #worlcup 🇨🇵Now its first season is complete, I can tell #Andor is easily the best Starwars show produced by Disney.
I can't wait for its second season.
Fedora 37 releases today 🍾
https://fedoramagazine.org/announcing-fedora-37/
#fedora #linux
Welcome @volkorx our #synthwave overlord!
13.11.2022 11:36Welcome @volkorx our #synthwave overlord!Internet Archive has its own Mastodon instance now:
https://blog.archive.org/2022/11/13/we-have-added-a-mastodon-server/
Feature request for twitter:
- A check mark, not the one you put next your nickname but a check mark next to the people you subscribed and that you now follow on Mastodon.
When I started with #rust I was disappointed by the lack of ternary operator support.
This is not possible in Rust:
x = (a > b) ? a : b;
Until I learn it can be replaced by this formulation:
x = if (a > b) {a} else {b};
Indeed it's less concise but in some ways it's more readable.
#introduction
🇬🇧 OK, so here is a little intro about myself. I'm mostly a geeky guy with interest in #linux, tech, games and science.
Programming is my job and I'm currently learning Rust.
🇫🇷 OK, alors voici une petite intro sur moi. Je suis essentiellement un geek et mes principaux centres d’intérêt sont Linux, la technologie, les jeux videos et la science.
La programmation est mon métier et j'apprends actuellement Rust.