Bite Code!'s Avatar

Bite Code!

@bitecode.dev

Been using Python since 2.4 and still can't shut up about it. Have a fantastic blog on bitecode.dev. Yeah, it's about Python.

1,555
Followers
48
Following
1,072
Posts
04.07.2023
Joined
Posts Following

Latest posts by Bite Code! @bitecode.dev

This level of animation is mind blogging.

That's all, folks!

11.03.2026 09:04 πŸ‘ 14 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

No Hashtags, No Gimmicks

Just 30 seconds of RAW uninterrupted Into The Unwell.

#indiegame #gamedev #indiegamedev

10.03.2026 16:02 πŸ‘ 484 πŸ” 74 πŸ’¬ 28 πŸ“Œ 6

If you have any creative way to mess up with those guys, please share :D

11.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I'm starting to have fun with those:

11.03.2026 08:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Got a cold email request for a collaboration with β€œnon commercial content” for bitecode.

Taken by surprise, β€œwhat is this non-commercial content?”, I asked.

…

It was commercial content.

11.03.2026 08:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Now that uv exists, this article is mostly for when you can't use uv since it's a superior solution.

11.03.2026 08:49 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Relieving your Python packaging pain 60% of the time, it works every time

Now that Substack supports code coloration, I will update the old articles one by one to convert them to the new format, give them some updates, fix typos, etc.

The first one getting a refresh is:

"Relieving your Python packaging pain"

www.bitecode.dev/p/relieving-...

11.03.2026 08:49 πŸ‘ 3 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Preview
What’s up Python? d-strings, SSE in Pydantic and... a new Python? Not sure if LLM or aging make time go faster

What’s up Python? d-strings, SSE in Pydantic and... a new Python?

www.bitecode.dev/p/whats-up-p...

Now in color!

Seriously, substack finally added code block coloration.

10.03.2026 08:58 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Watch videos, movies, TV series and TV channels instantly. Watch your favorite videos, movies and TV series.

If you find yourself in need of a streamlined experience for such services, may I suggest stremio?

www.stremio.com

Out of the box, it doesn't do much. But install a few addons from stremio-addons.net/addons, such as comet, torrentio and the pirate bay and voilΓ .

09.03.2026 21:04 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

It took 20 years, but more and more of my friends are finally asking me about those streaming services.

I don't know what the tipping point was, but here we are.

09.03.2026 21:01 πŸ‘ 4 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

I actually quite prefer the tone of the original text. The documentation is precise enough that the added fuzziness is not dangerous, and the style gives it a human touch

I like feeling like I'm reading the words of the author, instead of an Ikea assembly manual

But, thanks for Curl no matter what

08.03.2026 21:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Stario

Stario is a Python web framework for real-time hypermedia. While most frameworks treat HTTP as request β†’ response, Stario treats connections as ongoing conversations - open an SSE stream, push DOM patches, sync reactive signals.

https://github.com/bobowski/stario

06.03.2026 15:15 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
4-panel comic: Astronomers asking researchers from different departments to help them identify the β€œlittle red dots” in JWST images: (1) Entomologists [Person 1 behind easel that is black with red dots on it, looked at by Person 2 with shoulder-length hair.] PERSON 2: Clover mites. (2) Computer Scientists [Person 1 behind easel that is black with red dots on it, looked at by Person 3 with beanie.] PERSON 3: Stuck pixels. (3) Dermatologists [Person 1 behind easel that is black with red dots on it, looked at by Person 4 with ponytail.] PERSON 4: Cherry angiomas. (4) Graphic designers [Person 1 behind easel that is black with red dots on it, looked at by Person 5 with short hair.] PERSON 5: No, those are vermillion, or maybe jasper. Can I see your color settings?

4-panel comic: Astronomers asking researchers from different departments to help them identify the β€œlittle red dots” in JWST images: (1) Entomologists [Person 1 behind easel that is black with red dots on it, looked at by Person 2 with shoulder-length hair.] PERSON 2: Clover mites. (2) Computer Scientists [Person 1 behind easel that is black with red dots on it, looked at by Person 3 with beanie.] PERSON 3: Stuck pixels. (3) Dermatologists [Person 1 behind easel that is black with red dots on it, looked at by Person 4 with ponytail.] PERSON 4: Cherry angiomas. (4) Graphic designers [Person 1 behind easel that is black with red dots on it, looked at by Person 5 with short hair.] PERSON 5: No, those are vermillion, or maybe jasper. Can I see your color settings?

Little Red Dots

xkcd.com/3212/

04.03.2026 03:23 πŸ‘ 2993 πŸ” 376 πŸ’¬ 26 πŸ“Œ 15

Huge thanks to @fastly.com for 10+ years of keeping #PyPI up and running! PyPI serves 800K+ users at ~100K requests/sec. With a small team behind the service, that kind of scale is only possible because of infrastructure partners who invest in the sustainability of the #Python ecosystem.

03.03.2026 15:06 πŸ‘ 38 πŸ” 13 πŸ’¬ 1 πŸ“Œ 1
Preview
State of WASI support for CPython: March 2026 It's been a while since I posted about WASI support in CPython! πŸ˜… Up until now, most of the work I have been doing around WASI has been making its maintenance easier for me and other core developers. ...

Wrote a blog post to give a status update on WASI support for CPython as PEP 816 got accepted!

snarky.ca/state-of-was...

02.03.2026 19:31 πŸ‘ 30 πŸ” 9 πŸ’¬ 1 πŸ“Œ 0

Long-awaited, Server-Sent Events in @fastapi.tiangolo.com ✨

01.03.2026 09:35 πŸ‘ 19 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0
Preview
Python Developers Survey 2026 The official Python Developers Survey 2026. Join and contribute to the community knowledge!

Help us map out an accurate landscape of the Python community: respond to the official Python Developers Survey for 2026 to add your voice 🀩 #python #pythondevsurvey

27.02.2026 15:47 πŸ‘ 12 πŸ” 6 πŸ’¬ 0 πŸ“Œ 0

Edge case: Frankenstein's monster earns a doctorate

27.02.2026 19:36 πŸ‘ 103 πŸ” 22 πŸ’¬ 3 πŸ“Œ 0

load-bearing @xkcd.com

26.02.2026 20:42 πŸ‘ 256 πŸ” 44 πŸ’¬ 1 πŸ“Œ 2

I just realized that AI has its personal agenda!
How could I have missed it?..

It works like "reverse selfish gene". In biology, sea anemones with 100 neurons seem to love their larvae (care for them), but actually it's just those who do have more babies & behavior survives.

Now look at AI...
1/k

25.02.2026 15:19 πŸ‘ 3 πŸ” 1 πŸ’¬ 3 πŸ“Œ 1
Preview
Infrastructure Engineer - Python Software Foundation - Career Page Apply to Infrastructure Engineer at Python Software Foundation in Remote.

We're hiring! The PSF is looking for a full-time, remote, US-based Infrastructure Engineer to help keep PyPI, python.org, docs.python.org, and PyCon US running for millions of Python users worldwide 🐍 Apply here:

25.02.2026 15:27 πŸ‘ 23 πŸ” 18 πŸ’¬ 0 πŸ“Œ 0

pfst

Format-preserving Python AST manipulation.

https://github.com/tom-pytel/pfst

22.02.2026 19:15 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Subcommands with lazy imports In case you didn't hear, PEP 810 got accepted which means Python 3.15 is going to support lazy imports! One of the selling points of lazy imports is with code that has a CLI so that you only import co...

I've started to play with lazy imports thanks to my WASI build script being in CPython's repo, and so I wrote a post about how to adapt your code for running subcommands with argparse to play nicely with lazy imports.

snarky.ca/subcommands-...

21.02.2026 22:46 πŸ‘ 18 πŸ” 7 πŸ’¬ 1 πŸ“Œ 0

The Steering Council has formally accepted the TypeForm PEP. This is big news for cattrs but I'll hold off on implementing it until Mypy enables support for it without a flag.

20.02.2026 10:18 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

We have to bring back skin in the game for this. I fired a coworker 2 weeks ago after telling him multiple times it was unacceptable to bring to code review generated code he didn't understand. It's important to maintain the culture of respondability. How to do that in FOSS is another question...

21.02.2026 10:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Got to try raincloud and so far it has worked for me quite well, but if you can do the same with sync with native boorkmarks, I'm interested.

20.02.2026 17:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Actually yes, I said 80, but that's a mistake from my old school brain. It's 443 since it's all https with an automated cert.

I'm still in xhtml through http 1.0 in my head somehow.

17.02.2026 18:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thanks

17.02.2026 16:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

There is actually a difference this time though: some people will destroy competition because they will use AI correctly.

Unlike no-code/outsourcing/uml, this is not just a trend, it's an industrial revolution scale change.

But boy, we will see the bodies on the side of the road for the others.

17.02.2026 10:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Not great for the customers of those companies, of course, but it's a human trait: we never learn our lessons unless we feel the pain. Theory doens't cut it, we need to pay some real life prie.

"This time it's different" and "My situation is not the same" are the most famous last words.

17.02.2026 10:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0