Data Scientist @ agilelab.it 🏄‍♂️ @PythonMilano and PyData Milan 🧡💙💛 recurse.com 🐙 #python 🐍#nim 👑 #... @pietroppeter@fosstodon.org 🐘 he/him

Milan, Italy
Joined August 2014
Pietro Peterlongo retweeted
Bayes’ theorem, clearly explained:
Pietro Peterlongo retweeted
Replying to @jasonfried
I like software that I can use for a while and feel like I've achieved mastery of it - that I understand every feature it has and how to use those features I got there with GitHub Issues after a week or two. I used Jira for years and never felt like I even came close
2
2
43
Pietro Peterlongo retweeted
1/ Can Large Language Models (LLMs) truly reason? Or are they just sophisticated pattern matchers? In our latest preprint, we explore this key question through a large-scale study of both open-source like Llama, Phi, Gemma, and Mistral and leading closed models, including the recent OpenAI GPT-4o and o1-series. arxiv.org/pdf/2410.05229 Work done with @i_mirzadeh, @KeivanAlizadeh2, Hooman Shahrokhi, Samy Bengio, @OncelTuzel. #LLM #Reasoning #Mathematics #AGI #Research #Apple
Pietro Peterlongo retweeted
Happy 30th birthday The first proposal of Cascading HTML Style Sheets! On October 10, 1994, the Norwegian programmer Håkon Wium Lie published the first proposal of Cascading HTML style sheets. #WebDesignHistory
8
81
5
350
Pietro Peterlongo retweeted
From a Million Miles Away, a Camera Aboard NASA's DISCOVR Spacecraft Shows the Moon Crossing the Face of the Earth
5
44
5
233
Pietro Peterlongo retweeted
The first issue, "LLM System Evals in the Wild" has been published! System eval measures how well your app does along qualitative measures of "good" that are hard to express formulaically in a systematic process. "Can't I get away with vibes-based engineering?"
2
1
2
10
Pietro Peterlongo retweeted
How did I not know these work in GitHub😍
77
599
49
6,188
Pietro Peterlongo retweeted
This is out of nowhere but I really appreciate what a positive influence @recursecenter has had on computing culture in the past 10+ years. So many of the most thoughtful and interesting people I run across on the internet turn out to be connected to RC.
3
17
1
154
Pietro Peterlongo retweeted
★ Dynamicland's new website documents ten years of progress toward a humane dynamic medium. dynamicland.org
Pietro Peterlongo retweeted
I don’t remember where it came from, but I have repeated the quote “If your first data hire is a data scientist, what you really hired is an inexperienced data engineer” over and over to former students 😅
4
14
175
Saving it for a winter night in front of the fireplace 🔥
My new article on the design & implementation of the CPython VM is out. It is my most comprehensive article yet, at 5500 words and 17 code listings, such as this: The VM is the most central piece of any interpreted language because this is how your code eventually executes. As a developer, learning about it can help you write more efficient code and debug complex problems. As a student or a compiler enthusiast, you can learn how a real-world language is implemented. The article covers a ton of details, such as bycode packing format, stack frames, bytecode evaluation loop implementation using switch case vs computed goto and a walk through of a toy Python program on the VM to illustrate how code executes.
1
hi @typefully, I guess today is the day we get to ask if you have an updated timeline on bluesky? 🙃🦋
Yep that’s the second thought I had
I used uv for the first time this week and the vibes are great. Frictionless Python management and a sense of big horizons opening up in the future.
I think the uv script feature might have a big impact by lowering the access to any library of Python ecosystem. Once you know you can run a cool script you find around without the need to create an ephemeral environment yourself, not fear to bork your own… you will do it more!
1
I think the uv script feature might have a big impact by lowering the access to any library of Python ecosystem. Once you know you can run a cool script you find around without the need to create an ephemeral environment yourself, not fear to bork your own… you will do it more!
After toying around with uv from @astral_sh I think it might be time to add a dialect of the TIL blogposts that @simonw helped make popular. Now that we can always call `uv run ...` it would be amazing to share scripts more! So maybe today I scripted? koaning.io/posts/today-i-scr…
1
1
If this thing (the TIS) become common, I can already see a feature added to uv where you type uv run url and it fetches the Python script there (although on second thought I guess it might be too dangerous)
Pietro Peterlongo retweeted
After toying around with uv from @astral_sh I think it might be time to add a dialect of the TIL blogposts that @simonw helped make popular. Now that we can always call `uv run ...` it would be amazing to share scripts more! So maybe today I scripted? koaning.io/posts/today-i-scr…
7
15
1
122