frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Tragic Birth of FM Radio (2006)

https://www.damninteresting.com/the-tragic-birth-of-fm-radio/
1•bookofjoe•32s ago•0 comments

Best Books of the 21st Century

https://www.nytimes.com/interactive/2024/books/best-books-21st-century.html
1•paulpauper•43s ago•0 comments

Alan Greenspan, RIP

https://scottsumner.substack.com/p/alan-greenspan-rip
1•paulpauper•1m ago•0 comments

Show HN: Iwtlp – Learn to code by solving real domain based projects

https://iwtlp.com/
1•i_w_t_l_p•1m ago•0 comments

The Ben and Jerry's Flavor Graveyard

https://www.benjerry.com/flavors/flavor-graveyard
1•NaOH•1m ago•0 comments

Hacking a Ceiling Fan Remote with RTL-SDR and ESP32 for Home Assistant

https://hackaday.com/2026/06/28/rf-hacking-a-ceiling-fan-via-the-remote/
2•whiteblossom•3m ago•0 comments

Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

https://deep-reinforce.com/ornith_1_0.html
2•kordlessagain•3m ago•0 comments

Show HN: Borkd – Is it your code or the platform? One dashboard instead of ten

https://borkd.dev/
1•watchready•4m ago•1 comments

Node.js io_uring over napi-rs, more then 2x performance

https://github.com/avifenesh/ferrings
2•anotherCodder•5m ago•0 comments

The (new) place for thoughtful puzzles

https://www.puzzmo.com/today
1•jasonpeacock•6m ago•0 comments

Fontdue: The fastest font renderer in the world, written in pure rust

https://github.com/mooman219/fontdue
1•klaussilveira•6m ago•0 comments

Saudade: Mminimal retained-mode Windows 3.1 style GUI library written in Rust

https://github.com/roblillack/saudade/
1•klaussilveira•9m ago•0 comments

Semgrep: GLM 5.2 beats Claude in our Cyber Benchmarks

https://semgrep.dev/blog/2026/we-have-mythos-at-home-glm-52-beats-claude-in-our-cyber-benchmarks/
1•jms703•10m ago•0 comments

Mirror Project Proposal (2008)

https://webhelper.brown.edu/joukowsky/courses/13things/6689.html
1•jruohonen•11m ago•0 comments

Who Are the Fire-Tamers?

https://aeon.co/essays/who-are-the-fire-taming-healers-of-modern-france
2•Caiero•11m ago•0 comments

NASA races to save Swift telescope from falling back to Earth with daring rescue

https://phys.org/news/2026-06-nasa-swift-telescope-falling-earth.html
2•bookmtn•15m ago•0 comments

In Idaho, the next generation of US nuclear reactors nears reality

https://www.france24.com/en/live-news/20260628-in-idaho-the-next-generation-of-us-nuclear-reactor...
2•rustoo•15m ago•0 comments

Show HN: Caliper – pass@k reliability testing for Claude Code and Codex skills

https://github.com/edonadei/caliper
1•edonadei•18m ago•0 comments

Prism: An impure functional language with typed effects

https://www.stephendiehl.com/posts/prism/
1•fanf2•19m ago•0 comments

The 'Almost Homeless' Subreddit Is a Stark Glimpse at Soaring Wealth Inequality

https://www.wired.com/story/the-almost-homeless-subreddit-is-a-stark-glimpse-at-soaring-wealth-in...
2•Brajeshwar•19m ago•0 comments

We Answered 35 of Your Civ VII History Questions

https://store.steampowered.com/news/app/1295660/view/679628250084803716
2•Tomte•22m ago•0 comments

Yakuza Tattoo

https://kimurakami.com/blogs/japan-blog/yakuza-tattoo
2•jruohonen•23m ago•0 comments

How WisdomAI gets high text-to-SQL accuracy

https://www.wisdom.ai/blog/how-wisdom-gets-text-to-sql-right
1•sharva•23m ago•0 comments

Lenovo saying RAM prices may never go back to how they were

https://www.rockpapershotgun.com/oh-no-thats-lenovo-saying-they-think-these-ram-prices-will-be-th...
5•Tomte•24m ago•3 comments

Show HN: Tool to Convert PDF to a Video

https://caringmachines.com/shop/convert/pdf2vid
1•celestiallylvd1•26m ago•0 comments

Show HN: Verigate – Cryptographic authorization receipts for AI agents

https://verigate.cloud
1•heartlinmachado•27m ago•0 comments

AgentCrawl, a small self-hosted crawler for AI agents

https://github.com/JorG18/agentcrawl
1•Kenchi010•30m ago•0 comments

A 'perfect storm' points to a much smaller U.S. auto market by 2040

https://www.cnbc.com/2026/06/28/us-auto-market.html
1•toomuchtodo•31m ago•1 comments

White House Will Ad Hoc Decide Who Can Individually Access GPT-5.6

https://thezvi.substack.com/p/white-house-will-ad-hoc-decide-who
2•paulpauper•39m ago•1 comments

Movie reconstruction from mouse video cortex activity

https://www.youtube.com/watch?v=K3Hvy4CKVpg
1•bookofjoe•40m 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.