frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Pipelex – Declarative language for repeatable AI workflows

https://github.com/Pipelex/pipelex
26•lchoquel•1d ago•6 comments

Show HN: Research Hacker News, ArXiv & Google with Hierarchical Bayesian Models

https://sturdystatistics.com/deepdive-search
54•kianN•1d ago•13 comments

Show HN: Learn German with Games

https://www.learngermanwithgames.com/
84•predictand•9h ago•64 comments

Show HN: SQLite Graph Ext – Graph database with Cypher queries (alpha)

https://github.com/agentflare-ai/sqlite-graph
18•gwillen85•2h ago•12 comments

Show HN: Are You a Good Estimator?

https://estimator.dylancastillo.co/
3•dcastm•1h ago•0 comments

Show HN: HUD-like live annotation and sketching app for macOS

https://draw.wrobele.com/
46•tomaszsobota•6h ago•17 comments

Show HN: Simple Video Resizer for iOS. No ads/tracking/in-app purchases

https://github.com/spieglt/VideoResizer
2•spieglt•2h ago•2 comments

Show HN: Run Independent ATProto Networks in Docker or Kubernetes

https://github.com/blebbit/testnet
2•verdverm•2h ago•0 comments

Show HN: I Built an LSP and CLI for Ron (Rusty Object Notation)

https://github.com/jasonjmcghee/ron-lsp
2•jasonjmcghee•2h ago•0 comments

Show HN: Bash Screensavers

https://github.com/attogram/bash-screensavers
224•attogram•1d ago•75 comments

Show HN: Free Geo (SEO for LLM)

https://amplitude.com/ai-visibility
8•0xferruccio•4h ago•3 comments

Show HN: ISS in Real Time – 25 Years Aboard the International Space Station

https://issinrealtime.org
152•bfeist•2d ago•24 comments

Show HN: Kedr Programming Language

https://codeberg.org/denismarkelov/kedr
2•denismarkelov•4h ago•2 comments

Show HN: Oblivious HTTP for Go

https://github.com/confidentsecurity/ohttp
9•jmort•4h ago•0 comments

Show HN: Automate robot data quality improvement

https://github.com/RoboticsData/score_lerobot_episodes
8•machinelearning•2d ago•1 comments

Show HN: Butter – A Behavior Cache for LLMs

https://www.butter.dev/
40•edunteman•1d ago•21 comments

Show HN: Dexto – Connect your AI Agents with real-world tools and data

https://github.com/truffle-ai/dexto
36•shaunaks•1d ago•6 comments

Show HN: Qwe – Atomic Version Control System

https://github.com/mainak55512/qwe
2•mbhatt99•6h ago•0 comments

Show HN: JSON Query

https://jsonquerylang.org/
147•wofo•2d ago•68 comments

Show HN: MyraOS – My 32-bit operating system in C and ASM (Hack Club project)

https://github.com/dvir-biton/MyraOS
241•dvirbt•3d ago•54 comments

Show HN: Write Go code in JavaScript files

https://www.npmjs.com/package/vite-plugin-use-golang
153•yar-kravtsov•2d ago•47 comments

Show HN: GPU-Based Autorouting for KiCad

https://github.com/bbenchoff/OrthoRoute
5•wanderingjew•3h ago•6 comments

Show HN: Erdos – open-source, AI data science IDE

https://www.lotas.ai/erdos
84•jorgeoguerra•2d ago•32 comments

Show HN: Emotive Engine – Animation engine with musical time (not milliseconds)

https://github.com/joshtol/emotive-engine
4•emotiveengine•10h ago•2 comments

Show HN: Dlog – Journaling and AI coach that learns what drives wellbeing (Mac)

https://dlog.pro/
46•dr-j•2d ago•35 comments

Show HN: Git Auto Commit (GAC) – LLM-powered Git commit command line tool

https://github.com/cellwebb/gac
52•merge-conflict•2d ago•35 comments

Show HN: Apache Fory Rust – 10-20x faster serialization than JSON/Protobuf

https://fory.apache.org/blog/2025/10/29/fory_rust_versatile_serialization_framework/
66•chaokunyang•1d ago•50 comments

Show HN: Ordered – A sorted collection library for Zig

20•habedi0•1d ago•6 comments

Show HN: I was tired of people dmming me just "hi", so I made this - NoGreeting

https://nogreeting.kuber.studio
18•kuberwastaken•1d ago•17 comments

Show HN: HortusFox – FOSS system for houseplants with enterprise-scale features

https://github.com/danielbrendel/hortusfox-web
7•foxiel•19h ago•0 comments
Open in hackernews

Show HN: Oblivious HTTP for Go

https://github.com/confidentsecurity/ohttp
9•jmort•4h ago
I couldn't find a suitable go implementation for Oblivious HTTP Client & Gateway (RFC 9458). So, I'm open sourcing ours.

Some background: OHTTP is a protocol that hides who you are from the data you send - if you've ever used products of Apple, Mozilla, Fastly, or Cloudflare (to name a few) you probably used OHTTP.

Key Features:

- implemented as http.RoundTripper

- supports chunked transfer encoding

- customizable HPKE (e.g., for custom hardware-based encryption)

- built on top of twoway and bhttp libraries

Repo: https://github.com/confidentsecurity/ohttp

Detail: https://blog.confident.security/ohttp/

Explainer: https://support.mozilla.org/en-US/kb/ohttp-explained

Specs: https://datatracker.ietf.org/doc/rfc9458/ , https://datatracker.ietf.org/doc/draft-ietf-ohai-chunked-oht...

Feedback welcome!