Local LLM by Ente

LLMs are too important to be left to big tech. There is a gap between frontier models and models that can run on your device, but local models improve each day, and once they cross a certain capability threshold, they will be good enough for most purposes; and will come with full privacy and control. […]
I tried to prove I’m not AI. My aunt wasn’t convinced

In Netanyahu’s case, it didn’t help that his team used a fancy camera and filmed with a narrow depth of field, meaning a nice sharp foreground and soft blurry background – which is exactly how AI videos tend to look, Carrasco says. But by the time Netanyahu posted his coffee shop clip, our world was […]
I Forked Httpx
Why I forked httpx published on 2026-03-25 · tagged with #httpx, #httpxyz and #python Yesterday I forked httpx. The new fork is called httpxyz. Reasons for the fork HTTPX is a very popular HTTP client for Python. There is lots of code depending on it. In 2024, I contributed zstd content decoding. This got merged […]
TurboQuant: Redefining AI efficiency with extreme compression

Vectors are the fundamental way AI models understand and process information. Small vectors describe simple attributes, such as a point in a graph, while “high-dimensional” vectors capture complex information such as the features of an image, the meaning of a word, or the properties of a dataset. High-dimensional vectors are incredibly powerful, but they also […]
Social media bans and digital curfews to be trialled on UK teenagers

The study will recruit 4,000 students aged 12 to 15 from ten Bradford secondary schools and seek to assess the impact of having less access to social media – particularly on areas of their wellbeing such as sleep, anxiety levels, social interactions, as well as absence and bullying in schools.
Miscellanea: The War in Iran

This post is a set of my observations on the current war in Iran and my thoughts on the broader strategic implications. I am not, of course, an expert on the region nor do I have access to any special information, so I am going to treat that all with a high degree of uncertainty. […]
Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1

This is a fork of duckdb/duckdb-vss that adds ACORN-1 filtered HNSW search. The upstream extension has a critical limitation: WHERE clauses are applied after the HNSW index returns results, so SELECT … WHERE category = ’X’ ORDER BY distance LIMIT 10 often returns fewer than 10 rows. This fork pushes filter predicates into the HNSW […]
VitruvianOS – Desktop Linux Inspired by the BeOS
What is VitruvianOS? VOS is an operating system based on linux heavily inspired by the BeOS, bringing the elegance and simplicity of a classic operating system to modern days. By leveraging the strengths of Linux while maintaining the user-friendly aspects of BeOS, VOS offers a unique blend of performance and usability. VOS leverages the power […]
In Edison’s Revenge, Data Centers Are Transitioning From AC to DC

3 min read Drew Robb is a freelance writer specializing in engineering and IT. Future NVIDIA high compute density racks that will use 800 Volts DC power distribution. Last week’s Nvidia GTC conference highlighted new chip architectures to power AI. But as the chips become faster and more powerful, the remainder of data center infrastructure […]
Zero-Cost POSIX Compliance: Encoding the Socket State Machine in Lean’s Types

The best runtime check is the one that never runs. The problem The POSIX socket API is a state machine. A socket must be created, then bound, then set to listen, before it can accept connections. Calling operations in the wrong order — send on an unbound socket, accept before listen, close twice — is […]