Image
user avatar
Armin Ronacher ⇌
@mitsuhiko
Creator of Flask. Building at earendil.com. Bypassing Permissions. Can hand crank. Husband and father of 3 — “more nuanced in person”
Vienna, Austria
Joined February 2008
  • Pinned
    user avatar
    Has been a while since I wrote about agentic engineering, so this time around some learnings of maintaining Pi as a junior maintainer to @badlogicgames :)
  • user avatar
    What are these NFT people smoking? How is this a future that's likely and aspirational? That sounds absolutely horrible.
    Image
  • user avatar
    I don't want to say anything but that's not the right license Mr Copilot.
    Image
    GIF
  • user avatar
    Software engineering is 90% database and 10% frontend.
  • user avatar
    Linus secret power is cutting through the bullshit.
    Image
  • user avatar
    My driver is using a web hosted version of ORF teletext to figure out the status of planes at the airport.
    Image
  • user avatar
    I finally managed to automate my IKEA IDÅSEN desk. I can now make it go to my favorite position via two shell commands (stand-up/sit-down) without having to keep buttons pressed.
    Image
    00:00
  • user avatar
    How many dependencies do you need to parse a URL in Rust? 44.
    Image
    Image
  • user avatar
    I’m quite seriously considering live streaming some of my Python/Rust programming. Would people be interested in that?
  • user avatar
    Today in timezone madness: Lebanon had a last minute announcement of DST postponement. The Olson database complied. Now there is a dispute if it happens, and *parts* of the government reversed it. The country now has two timezones concurrently depending on who you ask.
  • user avatar
    git commit --allow-empty is the one true universal rerun CI button
  • user avatar
    Fascinating. Audi's car configurator uses webrtc to stream the 3D view from some remote rendered service instead of using WebGL in the browser. Really want to know what lead to that engineering decision. The latency is awful and the render quality is quite low resolution.
    Image
    00:00
  • user avatar
    Fun fact: because of all the metadata, the javascript community downloads "isarray" in the excess of 100GB a month from npm. For a one liner
  • user avatar
    I think GraphQL is quickly moving to one of my least favorite technologies. Building an efficient query system for the server is almost writing a database and as a user it has a lot of rough edges. Good idea but man is it complex.