frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Before You Score the Model, Score the Benchmark

https://centre-for-software-excellence.github.io/docs/blog/before-you-score-the-model-score-the-b...
1•keheliya•2m ago•0 comments

The Frozen Banana Republic (2014)

https://modernfarmer.com/2014/11/frozen-banana-republic/
1•downbad_•4m ago•0 comments

Open Claw Had a Rough Week

https://openclaw.ai/blog/openclaw-rough-week
1•rmason•6m ago•0 comments

Zuckerberg 'personally authorized' Meta's copyright infringement, publishers say

https://apnews.com/article/meta-mark-zuckerberg-ai-publishers-lawsuit-llama-5609846d4d840014974a8...
5•jethronethro•6m ago•1 comments

Introducing Svelte (2016)

https://svelte.dev/blog/frameworks-without-the-framework
2•downbad_•11m ago•3 comments

Shared Lexical Task Representations Explain Behavioral Variability in LLMs

https://arxiv.org/abs/2604.22027
1•PaulHoule•11m ago•0 comments

SingleRide: Longest route on NYC Subway without visiting the same station twice

https://singleride.nyc/
2•TMWNN•11m ago•0 comments

Dating Is a Rich Person's Game Now

https://www.wired.com/story/dating-is-a-rich-persons-game-now/
2•Akababa•12m ago•0 comments

The Inevitable Horror Of Biological Computing [11 min] [video]

https://www.youtube.com/watch?v=wBtr8iv7onA
1•luispa•13m ago•0 comments

SEC Proposes Amendments to Permit Semiannual Reporting by Public Companies

https://www.sec.gov/newsroom/press-releases/2026-42-sec-proposes-amendments-permit-optional-semia...
1•divbzero•13m ago•0 comments

Hong Kong's Secret City: A Labyrinth for 50,000 People (1989) [video]

https://www.youtube.com/watch?v=S-rj8m7Ssow
1•exvi•14m ago•0 comments

Show HN: Two easing curves and no animation library

https://frigade.com/blog/two-curves-no-library
1•pancomplex•15m ago•0 comments

AI Tools Directory and Comparison Platform

https://comparatif.ai-explorer.io
1•LaVoixDuFutur•18m ago•0 comments

Kowloon Walled City Rebuilt in Japan (2013)

https://randomwire.com/kowloon-walled-city-rebuilt-in-japan/
1•exvi•19m ago•0 comments

Claude Code: use cases and tips to get the most out of Claude

https://comparatif.ai-explorer.io/en/tools/claude-code/astuces-claude-code
1•LaVoixDuFutur•20m ago•0 comments

SPEC CPU: The Next Generation

https://arxiv.org/abs/2605.01575
1•matt_d•20m ago•0 comments

Stop Writing Code: The Full-Stack AI Architect

https://blog.jakeschwartz.com/the-full-stack-ai-architect-stop-writing-code-4fde63f04f60
2•JakeSc•21m ago•1 comments

Transfigure – AI That Makes Physical Stuff – Image to Step or Nothing at All

https://xfgr.ai/
1•itstransfigure•21m ago•2 comments

NPR finds "no sign" of Polymarket at its Panama HQ address

https://www.npr.org/2026/05/05/nx-s1-5807918/polymarket-panama-prediction-market
13•ilamont•23m ago•0 comments

Complete Guide: How to Integrate Beehiiv with Hugo via Cloudflare Workers

https://www.lucasaguiar.xyz/posts/newsletter-beehiiv-cloudflare-github/
1•isfttr•28m ago•0 comments

E.F. Schumacher: The Other Way (1975)

https://www.youtube.com/watch?v=lb-OaI0w0cw
1•andrewvc•28m ago•0 comments

Span to launch distributed AI data centers for edge compute

https://www.latitudemedia.com/news/span-to-launch-mini-ai-data-centers-for-distributed-at-home-co...
2•kochb•29m ago•0 comments

A website ranking judges by elo for the cases they dismiss in SF

https://sfcrime.pages.dev/
3•grand_larsony•29m ago•0 comments

Sovereign AI: Control, Choice, and Why It Goes Beyond Geopolitics

https://blog.mozilla.ai/sovereign-ai-control-choice-and-why-it-goes-beyond-geopolitics/
3•benbreen•31m ago•0 comments

Big-fish–little-pond effect

https://en.wikipedia.org/wiki/Big-fish%E2%80%93little-pond_effect
2•chistev•31m ago•0 comments

How the Emerging Indian Middle Handles Money

https://ehdata.org/eh360
1•gmays•32m ago•0 comments

Bose Brings Back Its 'Lifestyle' Branding with New Speakers for the Home

https://www.wired.com/story/bose-brings-back-its-lifestyle-branding-with-new-speakers-for-the-home/
1•apparent•32m ago•1 comments

Perplexity Computer for Professional Finance

https://xcancel.com/perplexity_ai/status/2051693893473935372
1•RockstarSprain•33m ago•0 comments

Why did AI destroy my production database?

https://ulveon.net/p/2026-05-05-why-did-ai-destroy-my-production-database/
2•kevin061•34m ago•0 comments

Apple Reaches $250M Settlement Over Claims It Misled People on A.I

https://www.nytimes.com/2026/05/05/technology/apple-intelligence-lawsuit-settlement.html
2•blintz•34m 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.