Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server. - headrooml...| GitHub
On-device AI across mobile, embedded and edge for PyTorch - pytorch/executorch| GitHub
On-device AI across mobile, embedded and edge for PyTorch - pytorch/executorch| GitHub
Modify trunk.mk to build JSON files required to build OCI image manifests and an OCI image index, including new make variables TITLE, DESCRIPTION, VENDOR, URL, and REPO_URL. Add push_trunk, a shell...| GitHub
Does ORAS support pushing an image index application/vnd.oci.image.index.v1+json that contains multiple application/vnd.oci.image.manifest.v1+json? See https://github.com/opencontainers/image-spec/...| GitHub
OCI Image Format. Contribute to opencontainers/image-spec development by creating an account on GitHub.| GitHub
OCI Image Format. Contribute to opencontainers/image-spec development by creating an account on GitHub.| GitHub
OCI Image Format. Contribute to opencontainers/image-spec development by creating an account on GitHub.| GitHub
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.| GitHub
Contribute to Mr-Leshiy/warp development by creating an account on GitHub.| GitHub
Faster Whisper transcription with CTranslate2. Contribute to SYSTRAN/faster-whisper development by creating an account on GitHub.| GitHub
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...) - wichtounet/dll| GitHub
Skip is a tool for building native iOS and Android apps from a single shared Swift and SwiftUI codebase| GitHub
Skip documentation, blog, and home page. Contribute to skiptools/skip.dev development by creating an account on GitHub.| GitHub
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all - ServiceStack/ServiceStack| GitHub
Asahi Linux is a project and community with the goal of porting Linux to Apple Silicon Macs. Our goal is not just to make Linux run on these machines but to polish it to the point where it can be u...| GitHub
hi i'm a lesbian catgirl who loves hummus and kernels 🌸 - mildsunrise| GitHub
… vTLB instead. In hardware TLB, invalidating TLB entries means the translations are removed from the TLB. In KVM shadowed vTLB, the translations (combinations of shadow paging and hardware TLB) ...| GitHub
Contribute to V4bel/Januscape development by creating an account on GitHub.| GitHub
…ort for writing to plain files.| GitHub
The easiest, most secure way to use WireGuard and 2FA. - tailscale/tailscale| GitHub
The easiest, most secure way to use WireGuard and 2FA. - tailscale/tailscale| GitHub
To improve robustness of static connection tokens, perhaps they should optionally include the derp region's lat/long too, and then if the DERP map changes over time, the client can try the nearest ...| GitHub
Signed-off-by: Brad Fitzpatrick| GitHub
UA 605 PDX-ORD en route to Ireland. yay not buying the wifi. Signed-off-by: Brad Fitzpatrick| GitHub
like netcat, but over Tailscale's data plane, without Tailscale's control plane - tailscale/tailcat| GitHub
Tailscale is a WireGuard-based app that makes secure, private networks easy for teams of any scale. - Tailscale| GitHub
like netcat, but over Tailscale's data plane, without Tailscale's control plane - tailscale/tailcat| GitHub
CVE-2017-13868: Information leak of uninitialized kernel heap data in XNU. - bazad/ctl_ctloutput-leak| GitHub
GitHub-style markdown editor for Ruby and Rails. Contribute to avo-hq/marksmith development by creating an account on GitHub.| GitHub
Use wicked to turn your controller into a wizard. Contribute to zombocom/wicked development by creating an account on GitHub.| GitHub
Easily configure styles and apply them as classes. - avo-hq/class_variants| GitHub
A framework for building reusable, testable & encapsulated view components in Ruby on Rails. - ViewComponent/view_component| GitHub
expose REST APIs from a Rust program. Contribute to oxidecomputer/dropshot development by creating an account on GitHub.| GitHub
Contribute to socketry/performance development by creating an account on GitHub.| GitHub
Currently, Solid Queue doesn't boot in case the ActiveRecord connection pool is smaller than " + 2" because of the following check: solid_queue/lib/solid_queue/configuration.rb Lines 91 to 96 in 17...| GitHub
A PostgreSQL client library for Ruby. Contribute to ged/ruby-pg development by creating an account on GitHub.| GitHub
An awesome asynchronous event-driven reactor for Ruby. - socketry/async| GitHub
Database-backed Active Job backend. Contribute to rails/solid_queue development by creating an account on GitHub.| GitHub
**WIP — Opening as a reference point for anyone looking for batch support in MissionControl - but I haven't finished refining it yet Batch support for Solid Queue in Mission Control, built aga...| GitHub
Multithreaded, Postgres-based, Active Job backend for Ruby on Rails. - bensheldon/good_job| GitHub
foo.hs: {-# LANGUAGE OverloadedStrings #-} import Control.Concurrent.STM import Data.Yaml main = do atomically (let x = decode "" :: Maybe Value in x `seq` x) pure () result: $ stack runghc --resol...| GitHub
Creator of ESLint, independent software developer, consultant, coach, and author. - nzakas| GitHub
Contribute to jfmengels/eslint-concurrent-fixes-sscce development by creating an account on GitHub.| GitHub
The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org). - haiku/haiku| GitHub
UF2 file format specification. Contribute to microsoft/uf2 development by creating an account on GitHub.| GitHub
build-once run-anywhere c library. Contribute to jart/cosmopolitan development by creating an account on GitHub.| GitHub
Contribute to fzakaria/selfdb development by creating an account on GitHub.| GitHub
Contribute to fzakaria/selfdb development by creating an account on GitHub.| GitHub
A PHP SVG/XML Sanitizer. Contribute to darylldoyle/svg-sanitizer development by creating an account on GitHub.| GitHub
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo...| GitHub
Pure Pony Postgres client. Contribute to ponylang/postgres development by creating an account on GitHub.| GitHub
Framing: lori replaces stdlib's net package as the standard networking library. Lori has a two-tier design: a core API (class + trait composition for full actor control) and a convenience API (stan...| GitHub
Explore the GitHub Discussions forum for ponylang lori. Discuss code, ask questions & collaborate with the developer community.| GitHub
A TCP networking library for Pony. Contribute to ponylang/lori development by creating an account on GitHub.| GitHub
Tom's Obvious, Minimal Language. Contribute to toml-lang/toml development by creating an account on GitHub.| GitHub
Open source projects and samples from Microsoft. Microsoft has 8283 repositories available. Follow their code on GitHub.| GitHub
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. - microsoft/playwright| GitHub
An APL-like programming language. Contribute to mlochbaum/BQN development by creating an account on GitHub.| GitHub
A Claude Code plugin for analyzing and migrating CPython C extensions to free-threaded Python (PEP 703). Finds thread-safety bugs, plans migrations, and triages ThreadSanitizer reports. - devdanzin...| GitHub
A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems. - devdanzin/cext-review-toolkit| GitHub
A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems. - devdanzin/cext-review-toolkit| GitHub
A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems. - devdanzin/cext-review-toolkit| GitHub
A Claude Code plugin for reviewing CPython C extensions — finding API misuse, memory safety bugs, compatibility issues, and correctness problems. - devdanzin/cext-review-toolkit| GitHub
devdanzin has 81 repositories available. Follow their code on GitHub.| GitHub
devdanzin has 81 repositories available. Follow their code on GitHub.| GitHub
MutexGuard, RwLockWriteGuard and RwLockReadGuard are currently !Send. They should be Send. This also currently causes StdinLock and StdoutLock to be !Send.| GitHub
Common useful functions and rules for Bazel. Contribute to bazelbuild/bazel-skylib development by creating an account on GitHub.| GitHub
Common useful functions and rules for Bazel. Contribute to bazelbuild/bazel-skylib development by creating an account on GitHub.| GitHub
Bazel organization. Bazel has 69 repositories available. Follow their code on GitHub.| GitHub
Easy Track Motions for Lido DAO governance. Contribute to lidofinance/easy-track development by creating an account on GitHub.| GitHub
From today's meeting. Problem: You write a library A, which depends on B, so you put B = 1.0 in A's Cargo.toml. The you run Cargo build, and Cargo greedily pulls B 1.1 into the lockfile. Then you a...| GitHub
Specification. Contribute to ndjson/ndjson-spec development by creating an account on GitHub.| GitHub
a fast, scalable, multi-language and extensible build system - bazelbuild/bazel| GitHub
The Clojure programming language. Contribute to clojure/clojure development by creating an account on GitHub.| GitHub
Wayland Conformance Test Suite. Contribute to canonical/wlcs development by creating an account on GitHub.| GitHub
I'm a master's engineering student and a big fan of LaTeX, which I used for my thesis and research articles. I have used Overleaf and that was fine until I wanted to git sync, which unfortunately sits behind a paywall. Since I didn't want to pay subscriptions for things that should simply just work, I built the editor I wanted in my free time, where you open a tab, write LaTeX, get your PDF and the files stay all in one folder on my disk.TeXbrain is a static site with no backend. pdfTeX is co...| Hacker News: Newest
Comments| Lobsters
Article URL: https://github.com/zedeus/nitter/issues/1442 Comments URL: https://news.ycombinator.com/item?id=49437283 Points: 600 # Comments: 422| Hacker News: Best
A menu bar app that keeps a written record of what you worked on. - dragthelake/ambient-context| GitHub
Head of Ecommerce @ Bloody Good Tests. dragthelake has 3 repositories available. Follow their code on GitHub.| GitHub
A menu bar app that keeps a written record of what you worked on. - dragthelake/ambient-context| GitHub
Community repo area for managing issues and feature requests for Statamic Sherpa - statamic/sherpa-basecamp| GitHub
Repository for the LOCK STAR initiative. This includes guidance and any supporting files for writeups. - Ransom-ISAC-Org/LOCKSTAR| GitHub
A pure-Python runtime layer for typed AI agent context — instructions, evidence, memory, and tool output stay explicitly typed and provenance-tracked until the moment they're serialized into a ...| GitHub
A Snapchat Inspired iOS Camera Framework written in Swift - Awalz/SwiftyCam| GitHub
Ports our activation-steering hook onto native DeepSeek V4 support in v0.27.0. Upstream now carries the model implementation we used to vendor, so this is 271 lines in one file instead of an 18-fil...| GitHub
A tool to wrap Win32 App and then it can be uploaded to Intune - microsoft/Microsoft-Win32-Content-Prep-Tool| GitHub
Robust and practical application control for Windows - microsoft/AaronLocker| GitHub
reylejano has 89 repositories available. Follow their code on GitHub.| GitHub
Member of the @kubernetes GitHub Organization. KashishV999 has 24 repositories available. Follow their code on GitHub.| GitHub
A lightweight, invite-only cloud dashboard built on Proxmox VE. - r0073d-l053r/ProxMate| GitHub
Contribute to Ruthhl3ss/public development by creating an account on GitHub.| GitHub
A lightweight collection of Claude Code subagents that automate the entire lifecycle of a Ghost blog post - houfu/blog-alt-counsel| GitHub
Working code and a reproducible 75,500 node dataset for building knowledge graphs with Python and Neo4j - ronidas39/knowledge-graph-python-neo4j| GitHub
Code, labs, and resources for O'Reilly AI Systems Performance Engineering: GPU optimization, distributed training, inference scaling, and full-stack tuning. - cfregly/ai-performance-engineering| GitHub
A lightweight implementation of the Unix touch command for Windows. - rajtilakjee/touch| GitHub
The release candidate of PoCL 7.2 is now available for testing of this Portable Computing Language implementation of OpenCL that allows for CPU-based execution or via alternative LLVM back-ends allows for OpenCL on Level Zero, NVIDIA GPUs, and even remote devices/hardware.| News