frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Coming Merging of Mind and Machine (2001)

https://www.thekurzweillibrary.com/the-coming-merging-of-mind-and-machine
1•vinhnx•1m ago•0 comments

Mdmanager.ai – Manage your Claude.md and AGENTS.md across machines and runtimes

https://github.com/manuelschipper/mdmanager
1•schipperai•3m ago•1 comments

Cultivating Trust

https://kaeruct.github.io/posts/2026/09/06/conquering-entropy-cultivating-trust/
1•kaeruct•4m ago•0 comments

Two party systems and the quartile voters

https://jslandy.com/two-party-systems-quartile-voters/
1•efavdb•5m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/pending
1•bookofjoe•6m ago•1 comments

Linux support for Apple T1 hardware

https://github.com/standardagents/t1bridge
1•TiredOfLife•9m ago•0 comments

An actual music theory framework with note-for-note voice-leading resolutions

https://www.reddit.com/r/Learnmusic/comments/1vktxsj/the_layout_of_modeschord_swings_in_cmam_w_all/
1•RockofStrength•10m ago•0 comments

Pumpkin: Building a Minecraft server in Rust, First release after 2 years

https://github.com/Pumpkin-MC/Pumpkin
1•alex_medvedev•12m ago•0 comments

Researchers Demonstrate 'Accelerator on a Chip' (2013)

https://www6.slac.stanford.edu/news/2013-09-27-researchers-demonstrate-accelerator-chip
1•consumer451•12m ago•1 comments

The repo market is the 'dark matter' of finance: powerful and perilous

https://www.ft.com/content/8a7e8202-d800-4fb1-a8f0-eeb4536578f7
1•JumpCrisscross•13m ago•0 comments

Show HN: PixelDraw – simple drawing software for web(WASM) and desktop

https://akshy.codeberg.page/pixeldraw/
1•yhska•13m ago•0 comments

Ask HN: So many patterns I know only in theory

1•dakiol•14m ago•1 comments

Show HN: Whatthemovie.com, a movie-still guessing game

https://whatthemovie.com/
1•hivacruz•16m ago•0 comments

Qwen-Scope: Decoding Intelligence, Unleashing Potential

https://qwen.ai/blog?id=qwen-scope
1•Bluestein•21m ago•0 comments

Ignore files in Git without adding them to .gitignore

https://luisdalmolin.dev/blog/ignoring-files-in-git-without-gitignore/
2•Alifatisk•21m ago•0 comments

NetBSD 9.5 released and EOL for NetBSD-9

https://blog.netbsd.org/tnf/entry/netbsd_9_5_released_and
3•jaypatelani•22m ago•0 comments

Show HN: Cucumbero, a(nother) focus timer to help you (well, me) focus (maybe)

https://chromewebstore.google.com/detail/cucumbero/olcepfohjjcdnmejpabcbdbcjbacafea
1•campugnatus•24m ago•0 comments

LeanReact-v0.1: A Lean 4 framework to write web applications

https://github.com/theoriclabs/lean-react
1•hargup•24m ago•0 comments

Want a super power? Ask more questions

https://twitter.com/lemire/status/2096615245900923325
1•tosh•27m ago•0 comments

Mystery Science Theater 3000 foretells artificial sycophancy (1993) [video]

https://www.youtube.com/watch?v=C71Oj68sN5M
1•smorgasborg•27m ago•1 comments

Z1T: Sparse Transformer‑Like Models for Probabilistic Hardware

https://extropic.ai/writing/z1t/
2•mseri•28m ago•0 comments

The Liquid Network (Bitcoin sidechain) is stuck at block 4050335

https://liquid.network/es/block/aad24e4fb64ca8adf4961667da87820cd48e553957ac64e75de7cdb298b5d66b
3•tyfmnfn2gis•29m ago•0 comments

AI Work Simulator

https://runwork.ai/simulate
2•oytuntez•30m ago•1 comments

Ask HN: Why is HN censoring this post about CVE-2026-85046?

1•roschdal•30m ago•1 comments

The Cost of Safetyism

https://www.stevemagness.org/p/the-cost-of-safetyism
2•chriscbr•32m ago•0 comments

How are you finding and managing AI skills?

1•imadtaieber•32m ago•0 comments

Sleeping Through the Night with a Baby

https://larrysalibra.com/sleeping-through-the-night/
1•amin•32m ago•0 comments

They Say I Blog

https://theysayiblog.com/
2•turtleyacht•34m ago•0 comments

Where Responsibility Exists, but Ownership Doesn't

https://medium.com/@gurvinder372/article-6-where-responsibility-exists-but-ownership-doesnt-01e00...
1•gps372•35m ago•0 comments

ESP32 Bit Pirate Hardware Hacking Kit with Web Tools That Speaks Every Protocol

https://geo-tp.github.io/ESP32-Bit-Pirate/
1•geotp•38m ago•1 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.