You are here |
blog.valentin.sh | ||
| | | |
seroter.com
|
|
| | | | 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
|
|
| | | | ||
| | | |
www.softdevtube.com
|
|
| | | | 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
|
|
| | 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,... |