Just shipped my 1st PyPI pkg! 🚀
Using @textualizeio & new @github Copilot CLI SDK.
conviertlo: TUI for image convertion/compression via NL.
Type request → Copilot CLI generates FFMPEG command → Consults with you for command Execution → Execute.
👉️https://t.co/ID0edVwkES
To get good animations from an AI you need to get good at telling it what you want:
- "stagger this list of items"
- "make this animation direction-aware"
- "spacial consistency", "crossfade", "layout animation",
I made a motion vocabulary for this:
https://t.co/ExAxpr31no
Spring Data JPA feels like magic.
Define an interface. No implementation.
Spring scans it, generates a proxy, derives queries, wires everything as a bean, and suddenly findByEmail() talks to your database.
The interface is the contract, Spring writes the implementation, crazy
Design Patterns (Creational, Structural and Behavioural), I really like them.
How do you integrate them when working with AI agents during development?
A Skill? Instructions to the Agent? What do you recommend? 🤔
🚨 The era of general-purpose AI is over.
Today we're launching Oumi. 🚀
The platform that lets any team build custom AI models — in hours, not months.
Just describe what you need. Oumi builds it. #VibeML
Higher quality. Lower cost. Fully yours.
The CPU doesn't run processes. It runs threads. That one correction fixes like 6 other confusions.
Process, thread, task, concurrency, parallelism - the mental model that actually holds up for me👇
https://t.co/E1M6ZLwgiA
Paste JSON/Schema/GraphQL and instantly get clean, typesafe models + serializers in your language.
Huge time saver 👉 https://t.co/44ZUQ0wdpv (@quicktypeio )
Real curiosity.
Being honest.
During development, how often do you think about the Amortized Cost of a data structure or algorithm? 🤔
Not saying you should or shouldn't, just curious if I should care about it.