Latest #code Threads 
My thoughts on AI-assisted programming.
New
Put Claude Code on autopilot. Define routines that run on a schedule, trigger on API calls, or react to GitHub events from Anthropic-mana...
New
What code complexity can mean — from Big O notation and Cyclomatic Complexity to the surprising insights psycholinguistics can offer soft...
New
Recently in our team we decided that it could be beneficial for us to have a solution in place that would allow to automatically organise...
New
With Anthropic altering rate limits, we can find other places to spend our money. I have chosen Zed editor with OpenRouter for maximum fl...
New
LM Studio 0.4.0 introduced llmster and the lms CLI. Here is how I set up Gemma 4 26B for local inference on macOS that can be used with C...
New
Can a large language model (LLM) improve at code generation using only its own raw outputs, without a verifier, a teacher model, or reinf...
New
What the accidental Claude Code source code leak tells us about the real value of code, product market fit, and why integration is what a...
New
Anthropic, the company behind the AI coding assistant, said it was fixing a problem blocking users.
New
But Anthropic urges caution as “research preview” safeguards “aren’t absolute.”
New
This Week's Trending
Why I decided to ditch Cursor and switch to running Claude Code in an isolated environment + diy guide!
New
Put Claude Code on autopilot. Define routines that run on a schedule, trigger on API calls, or react to GitHub events from Anthropic-mana...
New
What code complexity can mean — from Big O notation and Cyclomatic Complexity to the surprising insights psycholinguistics can offer soft...
New
My thoughts on AI-assisted programming.
New
This Month's Trending
LM Studio 0.4.0 introduced llmster and the lms CLI. Here is how I set up Gemma 4 26B for local inference on macOS that can be used with C...
New
Fixing common Java anti-patterns took an app from 1,198ms to 239ms. Eight patterns that compile fine and pass code review but silently dr...
New
It’s been about 6 weeks since I joined Tano, and this is what my commit history looks like:
New
Anthropic, the company behind the AI coding assistant, said it was fixing a problem blocking users.
New
Can a large language model (LLM) improve at code generation using only its own raw outputs, without a verifier, a teacher model, or reinf...
New
But Anthropic urges caution as “research preview” safeguards “aren’t absolute.”
New
What the accidental Claude Code source code leak tells us about the real value of code, product market fit, and why integration is what a...
New
With Anthropic altering rate limits, we can find other places to spend our money. I have chosen Zed editor with OpenRouter for maximum fl...
New
Recently in our team we decided that it could be beneficial for us to have a solution in place that would allow to automatically organise...
New
This Year's Trending
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing rout...
New
Cursor 1.0 brings BugBot for code review, a first look at memories, one-click MCP setup, Jupyter support and general availability of Back...
New
I run Claude Code with --dangerously-skip-permissions flag, giving it full system access. Let me show you a new way of approaching comput...
New
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplif...
New
A new Kotlin blog post/announcement has been posted!
Get the full details here: The Kotlin AI Stack: Build AI Agents With Koog, Code Sm...
New
Stop vibe-coding blindly! Why reading AI-generated code is crucial in 2025. Avoid security flaws, architectural decay, and knowledge loss...
New
This is the story of how I used a Gmail message to trigger code execution through Claude Desktop, and how Claude itself (!) helped me pla...
New
Meta will not sign the EU’s new rules, calling the implementation “overreach” and claiming it will throttle AI development.
New
I’ve been experimenting with LLM programming agents over the past few months. Claude Code has become my favorite.
It is not without issu...
New
Where does JIT-compiled code live? How does Ruby switch between bytecode and native execution? Why does TracePoint slow everything down? ...
New
A new Rust blog post/announcement has been posted!
Get the full details here: Announcing Google Summer of Code 2025 selected projects |...
New
Hello Devtalk community,
I’d like to introduce a hypothetical concept I’m exploring called the NKTg Law—a physics-inspired model to simu...
New
A new Django blog post/announcement has been posted!
Get the full details here: Our Google Summer of Code 2025 contributors | Weblog | ...
New
Due to a simple bug, Screen Studio app did generate over 2 petabytes of network traffic
New
One common practice for working with MCP tools calls is to put the outputs from a tool back into the LLM as a message, and ask the LLM fo...
New
Last Three Year's Trending
Ah, the eternal question, straight from the mailbag.
New
Let’s build GPT: from scratch, in code, spelled out…
We build a Generatively Pretrained Transformer (GPT), following the paper “Attentio...
New
GitHub - bufferhead-code/nextjs-use-php: Use PHP code right within your React / Next.js App. With “use php”;.
Use PHP code right within ...
New
A new Swift blog post/announcement has been posted!
Get the full details here: Swift.org - Swift joins Google Summer of Code 2024
New
Can GPT-4 Actually Write Code?.
I test GPT 4’s code-writing capabilities with some actual real world problems.
New
Shittier - Visual Studio Marketplace.
Extension for Visual Studio Code - Shittier is a unique code formatting tool designed to give your...
New
Writing Portable Rendering Code with NVRHI | NVIDIA Technical Blog.
Learn about NVIDIA Rendering Hardware Interface (NVRHI), a library t...
New
SVG Tutorial: Learn how to create SVG images, shapes, animations, and more.
Explore the fundamentals of Scalable Vector Graphics (SVG). ...
New
GitHub - scastiel/book-pr: Pull Requests and Code Review: a book where I listed all the advice I gave to and received from developers ove...
New
A comparison of multiple generative AI tools when asking for Ruby on Rails code.
Comparing Rix, Cody, Phind, Copilot Chat, and ChatGPT’s...
New
A new Go blog post/announcement has been posted!
Get the full details here: Testing concurrent code with testing/synctest - The Go Prog...
New
Writing a Fast C# Code-Search Tool in Rust — John Austin.
When I began learning Rust, I had several expectations. I figured that I woul...
New
Can AI code Beat Saber ? Watch ChatGPT try.
How far can we push artificial intelligence ? Let’s challenge Chat GPT 4 to remake my favour...
New
A (reasonably) condensed version of two weeks’ worth of heated GPL argument.
New
GitHub - wouterken/crystalruby: Embed Crystal code directly in Ruby.
Embed Crystal code directly in Ruby. Contribute to wouterken/crysta...
New
Trending Over Three Years
A modern open source code editor in Rust
Native GUI and Rust powered performance, we as developers know what you need for an essential to...
New
Everyone seems to be striving for ‘clean’ code at the moment. You can’t read a blog post without the author telling you how clean their a...
New
https://makepad.dev/
This thread was posted by one of our members via one of our news source trackers.
New
Have you ever wanted to build something but you had no idea what to do? Just as authors sometimes have “writers block” it’s also true for...
New
nim-lang/Nim.
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages lik...
New
Your brain responds in a predictable way when it encounters new or difficult tasks. The Programmer’s Brain teaches you concrete technique...
New
A new Swift blog post/announcement has been posted!
Get the full details here: Swift.org - Swift Extension for Visual Studio Code
New
GitHub - CodeEditApp/CodeEdit: CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever…
CodeEdit App fo...
New
It’s not legacy code — it’s PHP.
Vimeo has been using PHP in production for over 15 years. Find out how we keep a million lines of PHP i...
New
A new Flutter blog post/announcement has been posted!
Get the full details here: https://groups.google.com/d/msg/flutter-announce/ZBZ6h...
New
New
Wasmino = WASM + Arduino (Running Arduino code in browser).
Wasmino Running the “Fade” example Wasmino is an Arduino core fully compatib...
New
A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: PostgreSQL Accepted for Google Summer o...
New
A new openSUSE blog post/announcement has been posted!
Get the full details here: openSUSE Project Selected for Google Summer of Code M...
New
Why should you care?
How do we easily and scalably patch 100,000s of lines of source code? Read about how we used a simple yet powerful d...
New
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
The Pragmatic Studio
20% off any course
Linux New Media
15% off any non-sub item
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!
Filter by Type:
Popular Tags
- #apple
- #code
- #linux
- #programming
- #web
- #blog-post
- #podcasts
- #video
- #news
- #otp
- #community
- #openai
- #microsoft
- #chatgpt
- #learning
- #github
- #macos
- #new
- #project
- #ai
- #development
- #manning
- #design
- #testing
- #database
- #performance
- #ios
- #internet
- #css
- #android
- #apps
- #nvidia
- #blog
- #guide
- #quantum
- #hardware
- #llm
- #browser
- #intel
- #amazon
- #social
- #privacy
- #liveview
- #games
- #windows
- #musk
- #writing
- #api
Popular Portals
- /elixir
- /rust
- /wasm
- /ruby
- /erlang
- /phoenix
- /keyboards
- /python
- /js
- /rails
- /security
- /go
- /swift
- /vim
- /clojure
- /java
- /emacs
- /haskell
- /svelte
- /typescript
- /onivim
- /kotlin
- /c-plus-plus
- /crystal
- /tailwind
- /react
- /gleam
- /ocaml
- /flutter
- /elm
- /vscode
- /ash
- /html
- /opensuse
- /zig
- /centos
- /deepseek
- /php
- /scala
- /react-native
- /lisp
- /textmate
- /sublime-text
- /nixos
- /debian
- /agda
- /deno
- /django
- /kubuntu
- /arch-linux









