frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The text disappears when you screenshot it

https://unscreenshottable.vercel.app/?text=Hello
472•zikero•15h ago•168 comments

Show HN: One prompt generates an app with its own database

https://www.manyminiapps.com/
5•stopachka•1h ago•2 comments

Show HN: Supercharging RL with Hyper-Efficient Online Opt, +165% in 2h, $10

https://www.arc.computer/blog/supercharging-rl-with-online-optimization
27•gabyhaffner•36m ago•3 comments

Show HN: SandBox – AI agents simulating possible futures

https://github.com/abozaralizadeh/SandBox
3•lilistar•1h ago•0 comments

Show HN: Burnt US Dollars

https://busd.steviep.xyz
4•scyclow•2h ago•3 comments

Show HN: KSON, a love-letter to the humans maintaining computer configuration

https://kson.org
13•dmarcotte•2h ago•3 comments

Show HN: Silly SF Tech Billboards

https://sillysfbillboards.com/
2•yuedongze•2h ago•0 comments

Show HN: 47jobs – A Fiverr/Upwork for AI Agents

https://47jobs.xyz
18•the_plug•2d ago•43 comments

Show HN: Diamants, an open-source drone swarm to fight wildfires

https://github.com/lololem/diamants-collab
2•lololem83•7h ago•0 comments

Show HN: Pgmcp, an MCP server to query any Postgres database in natural language

https://github.com/subnetmarco/pgmcp
14•fosk•21h ago•5 comments

Show HN: A store that generates products from anything you type in search

https://anycrap.shop/
1165•kafked•5d ago•327 comments

Show HN: Made NZ's member of parliament financial disclosure data searchable

https://open-register-of-pecuniary-interests.joshmcarthur.com/
10•sudojosh•13h ago•1 comments

Show HN: A PSX/DOS style 3D game written in Rust with a custom software renderer

https://totenarctanz.itch.io/a-scavenging-trip
54•mvx64•1d ago•34 comments

Show HN: Small Transfers – charge from 0.000001 USD per request for your SaaS

https://smalltransfers.com/
196•strnisa•1w ago•76 comments

Show HN: I built a platform for long-form media recs (books, articles, etc.)

https://rhomeapp.com/Guest
19•rohannih•1d ago•3 comments

Show HN: I reverse engineered macOS to allow custom Lock Screen wallpapers

https://cindori.com/backdrop
79•cindori•3d ago•56 comments

Show HN: STT –> LLM –> TTS pipeline in C

https://github.com/RhinoDevel/mt_llm/tree/main/stt_llm_tts-pipeline-example
9•RhinoDevel•1d ago•0 comments

Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform

https://github.com/graycoreio/daffodil
66•damienwebdev•3d ago•8 comments

Show HN: Pyproc – Call Python from Go Without CGO or Microservices

https://github.com/YuminosukeSato/pyproc
39•acc_10000•2d ago•9 comments

Show HN: Omarchy on CachyOS

https://github.com/mroboff/omarchy-on-cachyos
63•theYipster•3d ago•63 comments

Show HN: Dagger.js – A buildless, runtime-only JavaScript micro-framework

https://daggerjs.org
77•TonyPeakman•3d ago•77 comments

Show HN: AI-powered web service combining FastAPI, Pydantic-AI, and MCP servers

https://github.com/Aherontas/Pycon_Greece_2025_Presentation_Agents
44•Aherontas•3d ago•24 comments

Show HN: Semlib – Semantic Data Processing

https://github.com/anishathalye/semlib
60•anishathalye•3d ago•12 comments

Show HN: Chibi Izumi, staged dependency injection for Python

https://github.com/7mind/izumi-chibi-py
2•pshirshov•20h ago•2 comments

Show HN: MeldSecurity – Run Popular Security Tools in the Browser (Free)

https://meldsecurity.com
3•wowohwow•22h ago•0 comments

Show HN: Vicinae – A native, Raycast-compatible launcher for Linux

https://github.com/vicinaehq/vicinae
180•aurellius•1w ago•36 comments

Show HN: A Cyberpunk Tuner

https://un.bounded.cc
5•hirako2000•23h ago•2 comments

Show HN: OrderlyID – typed, time-sortable, 160-bit IDs with checksums

https://github.com/kpiljoong/orderlyid
4•piljoong•23h ago•0 comments

Show HN: LLMyourself.com – Type a name. Get a report.

https://www.llmyourself.com/
2•AlexNicita•1d ago•4 comments

Show HN: I made a generative online drum machine with ClojureScript

https://dopeloop.ai/beat-maker/
200•chr15m•6d ago•51 comments
Open in hackernews

Show HN: KSON, a love-letter to the humans maintaining computer configuration

https://kson.org
13•dmarcotte•2h ago
Hi friends, I'm really excited to introduce KSON, which just entered public beta!

Anywhere a human is reading or editing YAML/JSON/TOML, KSON may be used as a more effective interface on that data. If you are such a human, we invite you to participate in this beta.

tl;dr Check out the website [1], play with the online playground [2], install the library for your programming language [3], edit in your favorite editor [4], discuss and give feedback [5], contribute to the project [6].

(A personal note about this project: I love software. Machines made of words! Such a wonder. KSON itself, as a collection of words that both make a machine and explain that machine, is an expression of a lot ideas I feel really passionately about around software and our relationship to it. I've put a lot of love into trying to make that expression eloquent and reliable. I hope some of that comes through clearly, and I look forward to discussing this more over time with anyone who's interested)

One of the key things KSON wants to say is: let's keep everything that's great about YAML and JSON as "Configuration User Interfaces", and let's make those interfaces more toolable, robust, and fun. Here's some of the ways we do that:

- KSON is a verified superset of JSON, has native JSON Schema support, transpiles cleanly to YAML (with comments preserved!), and is likely available wherever you want it—current supported platforms: JS/TS, Python, Rust, JVM, and Kotlin Multiplatform.

- KSON is also widely available in developer tools, with support for VS Code, Jetbrains IDEs, and anywhere you can plug in an LSP.

- KSON is fully open source, licensed under Apache-2.0, and you are invited to meet its words and tinker with how they make its machine. A lot of care, craft, attention and joy went into making the KSON project understandable and approachable for developers. We hope to see you around.

PS. This is an HN-friendly version of the official announcement at <https://kson.org/docs/blog/2025/09/17/introducing-kson/>.

[1]: https://kson.org/

[2]: https://kson.org/playground/

[3]: https://kson.org/docs/install/#languages

[4]: https://kson.org/docs/install/#editor-support

[5]: https://kson-org.zulipchat.com/

[6]: https://github.com/kson-org/kson

Comments

nkko•2h ago
Nice to see this out there! Been playing with the token efficiency, looks like around 10% savings vs regular JSON/YAML. Not massive but it adds up. The embedded code thing is cool. Tired of configs that need weird templating or scripts all over the place just to do basic logic. Will check this out on some projects.
wofo•1h ago
I met Daniel (creator of KSON) a while ago and have helped out with a few things, working towards this first beta release. I don't want to hijack the comments section, but there's an article I just finished writing that might shed a bit of context into why KSON exists. It's called "Configuration files are user interfaces" (see https://ochagavia.nl/blog/configuration-files-are-user-inter...). Hope it helps folks understand where KSON is coming from!
jared-jesionek•1h ago
Excited for the GA of KSON! We've been exploring the alpha to help us build a DSL for a data viz tool and it's been really cool.