frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Firm pioneers 3D printing copper coolers directly onto processors

https://www.tomshardware.com/3d-printing/firm-pioneers-3d-printing-copper-coolers-directly-onto-p...
1•Teever•21s ago•0 comments

Join the Parasite Rebellion on T-day

https://usop.substack.com/
1•richardatlarge•41s ago•0 comments

Ask HN: Why do people say LLMs create bad code "quality"?

1•chaidhat•2m ago•0 comments

Comparing Obelisk with DBOS

https://obeli.sk/blog/comparing-dbos-part-1/
1•todsacerdoti•4m ago•0 comments

The Context Tax: Why AI-Assisted Coding Fails Without Flow

https://arif.sh/book
1•Arifcodes•7m ago•0 comments

Training Foundation Models on a Full-Stack AMD Platform

https://arxiv.org/abs/2511.17127
1•srameshc•7m ago•0 comments

Age of "Don't do it yourself"

https://blog.rybarix.com/2025/11/26/age-of-dont-diy.html
3•sandruso•12m ago•1 comments

Anomalous electronic state opens pathway to room-temperature superconductivity

https://phys.org/news/2025-11-anomalous-electronic-state-pathway-room.html
1•rbanffy•12m ago•0 comments

Reminder that HN Active exists and is arguably better

https://news.ycombinator.com/active
2•loteck•12m ago•1 comments

What's Hiding Inside Haribo's Power Bank and Headphones?

https://www.lumafield.com/first-article/posts/whats-hiding-inside-haribos-power-bank-and-headphones
1•rozenmd•13m ago•0 comments

Show HN: MXP – A2A-compatible agent protocol, 37x faster than JSON

1•ferasawady•14m ago•0 comments

China completes first emergency mission to Tiangong space station

https://www.reuters.com/business/media-telecom/china-launch-shenzhou-22-spaceship-0411-gmt-state-...
1•Teever•15m ago•0 comments

France to bring in form of military service

https://www.bbc.co.uk/news/articles/c0edw7g7z79o
1•AIBytes•16m ago•0 comments

Z-Image, free online image generator

https://zimage.net
1•BruceWok•18m ago•0 comments

Cooldown Myths for Runners

https://therundownbytherunningeffect.substack.com/p/cooldowns-are-overrated
1•RalphHavensPT•20m ago•1 comments

Google says hackers stole data from 200 companies following Gainsight breach

https://techcrunch.com/2025/11/21/google-says-hackers-stole-data-from-200-companies-following-gai...
1•SilverElfin•20m ago•1 comments

Blender facial animation tool. What else should it do?

https://github.com/shun126/livelinkface_arkit_receiver/wiki
1•happy-game-dev•22m ago•0 comments

Walrus – distributed message streaming in Rust

4•janicerk•23m ago•0 comments

The Last Programming Language, and the End of (A Bit of) History

https://davegriffith.substack.com/p/the-last-programming-language-and
1•dxs•29m ago•0 comments

When Life Gets Too Easy

https://woodypearson.substack.com/p/when-life-gets-too-easy
1•heywoods•31m ago•0 comments

Show HN: Save Trippy – A Thanksgiving Game

https://www.savetrippy.com/
4•nezaj•32m ago•2 comments

Build Your Ideas with Gemini

https://app.new
1•tzury•32m ago•0 comments

Show HN: The Participatory Interface Theory

1•bobsh•34m ago•0 comments

Tesla CEO Elon Musk admits tough realization about FSD

https://www.thestreet.com/automotive/tesla-ceo-elon-musk-admits-tough-realization-about-fsd
2•gochuks•35m ago•0 comments

Show HN: A1 – Local Sandbox and JIT Compiler for AI Agents

https://github.com/stanford-mast/a1
1•calebhwin•37m ago•1 comments

Enterprise security can be messy: Building a Security-Aware Culture

2•rezliant•37m ago•2 comments

Math Skill for Claude Code

https://github.com/ananddtyagi/claude-code-marketplace/tree/main/plugins/math
1•ananddtyagi•39m ago•1 comments

The Input Stack on Linux: An End-to-End Architecture Overview

https://venam.net/blog/unix/2025/11/27/input_devices_linux.html
4•venamresm__•40m ago•0 comments

Israel proposes Kiryat Tivon for Nvidia's multibillion-$ tech campus in North

https://www.timesofisrael.com/israel-proposes-kiryat-tivon-for-nvidias-multibillion-dollar-tech-c...
3•thenaturalist•42m ago•1 comments

Asahi Investigation Results and Future Measures on Cyberattack Data Exposure

https://www.asahigroup-holdings.com/en/newsroom/detail/20251127-0204.html
1•ChrisArchitect•47m ago•0 comments
Open in hackernews

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

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

Comments

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