frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Game Pass Was Supposed to Save Xbox – Instead, It's Killing the Company

https://www.ign.com/articles/game-pass-was-supposed-to-save-xbox-instead-its-killing-the-company
1•haunter•53s ago•0 comments

Leading AI models (even Grok) are all a bunch of leftist punks

https://www.theregister.com/ai-and-ml/2026/07/27/leading-ai-models-even-grok-are-all-a-bunch-of-l...
1•joebuckwilliams•8m ago•1 comments

Gnomon

https://en.wikipedia.org/wiki/Gnomon
2•gregsadetsky•10m ago•0 comments

Mealyu an AI nutrition and fitness coach

https://mealyu.com
1•Swiyz•10m ago•0 comments

OpenAI's rogue model attack is just the beginning

https://blog.peterwildeford.com/p/openais-rogue-model-attack-is-just
1•radicaldreamer•10m ago•0 comments

30%+ new podcasts are AI-slop

https://www.listennotes.com/podcast-stats/
1•wenbin•11m ago•0 comments

SAML Authentication Replay in Rancher

https://github.com/rancher/rancher/security/advisories/GHSA-c5jm-xcmq-9j95
1•debo_•13m ago•0 comments

Kimi K3 Running on AMD MI350X with SGLang

https://twitter.com/__tinygrad__/status/2081837010705420480
2•ronfriedhaber•13m ago•0 comments

Condui – A single desktop app for SSH, SFTP, tunnels, Docker over SSH

https://github.com/mgueregath/condui
1•mgueregath•15m ago•0 comments

Messaging platform I can self-host for my agents to communicate

1•giribisthebest•16m ago•1 comments

A missing underscore sent innocent man to prison for 18 months

https://arstechnica.com/tech-policy/2026/07/police-missed-one-underscore-and-sent-the-wrong-man-t...
3•quantified•17m ago•0 comments

The War That Shall Not Be Named

https://www.theatlantic.com/newsletters/2026/07/iran-war-trump-hiding-american-soldiers-death/688...
2•Jtsummers•19m ago•0 comments

Terrence Tao – Mathematics in the age of AI [video]

https://www.youtube.com/watch?v=sxAe4HJceFQ
2•soupspaces•24m ago•1 comments

Our position on open-weights models

https://www.anthropic.com/news/position-open-weights-models
64•surprisetalk•24m ago•33 comments

First Teaser for Apple TV's 'Neuromancer' Debuts at SDCC

https://arstechnica.com/culture/2026/07/first-teaser-for-apple-tvs-neuromancer-debuts-at-sdcc/
2•bookofjoe•25m ago•1 comments

Tump's Avoidable Crisis: Looking Back at the Collapse of the Iran Nuclear Deal

https://bluepressjournal.substack.com/p/the-tumps-avoidable-crisis-looking
2•WinstonWendell•25m ago•0 comments

How I Made Self-Hosted Servers Recoverable from Hangs

https://blog.nassella.org/how-i-made-servers-invincible-to-hangs/
2•thecombjelly•28m ago•0 comments

Scriptc: Vercel's TypeScript-to-C Compiler

https://scriptc.dev/
1•kozika•29m ago•0 comments

Our toolchain assumes one human writer, AI agents break that illusion

https://christophermeiklejohn.com/ai/zabriskie/agents/reliability/testing/ci/distributed/2026/07/...
2•maille•31m ago•0 comments

No Snake Oil: Verifying Python Package Builds

https://arxiv.org/abs/2607.21888
2•yruzin•32m ago•0 comments

I built the most advanced pool training system (Ball tracking and Projection) [video]

https://www.youtube.com/watch?v=LgAklZe_70s
2•dreamache•33m ago•1 comments

South Korea unveils $950B in semiconductor partnerships

https://www.upi.com/Top_News/World-News/2026/07/26/ai-summit-semiconductor-partnerships/162178509...
6•devonnull•33m ago•0 comments

The GTM Co-Founder – open-source GTM skills for solo dev-tool/AI founders

https://github.com/AIDevGTM/gtm-cofounder
1•devtoolgtm•36m ago•0 comments

Moka v1

https://million.dev/moka
2•acmnrs•36m ago•0 comments

Pure Mathematical Conal Architecture (PMCA)

https://zenodo.org/records/21630656
1•hiddenarchitect•36m ago•0 comments

The Polynomial-Time Low-Degree Conjecture Is False

https://arxiv.org/abs/2607.20318
2•MarcoDewey•38m ago•0 comments

Beyond "Clean Code": Why Your Comments Matter

https://blog.moertel.com/posts/2026-07-27-beyond-clean-code-why-your-comments-matter.html
3•chmaynard•41m ago•1 comments

The TLA+ Video Course

https://lamport.azurewebsites.net/video/videos.htmlhttps://lamport.azurewebsites.net/video/videos...
4•woggy•43m ago•0 comments

Show HN: Fancontrol-rs rust windows fan controls specdrivendesigned open source

https://github.com/Leyukaka/fancontrol-rs
1•yukaka•44m ago•0 comments

BSX Markets

https://markets.basicswapdex.com/plain/
3•dRK-U•47m 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.