programming

Tag

Cards List
#programming

LLMs: The Next Rung on the Ladder of Abstraction

Reddit r/ArtificialInteligence · 2026-07-30 Cached

This article argues that large language models represent a new level in the history of software abstraction, making natural language the interface, enhancing human agency, but not ending programming—instead, continuing the trend of intention replacing implementation.

0 favorites 0 likes
#programming

The strain in your brain

Lobsters Hottest · 2026-07-29 Cached

A reflective essay on how AI-assisted reading and coding reduce the cognitive strain once essential for deep learning, and the author's personal efforts to restore that mental challenge through handwriting and code-by-hand.

0 favorites 0 likes
#programming

@GergelyOrosz: There’s a popular theory that AI will finally make formal verification mainstream because mathematical proof of correct…

X AI KOLs Following · 2026-07-29 Cached

A podcast episode featuring Hillel Wayne discusses whether AI will drive mainstream adoption of formal verification, highlighting TLA+ use at Amazon and the challenges of writing formal specs.

0 favorites 0 likes
#programming

Logic for Programmers is Done

Hillel Wayne — Computer Things · 2026-07-29 Cached

Hillel Wayne announces the completion and 1.0 release of his book 'Logic for Programmers', a guide to using logic in software development, now available in print and as a free update for early ebook buyers.

0 favorites 0 likes
#programming

Overengineered calculator: Zig + QBE

Lobsters Hottest · 2026-07-29 Cached

A blog post walks through building an overengineered calculator that compiles arithmetic expressions to native machine code using Zig and the QBE compiler backend, demonstrating tokenization, parsing, and code generation.

0 favorites 0 likes
#programming

@clcoding: 7 Python Libraries Every Developer Should Know If you're serious about Python, these 7 libraries will save you hours of…

X AI KOLs Timeline · 2026-07-29 Cached

A tweet thread by @clcoding lists 7 essential Python libraries that can significantly boost developer productivity.

0 favorites 0 likes
#programming

Writing Toy Software Is A Joy (2025)

Lobsters Hottest · 2026-07-29 Cached

A blog post advocating for writing toy programs as a way to understand software deeply and rediscover the joy of coding, arguing against over-engineering and the industrialization of software development.

0 favorites 0 likes
#programming

@freeCodeCamp: Clojure is a functional programming language that can change how you think about writing code. In this interactive guid…

X AI KOLs Timeline · 2026-07-29 Cached

An interactive guide introducing Clojure programming with animated code playbacks and hands-on exercises, covering functions, immutable data, recursion, and more.

0 favorites 0 likes
#programming

CP/M-68K emulator

Lobsters Hottest · 2026-07-29 Cached

A hobbyist developer created an emulator for the Motorola 68000 CPU that runs CP/M-68K, with custom BIOS and RAM disk support; source code is available on GitHub and GitLab.

0 favorites 0 likes
#programming

So, you want to make a game engine (2023)

Hacker News Top · 2026-07-28 Cached

A blog post discussing the reasons and considerations for building a custom game engine, sparked by Unity's pricing controversy.

0 favorites 0 likes
#programming

@gp_pulipaka: CheatSheet! Python! #BigData #Analytics #DataScience #AI #MachineLearning #IoT #IIoT #PyTorch #Python #RStats #TensorFl…

X AI KOLs Timeline · 2026-07-28 Cached

A tweet shares a Python 3 cheat sheet (memento) from Université Paris-Saclay, available as a free PDF under CC BY 4.0, covering basic programming concepts for beginners.

0 favorites 0 likes
#programming

Quick & Easy Parser Combinators

Lobsters Hottest · 2026-07-27 Cached

A tutorial on building parser combinators in Scheme (Gambit), explaining how to write quick and readable parsers using functional programming techniques.

0 favorites 0 likes
#programming

@MIT_CSAIL: A guide to key Python functions & concepts, v/@PythonDvz.

X AI KOLs Timeline · 2026-07-27 Cached

A guide to key Python functions and concepts shared by MIT CSAIL and PythonDvz.

0 favorites 0 likes
#programming

Paged Out - Issue #9

Lobsters Hottest · 2026-07-27 Cached

Issue #9 of Paged Out, a free online magazine about programming and demoscene, has been released.

0 favorites 0 likes
#programming

Paged Out #9 [pdf]

Hacker News Top · 2026-07-27

The ninth issue of Paged Out, a free online magazine about programming and hacking, has been released as a PDF.

0 favorites 0 likes
#programming

Introduction to Data-Oriented Design [pdf]

Hacker News Top · 2026-07-26 Cached

This PDF introduces the concept of data-oriented design, a software design approach focused on efficient data layout and processing, particularly in game development.

0 favorites 0 likes
#programming

Teach yourself programming in ten years (1998)

Hacker News Top · 2026-07-26 Cached

A classic essay by Peter Norvig arguing that becoming an expert programmer takes about ten years of deliberate practice, and criticizing quick-learning books.

0 favorites 0 likes
#programming

Beginner J: Dealing Cards

Lobsters Hottest · 2026-07-26 Cached

This article introduces methods for generating playing cards, dealing cards, and shuffling in the J language using catalog operator, transpose, random number functions, and permutation functions.

0 favorites 0 likes
#programming

A Love Letter to Object Orientation

Lobsters Hottest · 2026-07-24 Cached

An essay arguing that the true essence of object-oriented programming is messaging, not classes, and introducing the Abject project and Ask protocol as a revival of this idea adapted for AI.

0 favorites 0 likes
#programming

@realpython: How the Python or Operator Works [Video] #python

X AI KOLs Timeline · 2026-07-24 Cached

A video tutorial explaining how the Python 'or' operator works, from Real Python.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback