Explore >> Select a destination


You are here

blog.valentin.sh
| | seroter.com
12.7 parsecs away

Travel
| | Today's links look at why AI isn't really making engineers 10x more productive, how to think of vibe coding versus spec-driven development, and all the things you can do with the new Gemini CLI GitHub Actions.
| | aradaelli.com
10.8 parsecs away

Travel
| |
| | www.softdevtube.com
12.5 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | donsbot.com
87.5 parsecs away

Travel
| A common misconception from non-Haskellers is that Haskell, when compiled, pays an ongoing penalty for supporting laziness by default. The idea is that in a lazy language, every expression would suspend to a heap-allocated, garbage collected, thunk. Even if you were to use the variable immediately. That sounds scarily expensive. In the real world however,...