Hacker News with Generative AI: Programming

GitHub Copilot Pro+ (github.blog)
Today, we’re introducing GitHub Copilot Pro+, a new individual tier for developers who want to take their coding experience to the next level.
Microsoft C/C++ Extension appears to no longer support unofficial VS Code forks (github.com/VSCodium)
As of the latest update of Microsoft's C/C++ extension (v1.24.5, released April 3, 2025), use on non-Microsoft products appears to have been blocked.
The Tcl Programming Language: A Comprehensive Guide (2nd Edition) (magicsplat.com)
The Tcl Programming Language is a comprehensive guide to this immensely flexible and versatile language. Starting with the basic features, it expands its scope to include the more advanced concepts, facilities and programming idioms from which the language derives its power.
GitHub Copilot rolls out Agent mode and MCP for VS Code (github.blog)
In celebration of MSFT’s 50th anniversary, we’re rolling out Agent Mode with MCP support to all VS Code users. We are also announcing the new GitHub Copilot Pro+ plan w/ premium requests, the general availability of models from Anthropic, Google, and OpenAI, next edit suggestions for code completions & the Copilot code review agent.
Xlwings Lite – Python in Excel Using Pyodide (xlwings.org)
xlwings Lite brings the VBA experience into the modern age by offering a privacy-first, secure, and developer-friendly way to automate Excel and write custom functions with Python.
The Wizard and His Shell: What Happens When You Kill the Shell? (terminal.click)
The shell was once powerful magic. Now it’s holding us back.
Nvidia adds native Python support to CUDA (thenewstack.io)
Mac Numbers now supports LAMBDA functions and MAP (apple.com)
The MAP function maps each value in an array to a new value determined by a LAMBDA function and returns a new array.
Compiling C to PowerPoint [video] (youtube.com)
A Neural Network in 11 lines of Python (2015) (iamtrask.github.io)
Summary: I learn best with toy code that I can play with. This tutorial teaches backpropagation via a very simple toy example, a short python implementation.
Show HN: A new VSCode extension that shows definition functions in a stack (github.com/eridien)
Definition Stack is a unique vscode extension. It is a tool for reading Javascript and Typescript code, especially unfamiliar code. The source code of definitions and references are shown in a stack for fast review. Functions appear in isolation in blocks.
Microsoft’s original source code (gatesnotes.com)
The Mainframe Vocabulary Problem, and Why It Matters (mainframesociety.com)
Bill Gates on first OS he wrote: 'Code remains the coolest I've ever written' (fortune.com)
Bill Gates offers to let anyone download the first operating system he and Paul Allen wrote 50 years ago: ‘That code remains the coolest I’ve ever written’
Senior Developer Skills in the AI Age (kiessling.net)
Over the past few months, I have been experimenting with AI-powered coding tools in both my personal and professional projects.
How Big Is VMS? (vmssoftware.com)
This question was asked during my Boot Camp presentation last fall in Boston, and over the past 35 years dozens of times people have asked, how big is VMS? That translates into "how many lines of code are in VMS"? I thought it was time to at least make a stab at pursuing some insight into the answer. I wrote some command procedures to count the number of source lines in .B32, .B64, .C, .MAR, .M64, and .S files.
Show HN: Monkeys.zip – 3000 Monkeys on Typewriters (monkeys.zip)
What MCP Gets Wrong – and How We Solved It (featureform.com)
How to write good prompts for generating code from LLMs (github.com/potpie-ai)
Large Language Models (LLMs) have revolutionized code generation, but to get high-quality, useful output, creating effective prompts is crucial.
The coolest code I've ever written – Bill Gates (gatesnotes.com)
I stopped using AI code editors (lucianonooijen.com)
In late 2022, I used AI tools for the first time, even before the first version of ChatGPT. In 2023, I started using AI-based tools in my development workflow. Initially, I was super impressed with the capabilities of these LLMs. The fact that I could just copy and paste obscure compiler errors along with the C++ source code, and be told where the error is caused felt like magic.
Reflections on the origins of Altair Basic (with source code) (gatesnotes.com)
Kerrick's Wager: On the Future of Manual Programming (kerrick.blog)
It’s been a while since I’ve had a crisis of confidence. But tonight, I read Steve Yegge’s recent post, “Revenge of the Junior Developer.” In it, he lays out a vision of a future—only two years away—in which nobody writes code anymore. I felt a cocktail of anger, fear, worry, and disbelief. Then, I thought through the implications, and came up with a plan of action: Kerrick’s Wager.
Show HN: JavaScript Flowchart Generator (curranjrobertson.github.io)
Turn your JavaScript code into clear flowcharts instantly.
Ask HN: Can we please come up with a better name than "Vibe Coding"? (ycombinator.com)
Ask HN: Can we please come up with a better name than "Vibe Coding"?
Show HN: Exponent, a collaborative AI programming agent (exponent.run)
Exponent is an AI programming agent capable of collaborating on software engineering tasks in any environment.
Golang sync.Pool is not a silver bullet (wundergraph.com)
When it comes to performance optimization in Go, sync.Pool often appears as a tempting solution. It promises to reduce memory allocations and garbage collection pressure by reusing objects. But is it always the right choice? Let's dive deep into this fascinating topic.
D2: Modern diagram scripting language that turns text to diagrams (github.com/terrastruct)
D2 is a modern diagram scripting language that turns text to diagrams.
Stack Overflow Is Down (stackoverflow.com)
Is it not possible to determine the number of frames in a GdkPixbufAnimation?
Show HN: AI Supported Workout Planner (repsome.com)