frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I implemented a neural network in SQL

https://github.com/xqlsystems/xarray-sql/blob/claude/xarray-sql-mnist-demo/benchmarks/nn.py
16•alxmrs•57m ago•1 comments

Show HN: YouTube Guitar Tab Parser

https://github.com/marcelpanse/youtube-guitar-tab-parser
12•neogenix•44m ago•6 comments

Show HN: Nobie – an Excel-compatible runtime for agents and humans

https://nobie.com
30•matthewgapp•2h ago•8 comments

Show HN: BillAI Bass, an AI-Powered Big Mouth Billy Bass Using Strands Agents

https://github.com/morganwilliscloud/billai-bass
29•mtw14•2h ago•13 comments

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

https://github.com/floodtide/dom-docx
119•fishbone•9h ago•29 comments

Show HN: PlanWright – A control plane for AI coding agents

https://planwright.tools
5•dudemanAtl•58m ago•2 comments

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

https://github.com/mathaix/OpenClawMachines
14•mathaix•3h ago•11 comments

Show HN: Remove Watermarks from Any Image

https://watermarkremoverai.com/
3•nadermx•37m ago•0 comments

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
158•celrenheit•6h ago•137 comments

Show HN: Phlox-GW – Open-source LLM gateway without the enterprise paywall

https://robert-mcdermott.github.io/phlox-gw/
2•mcdermott•41m ago•0 comments

Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box

https://github.com/yeet-src/sigwire
3•zasc•50m ago•0 comments

Show HN: FOMO – a browser extension that tells your team what they're missing

https://usefomo.co
2•JadAmmar•52m ago•0 comments

Show HN: ParsOS Desk, a GUI operation system built with Cosmos in C#

https://github.com/amirali1390-bit/ParsOS-NEXT
2•amirali901•2h ago•1 comments

Show HN: kassette – Durable agent workflows backed by object storage

https://github.com/lostinpatterns/kassette
9•blweiner•2h ago•1 comments

Show HN: Ankole – Claude Tag open source alternative

https://github.com/AgentBull/ankole
2•borisding1994•2h ago•0 comments

Show HN: Find Remote Accounting Jobs

https://findremoteaccountingjobs.com/
2•amiKY•2h ago•0 comments

Show HN: Crucible – your AI wrote the tests, so who tested the tests?

https://github.com/Jott2121/crucible
2•jott2121•3h ago•0 comments

Show HN: DashApply – Your Complete Job Search Toolkit

https://dashapply.ai
3•debaghtk•3h ago•0 comments

Show HN: The Polyglot

https://crux.quest/polyglot
3•saretup•3h ago•1 comments

Show HN: Finterm.ai Bloomberg terminal for Claude Code

https://finterm.ai/
5•cheeseblubber•3h ago•0 comments

Show HN: Connect a voice agent to your phone as a Bluetooth headset with a ESP32

https://github.com/michaellee8/esp32-bluetooth-voice-agent
2•michaellee8•3h ago•0 comments

Show HN: Super Dario

https://superdario.pawb.de
350•thepasch•3h ago•89 comments

Show HN: Clay Seal Identity – Agents need accountability

https://github.com/clayseal/clayseal-identity
3•pberlizov•3h ago•0 comments

Show HN: Technical-debt score for dbt projects on Snowflake/BigQuery/Redshift

https://github.com/obrienciaran/dbt-debt
3•kiki_kuuki•3h ago•0 comments

Show HN: Rejit – a regex engine that can't be ReDoS'd (Pike VM, pure Python)

https://github.com/Wasserpuncher/rejit
2•Wasserpuncher•4h ago•1 comments

Show HN: A prompt to make LLMs write property-based tests

https://github.com/e35zhang/property-testing-skill
2•e35zhang•4h ago•1 comments

Show HN: Spellfolio – my stock market game with news events and inside info

https://www.spellfolio.com/
4•pandaman28•4h ago•0 comments

Show HN: Jacquard, a programming language for AI-written, human-reviewed code

https://github.com/jbwinters/jacquard-lang
4•jbwinters•5h ago•1 comments

Show HN: Overplane: Containers and formal verification for AI code

https://www.overplane.dev/
4•mayank•5h ago•1 comments

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

https://github.com/cosmtrek/mindwalk
159•cosmtrek•1d ago•63 comments
Open in hackernews

Show HN: HTML, CSS and JavaScript in the Terminal

https://duetbrowser.com/krnl-ss-redirect?k2vh
9•keepamovin•5h ago
This is a model I’ve been thinking about lately. It demonstrates a pattern that I’m wondering could exist, where terminal applications, BBS-style shared user boards, and other expressions of creativity and sharing are created with web technologies but rendered into the terminal and accessed over SSH.

I like that this brings back some kind of old days of the internet feeling and uses web technologies but sidesteps the public World Wide Web, even though it’s still on the internet.

You can try it out too right now, and I’m thinking about making the self-hosting specialized applications part a first-class thing. But right now, the project is organized as a browser rendering engine, which I spent eight years on since the end of 2018, most of that without AI, writing all the code myself. And then a terminal renderer, which connects to that browser renderer and takes its output and bookkeeping and renders it into the terminal.

And that is designed by me, including the layout algorithm, but AI wrote almost all the code. So I am basically a software designer and AI nudger in that one. My flow is essentially like one agent at a time, and I’ll monitor it, nudge it based on my intuitions if it gets stuck or needs help or whatever, and guide it towards the goal. Plus being the designer and decision maker.

AI makes a lot of decisions, but I make the most of them. So that’s just describing my flow of how I created this terminal thing, which is roughly around a year old.

And originally it was created with Gemini Pro 3.1, which at that time a year ago was sort of the most capable model for complex tasks. And I literally did it on the free AI Studio web application, just like pasting in code listings. Obviously, with agents now, everything is much smoother as a workflow.

This demo has some kind of a cap on it, so let me know if it hits that. It probably won’t, but feel free to tell me. And you can self-host it today. Let me know if you want to do that.

This text was dictated by me and then had punctuation and paragraphing added, but the wording was not changed.

Comments

rvz•4h ago
This is like the 2nd / 3rd time you have posted this already today and even previously some of them have been flagged.

Are you just continuously spamming HN with this?

smalltorch•3h ago
Is there another alternative? It works.

Or do we not want this to work because being able to display in a terminal means now you can automate things that weren't intended to be automated.

I like it.

smalltorch•3h ago
>And you can self-host it today

So where do we find it?

airstrafer•56m ago
This site tries to open a script in my terminal as soon as you open it. Luckily safari has good permissions but stay away. Egregious behavior.

Flagged.