Tin Tvrtković

@tintvrtkovic
261 Followers
267 Following
1.8K Posts
It’s terribly dangerous for an artist to fulfill other people’s expectations. (David Bowie)
Bloghttps://threeofwands.com
GitHubhttps://github.com/Tinche
Pronounshe/him
Name Pronounciationteen

Me, a simpleton developer: please, I just want to merge my stuff

GitHub: you idiot. you absolute baby.

Except instead of sword-fighting I'm playing https://100jumps.org/
100 Jumps

Hold to charge, release to jump. Land on 100 platforms to win — but one miss and it's over. How many attempts will it take you?

because I hate you all, I curse you with the new and terrible knowledge of https://100jumps.org
100 Jumps

Hold to charge, release to jump. Land on 100 platforms to win — but one miss and it's over. How many attempts will it take you?

📅 10 years ago today, Double Fine's remaster of LucasArts' Day of the Tentacle was released!

In my opinion, this remaster sets the gold standard for how a quality remaster should be executed.

💾 Day of the Tentacle Remastered was released on March 22, 2016!

Played a little Death Rally (classic) last night. One of my favorite games from ~30 years ago. It holds up, still a fun game.

Although the experience is a little different playing it on a 38" widescreen vs a 14" Adi ProVista 😬

Pain point in asyncio: Potentially-failing tasks

Using TaskGroups ensures your tasks take the shape of a tree (acyclic DAG or whatever) - no child tasks outlive the parent. This is structured concurrency in a nutshell. By default, an error in a child will interrupt the parent at certain points, but like I showed you with my snippet upthread, you can change this. Also by default, the parent will wait until all the children are done, but for example you can use something like this to change that too.

Discussions on Python.org

I'm happy to announce my first release of the year: attrs 26.1.0.

As always, the internal changes outweigh the outer ones, but field transformer users could get excited!

Special thanks to Kraken and Privacy Solutions GmbH for supporting me as Dedicated Organization tier patrons! 💛

https://github.com/python-attrs/attrs/releases/tag/26.1.0

Release 26.1.0 · python-attrs/attrs

Highlights The main outward change here only affects people using field transformers, but it should be a nice quality of life improvement! Full changelog below! Special Thanks This release would no...

GitHub
Feeling cute, might publish later: https://github.com/Tinche/pytest-typing

Reading the latest extended incident report from Honeycomb makes me want to never run Kafka in production.

Which is an approach that's served me fine up to this point in my career, why not in the future as well? 🤞