Context profiler for LLMs and AI agents - used to introspect context contents and reduce token costs - RimantasZ/contextspy Read more ›
> A Rust CLI that augments the Node you already have — TypeScript that just runs, a faster script runner, and a fast bin runner. It augments Node.js instead of trying to replace it. Nub is an all-in-one toolkit powered by Node.js that **modernizes** the developer experience of the Node.js ecosystem. Use it instead of `node`, `npm run`, and `npx` (or the equivalents in your preferred package manager). ```console $ npm install -g --ignore-scripts=false @nubjs/nub $ nub index.ts ... Read more ›
The slab memory allocation changes for Linux 7.2 have been merged and continue to see more work around shaves and performance optimizations... Read more ›
At a Shift CTO Craft dinner in Toronto, senior engineering leaders debated AI ROI, code review bottlenecks, hiring, cognitive debt, and vendor lock-in. Read more ›
microsoft/typescript commit history visualized — 623 contributors, 279,437 lines of code, 2014–2021. Watch the codebase and team evolve. Read more ›
How I built a live solar panel and battery simulation in Home Assistant using real lux and power sensors, to answer whether balcony solar is worth it before spending the money. Read more ›
OpenAI-compatible AI inference gateway. One key, every model. Read more ›
Today we are excited to announce the Release Candidate of TypeScript 7.0! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a completely new foundation. Over the past year, we have been porting the existing TypeScript codebase from TypeScript (as a bootstrapped codebase that compiles to […] The post appeared first on <a href=" Read more ›
Using AI without care or precision almost guarantees you become an AI slop cannon. Here's how to be sure you're using it to create real value Read more ›
Neuralwatt Cloud is the first AI inference service with energy-based pricing. Run inference with real visibility into power, cost, and efficiency. Use as a hosted service or deploy on your own infrastructure with Neuralwatt Deploy. Read more ›
More Rust, but more trouble with AI slop, too Read more ›
A hand-picked directory of website submission sites. Find the best places to submit your website, startup, or product, earn quality backlinks, and rank higher across search engines and AI answers. Read more ›
One API call turns any web page into LLM-ready Markdown. Built for AI agents, RAG pipelines and scrapers. Fetch, render JavaScript, strip the clutter. Free to start, plans from $29/mo. Read more ›
From pretraining to RLHF/GRPO — every algorithm hand-written in pure PyTorch. Read more ›
Memory management is one of those topics that every C++ developer has to deal with, yet very few of us take the time to study it systematically. Memory Management in C++ by Patrice Roy is a book that finally gives this fundamental topic the deep and up-to-date treatment it deserves. It covers everything from the basics of how objects live in memory to modern techniques introduced as recently as C++26. What impressed me right away is how current the book is. It discusses erroneous behaviour, w... Read more ›
--- Murmer is a distributed actor framework for Rust, built on tokio and QUIC\. It provides typed, location-transparent actors that communicate through message passing\. Whether an actor lives in the same process or on a remote node across the network, you interact with it through the same `Endpoint` API\. **Why I built this** I’ve spent years working with Elixir and the BEAM VM, and the actor model there is something I’ve grown deeply fond of — the simplicity of processes, message pass... Read more ›
Today we launched a new plugin for Datasette, on the Datasette project blog. That post has the what, but I'm going to expand on that a little bit here to provide the why. The TL;DR Datasette Apps are self-contained HTML+JavaScript applications that run in a tightly constrained sandbox hosted on your Datasette application. They can use JavaScript to run read-only SQL queries against data in Datasette, and can run write queries too if you configure them . Here's a and a - the latter lo... Read more ›
Kernel authoring DSL, torch.compile backend and LLM serving for Apple Silicon. - rayanht/alloy Read more ›
CS 6120 is a PhD-level Cornell CS course by Adrian Sampson on programming language implementation. It covers universal compilers topics like intermediate representations, data flow, and “classic” optimizations as well as more research-flavored topics such as parallelization, just-in-time compilation, and garbage collection. The work consists of reading papers and open-source hacking tasks, which use LLVM and an educational IR invented just for this class. Read more ›