A terminal text editor. A real alternative to VS Code, Zed, and Sublime that runs in your terminal. Read more ›
The Software Freedom Conservancy provides a non-profit home and services to Free, Libre and Open Source Software (FLOSS) projects. Read more ›
The honest, local-first usage meter for AI coding tools. With full privacy and with no server or reading your chats. - Hash-7777/HashMeterAi Read more ›
terminals really want text to be a 2d grid of characters which can be rendered by just mapping each character onto a box on the screen. now, if your language uses a latin script, this can probably be made to work good enough. unfortunately, it turns out that language is complex, orthography is complex, and if you try to generalize this approach to text rendering to handle unicode properly, you're gonna end up with Problems Read more ›
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. 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. Basically, I am running questions through a pre-processing step to categorize questions into known metadata categories (e.g. pool, car,... Read more ›
Use Claude on Apple platforms through the Foundation Models framework with the Claude for Foundation Models Swift package. --- Claude for Foundation Models is a Swift package that makes Claude available as a server-side language model in Apple's Foundation Models framework. The package conforms Claude to the framework's `LanguageModel` protocol, so you drive it with the same `LanguageModelSession` API you use for Apple's on-device model: `respond(to:)`, streaming, guided generation, and too... Read more ›
Recall, search, and resume Claude Code / Codex / Gemini / opencode / shell sessions. Shared memory for your terminal, no model calls. Read more ›
An offline-first Flutter app uniting tasks, focus timers, and habit tracking - Benji377/Timety Read more ›
How good are local LLMs at translation, and do you actually need the cloud? A reproducible benchmark of 24 on-device, self-hosted, and cloud models translating into English, with the low-resource case (Afrikaans) front and centre. The headline: on Afrikaans→English a local 18 GB model lands in a statistical tie with frontier cloud. Same blinded Tatoeba sentences, same prompt, greedy decoding, scored multi-reference with COMET (meaning) and chrF++ (surface). Built to pick a translation model f... Read more ›
I need to tell you something. Please listen and try not to panic. You've been in a coma for quite some time. Yes, yes, I know, you would like to know how long. I'm afraid it's been... nine... Read more ›
A no-backend trick where a static webpage borrows your local coding agent (Claude Code, Codex, or whatever you run) over a localhost WebSocket. Spotsocket is a Bring-Your-Own-Agent approach, compared here against MCP, CLIs, SKILL.md, and WebMCP. Read more ›
Local-first personal finance pipeline: SQLite ledger, bank-export ingest, recurring-payment detection, and read-only MCP tools for AI agents - jeraldhu-yuan/ledgerline Read more ›
1991: T and P of ChatGPT, distillation, deep residual learning, LSTM, GAN Read more ›
Ember — a native, accessible Hacker News reader for iOS, built in SwiftUI with no third-party dependencies. - DatanoiseTV/ember-hackernews Read more ›
The beginning of a new runtime model. Contribute to GianIac/numax development by creating an account on GitHub. Read more ›
AI-powered zsh command generator that inserts safe, reviewable shell commands. - longyijdos/hi-shell Read more ›
From pretraining to RLHF/GRPO — every algorithm hand-written in pure PyTorch. Read more ›
Automatically sorts your Downloads using filename, content scanning, and local AI - DanielZ1-tech/shelve Read more ›
Hotkey-triggered screenshot injection into your last active terminal session - kubestellar/hotshot Read more ›