fser.bsky.social's Avatar

fser.bsky.social

@fser

5
Followers
41
Following
19
Posts
13.10.2023
Joined
Posts Following

Latest posts by fser.bsky.social @fser

969065 – (CVE-2026-24061) <net-misc/inetutils-2.7[telnetd]: remote authentication by-pass

It’s 2026, and yet stupid vulnerabilities are still being found (CVE-2026-24061).

bugs.gentoo.org/969065

08.02.2026 16:10 👍 0 🔁 0 💬 0 📌 0

We would love to hear about your FOSDEM experience! Whether positive or constructive, your feedback and suggestions for future editions are invaluable. Please send your thoughts to feedback@fosdem.org. If you have feedback for speakers, you can also use the links under each event in the schedule.

04.02.2026 21:32 👍 19 🔁 6 💬 1 📌 0
Preview
Logging Sucks - Your Logs Are Lying To You Why traditional logging fails and how wide events can fix your observability

Stumbled upon loggingsucks.com - really liked their approach

30.12.2025 00:22 👍 0 🔁 0 💬 0 📌 0

Là où j’ai arrêté de croire au typage avec python c’est que tu as beau marquer un argument int, si tu passes une string pas de problème pour l’interpreteur.

27.12.2025 19:24 👍 0 🔁 0 💬 1 📌 0

J’ai (manifestement :)) pas bien compris cette partie. Merci pour la précision!

15.12.2025 23:05 👍 1 🔁 0 💬 1 📌 0

Merci pour cet article, tu as éveillé ma curiosité, donc question de noob, avec cette config tu arrives à récupérer les projets distants non présents dans ton state?

15.12.2025 21:31 👍 0 🔁 0 💬 1 📌 0
Preview
Floodfill algorithm in Python Learn how to implement and use the floodfill algorithm in Python.

blog impressionnant de pédagogie pour expliquer un algo (floodfill) C’est simple et magnifiquement décrit.

thx @pythonhub.dev for pointers

mathspp.com/blog/floodfi...

29.11.2025 11:34 👍 6 🔁 5 💬 0 📌 0

pagedout.institute ← we've just released Paged Out! zine Issue #7
pagedout.institute/download/Pag... ← direct link
lulu.com/search?page=... ← prints for zine collectors
pagedout.institute/download/Pag... ← issue wallpaper
Enjoy!

Please please please share to spread the news - thank you!

04.10.2025 10:40 👍 19 🔁 17 💬 1 📌 3
Preview
GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust. An extremely fast Python package and project manager, written in Rust. - astral-sh/uv

Et le seul truc que je trouve à répondre c’est: tu as testé uv (github.com/astral-sh/uv)?

11.11.2025 10:17 👍 0 🔁 0 💬 0 📌 0
Preview
a man with long hair and a beard says ouai c ' est pas faux ALT: a man with long hair and a beard says ouai c ' est pas faux

Sachant qu’ils ont racheté mellanox…

13.06.2025 22:16 👍 1 🔁 0 💬 0 📌 0
Pkl :: Pkl Docs

Slightly related, did you take a look at pkl-lang.org?

28.05.2025 22:00 👍 1 🔁 0 💬 0 📌 0

I wonder what `git reflog` looks like after resetting!

24.04.2025 19:17 👍 1 🔁 0 💬 0 📌 0

C’est férié à Londres lundi ;)

18.04.2025 22:39 👍 1 🔁 0 💬 1 📌 0

Switch sur ARM et pouf, plus de segmentation!

18.04.2025 11:58 👍 1 🔁 0 💬 0 📌 0

Non j’ai pas encore fini…

14.04.2025 21:33 👍 0 🔁 0 💬 1 📌 0

Papa tu radotes

14.04.2025 21:33 👍 0 🔁 0 💬 1 📌 0

Tu vois fils, tu prends ton adresse, tu lookup dans la table. Tu obtiens une autre table. Tu prends ton adresse (ailleurs) et tu fais un autre lookup dans cette nouvelle table. Tu obtiens une autre table. Tu prends ton adresse (ailleurs) et tu fais un autre lookup dans cette nouvelle table.

14.04.2025 21:33 👍 1 🔁 0 💬 1 📌 0
12.04.2025 09:17 👍 2 🔁 1 💬 0 📌 0
Post image

I’m at KubeCon this week, and happy to chat with people about Pkl: pkl-lang.org

I also have a bunch of these lovely metal pins if you’re interested.

#KubeCon #KubeConEU

01.04.2025 13:35 👍 10 🔁 7 💬 0 📌 2
Post image

tmp.0ut Volume 4 is here !
tmpout.sh/4/

22.03.2025 03:22 👍 13 🔁 9 💬 1 📌 1

Question pas bête du tout ! Et il y a de quoi faire... ici les projets wiki.netbsd.org/projects/all/
Et ici les diverses TODOs github.com/NetBSD/src/t...

11.02.2025 13:09 👍 2 🔁 1 💬 0 📌 0
Preview
The surprising way to save memory with BytesIO If you want to save memory when reading from a BytesIO, getvalue() is surprisingly a good choice.

surprisemotherfucker.gif :
pythonspeed.com/articles/byt...

10.02.2025 00:09 👍 7 🔁 1 💬 0 📌 0

Trop bien!
Question bête (j’ai pas du tout cherché), il y a le même genre de liste de tâches pour des contributeurs random?

11.02.2025 12:49 👍 1 🔁 0 💬 1 📌 0
Preview
PEP 3102 – Keyword-Only Arguments | peps.python.org This PEP proposes a change to the way that function arguments are assigned to named parameter slots. In particular, it enables the declaration of “keyword-only” arguments: arguments that can only be ...

Il y a aussi une construction avec * au lieu de / dans PEP 3102 peps.python.org/pep-3102/

05.01.2025 18:43 👍 0 🔁 0 💬 0 📌 0
Minimalistic HTTP Server, x86-64 and IPv6 Spoiler: 224 bytes for a mini-HTTP server? Challenge accepted, but we’ll need to optimize everything.

How to write a minimalistic HTTP Server with IPv6 support : 224 bytes of code using x86-64 Assembly and optimizations - Article by the Arsouyes - cc @imil.net @lea-linux.org #ASM

18.12.2024 20:10 👍 9 🔁 5 💬 0 📌 0

Curious to have a finer grained breakdown of the storage usage!

03.12.2024 13:36 👍 0 🔁 0 💬 0 📌 0

On macos (I noticed the import of darwinkit), you can « paste and match style », and possibly remap cmd + v to using it as default.

26.11.2024 23:13 👍 1 🔁 0 💬 0 📌 0

Hello world! \o/

26.10.2023 11:49 👍 5 🔁 0 💬 0 📌 1