frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chinese businesses are giving away AI tokens w coffee, credit cards, dumplings

https://restofworld.org/2026/china-ai-tokens-consumer-rewards-credit-cards-telcos-deepseek/
1•thm•14s ago•0 comments

Uber ceases operations in Nigeria, catching drivers and riders by surprise

https://www.washingtonpost.com/world/2026/09/03/uber-stops-operating-nigeria-uganda-surprising-dr...
1•Michelangelo11•36s ago•0 comments

O&O ShutUp10 – The antispy tool for Windows 10 and 11

https://www.oo-software.com/en/shutup10
1•embedding-shape•2m ago•0 comments

Collider: An Experimental Minecraft Server in 5500 lines Clojure

https://github.com/Nozistance/collider
1•tosh•3m ago•0 comments

Nvidia Agrees to Buy AI Platform Hugging Face for $13B

https://www.wsj.com/tech/ai/nvidia-agrees-to-buy-hugging-face-for-13-billion-11929060
1•santiago-pl•7m ago•0 comments

When the Compiler Is a PCB Factory

https://www.kevin.md/my-pcb-has-a-compiler.md/
1•Bluestein•10m ago•0 comments

US diesel prices hit a record high of $5.85 on average

https://apnews.com/article/gas-diesel-prices-us-iran-war-ebd01b9773365ee40550dcfd7d3ebf87
2•geox•16m ago•1 comments

Conserved water shapes the pathogenicity of missense variants in human proteins

https://academic.oup.com/mbe/advance-article/doi/10.1093/molbev/msag217/8776575
2•jkonc•17m ago•2 comments

NPM is experiencing elevated latency

https://github.com/npm/cli/issues/9950
2•mhfs•18m ago•1 comments

Motivating Myself for Exercise by Arbitrarily Withholding Rewards

https://blog.klungo.no/2026/09/04/motivating-myself-for-exercise-by-arbitrarily-withholding-rewards/
1•danielskogly•18m ago•0 comments

Avamorph – Change your avatar without losing anyone

https://ja.sperdeboer.nl/avamorph
1•eRzy•19m ago•0 comments

Show HN: A browser IDE that builds and deploys your project to a live URL

https://cloudeide.com/
1•laxmansubedi•19m ago•0 comments

Benchmarking Qwen3.8 27B quantizations: 4-bit holds up, 1-bit collapses

https://quesma.com/blog/qwen38-27b-quantizations-benchmarked/
2•stared•20m ago•1 comments

DeepSeek to use 160K+ of Huawei's Ascend 950DT chips at a Mongolia data center

https://bloomberg.com/news/articles/2026-09-04/deepseek-plans-big-huawei-ai-chip-order-to-power-n...
2•utiiiD•20m ago•0 comments

Before It's Lost – Rebuilding the Sega Saturn's Dev Environment on a Modern PC

https://www.yabasanshiro.com/blog/2026-08-02_before-it-is-lost
2•robin_reala•21m ago•0 comments

Peerseek – A Federated PeerTube Video Search Engine

https://polykit.rocks/peerseek-federated-peertube-search/
1•ColinWright•23m ago•0 comments

What if Zig and Rust could speak?

https://1matin.com/zig-vs-rust/
1•1matin•25m ago•0 comments

The complexity behind eCommerce ERP integration

https://shiftmag.dev/the-phrase-that-ruins-every-ecommerce-project-just-connect-it-to-our-erp-11689/
3•leachh•26m ago•0 comments

OpenAI agents hijacked German website in previously undisclosed AI breakout

https://www.reuters.com/world/europe/openai-agents-hijacked-german-website-previously-undisclosed...
7•negura•27m ago•1 comments

US Military personnel are being targeted using location data

https://www.reuters.com/business/media-telecom/pentagon-says-us-military-personnel-are-reportedly...
1•JumpCrisscross•29m ago•0 comments

US Military turns off ad trackers on devices amid Middle East targeting reports

https://www.reuters.com/business/media-telecom/us-military-turns-off-ad-trackers-devices-amid-mid...
2•negura•30m ago•2 comments

What happens when a blue state votes on trans sports?

https://www.vox.com/politics/501579/transgender-washington-midterms-ballot-measure-girls-sports-a...
1•arunc•32m ago•0 comments

Trump's White House releases deportation video games

https://www.whitehouse.gov/arcade/rio-run/
1•fluffybeing•33m ago•1 comments

Show HN: viaSocket – AI-built workflows, and your apps as an MCP server

https://viasocket.com
1•ankit100•34m ago•0 comments

Google to speed up chip rollout to stay ahead in AI, technology chief says

https://asia.nikkei.com/business/technology/artificial-intelligence/google-to-speed-up-chip-rollo...
1•fork-bomber•39m ago•0 comments

Solving the Jane Street Reverse Engineering Challenge

https://jestoph.com/2026/09/04/jane-street-challenge.html
14•anitil•41m ago•5 comments

Free arcade games are now available on the official White House website

https://gg.deals/freebie/5-free-arcade-games-are-now-available-on-the-official-white-house-website/
1•shaunpud•41m ago•0 comments

The auto lobby spent millions on media manipulation

https://impuls.news/en/featured/gasoline-lobby-from-electric-cars/
2•robtherobber•42m ago•0 comments

Nvidia Buys Hugging Face After OpenAI Hack. How Will Stock React?

https://beincrypto.com/nvidia-hugging-face-acquisition-openai-hack/
1•vanclaude•46m ago•0 comments

Authentication is now sometimes required to clone public GitHub repositories

https://github.com/orgs/community/discussions/206581
1•sgsjchs•46m 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.