frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

98.css

https://jdan.github.io/98.css/#status-bar
1•lopespm•5m ago•0 comments

Building watchable digital twins of 64 World Cup games

https://rogerdickey.com/building-watchable-digital-twins-of-64-world-cup-games/
1•rogerdickey•6m ago•0 comments

Show HN: Ohnrscript – A systems language and HTTP unikernel in JavaScript syntax

https://github.com/Ohnrshyp/Ohnrscript
2•focusjordan•6m ago•0 comments

Snailmail Club

https://sketchkids.com/
1•engraveprice•10m ago•0 comments

Government withdraws reporter subpoenas for NYT after admitting legal errors

https://apnews.com/article/usmediatimesair-force-one-42429e4d4da8accc42b6c3ddf3f4fed5
1•petethomas•11m ago•0 comments

Linux from Scratch Security Advisories

https://www.linuxfromscratch.org/advisories/
1•turtleyacht•11m ago•1 comments

Show HN: Run GLM-4.5-Air(110B)on a 16GBRAM consumer machine

https://github.com/FedericoTs/quantprobe
1•federicoTXTS•11m ago•0 comments

Yorba – Software for a Quieter Internet

https://www.yorba.co/
1•cbystrom•13m ago•1 comments

I built for one user. Myself

https://www.indiehackers.com/post/i-built-for-one-user-myself-84ef3ca242
1•Pooja_Tansei•14m ago•0 comments

Sierra Is Acquiring Takeoff

https://sierra.ai/blog/sierra-acquires-takeoff
1•doppp•14m ago•0 comments

MX2 – A next-generation mail protocol sandbox in Python

https://github.com/EgonRuiter/mx2-sandbox
1•HankiePlankie•16m ago•0 comments

Someone Call Tesla a Robotaxi, or SpaceX, Quick

https://www.bloomberg.com/opinion/articles/2026-07-23/tesla-disappoints-on-earnings-and-its-robot...
1•petethomas•21m ago•0 comments

How to Score Goals, Statistically

https://www.datawrapper.de/blog/football-goals-analysis
1•gmays•21m ago•0 comments

Handwritten-edit benchmark: Fable 5 is #1, Opus 4.8 regresses 55% on miscounting

https://dorrit.pairsys.ai/
1•svcrunch•22m ago•1 comments

AI Kill Switch Act: Official Bill Text by Reps. Lieu and Moran (2026)

https://lieu.house.gov/media-center/press-releases/reps-lieu-and-moran-introduce-bill-require-kil...
2•Jimmc414•23m ago•0 comments

What is the shortest paper in the history of mathematics? (2015)

https://hsm.stackexchange.com/questions/3099/what-is-the-shortest-paper-in-the-history-of-mathema...
1•azeemba•25m ago•0 comments

Show HN: Mumble Dictation – local dictation that learns your vocabulary

1•tarafans7•25m ago•0 comments

Agents Found Three RCEs as System (and Root) on Bing Image Search

https://xbow.com/blog/bing-images-rce-vulnerabilities
3•fedek_•26m ago•0 comments

The Ads on Apple News Continue to Suck, but at Least There Are a Lot of Them

https://daringfireball.net/2026/07/ads_on_apple_news_suck
1•CharlesW•26m ago•0 comments

A coding agent in 5 files, plus a skeptic that catches fake fixes

https://github.com/Saivineeth147/skeptic
1•Vineeth147•27m ago•0 comments

DKSplit – Fast Word Segmentation for Python

https://github.com/ABTdomain/dksplit
1•rzk•27m ago•1 comments

Show HN: Bookshelf – book quotes that appear between Claude Code and Codex turns

https://github.com/Amal-David/bookshelf
3•amaldavid•29m ago•0 comments

New flapping robot swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
2•Jimmc414•29m ago•0 comments

Which AI models understand insurance work?

https://www.coveragecat.com/ai/leaderboard
1•botacode•32m ago•0 comments

Solar Open 2: Korea's Sovereign Foundation Model, Built for Agentic Use

https://www.upstage.ai/blog/en/solar-open-2
3•maxloh•34m ago•0 comments

Why care about programming languages

https://ebellani.github.io/blog/2026/why-care-about-programming-languages/
3•rbanffy•34m ago•0 comments

Her rape kit had a DNA match. In San Francisco, that's not enough

https://sfstandard.com/2026/07/20/sfpd-rape-kit-investigation/
3•computerliker•35m ago•0 comments

Agent Host Protocol

https://microsoft.github.io/agent-host-protocol/
1•gokhan•38m ago•0 comments

Data Science Weekly – Issue 661

https://datascienceweekly.substack.com/p/data-science-weekly-issue-661
1•sebg•38m ago•0 comments

Dinitz-Garg-Goemans conjecture is false

https://xcancel.com/DmitryRybin1/status/2079904005652893709
1•franzb•39m ago•0 comments
Open in hackernews

Show HN: Flow.diy – a super duper simple flowchart maker

https://www.flow.diy
20•_august•1y ago

Comments

soco•1y ago
Looks nice. I just clicked around a bit (as I'm not doing often flowcharts in life) and: ; pressing "add node" repeatedly I expected to get them linked one after the other (wrong expectation) ; if I change the type from rectangle to rhombus its center is more on the right breaking the connection lines (bug) ; if I had node1->node2->node3 and I delete node2, I expected node1 to be linked to node3 (wrong expectation) ; after the above action, when I press add node, node3 just disappears (bug)
_august•1y ago
thanks for the feedback! your expectations make sense, i will implement them. For the last bug, i think what happened is the orphaned node 3 got moved to the top, as a sibling with the auto layout and may have moved off screen.