All
Articles 135,573Blog Posts 140,128Tech Tutorials 35,172Research Papers 26,166News 19,087
⚡ AI Lessons
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Insert, a language for self-modifying code
If you ever find yourself with time to kill and crave a fun challenge, you can write a program that prints out its own source code, called a quine ). Go on, giv
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
The story of Pybinding - a python wrapper around C++...
The story starts with a common problem: Python is a fantastic language for rapid prototyping, data analysis, and orchestrating complex tasks. However, when it c
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Squaring the Circle: Running Depth-First Chess Search on a Set-Based Language
I wrote this technical deep-dive to explore the paradigm mismatch between declarative, set-based processing and sequential, depth-first search algorithms. The w
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Rethinking Search as Code Generation
submitted by /u/Subject_Network5022 [link] [comments]
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Making numpy-ts as fast as native
I started working on numpy-ts last year and began serious performance optimization in February. These are some of the challenges and lessons from this project.
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Beyond ICR: Incremental 'Suggesting' Read in Emacs
"This is the sixth post in my series on Emacs completion.... This one coins a term for a special case, Incremental Suggesting Read (ISR), where the candidate se
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
+12 years of programming, now what?
A question for guys who into unusual programming stuff. i been programming for +12 years now .. first few years it was fun trying all sort of things from assemb
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Does any one have any notes or comments on the Philosophy of Coding?
I started off thinking I needed to simply memorize Modules and go through each and find a way to apply each of them linearly through the docs. Thinking about it
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Practical uses of monads in Haskell
Inspired by a question on r/haskellquestions , i wrote about the practical aspect of monads for people at a beginner / intermediate level, about how to go beyon
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
2mo ago
OpenAi Spring Boot And Transcriptions
submitted by /u/Efficient-Public-551 [link] [comments]
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
2mo ago
Vectr - tool to stop AI coding assistants from “forgetting” large codebases
One thing that annoys me with AI coding tools: On large repos they keep rediscovering the same things over and over. Typical loop: search symbol open 8 files bu
DeepCamp AI