atlas news
    
bitecode : mastodon
15  octobre     06h10
   So, Zed doesn ;t restore open tabs by default. I was so used to that behavior in VSCode and Sublime I just dropped hours of work in a file and closed the computer as usual. I guess all those moments will be lost in time like my tears in rain.
14  octobre     19h44
   I don ;t play big video games, so I though TB of hard drive would be plenty, even with a few VM. But I didn ;t count on the size of those damn language models size.
    15h24
   This week, we ;ll have the pleasure to receive the swiss army man Russel Keith Magee on the podcast.And he got punchlines Me: quot;I suppose you have this challenge of having to sign the packaging, so how do you deal with that quot;Russel: quot;Whisky quot;
    15h03
   That ;s it, today is the day Chrome disables manifest v meaning half of ublock origin features can ;t be supported.They officially killed the best adblocker on their browser, and Firefox is looking like the only alternative if you don ;t want ads everywhere right now
    09h42
   Repologyhttps: repology.org Repology is a packaging hug monitoring repositories and other sources. It shows you in which repositories a given project is packaged, which version is the latest and which needs updating.
13  octobre     16h46
   Yes, you need to duplicate your frontend business logic on the serverhttps: www.bitecode.dev publish posts detail referrer Fpublish Fhome
11  octobre     12h39
   NopeCHA CAPTCHA Demo https: nopecha.com captcha A demo page for many popular CAPTCHA, just in case you miss solving them
07  octobre     20h24
   . is out. Duck typing looks great.
03  octobre     14h06
   The Golden Owl is won after years https: goldenowlhunt.com the golden owl is won after years It was a beautiful French treasure hunt featuring an entire dedicated book and even a minitel server.
02  octobre     15h43
   Logfire vs raw OTel https: gist.github.com samuelcolvin d cad bf fd ee f Anyone you tried the low level open telemetry lib know it feels closer to working with java than python.I think logfire makes a good case for it ;s API
    15h41
   Find your strptime strftime format https: www.pythonmorsels.com strptime formats A nice website to instantly get the perfect python code for formatting your date.With chatgpt, those sites become less and less useful, but still, it ;s not to have a backup plan
01  octobre     12h23
   quot;uv init quot; now also create a git repo and a minimal .gitignore file. I assume more VCS will be supported. quot;uv publish quot;, to replace tools like twine and upload to pypi.
    12h23
   uv new releases added some great stuff: quot;uv run quot; now can run a command with a dependency without installing it in the venv.E.G: you can run jupyter in your venv BUT without installing it amp; pulling the entire pypi in your venv:uv run with jupyter in jupyter lab quot;uv init ...
    11h33
   logfire, the python observability stack form the pydantic team, is now stable https: github.com pydantic logfire pull
    11h31
   Sometimes you inherit a code base where people kept doing pip freeze for years without cleaning up.In that case, deptry will help you removing all the unused deps, and ease migration to something like poetry or uv where you declare only your top deps. https: github.com fpgmaas deptry
30  septembre     10h58
   What’s up Python https: www.bitecode.dev p whats up python dies is bornPython . is dead, long live . . Unless . is delayed because of GC perf regressions.But you can play with the new Python in Excel that is now generally available... maybe
    09h29
   People: can ;t wait to get the nice perf improvements Me, liking simple pleasures: python . m uuid c c a c a f f b
28  septembre     21h08
   TIL, in Firefox, you don ;t even need an extension to restore the context menu in sites that are stealing it: shit right click open it no matter what JS hook is set.
27  septembre     22h44
   Python . released in days. Can ;t wait to be able to use . in prod.
24  septembre     15h46
   Fun fact, zig is on pypi, and ships clang for now , so you can pip install a whole C compiler:pip install ziglangpython m ziglang clang versionclang version . . ...