Hacker News
@hackernewslive
22.6K
subscribers
203K
links
Download Telegram
Join
Hacker News
22.6K subscribers
Hacker News
Why Cline Doesn't Index Your Codebase (and Why That's a Good Thing)
Article
,
Comments
Cline
Why Cline Doesn't Index Your Codebase (And Why That's a Good Thing) - Cline Blog
Here's a common question we get from prospective Cline users: "How does Cline handle large codebases? Do you use RAG to index everything?"
It's a reasonable question. Retrieval Augmented Generation (RAG) has become the go-to solution for giving AI systems…
Hacker News
Mistral Agents API
Article
,
Comments
mistral.ai
Build AI agents with the Mistral Agents API | Mistral AI
Hacker News
The Art of Fugue – Contrapunctus I (2021)
Article
,
Comments
The Ethan Hein Blog
The Art of Fugue – Contrapunctus I
JS Bach’s last set of works, collectively titled The Art of Fugue, was published shortly after his death. It was not a big hit. Dense counterpoint was deeply unfashionable at that time, as We…
Hacker News
Square Theory
Article
,
Comments
Adam Aaronson
Square Theory | Adam Aaronson
The story starts in Crosscord, the crossword Discord server. Over 5,000 users strong, the server has emerged as a central hub for the online crossword community, a buzzing, sometimes overwhelming, sometimes delightful town square where total noobs, veteran…
Hacker News
CSS Painting API
Article
,
Comments
MDN Web Docs
CSS Painting API - Web APIs | MDN
The CSS Painting API — part of the CSS Houdini umbrella of APIs — allows developers to write JavaScript functions that can draw directly into an element's background, border, or content.
Hacker News
Just make it scale: An Aurora DSQL story
Article
,
Comments
All Things Distributed
Just make it scale: An Aurora DSQL story
AWS Senior Principal Engineers, Niko Matsakis and Marc Bowes, take us inside Aurora DSQL's development: scaling write operations without two-phase commit, overcoming garbage collection hurdles, and embracing Rust for both data and control planes.
Hacker News
Pyrefly vs. Ty: Comparing Python's Two New Rust-Based Type Checkers
Article
,
Comments
Edward Li's Blog
Pyrefly vs. ty: Comparing Python’s Two New Rust-Based Type Checkers
A deep dive into Meta's pyrefly and Astral's ty - two new Rust-based Python type checkers that both promise faster performance and better type inference.
Hacker News
I Salvaged $6k of Luxury Items Discarded by Duke Students
Article
,
Comments
INDY Week
I Salvaged $6,000 of Luxury Items Discarded by Duke Students. Why Did It Make Me Feel So Terrible?
At the end of the school year, a lot gets tossed by Duke students at my downtown Durham apartment building. This year I decided to dive in.
Hacker News
Show HN: Malai – securely share local TCP services (database/SSH) with others
Article
,
Comments
Hacker News
US pauses new student visa interviews as it mulls expanding social media vetting
Article
,
Comments
POLITICO
Trump team pauses new student visa interviews as it weighs expanding social media vetting
It’s the latest salvo against universities, many of whom rely heavily on foreign students for funds.
Hacker News
Outcome-Based Reinforcement Learning to Predict the Future
Article
,
Comments
arXiv.org
Outcome-based Reinforcement Learning to Predict the Future
Reinforcement learning with verifiable rewards (RLVR) has boosted math and coding in large language models, yet there has been little effort to extend RLVR into messier, real-world domains like...
Hacker News
Using Logic in Writing
Article
,
Comments
owl.purdue.edu
Logic in Writing -
Purdue OWL
®
- Purdue University
This resource covers using logic within writing—logical vocabulary, logical fallacies, and other types of logos-based reasoning.
Hacker News
The Hobby Computer Culture
Article
,
Comments
Creatures of Thought
The Hobby Computer Culture
[This post is part of “A Bicycle for the Mind.” The complete series can be found here.] From 1975 through early 1977, the use of personal computers remained almost exclusively the province of …
Hacker News
In defense of shallow technical knowledge
Article
,
Comments
Seangoedecke
In defense of shallow technical knowledge
Whenever a new piece of technology comes out (these days, mostly AI) I go to some effort to understand it. Usually I end up writing a post about it, so I can be…
Hacker News
Launch HN: Relace (YC W23) – Models for fast and reliable codegen
Article,
Comments
Hacker News
Cows get GPS collars to stop them falling in river
Article
,
Comments
BBC News
Cambridge cows get GPS collars to stop them falling in river
A council says two to four fall into the water in a city centre during grazing season each year.
Hacker News
Mesa3D Drivers for Windows
Article
,
Comments
GitHub
GitHub - pal1000/mesa-dist-win: Pre-built Mesa3D drivers for Windows
Pre-built Mesa3D drivers for Windows. Contribute to pal1000/mesa-dist-win development by creating an account on GitHub.
Hacker News
Running GPT-2 in WebGL: Rediscovering the Lost Art of GPU Shader Programming
Article
,
Comments
nathan.rs
Running GPT-2 in WebGL: Rediscovering GPGPU Shader Programming - nathan.rs
Nathan Barry's Personal Website
Hacker News
Why the Original Macintosh Had a Screen Resolution of 512×324
Article
,
Comments
512 Pixels
Why the Original Macintosh Had a Screen Resolution of 512x342, and not 512x384 as One Might Expect - 512 Pixels
Many classic Macs came with — or supported — displays running at 512×384 pixels, but many compact Macs, ranging from the original 1984 machine up through 1991’s Macintosh Classic II had built-in CRTs running at 512×342 pixels. That covers all black-and-white…
Hacker News
Show HN: My LLM CLI tool can run tools now, from Python code or plugins
Article
,
Comments
Simon Willison’s Weblog
Large Language Models can run tools in your terminal with LLM 0.26
LLM 0.26 is out with the biggest new feature since I started the project: support for tools. You can now use the LLM CLI tool—and Python library—to grant LLMs from …