frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Feds failing in bid to take a supercomputer from a climate research center

https://arstechnica.com/science/2026/06/judge-blocks-part-of-trump-admins-effort-to-hurt-colorado...
1•yodon•20s ago•0 comments

I hadn't coded in 30 years. Then I built a space game with Godot

1•CosmicGoldRush•1m ago•0 comments

AI enthusiasts are in race against time, AI skeptics are in race against entropy

https://charitydotwtf.substack.com/p/ai-enthusiasts-are-in-a-race-against
1•wapasta•1m ago•0 comments

Eupago for Python – The First Python SDK for Portugal's MB Way/Multibanco

https://github.com/bilouro/eupago-python
1•bilouro•2m ago•0 comments

This creepy blob robot will keep going even if you break its legs

https://www.popsci.com/technology/unstoppable-blob-robot/
1•mhb•8m ago•0 comments

Law Professors Prefer AI over Peer Answers [pdf]

https://law.stanford.edu/wp-content/uploads/2026/06/salinas_et_al.pdf
1•droidjj•9m ago•0 comments

Titan Network claims 5% of Asia's AI data market using crowdsourced home devices

https://www.coindesk.com/tech/2026/06/02/here-s-how-one-decentralized-cloud-provider-says-private...
1•Reaktornano•10m ago•1 comments

Paseo – Beautiful open-source coding agent interface (desktop, mobile, CLI)

https://github.com/getpaseo/paseo
2•timhigins•12m ago•1 comments

The Empty Field That Wasn't: GPS, OTAD and Two Decades of Encrypted Broadcasts

https://lsc-pagepro.mydigitalpublication.com/publication/?i=865273&p=62&view=issueViewer
1•ahlCVA•14m ago•0 comments

WinUtils: Shell-powered CLI tools for Windows 95

https://www.codenaked.com/winutils
2•code_naked•14m ago•1 comments

We tore down our no-code site and went back to code

https://twitter.com/chrismuccioli/status/2061909833893257389
1•nadis•15m ago•0 comments

ContextWall – Context firewall for AI agents and RAG pipelines

https://contextwall.io/
2•sumeshpk•15m ago•0 comments

Show HN: Scholar Sidekick – citation verifier for the "real DOI, wrong paper"

https://scholar-sidekick.com
1•ProductivePhys•17m ago•1 comments

Dense Retrievers Know More Than They Can Express

https://www.mixedbread.com/blog/latent-terms
1•emschwartz•18m ago•0 comments

Android gets fake-call detection for spoofed calls

https://arstechnica.com/gadgets/2026/06/google-announces-deepfake-call-detection-for-android-new-...
1•Lihh27•19m ago•0 comments

Understand your AI generated code

https://archtocode.com/blog
1•grzelazny•23m ago•0 comments

4K years ago, Mohenjo-daro grew more equal over time

https://archaeologymag.com/2026/05/mohenjo-daro-grew-more-equal-over-time/
2•marojejian•24m ago•0 comments

A harness for every task: dynamic workflows in Claude Code

https://claude.com/blog/a-harness-for-every-task-dynamic-workflows-in-claude-code
1•cebert•25m ago•0 comments

JavaScript Crossword

https://lyra.horse/fun/jscrossword/
2•patrikcsak•26m ago•0 comments

Short Seller (Andrew Left) Convicted for $21M Stock Market Manipulation Scheme

https://www.justice.gov/opa/pr/activist-short-seller-convicted-21m-stock-market-manipulation-scheme
2•gnabgib•27m ago•0 comments

Pigeons navigate using magnetic sensors in their livers

https://phys.org/news/2026-05-pigeons-magnetic-sensors-livers.html
2•marojejian•27m ago•0 comments

Gleam v1.17.0 Released

https://gleam.run/news/single-file-gleam-beam-programs-with-escript/
32•figbert•30m ago•2 comments

Copper imbalance tied to autism's social symptoms and white matter development

https://medicalxpress.com/news/2026-06-copper-imbalance-autism-social-symptoms.html
2•OutOfHere•32m ago•1 comments

Firefox AI Coding Policy

https://firefox-source-docs.mozilla.org/contributing/ai-coding.html#firefox-ai-coding-policy
1•Topfi•33m ago•1 comments

The Last Whole Earth Catalog, Catalog (2026)

https://wholeearth.cjohnson.io
2•natural219•34m ago•1 comments

A 5-minute OTA update and rollback flow for Expo and Capacitor apps

https://otalan.com/docs/quick-start/quick-start/
1•cirtadev•35m ago•0 comments

The next gold rush: How the Bay Area can keep its edge in the AI era

https://www.mckinsey.com/industries/social-sector/our-insights/the-next-gold-rush-how-the-bay-are...
1•littlexsparkee•36m ago•0 comments

Yahoo reduces email storage limits for free and paid accounts

https://help.yahoo.com/kb/SLN37064.html
2•asdefghyk•42m ago•1 comments

Show HN: Name2Tree – Turn any name into a deterministic tree

https://tree.bairui.dev/
3•subairui•44m ago•1 comments

Pass the Cherries: Review of Twilight of the Dons

https://literaryreview.co.uk/pass-the-cherries
1•Petiver•45m ago•0 comments
Open in hackernews

Show HN: Dynamically Generated Fluid UI's

https://balladic.com/demo/narrative
1•bhark•1h ago
This sits inside Balladic, which my team and I have been bootstrapping over the past year. You're welcome to check it out if you're interested, but I think the part most of you would be interested in is the on-the-fly generated narration UI's. This is more of a conceptual flyover than a technical one, but ask if you're interested in the behind-the-scenes, and ye shall receive.

Sort of true to the name, Balladic, we generate a new Narrative page for all users every night, as well as ballad/project-specific narratives for every single ballad. The presentation aims at something like a book chapter - what's hot today, how did the past week go, so on and so forth. It's driven by a series of back-and-forth calls between various open-weights models, along with some classic algorithmic parsing, compression and that sort of thing (tokens are pricy). Roughly, it goes like this:

1. Data synthesis: parse changelogs, comments (anonymised of course), all kinds of activity. Split it, morph it, stretch it - until we can synthesize a clean informational tincture. Essentially dragging out the between-the-lines.

2. Fact-checking: pass that to a fact-checker with MCP access. This guy goes through all statements that could be understood as representing a fact, and uses mcp.balladic.com/mcp to probe and query. It then appends its verdict to the original synthesis doc it was passed.

3. Compilation: the final doc including the fact-checking appendix gets some further treatment, and is then passed to our UI renderer. This is our own twist on @json-render (which does a very nice job by the way).

Behind the scenes, there's a custom memory bank with some nice tricks to prevent hallucinations and cancerous growths. Happy to explain more about that bit if anyone's interested.

All LLM work runs on European GPU's, and we use a mixture of Mistral and chinese open-weight models. Brought up a demo without auth to show it off here - hope there's some inspiration to catch.