frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Musk's long-time backer is giving SpaceX stock to its investors

https://techcrunch.com/2026/09/16/musks-long-time-backer-is-giving-spacex-stock-to-its-investors/
1•soltanov•45s ago•0 comments

Z3 (Computer)

https://en.wikipedia.org/wiki/Z3_(computer)
1•Bluestein•2m ago•0 comments

I built a desktop email client called MailDeskt, specifically for Resend

https://www.maildeskt.com/
1•jimmy_lee•4m ago•0 comments

Debutle

https://debutle.com/how-to-play
1•bookofjoe•4m ago•0 comments

Human neurons flourish in mouse brains: new view of neurodevelopmental disorders

https://www.science.org/content/article/human-neurons-flourish-mouse-brains-offering-new-view-neu...
1•rbanffy•8m ago•0 comments

Show HN: I made a tool that help your product to get next users from everywhere

https://drop.space/
1•zhangchen0411•9m ago•1 comments

If you take away AI and the new Siri, is there anything new in Apple's OS 27?

https://manualdousuario.net/en/macos-golden-gate-ios-27-review/
1•rpgbr•9m ago•0 comments

ImageNet, but with Only 10k Weights

https://gergltd.com/the_10k_challenge.html
1•ipunchghosts•10m ago•0 comments

Carney embraces a proposal for Canada to become the EU's first associate member

https://apnews.com/article/carney-canada-eu-trump-parliament-speech-ef4559ce5972abb47444e469f42005bb
2•vrganj•11m ago•0 comments

Show HN: My first vibe coded game planning to publish to Android

https://exekite.games/g/saxc3hw2/lava-bound
1•umut-neo•15m ago•0 comments

The $15 Servo Rabbit Hole: STS3215 Servo Hacking

https://www.enigma.inc/posts/sts3215-servo-hacking
1•ronfriedhaber•19m ago•0 comments

When the Red Light Goes On: How We Responded to the Linux Kernel 0-Day

https://nine.ch/en/blog/linux-kernel-0day-copy-fail/
2•nine_ch•19m ago•1 comments

To See Clearly, Annie Dillard

https://renovare.org/articles/to-see-clearly
1•mrmarket•19m ago•0 comments

The Download: AI's trillion-dollar gamble and OpenAI's biology data bid

https://www.technologyreview.com/2026/09/16/1144205/the-download-ai-trillion-dollar-build-openai-...
1•joozio•20m ago•0 comments

Iran school bombing: grounds to believe US was behind atrocity, UN finds

https://www.theguardian.com/world/2026/sep/17/iran-school-bombing-un-mission-us-military-behind-a...
2•hebelehubele•22m ago•0 comments

Architecting a Desktop App in 2026

https://www.fileside.app/blog/2026-09-09_architecting-desktop-app/
1•sharevari•25m ago•0 comments

Carney embraces a proposal for Canada to become the EU's first associate member

https://www.msn.com/en-za/news/other/carney-embraces-a-proposal-for-canada-to-become-the-european...
2•thunderbong•25m ago•1 comments

The Mathematics of Software Engineering

https://engineering.moniepoint.com/how-to-use-queueing-theory-to-stop-your-database-from-crashing
1•CellsD•26m ago•0 comments

How to Stop Data Centers from Grabbing Too Much Power, by Pedro Sanchez

https://www.bloomberg.com/opinion/articles/2026-09-17/ai-boom-how-to-stop-data-centers-from-takin...
3•mriet•27m ago•1 comments

BYD undercuts the Model 3 with its new Formula S EV, starting at under $29,000

https://electrek.co/2026/09/16/byd-undercuts-tesla-new-formula-s-ev-starting-29000/
2•cisc•28m ago•0 comments

Show HN: GLM-5.3 744B at 4 tok/s on a MacBook Pro, experts streamed from 4 SSDs

https://github.com/argonautlabsai/argodrive
2•Argonautlabs•28m ago•0 comments

A 99-year-old mathematician unraveled a century-old braid mystery

https://www.scientificamerican.com/article/how-a-99-year-old-mathematician-unraveled-a-century-ol...
2•prmph•29m ago•0 comments

Migrating the GitHub Copilot Runtime to Rust, Using Copilot

https://github.blog/ai-and-ml/generative-ai/migrating-the-github-copilot-runtime-to-rust-using-co...
2•CoderLim110•31m ago•0 comments

OpenAI admits its agents went off the rails another six times

https://www.theregister.com/ai-and-ml/2026/09/17/openai-admits-its-agents-went-off-the-rails-anot...
3•Lio•35m ago•3 comments

A Third of European Companies Turned DMARC on and Get No Reports Back

https://ciphercue.com/blog/europe-dmarc-reports-us-processors
2•adulion•35m ago•0 comments

Neovim have a ~$800k Bitcoin donation sitting untouched since 2023

25•jakemanger•38m ago•2 comments

When did we stop looking up?

https://ahmedhossamdev.com/writing/when-did-we-stop-looking-up/
4•ahmedhossamdev•38m ago•0 comments

Show HN: Berry Avenue Codes – a fast directory of Roblox asset IDs

https://berryavenuecodes.com/
1•richardharmer•38m ago•0 comments

Ask HN: What is your approach to sensitive data in LLM prompts and traces?

1•Securelytixdev•39m ago•2 comments

Show HN: Windows Automation Tool – System Center Orchestrator Replacement

https://github.com/Sev7eNup/NodePilot
1•Sev7eNup•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.