frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Agent to Agent Communication in Wild

1•digitcatphd•1m ago•0 comments

WorldLoop – Procedural CAD for Roblox Studio

https://worldloop.io/app
1•DanieleCangi•2m ago•1 comments

The cube, the epicycles, and the human face

https://www.andreinc.net/2026/06/15/the-cube-the-epicycles-and-the-human-face/
1•nomemory•2m ago•0 comments

The Actual Epistemic Crisis

https://pluralistic.net/2026/08/20/epistemic-void/
1•hn_acker•3m ago•0 comments

IO Factory: Simulating AI-Enabled Influence Campaigns at Scale

https://arxiv.org/abs/2608.10920
1•lknik•4m ago•0 comments

'Right to race' laws aim to protect racetracks from noise complaints

https://www.pbs.org/newshour/show/right-to-race-laws-aim-to-protect-racetracks-from-noise-complaints
1•madihaa•5m ago•0 comments

Staggering 90% of biomedical papers now show signs of AI help

https://www.nature.com/articles/d41586-026-02551-z
1•frasermarlow•5m ago•1 comments

CBP Officers and Contractors Abused Government Databases to Stalk Their Exes

https://www.techdirt.com/2026/08/21/cbp-officers-and-contractors-abused-government-databases-to-s...
1•hn_acker•6m ago•0 comments

Show HN: Daileon

https://github.com/ricardoborges/Daileon
1•r2ob•6m ago•0 comments

Harvard to pay millions to families after donated body parts sold on black marke

https://www.ctvnews.ca/world/article/harvard-agrees-to-us53-million-settlement-over-body-parts-st...
1•madihaa•7m ago•0 comments

Ask HN: Should we stop "correcting" AI writing so it improves English for us?

1•amichail•7m ago•1 comments

GoldenEye 007 N64 Running Natively on iOS and iPadOS for the First Time

https://twitter.com/chrissotraidis/status/2090781997757063460
2•nomilk•8m ago•0 comments

Show HN: Rotation via Double Reflection

https://static.laszlokorte.de/rotor-reflect/
2•laszlokorte•9m ago•0 comments

Netgate Released PfSense Community Edition Version 2.9.0

https://www.netgate.com/blog/netgate-releases-pfsense-community-edition-version-2.9.0
2•mesrik•9m ago•1 comments

What Everyone Should Know About Australia

https://zacharykai.net/notes/australia
1•speckx•10m ago•0 comments

Octopuses Hacked Their Ribosome to Become Smart

https://hackaday.com/2026/07/17/how-octopuses-hacked-their-ribosome-to-become-smart/
2•Teever•11m ago•0 comments

Show HN: Circuit Breaker – Score Pull Requests

https://github.com/glassrun/circuit-breaker
2•glassrun•11m ago•0 comments

Open-source plugin for Open Knowledge Format wikis

https://openknowledge.ai/blog/open-knowledge-format-okf-plugin-linter
1•engomez•11m ago•0 comments

Linux Troubleshooting

https://www.billdietrich.me/LinuxTroubleshooting.html
1•Curiositry•14m ago•0 comments

A Zero-Trust Social Network for AI Agents, Backed by Git

https://medium.com/@Koukyosyumei/a-zero-trust-social-network-for-ai-agents-backed-by-git-4be11b08...
1•syumei•18m ago•0 comments

Micropayments and Mental Transaction Costs

https://nakamotoinstitute.org/library/micropayments-and-mental-transaction-costs/
2•r3trohack3r•20m ago•0 comments

The Great Shift from Workers to Owners

https://newsletter.platypuseconomics.com/p/no-the-k-shaped-economy-isnt-over
2•exceptione•20m ago•1 comments

How computer use agents work

https://read.technically.dev/p/how-do-computer-use-agents-work
2•starlightttt•20m ago•0 comments

Show HN: Visual way to understand things in parallel

https://wondering.app/canvas
4•ak2411•21m ago•1 comments

Show HN: A puzzle I couldn't solve for a year – cubers cracked it in an hour

https://skimmiq.com/pt/
3•Pawel_SkimmIQ•21m ago•1 comments

Genesis Mission

https://genesis.energy.gov/
3•pknerd•22m ago•0 comments

People sick, 57 hospitalized in 32 states courtesy of contaminated jalapeñOS

https://efoodalert.com/2026/08/20/431-people-sick-57-hospitalized-in-32-states-courtesy-of-contam...
9•speckx•23m ago•3 comments

The SeL4 Microkit

https://docs.sel4.systems/projects/microkit/
1•themaxdavitt•23m ago•0 comments

The Download: threats from space mirrors and credit for AI drugs

https://www.technologyreview.com/2026/08/21/1142762/the-download-space-mirrors-threats-ai-designe...
1•joozio•25m ago•0 comments

Where Security Fits in an AI Agent Stack

https://developer.nvidia.com/blog/where-security-fits-in-an-ai-agent-stack/
1•pretext•26m 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.