frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Infants who received $1000 no-strings-attached were nearly half as likely to die

https://www.npr.org/sections/goats-and-soda/2025/08/18/g-s1-83197/infants-health-cash-aid-kenya
1•divbzero•2m ago•0 comments

Optimizing Filtered Vector Queries in PostgreSQL from Seconds to Milliseconds

https://www.clarvo.ai/blog/optimizing-filtered-vector-queries-from-tens-of-seconds-to-single-digi...
1•birdculture•2m ago•0 comments

Show HN: Data Formulator 0.5 – Vibe with your data (Microsoft Research)

https://data-formulator.ai/
1•chenglong-hn•2m ago•0 comments

How I am deeply integrating Emacs

https://joshblais.com/blog/how-i-am-deeply-integrating-emacs/
1•signa11•2m ago•0 comments

Premier League Survival – How Many Points Are Enough?

https://dm13450.github.io/2025/10/31/Premier-League-Survival-How-Many-Points-Are-Enough.html
1•dm13450•4m ago•0 comments

Recommend Postman Alternative

1•dobrygazon•5m ago•0 comments

The Pinouts Book

https://pinouts.org/
1•marvinborner•7m ago•0 comments

Arc Raiders Interactive Map

https://arcraidersmap.pro
1•dond1986•7m ago•1 comments

JEP draft: Deprecate UTF-16-only String Representation

https://openjdk.org/jeps/8371379
1•mfiguiere•8m ago•0 comments

Accumulating Context Changes the Beliefs of Language Models

https://lm-belief-change.github.io/
1•r_singh•14m ago•0 comments

A new ion-based quantum computer makes error correction simpler

https://www.technologyreview.com/2025/11/05/1127659/a-new-ion-based-quantum-computer-makes-error-...
1•jnord•15m ago•1 comments

Show HN: Simulate car journey routes for deep focus sessions

https://focusdriveapp.com
2•ahmetomer•16m ago•0 comments

Fuzzy Graphing

https://gods.art/articles/fuzzy_graphing.html
1•vismit2000•18m ago•0 comments

Composition AI: Empower Ordinary People to Do Extraordinary Things

https://mofa.ai
2•xiaokuge•19m ago•0 comments

Operation Chargeback: 4.3M cardholders affected, EUR 300M in damages

https://www.europol.europa.eu/media-press/newsroom/news/operation-chargeback-43-million-cardholde...
2•doener•24m ago•1 comments

Flutter_compositions: Vue-inspired reactive building blocks for Flutter

https://github.com/yoyo930021/flutter_compositions
1•yoyo930021•28m ago•0 comments

Show HN: Personal rolodex using beeper MCP and Memory Store

https://shubhamattri.com/blog/memory-store/
2•a3fckx•34m ago•0 comments

The amount of fear in bullish investors and bubble companies is unreal

9•zerosizedweasle•43m ago•4 comments

Peter Drucker: What [American execs] can learn from Japanese management (1970) [pdf]

https://www.joaomordomo.com/files/books/ebooks/Peter%20Drucker%20-%20HBR%20-%2031%20Articles/What...
1•ssivark•45m ago•1 comments

Advice for System Design Interviews

https://jacobbrazeal.wordpress.com/2025/11/06/advice-for-system-design-interviews/
2•tibbar•45m ago•0 comments

"Flow" in software development is overrated

https://www.arguingwithalgorithms.com/posts/flow-is-overrated.html
2•tomyedwab•46m ago•1 comments

A Deep Dive into the Morris Worm

https://www.rapid7.com/blog/post/2019/01/02/the-ghost-of-exploits-past-a-deep-dive-into-the-morri...
1•sysoleg•52m ago•0 comments

Epstein Files: AI-Powered Document Search

https://epstein-files.org
3•Tsardos•54m ago•1 comments

Kant: Leave people better than you found them

https://en.wikipedia.org/wiki/Categorical_imperative
1•chasil•54m ago•1 comments

Boa: A standard-conforming embeddable JavaScript engine written in Rust

https://github.com/boa-dev/boa
1•maxloh•56m ago•0 comments

Bill Gates Gave $3.5M to Think Tank Run by Climate Crisis Denier Bjorn Lomborg

https://www.desmog.com/2025/11/05/bill-gates-donated-climate-denier-bjorn-lomborg-copenhagen-cons...
1•doener•59m ago•0 comments

The Left Pad Incident (2016)

https://en.wikipedia.org/wiki/Npm_left-pad_incident
1•sans_souse•1h ago•0 comments

Rari: 10.5x throughput React Server Components framework powered by Rust runtime

https://github.com/rari-build/rari
1•maxloh•1h ago•0 comments

Titan 2 – The Latest 5G QWERTY Physical Keyboard Smartphone

https://www.unihertz.com/products/titan-2
2•jbm•1h ago•1 comments

Norman Rockwell's Family Hits Out at Homeland Security over Social Media Posts

https://news.artnet.com/art-world/norman-rockwell-family-dhs-art-posts-2708029
1•thunderbong•1h ago•0 comments
Open in hackernews

Show HN: Flow.diy – a super duper simple flowchart maker

https://www.flow.diy
20•_august•6mo ago

Comments

soco•6mo 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•6mo 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.