frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anatomy of the AI Debate

https://piotrzientara.pl/anatomy-of-the-ai-debate/
1•piotrzientara•20s ago•0 comments

'Immature playground boasting': Mathematicians uneasy at OpenAI's latest scalp

https://www.theguardian.com/science/2026/sep/12/openai-mathematicians-millennium-prize-problem
1•sbulaev•2m ago•0 comments

Google Might Have Achieved RSI

https://twitter.com/pankajkumar_dev/status/2098534988107133082
2•Bluestein•7m ago•0 comments

A Design Space Exploration of Async/Await

https://arxiv.org/abs/2608.20677
2•vinhnx•10m ago•0 comments

Glutensa – Privacy-first gluten scanner PWA

1•kregtr•12m ago•0 comments

Open Letter on the Massacre in Gaza from an Editor in Israel (2025)

https://lithub.com/an-open-letter-on-the-massacre-in-gaza-from-an-editor-in-israel/
1•sanbor•17m ago•0 comments

The Courage of the Polymaths

https://protesilaos.com/commentary/2026-09-12-courage-polymaths/
2•dalvrosa•18m ago•0 comments

The four-colour theorem was only the start

https://lemire.me/blog/2026/09/11/the-four-colour-theorem-was-only-the-start/
1•dalvrosa•18m ago•0 comments

Show HN: Portspan – A self-hosted ngrok alternative with wildcard subdomains

https://github.com/famasya/portspan
1•pacific01•19m ago•0 comments

Google Has Achieved RSI

1•AlexWApp•23m ago•0 comments

Optimizing a Spin-Lock

https://david.alvarezrosa.com/posts/optimizing-a-spin-lock/
4•signa11•25m ago•1 comments

Small Asian Grocery Stores Can Improve Local Product Discovery

2•yatifoods•25m ago•0 comments

Amazon expands shoppable features on Prime Video

https://press.aboutamazon.com/prime-video/2026/9/the-prime-video-shop-the-show-experience-introdu...
2•thm•27m ago•0 comments

Grigori Perelman

https://en.wikipedia.org/wiki/Grigori_Perelman
2•YeGoblynQueenne•32m ago•0 comments

Why Authenticity Matters in Personal Development

https://medium.com/@flaviopilotodasilva/why-authenticity-matters-in-personal-development-d75de9a3...
2•flaviopilotodas•36m ago•0 comments

Hallucinate got a jetpack – MMO Rave

https://hallucinate.site/?hn
2•stagas•39m ago•0 comments

BabaCAD Robotics Web – free browser-based industrial robot simulator

https://www.babacad.com/robotics/web/
2•comirza•40m ago•0 comments

Pnpm 12.4 can install Rust crates and Python packages

https://pnpm.io/blog/releases/12.4
1•novoreorx•42m ago•0 comments

Show HN: We built a local-first Android agent. Then Meta launched Muse

https://creepy.im/
2•kotleta552•43m ago•0 comments

The core arguments behind the Rockstar union busting trial

https://www.gamedeveloper.com/production/rockstar-and-fired-gta-developers-outline-core-arguments...
3•EvgeniyZh•46m ago•0 comments

Decky: Open-source DIY stream deck

https://github.com/Fenish/decky
3•thunderbong•47m ago•0 comments

Deep dive on evals for agents [video]

https://www.youtube.com/watch?v=UxMZfbWI3LY&list=PLo2EIpI_JMQvQZm-kVlz4wY1vWF0LBcf5&index=1
2•porridgeraisin•47m ago•0 comments

New Solar Panel Technology Trends for 2026 (UK)

https://spectrumenergysystems.co.uk/articles/new-solar-panel-technology-trends-for-2026/
2•DamonHD•1h ago•0 comments

Resistance Training Prescription for Muscle Function, Hypertrophy in Health

https://pmc.ncbi.nlm.nih.gov/articles/PMC12965823/
6•ultral•1h ago•0 comments

Perplexity trusts GPT‑6 Astra with end-to-end systems

https://openai.com/index/perplexity-improving-accuracy-with-astra/
2•ENOMEM•1h ago•0 comments

What do you think of controlling your agent via Siri

1•in_making•1h ago•0 comments

Rust-Like Syntax for WebAssembly

https://github.com/ocsigen/wax
3•alex_hirner•1h ago•0 comments

GoatCode – open-source terminal AI agent with provider failover

2•Arhan-w•1h ago•0 comments

AI may be denting computer science graduates' job prospects, UK data shows

https://www.theguardian.com/education/2026/sep/12/ai-computer-science-graduates-job-prospects-uk-...
2•vinni2•1h ago•0 comments

How the Nintendo Zapper Worked in Slow Motion [video]

https://www.youtube.com/watch?v=V6XnSvB34y8
2•ultral•1h 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.