2025
view article2015
view article2012
view article2012
view article2009
view article2002
view article2000
view article1986
view article1979
view article1978
view article1969
view article1966
view article1962
view article1948
view article1948
view article1945
view article1944
view article1944
view article1942
view article1940
view article1922
view article1911
view article1911
view article1898
view article1897
view article1893
view article1839
view article1813
view article1807
view article1793
view article1783
view article1774
view article1633
view article1555
view article1527
view article910
view article813
view article431
view article-168
view article-217
view articleBuild self-contained desktop applications from a Deno project, with framework auto-detection, hot reload, native windowing, auto-update, and cross-platform distribution.
<p>As a fun personal project, I have been working on a chatbot for answering general questions about my household on anything from maintenance questions to doctor’s appointments. </p> <p> The general idea is that the chatbot will get its household knowledge through RAG from querying a vector database, but for better results I have made the vector searches metadata aware. </p> <p> Basically, I am running questions through a pre-processing step to categorize questions into known metadata categories (e.g. pool, car, hvac, cooking). The main goal of this is to narrow down the search space for vector ranking to only indexed entries that match the category of the question. As an example, the question “When did we replace our pool pump?” will be
Fully Open Foundation Model for Sovereign AI
Is the GLM-5.2 hype real or benchmaxxed? We ran it head-to-head against Claude Opus, building a 3D platformer in raw WebGL from scratch.
A guide to implementing JSON-LD on your personal website for better SEO, covering WebSite, Person, BlogPosting, and more with ready-to-use code snippets.
Sakana Fugu is a model interface for coordinating specialized AI agents through one OpenAI-compatible API.
For the first time, investors and market participants can access a single, real-time source of prices and trading activity across the UK bond market, following the launch of its bond consolidated tape, operated by ETS Connect UK.
The Manhattan Project, which built the atomic bomb, transmuted pure theory into mass slaughter, and it changed...
Lisp implemented inside Rust trait system. Contribute to playX18/lisp-in-types development by creating an account on GitHub.
Codex SQLite feedback logs can write ~640 TB/year and rapidly consume SSD endurance Issue Codex is continuously writing a large amount of data to the local SQLite feedback log database: ~/.codex/logs_2.sqlite ~/.codex/logs_2.sqlite-wal ~...
The cost of thread context switch, including cache invalidation, can reach up to 3 million CPU cycles RTTI can be quite expensive, with dynamic_cast being up...