frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

APL Keyboard on iOS

https://github.com/ebanner/apl-keyboard/tree/main
1•meken•33s ago•0 comments

Show HN: Wind particles on Mapbox from a single EXIF JPEG

https://www.us-wind-particle-map-demo.mapbox-exif-layer.com
1•zifanw9•36s ago•0 comments

PostgreSQL Zero-Downtime Migration: On-Prem to AWS Cloud

https://github.com/JoeyAlpha5/postgres-on-prem-aws-cloud-migration
1•sunbirdLabs•39s ago•0 comments

Show HN: Core Rankings for DBLP Profiles

https://pubtier.com/
1•otrack•4m ago•0 comments

PRs and LLMs

https://gerdzellweger.com/engineering/2026/06/27/prs-and-llms.html
2•gz09•6m ago•0 comments

The feature in OxCaml that more languages should steal

https://theconsensus.dev/p/2026/06/27/the-feature-in-oxcaml-more-languages-should-steal.html
2•g0xA52A2A•9m ago•0 comments

NASA: Explore El Niño

https://science.nasa.gov/earth/explore/el-nino/
1•karakoram•13m ago•0 comments

Apple wants permission to buy memory from a blacklisted Chinese supplier

https://www.theverge.com/tech/958707/apple-ram-buy-memory-blacklisted-china-cxmt
1•ilreb•13m ago•0 comments

Koreeda's 'Sheep in the Box': The ethics of AI resurrection in film

https://www.nippon.com/en/japan-topics/c030329/
1•whiteblossom•15m ago•0 comments

Engineers Cram 100B Transistors onto a Microchip

https://www.science.org/content/article/engineers-cram-100-billion-transistors-microchip
1•karakoram•16m ago•0 comments

The Card That Made the Apple II Serious

https://www.wiseowl.com/articles/a2fpga-videx-01-the-card-that-made-the-apple-ii-serious/
1•js2•16m ago•0 comments

NestJS and Angular SaaS Starter Kit (MIT)

https://github.com/sayahweb2-png/saas-starter-lite
1•firas_sayah•18m ago•0 comments

The abundant but expensive energy source that's under your feet

https://www.bbc.com/news/articles/cj3gj1n8yz8o
1•ksec•19m ago•0 comments

Department of Machine Verification

https://departmentofmachineverification.com/
1•nembal•20m ago•0 comments

Heat Wave in Europe Shatters Records in Denmark, Switzerland and Czech Republic

https://www.cbc.ca/news/world/europe-heatwave-2026-temperature-records-broken-9.7251458
2•runeks•22m ago•0 comments

Chinese Hedge Funds Warn the AI 'Super Bubble' Is Ready to Burst

https://www.bloomberg.com/news/articles/2026-06-26/chinese-hedge-funds-warn-the-ai-super-bubble-i...
2•aggrrrh•25m ago•1 comments

Resilient Minds

https://unesdoc.unesco.org/ark:/48223/pf0000394849
2•jruohonen•28m ago•0 comments

How we made parallel pytest safe for multi-tenant agent swarms

https://equatorops.com/resources/blog/parallel-pytest-agent-swarms
1•bobjordan•29m ago•0 comments

How Europe Became the World Champion of Heat Deaths

https://maartenboudry.substack.com/p/how-europe-became-the-world-champion
2•paulpauper•30m ago•0 comments

Ancient Tablets Show Markets Worked 4k Years Before Economists Explained Them

https://thedailyeconomy.org/article/ancient-clay-tablets-show-markets-worked-4000-years-before-ec...
1•paulpauper•30m ago•0 comments

Do Not Rule Out What Scares You [video]

https://andreagibson.substack.com/p/commencement
1•mooreds•40m ago•0 comments

CarvePHP – Find service boundaries in Laravel monoliths

https://packagist.org/packages/carvephp/carve
1•mwaleedkhalil•40m ago•0 comments

Social Structure and Anomie [pdf]

https://selfteachingresources.pbworks.com/f/Social+Structure+and+Anomie+-+Merton.pdf
1•jruohonen•44m ago•0 comments

Judgment Cannot Be Prompted

https://www.tsoon.com/posts/judgment-cannot-be-prompted/
2•mooreds•45m ago•0 comments

Traditions of Islantilla

https://www.islantilla.es/en/tradiciones/
1•mooreds•46m ago•0 comments

Gavin Newsom opposes a California wealth tax. He's proposing a national tax

https://www.cnn.com/2026/06/26/politics/gavin-newsom-billionaire-tax-california
2•Bender•50m ago•3 comments

Napster is now "AI agents you can see, talk to, and create with."

https://www.napster.com
2•romanhn•50m ago•1 comments

The Defender's Dilemma

https://markferraz.com/perspective
1•markferraz•53m ago•0 comments

How to find an investor and do it right?

https://www.goglobal.world/
1•MaxPopovggw•53m ago•0 comments

Linux MD RAID5 Seeing Scalability Improvements Up to 17%

https://www.phoronix.com/news/Linux-MD-RAID5-Scalability-Work
2•Bender•56m 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.