frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Naeos – an engineering system for AI coding agents

https://github.com/NAEOS-foundation/naeos
1•bayu911•2m ago•0 comments

AiFi on AWS

https://www.coinbase.com/fr-fr/developer-platform/discover/launches/agentcore-ga
1•AnhTho_FR•4m ago•0 comments

WikiFM – Encyclopedia Radio

https://apps.apple.com/us/app/wikifm-encyclopedia-radio/id6800855289
1•t4t•5m ago•1 comments

Launch HN: OneCLI (YC S26) – OSS sandboxed agent harness for teams

https://github.com/onecli/onecli
3•guyb3•7m ago•0 comments

Attorney General Rob Bonta speaks after first day of Meta trial [video]

https://www.youtube.com/watch?v=o1gjjESzabg
1•natemurthy•8m ago•1 comments

Show HN: nanoAlphaZero – Train a grandmaster-level chess model in 24h with TPUs

https://github.com/wtedw/nanoAlphaZero
1•tdoubleu•9m ago•0 comments

Extensible Software in the Age of LLMs

https://jeremymorrell.dev/blog/extensible-software-in-the-age-of-llms/
2•coloneltcb•10m ago•0 comments

How Kubernetes Probes Work

https://ngrok.com/blog/probes
2•cyndunlop•10m ago•0 comments

InstrSem: Automatically Inferring Semantics of (Undocumented) CPU Instructions

https://roots.ec/publications/hetterich2026instrsem
1•matt_d•11m ago•0 comments

We've solved many medical mysteries. Where are the cures? [video]

https://www.ted.com/talks/saloni_dattani_we_ve_solved_many_medical_mysteries_where_are_the_cures
1•paulpauper•11m ago•0 comments

Extensibility Is the New Precondition

https://www.ivan.codes/blog/extensibility-is-the-precondition
2•deeshee•14m ago•0 comments

Things I want in a modern relational query language

https://sporks.space/2026/08/19/things-i-want-in-a-modern-relational-query-language/
1•birdculture•14m ago•0 comments

Claude watermark- science behind it

https://www.youtube.com/watch?v=FnAqruxx-QE
1•aymar_99•17m ago•0 comments

Chain-of-Thought Reasoning in the Wild Is Not Always Faithful

https://arxiv.org/abs/2503.08679
2•florianherrengt•17m ago•1 comments

How does wildfire smoke affect the economy?

https://phys.org/news/2026-08-wildfire-affect-economy.html
1•vinni2•18m ago•0 comments

Show HN: I am getting genuine questions

https://github.com/docbrain-ai/docbrain
1•bhanuhai2•19m ago•1 comments

We Stopped Paying for Linear

https://xiaofeidu.com/posts/linear-to-github-issues/
2•xiaofei_•21m ago•0 comments

If this algorithm runs too long, you can compress randomness

https://www.sidhantbansal.com/2026/Entropy-Stops-This-Algorithm/
1•sidhantbansal•25m ago•0 comments

What it felt like to hit the Hacker News front page

https://heyjonny.dev/posts/hitting-the-hacker-news-front-page/
1•heyjonny•26m ago•0 comments

AWS new AZ in eu-west-2 - beware of unexpected results

1•eddie_catflap•26m ago•0 comments

How Much Memory Does Your Agent Actually Need?

https://huggingface.co/blog/ibm-research/altk-evolve-hmm
1•Brajeshwar•27m ago•0 comments

Most Code Edits Don't Need an IDE

https://medium.com/@chris.ahrweiler/most-code-edits-dont-need-an-ide-163ec4ef299f
1•docjojo•27m ago•0 comments

Show HN: LongTerMemory, an AI EdTech Platform

https://wired.business/longtermemory
1•aledevv•28m ago•0 comments

Civic Hygiene – avoid building technologies that could be used by a police state

https://shkspr.mobi/blog/2013/11/civic-hygiene/
82•felineflock•29m ago•22 comments

MicroSD torture test: 133PB written, SanDisk fails 6 of 7 cards tested

https://www.tomshardware.com/pc-components/microsd-cards/microsd-card-testing-database-celebrates...
1•sbulaev•29m ago•0 comments

Why compiling Rust to WebAssembly is slow

https://00f.net/2026/08/19/why-compiling-rust-to-webassembly-is-slow/
1•jedisct1•33m ago•0 comments

What a Time to Be an Agent

https://hollisrobbinsanecdotal.substack.com/p/what-a-time-to-be-an-agent
2•HR01•35m ago•0 comments

Moderna shares double on melanoma vaccine trial success

https://www.ft.com/content/a98a77e2-5156-4189-b971-974a7e60130f
2•marvel_boy•35m ago•1 comments

Create Perfect Icons for macOS, iOS, Android, and the Web

https://medium.com/@chris.ahrweiler/create-perfect-icons-for-macos-ios-android-and-the-web-a1e05e...
1•docjojo•36m ago•1 comments

Liquid Death runs ad campaign focused on mailing urine to data centers

https://twitter.com/drinkgaragebeer/status/2089699138946408699
2•newspaper1•37m ago•0 comments
Open in hackernews

Show HN: Helena – API client with no Electron and no accounts, in Go+Fyne

https://github.com/ideaconnect/helena
2•bpacholek•46m ago

Comments

bpacholek•43m ago
Hello Hackers! I'm Bartosz, a dev from Poland. Helena is an API client I built because I wanted something Postman-shaped that is a single native binary: no Electron, no account, no telemetry, collections stored as plain YAML you can commit to git, heavily inspired by Bruno.

A few things I think are interesting technically:

* It's Go + Fyne, rendered via OpenGL. One ~35 MB self-contained binary per platform. * Collections are Open Collection YAML on disk, but auth secrets and secret env vars are externalized to a store under your config dir, so a committed collection never contains cleartext credentials. * Nine auth schemes (OAuth2 with PKCE, OAuth 1.0a, AWS SigV4, NTLM, Digest, WSSE, ...), request chaining with {{chain.alias.response.json.path}} templates, pre/post JS hooks via goja, and SSE/WebSocket support hand-rolled on the standard library. * helena run executes a whole collection headlessly with JSON or JUnit output, so the same collection doubles as a CI test suite.

Honest caveats: macOS binaries are built in CI but not yet signed (I do not have a MacBook to properly test), the secrets store is plaintext on disk for now (OS keychain integration is planned), and Fyne has its own look that isn't for everyone.

Repo: https://github.com/ideaconnect/helena - would love feedback.

Using Helena on daily basis with in my work as backend dev.

Yes, done with massive help from AI, I am a dad working 9-5 so this is mostly a pet/hobby project. Started as an investigation of where are we with GUI tools for Go.

The main component which displays requests and responses is a library itself too: https://github.com/ideaconnect/go-fyne-pretty-view