AI 에이전트 코딩 회의론자가 마음을 바꾼 이유, AGENTS.md와 Opus 4.5 실전 후기
AI 에이전트 코딩 회의론자였던 데이터 사이언티스트 Max Woolf가 Claude Opus 4.5로 Rust ML 라이브러리를 구현하며 생각을 바꾼 실전 후기. AGENTS.md 파일이 결과 품질을 결정한다는 통찰을 소개합니다.https://aisparkup.com/posts/9730

RE: https://mastodon.social/@CuratedHackerNews/116174428867822815
Some other posts are complaining about how this fails to live up to its supposed promise to explain something groundbreaking, but I don't see it that way. I mean, yeah the title is a little clickbaity, but other than that, it's an interesting discussion of some quirks of concurrent programming with a real-world application, and the article itself doesn't claim to be any more than that. Worth the read IMO.
What Python's asyncio primitives get wrong about shared state
https://www.inngest.com/blog/no-lost-updates-python-asyncio
The article promises an #exposé on Python's #asyncio and shared state woes but instead serves up a lukewarm brew of tech buzzwords and self-promotion. 😴💤 Spoiler alert: their "observable pattern that finally works" is as elusive as #Bigfoot. 🦄
https://www.inngest.com/blog/no-lost-updates-python-asyncio #Python #techbuzzwords #sharedstate #HackerNews #ngated
What Python's asyncio primitives get wrong about shared state
https://www.inngest.com/blog/no-lost-updates-python-asyncio
#HackerNews #Python #asyncio #shared #state #asyncio #primitives #programming #blog
Qode
is a space for people who want to build and develop the skills to apply their knowledge.
This group is for those who are learning *how*, which means that no matter where you are on the journey you can join and participate.
Programming communities should be open, curious, and kind.
https://rye.wentcloud.com/en/qode/
#Qode #DevCommunity #QodingTogether #LearnToQode
#Programming #python #software #developers
Another #CellularAutomata experiment
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_05 #Processing #Python #py5 #CreativeCoding
Python Tip #63 (of 365):
Every class should have an initializer.
If your class doesn't have an initializer method, it could probably be a module instead of a class.
For every class you make, either:
1. create a __init__ method
2. use a tool (like the dataclass decorator) to create a __init__ method
3. inherit from a class that has a useful __init__ method method.
🧵 (1/2)
Question:
Is it pythonic to pass a list of dictionary keys to iterate, BUT if an empty list is passed, iterate the entire dictionary?
If not suggestions please 😅
My only other approach is two methods, but as there are many features to process this way, it seems overly messy to me.
De la física determinista a la física de campos
#python @Python_cursos Tutor
Explicacion Comparacion Orden
Know someone who'd give a great #Django or #Python talk? A teammate, a friend, someone you saw speak at #pyladies? The DjangoConUS 2026 CFP is open and first-time speakers are especially welcome.
Deadline: March 16, 2026
📝 https://pretalx.com/djangocon-us-2026/cfp
Qode
is a space for people who want to build and develop the skills to apply their knowledge.
This group is for those who are learning *how*, which means that no matter where you are on the journey you can join and participate.
Programming communities should be open, curious, and kind.
https://rye.wentcloud.com/en/qode/
#Qode #DevCommunity #QodingTogether #LearnToQode
#Programming #python #software #developers