Monthly Shaarli

All links of one month in a single page.

March, 2025

GnC_nx9WMAAXOQT (JPEG Image, 720 × 920 pixels)
thumbnail
Turns Out You CAN Get The Triforce in 'Ocarina of Time'... Sort Of - Bell of Lost Souls
thumbnail

WHAAAT ?!!

Dans The Legend of Zelda - Ocaria of Time, des gonzes on hacké le jeu pour que Link puisse récupérer la Triforce. Et mieux encore, mais je ne veux pas spoiler.

Pour l'accès direct à la vidéo : https://youtu.be/2x_pqyrf9lA?t=2833

Et tout le contenu est disponible en libre accès : https://gettriforce.link/ et https://github.com/triforce-percent/triforce-percent

Ils sont géniaux !

GitHub - solst-ice/chirp: Send data with sound
thumbnail

Send data with sound.

U.S. National Debt Clock : Real Time

Ça fait plein de chiffres :O

Il y aussi par pays : https://usdebtclock.org/world-debt-clock.html

Image : Big O notation
thumbnail
GitHub - tw93/Pake: 🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用
thumbnail

🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用 - tw93/Pake

GitHub - ossu/computer-science: 🎓 Path to a free self-taught education in Computer Science!
thumbnail

🎓 Path to a free self-taught education in Computer Science!

ReactOS 0.4.15 released
thumbnail

ReactOS is a free, opensource reimplementation of Windows.

monasticacademy/httptap: View HTTP/HTTPS requests made by any Linux program
thumbnail

Je cherchais un moyen de "sniffer" les requêtes réseau d'un programme donné depuis des lustres, juste les afficher pour savoir qui fait quoi. Et enfin, j'ai trouvé mon bonheur :

httptap -- COMMANDE

Et pour afficher les informations envoyées et récues :

httptap --head --body -- COMMANDE
Bypassing Detections with Command-Line Obfuscation
thumbnail

Defensive tools like AVs and EDRs rely on command-line arguments for detecting malicious activity. This post demonstrates how command-line obfuscation, a shell-independent technique that exploits executables’ parsing “flaws”, can bypass such detections. It also introduces ArgFuscator, a new tool that documents obfuscation opportunities and generates obfuscated command lines.

Let's code a TCP/IP stack, 1: Ethernet & ARP
thumbnail

Pour (ré)apprendre le C et comment fonctionne la couche réseau TCP/IP.

Le meilleur dictionnaire français pour liseuse 🇫🇷 - Tiger-222

1 dictionnaire. 2+ millions de mots.

Mine de rien, je suis sur l'affaire depuis 2020, et le projet eBook Reader Dictionaries supporte 15 langues dans plusieurs formats (Kobo, Kindle (Mobi), StarDict, DictFile, DICT.org).

J'en suis fier :)

https://api.bigdatacloud.net/data/client-ip

Service en ligne qui permet de récupérer l'adresse IP publique :

$ curl https://api.bigdatacloud.net/data/client-ip
{
  "ipString": "1.2.3.4",
  "ipType": "IPv4"
}