"How I write software with LLMs"
https://www.stavros.io/posts/how-i-write-software-with-llms/
#HackerNews #How #I #write #software #with #LLMs #softwaredevelopment #AIlanguage #LLMs #programmingtechniques #coding
"How I write software with LLMs"
https://www.stavros.io/posts/how-i-write-software-with-llms/
#HackerNews #How #I #write #software #with #LLMs #softwaredevelopment #AIlanguage #LLMs #programmingtechniques #coding
Some Smalltalk about Ruby Loops
https://tech.stonecharioteer.com/posts/2025/ruby-loops/
#HackerNews #Smalltalk #RubyLoops #ProgrammingTechniques #CodeDiscussion
Preserving Order in Concurrent Go Apps: Three Approaches Compared
https://destel.dev/blog/preserving-order-in-concurrent-go
#HackerNews #PreservingOrder #ConcurrentGo #GoApps #ProgrammingTechniques #SoftwareDevelopment
Concurrency breaks ordering by design, but sometimes we need both. Explore three methods to preserve order in concurrent Go applications, from standard ReplyTo channels to sophisticated permission passing, with benchmarks and real-world trade-offs.
Reworking Memory Management in CRuby [pdf]
https://blog.peterzhu.ca/assets/ismm_2025.pdf
#HackerNews #Reworking #Memory #Management #in #CRuby #pdf #Ruby #MemoryManagement #CRuby #ProgrammingTechniques #SoftwareDevelopment
The State of Coherence in the Land of Type Classes
https://programming-journal.org/2025/10/15/
#HackerNews #TheStateOfCoherence #TypeClasses #Haskell #ProgrammingTechniques #SoftwareDevelopment
Type classes are a popular tool for implementing generic algorithms and data structures without loss of efficiency, bridging the gap between parametric and ad-hoc polymorphism. Since their initial development in Haskell, they now feature prominently in numerous other industry-ready programming la...