frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
85•ruaraidh•7h ago•30 comments

Show HN: Community Ninja – Find customers searching for your product

https://communityninja.ai/
2•shashanoid•1h ago•1 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
176•yu3zhou4•23h ago•16 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
103•arrdalan•20h ago•23 comments

Show HN: Ego lite – why our browser agent writes JavaScript not CLI commands

https://github.com/CitroLabs/ego-lite
9•Nicole9•2h ago•7 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
167•dtagames•1d ago•48 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
90•patriceckhart•1d ago•77 comments

Show HN: I built an Android OS in the browser

https://mobilegym.dev/
15•haozaz•13h ago•0 comments

Show HN: Jynx, a matchmaking app to find gaming teammates

https://jynx.app/
4•akiro____•5h ago•4 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
84•lucamrtl•2d ago•26 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
378•Wirbelwind•2d ago•156 comments

Show HN: VT Code – open-source terminal coding agent in Rust

https://github.com/vinhnx/VTCode
14•vinhnx•15h ago•4 comments

Show HN: Free activity calendar for schools, sports clubs, and organizations

https://freecal.eu/?lang=en
9•glenn_vc•20h ago•6 comments

Show HN: Context-aware Japanese furigana using Sudachi and ModernBERT

https://www.ezfurigana.com/
36•epitrochoid413•1d ago•17 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
436•stagas•2d ago•193 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
75•danAtElodin•2d ago•22 comments

Show HN: Promptloop – create, run, and improve prompt evals from the terminal

https://github.com/Bella3202019/promptloop
12•velapod•1d ago•2 comments

Show HN: Self Publish Studio

https://selfpublishstudio.com/
8•noahwardlow•20h ago•0 comments

Show HN: AionOS – self-healing microkernel in Zig (boots on real hardware)

https://github.com/rodancz/aion
5•rodancz•1d ago•0 comments

Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS

https://tinycld.org/
109•nathanstitt•3d ago•39 comments

Show HN: Oort – A prompt library where every listing has a shipped project

https://oortstack.com
6•Wesearchpress•1d ago•2 comments

Show HN: I brought back Airbnb categories

https://www.vibebnb.fyi/
6•giulioco•23h ago•0 comments

Show HN: A Claude Code skill that scopes problems like Peter Naur

https://github.com/spinchange/cartographer-skill/blob/main/skills/cartographer/SKILL.md
2•spinchange•16h ago•0 comments

Show HN: I made an emergency page for my family

https://help.delduca.org
82•delduca•3d ago•104 comments

Show HN: Posthorn, self-hosted mail gateway

https://github.com/craigmccaskill/posthorn
82•craigmccaskill•3d ago•60 comments

Show HN: Local-first semantic knowledge graph with magnetic-pull retrieval

https://github.com/Astralchemist/rig
4•akashi_dev•1d ago•0 comments

Show HN: A website that tracks every stock trade Congress makes

https://congress.kadoa.com/
61•hubraumhugo•4d ago•25 comments

Show HN: MigraDiff – maintained fork of migra (PostgreSQL schema diff)

https://github.com/migradiff/migra
4•lateos-ai•23h ago•2 comments

Show HN: I built a better GitHub search that rank repos by what matters

https://reposeek.ai
5•donghaxkim•23h ago•2 comments

Show HN: Compile-time model-id validation with declared capability

https://github.com/yujonglee/openrouter-toolkit
5•yujonglee•4d ago•2 comments
Open in hackernews

Show HN: Ego lite – why our browser agent writes JavaScript not CLI commands

https://github.com/CitroLabs/ego-lite
9•Nicole9•2h ago

Comments

braxton4•2h ago
smart move, when I was using agent browser,I have to watch it execute commands one by one, it’s really inefficient. using JS code to execute all commands at once is smart.
qddegtya•2h ago
Why javascript ?
braxton4•2h ago
I have read the repo, from what I can see is the thing used to connect the browser is writen in js, command and tool all stay in js makes the execution faster, make sense, but I m not sure, coz I haven’t read about their benchmark, could just a story lol
qddegtya•2h ago
Thanks bro, I'll check the repo by myself.

My point is here: There are many popular AI-Friendly PL, eg. Python, Rust ...

I also see many CDP-based framework which implemented by Python-Binding libs, They works very well.

I think javascript is not the only option.

imJack•2h ago
This might be a niche use case, but I love using browser agents for web games.

A browser that can run multiple agent-controlled sessions at the same time basically turns multiboxing from a chore into a one-click experience. My productivity may not improve, but my game progression definitely will.

haruharuha•2h ago
Just tried it out, the Space concept is exactly what I’ve wanted all along,which so straightforward: agent gets its own independent space but still holds my credentials. Browsers like Dia, which evolved from Arc (working on the workspace concept very early on), should have taken this route ages ago. What a missed opportunity that they didn't integrate it this way.
haruharuha•2h ago
I’ve been wanting to use browser automation to track private twitter accounts that I already follow, since the API obviously won't cut it. My main concern with this browser's automation features is account safety—how well does it mask itself? I'm worried it might trigger the platform's anti-bot detection and get my account flagged or banned :(