frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grocyy – AI receipt scanner that tracks grocery spending by item, not just total

https://grocyy.com/
1•Devanship1•1m ago•0 comments

Self-hosted Real-ESRGAN x4 video upscaler with temporal smoothing

https://github.com/freeaigit/video-upscaler
1•nadermx•6m ago•0 comments

Try Contra Dancing

https://www.benkuhn.net/contra/
1•jefftk•8m ago•0 comments

Consequences of passing too few register parameters to a C function

https://devblogs.microsoft.com/oldnewthing/20260427-00/?p=112271
1•aragonite•10m ago•0 comments

China's push to commercialize research: match 680k innovators with companies

https://www.nature.com/articles/d41586-026-01202-7
2•manvel_hn•14m ago•0 comments

Show HN: See your computer's audio output on a real-time piano

https://github.com/ecstrema/overchords
1•ecstrema•15m ago•0 comments

Show HN: PrePrompt – rewrites vague prompts before they reach the LLM

https://preprompt.org/
2•yashdeeptehlan•16m ago•1 comments

Show HN: Waiting for LLMs Suck – Give your user a game

https://github.com/ftaip/waiting-game
1•dalemhurley•20m ago•0 comments

Watching TV with the Second-Party

https://arxiv.org/abs/2409.06203
1•philipnee•22m ago•2 comments

Open Weights Kill the Moat

https://www.warman.life/blog/2026-04-27-the-moat-or-the-commons/
6•shaunistyping•22m ago•1 comments

The hard part of million-stop routing was not the route optimizer

https://github.com/vizzito/last-mile-optimizer-paper
1•pantherolive•28m ago•3 comments

The New York Times Makes the Case for "Microlooting" to Murder

https://jonathanturley.org/2026/04/27/the-monsters-among-us-the-new-york-times-makes-that-case-fo...
2•ytNumbers•28m ago•1 comments

Tiny Looking to Sell Letterboxd

https://www.semafor.com/article/04/26/2026/whats-next-for-letterboxd
1•bjhess•29m ago•0 comments

The AI-X Scale for Written Content

https://docs.zeropolis.net/doku.php/tech:ai-text-categorization
1•unethical_ban•29m ago•0 comments

Tell HN: Claude flags ordinary biology / biotech questions

1•areoform•34m ago•0 comments

Product Evals in Three Simple Steps

https://eugeneyan.com/writing/product-evals/
1•eigenBasis•35m ago•0 comments

You were training AI while catching Pokemon [video]

https://www.youtube.com/watch?v=Vk95ZO-WAvY
1•omani•36m ago•0 comments

Apple integrates Claude and Codex into Xcode 26.3 for 'agentic coding'

https://venturebeat.com/technology/apple-integrates-anthropics-claude-and-openais-codex-into-xcod...
2•gurjeet•38m ago•0 comments

MySpace Co-Founder Misses "Serendipity" of Social Media as Documentary Premieres

https://deadline.com/2026/04/myspace-chris-dewolfe-serendipity-social-media-documentary-1236873630/
1•ChrisArchitect•38m ago•0 comments

Show HN: New readme badge builder (need feedback)

https://www.shieldcn.dev/showcase
1•justinlevine•41m ago•0 comments

We Audited 43 Product Hunt Launches for Accessibility. 1 Passed

https://overlayqa.com/blog/product-hunt-accessibility-study/
1•emveras•43m ago•0 comments

Ask HN: Novel crazy ideas on reducing RAM usage

3•sudo_cowsay•47m ago•5 comments

Show HN: Enve – Tiny server that stores per-project environment variables

https://github.com/skorotkiewicz/envd
1•modinfo•49m ago•0 comments

Show HN: rqlite – the fault-tolerant DB built on SQLite – v10.0 released

https://github.com/rqlite/rqlite/releases/tag/v10.0.0
1•otoolep•52m ago•0 comments

Who Owns Tindie?

https://hackaday.social/@tindie/116459166849350034
1•codezero•53m ago•0 comments

The remarkable Renaissance of high-frequency traders

https://www.ft.com/content/83b2a4b3-bdc6-4eb0-a87c-293c383b5994
2•simonpure•58m ago•1 comments

Colorful Nuclide Chart

https://people.physics.anu.edu.au/~ecs103/chart/
1•Eridanus2•1h ago•0 comments

An AI First World (2016)

https://avc.com/2016/04/an-ai-first-world/
3•capitalatrisk•1h ago•0 comments

Time, Money and Health

https://todaypurpose.com/posts/time-money-health/
1•eric_khun•1h ago•0 comments

How AI Will Reshape Computer Systems by 2035

https://cra.org/industry/2026/04/27/how-ai-will-reshape-computer-systems-by-2035-a-jeffersonian-d...
2•hasheddan•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.