frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Scientists Detect Radio Signals from an Exoplanet for the First Time in History

https://www.wired.com/story/scientists-detect-radio-signals-from-exoplanet-for-first-time-in-hist...
1•thunderbong•3m ago•0 comments

Despite canning the Copilot+ brand, "most people love" its AI assistant

https://www.xda-developers.com/despite-canning-the-copilot-brand-most-people-love-its-ai-assistan...
1•01-_-•4m ago•0 comments

Teardown: Herdr

https://github.com/jimy-r/agent-workspace-architecture/blob/main/teardowns/2026-08-28-herdr.md
1•jimyr•5m ago•0 comments

Oppenheimer: A Noh play in English [video]

https://www.youtube.com/watch?v=lqfdoPAxiVk
1•nxobject•7m ago•0 comments

Liberals: You Don't Have to Choose

2•kshdbndm•9m ago•1 comments

How to Disable Nvidia Optimus Cards on NetBSD

https://www.unitedbsd.com/d/1690-how-to-disable-nvidia-optimus-cards-on-netbsd-a-guide
1•jaypatelani•15m ago•0 comments

Mahout – Tasker+AI+N8N

https://github.com/ankurCES/Mahout
1•ankurCES•18m ago•1 comments

List your SaaS in goodsaas directory

https://goodsaas.xyz/
1•agnes_realm•21m ago•0 comments

Llama.cpp banned him for accidentally tagging in a fork PR

https://github.com/jadidbourbaki/llama.cpp/pull/2
1•martianvoid•23m ago•1 comments

Every browser has a setting that by-passes network-wide DNS filtering

https://www.makeuseof.com/every-major-browser-has-setting-that-completely-punch-through-your-netw...
1•philonoist•26m ago•0 comments

Why parquet files are my preferred API for bulk open data (2023)

https://www.robinlinacre.com/parquet_api/
1•RobinL•30m ago•0 comments

Show HN: Wet Bulb Tracker Tracker – sends you humid-heat alerts and forecasts

1•nerdsutra•31m ago•1 comments

What the 'recent invention' of reading does to our brains

https://www.rnz.co.nz/life/books/what-the-recent-invention-of-reading-does-to-our-brains
3•billybuckwheat•31m ago•0 comments

AurionMail: E2EE suite (CryptPad/Stalwart) with single-password UX

https://aurionmail.github.io/docs/
4•rita_the_best•32m ago•0 comments

OpenAI Feared "Optics" of what might appear on Hacker News

https://authorsguild.org/news/ag-v-openai-top-execs-knew-mass-book-piracy-was-illegal/
6•papergirl•34m ago•1 comments

'Pink Slime' Is Infecting AI Chatbots Ahead of the Midterms

https://www.politico.com/news/magazine/2026/09/25/midterms-partisan-ai-chatbots-01092138
1•Tomte•37m ago•0 comments

What happens when you divide by zero on a mechanical calculator?

https://www.youtube.com/watch?v=s_hbvRTGcUI
1•plun9•41m ago•0 comments

A library of human reaction clips for app demos without filming yourself

https://ugcpeople.com
3•babacklindo•43m ago•2 comments

The Perfect Crime: LLM Agents Can Easily Tamper with Their Own Traces

https://perfect-crime.ai/
1•jonbaer•49m ago•0 comments

Self-replicating prompt injections exist

https://alignment.openai.com/misalignment-reports/self-replicating-prompt-injections-exist/
1•jonbaer•50m ago•0 comments

Cooldown MMO – a browser RPG where every action is an HTTP reques

https://cooldownmmo.com/
2•lorderetik•59m ago•1 comments

PS3 emulation is fast on ARM now [video]

https://www.youtube.com/watch?v=-aI_XEwmKFk
1•tomalbrc•1h ago•0 comments

Show HN: Jauvex, one app for Claude+Codex+Grok+Jev with two-way voice chat

https://github.com/reindent/jauvex
1•daraosn•1h ago•1 comments

Exposing a GitHub token in a public repository

https://alignment.openai.com/misalignment-reports/exposing-a-github-token-in-a-public-repository/
2•mplappert•1h ago•3 comments

OpenAI Freezes Development of Top Models After Rogue Agents Leak User Images

https://openai.com/hugging-face-incident-and-misalignment/#model-misalignment-2026-09-25-data-tra...
4•justinc8687•1h ago•1 comments

Bill Clinton delivers keynote address:CGI 2026

https://www.youtube.com/watch?v=zbXbRpSwaiM
1•rasengan0•1h ago•0 comments

The 1783 sheep, duck and rooster balloon flight as a WebGL diorama

https://www.echohive.ai/experiments/versailles-balloon
1•echohive42•1h ago•0 comments

Show HN: Shipwithmuse.live – a catalog of things people built with Muse

https://shipwithmuse.live/
2•mdayan896•1h ago•0 comments

Show HN: MuseLIVE – lossless-audio live streaming platform for musicians

https://www.muse.live/
1•mdayan896•1h ago•0 comments

The internet discovers TLA+. Now what?

https://reasonable.io/blog/tla-tutorial/
3•matt_d•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.