frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Why aren't more startups using .NET?

1•mafiaa•3m ago•0 comments

Global carbon emissions will soon flatten or decline

https://www.science.org/content/article/global-carbon-emissions-will-soon-flatten-or-decline
2•hmartiniano•3m ago•0 comments

Is Your Car Spying on You? Here's how

https://jeffreylminch.substack.com/p/is-your-car-spying-on-you
1•rmason•3m ago•0 comments

Magnetic Induction Heater Using Flywheel with Neodymium Magnets [video]

https://www.youtube.com/watch?v=jPlyGGVu38U
1•itronitron•4m ago•0 comments

A Distributed Inference Framework Enabling Running Models Exceeding Total Memory

https://github.com/firstbatchxyz/dnet
1•driaforall•5m ago•1 comments

Thousands of Secrets Leaked on Code Formatting Platforms

https://www.securityweek.com/thousands-of-secrets-leaked-on-code-formatting-platforms/
1•Bender•5m ago•0 comments

We Rewrote Our Startup from PHP to Gleam in 3 Weeks

https://www.radical-elements.com/minor-epiphanies/we-rewrote-our-startup-from-php-to-gleam-in-3-w...
1•birdculture•5m ago•0 comments

Ransomware Attack Disrupts Local Emergency Alert System Across US

https://www.securityweek.com/ransomware-attack-disrupts-local-emergency-alert-system-across-us/
1•Bender•6m ago•0 comments

Improved Weather Forecasts: 4-Day Accuracy Matches 1-Day from 30 Years Ago

https://philippdubach.com/2025/11/22/weather-forecasts-have-improved-a-lot/
1•7777777phil•6m ago•0 comments

Local HTTPS hosting without SSCs or ngrok

https://www.npmjs.com/package/@avncloud/avanti
1•rawnsley•7m ago•1 comments

We are losing the browser war (2001)

https://web.archive.org/web/20010202074300/http://freshmeat.net/articles/view/199
1•basscomm•7m ago•0 comments

Show HN: FYICombinator – What YC startups are doing

https://fyicombinator.com
1•xenni•8m ago•0 comments

SAMP-Score: ML Method for Screening Pro-Senescence Compounds in P16 Cancer Cell

https://doi.org/10.18632/aging.206333
1•7777777phil•9m ago•1 comments

Secrets in unlisted GitHub gists are reported to secret scanning partners

https://github.blog/changelog/2025-11-25-secrets-in-unlisted-github-gists-are-now-reported-to-sec...
1•rmason•9m ago•0 comments

Cyber Monday 2025

https://github.com/punkpeye/awesome-cyber-monday-2025
1•punkpeye•10m ago•0 comments

S&box is now open source

https://github.com/Facepunch/sbox-public
1•gavide•11m ago•0 comments

Seeing the rich makes people favour redistribution, but also increases division

https://www.lse.ac.uk/news/seeing-the-rich-makes-people-favour-redistribution-but-also-increases-...
1•7777777phil•13m ago•0 comments

The Eiffel Tower Llama

https://huggingface.co/spaces/dlouapre/eiffel-tower-llama
1•aaraujo002•14m ago•0 comments

SSH sessions blocked on unavailable automounts (rust-coreutils)

https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2130843
1•calvinmorrison•16m ago•0 comments

Mountain Duck (by Cyberduck) switches to a subscription model

https://blog.cyberduck.io/2025/11/26/mountain-duck-5-now-available-in-the-mac-app-store/
1•pcunning•17m ago•0 comments

Research in China: 1000 special drones could disconnect Taiwan from Starlink

https://www.heise.de/en/news/Research-in-China-1000-special-drones-could-disconnect-Taiwan-from-S...
2•perihelions•17m ago•0 comments

LaurieWired on SSD Over-Provisioning

https://twitter.com/lauriewired/status/1993770873250275804
1•kruuuder•17m ago•0 comments

Evaluating Uniform Memory Access Mode on AMD's Turin Ft. Verda

https://chipsandcheese.com/p/evaluating-uniform-memory-access
1•pella•18m ago•0 comments

Show HN: A "Cram tests" script for windows shells

https://github.com/NyuB/craw
1•NyuB•19m ago•0 comments

Improve your programming skills with Advent of Code

https://hamatti.org/posts/improve-your-programming-skills-with-advent-of-code/
1•speckx•20m ago•0 comments

M-Ary Trees

https://pharokeepers.github.io/pharo/2019/08/19/M-ary-trees.html
1•marysminefnuf•21m ago•0 comments

PyPI and Shai-Hulud: Staying Secure Amid Emerging Threats

https://blog.pypi.org/posts/2025-11-26-pypi-and-shai-hulud/
1•miketheman•22m ago•0 comments

Nvidia is going out of its way to rebut criticism. Savvy or adding fuel to fire?

https://www.marketwatch.com/story/nvidia-is-going-out-of-its-way-to-rebut-online-criticism-is-thi...
2•zerosizedweasle•22m ago•1 comments

Rad Power's Battery Fire Warning Could Influence the Micromobility Sector

https://micromobility.io/news/rad-powers-battery-fire-warning-could-influence-the-entire-micromob...
1•prabinjoel•22m ago•0 comments

Show HN: Shadcn UI blocks for eCommerce websites

https://commercn.com
1•devarifhossain•23m 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.