frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Free AI image tools, no signup

https://freeaiimage.io
1•xiaosen•3s ago•0 comments

The Downfall of WeWork: AI Microdrama [video]

https://www.youtube.com/watch?v=JmBRlvLA-sQ
1•ollieforsyth•3m ago•0 comments

Show HN: Korean filings with minute-level receipt times, and what happened next

https://aikstockdata.com/en/api
2•aikstockdata•4m ago•0 comments

Show HN: Aish – Warp-style AI command suggestions in 300 lines of Zsh

https://github.com/oguzbilgic/aish
1•obilgic•5m ago•0 comments

UK to force Apple and Google to block explicit images on smartphones

https://www.theguardian.com/technology/2026/sep/08/uk-apple-google-explicit-images-children-smart...
1•azalemeth•8m ago•0 comments

Show HN: Your Home, Reallocated

https://55percent.org/
1•computerex•9m ago•0 comments

Show HN: Local Taskboard Plugin for Antigravity

https://github.com/svylabs/antigravity-taskboard
1•sridhar87•10m ago•0 comments

A Biography of Lee Holloway, the Architect of Cloudflare's Technology (Part 1)

https://note.com/masakazu_urabe/n/n7815f5b64fab?hl=en
3•porridgeraisin•11m ago•0 comments

CHUWI UniBook with Intel Wildcat Lake for a $449 Linux-Friendly Laptop

https://www.phoronix.com/review/chuwi-unibook-wildcat-lake
1•teleforce•12m ago•0 comments

The Nonfiction Book Market Is Collapsing

https://dearheadofmine.substack.com/p/the-nonfiction-book-market-is-collapsing
3•samclemens•16m ago•1 comments

States That Gave Data Centers Billions in Tax Breaks Are Ripping Up the Deals

https://www.wsj.com/politics/policy/states-that-gave-data-centers-billions-in-tax-breaks-are-now-...
1•JumpCrisscross•21m ago•0 comments

Anthropic withheld latest AI model from UK testing agency

https://www.ft.com/content/560e1c8b-f163-4fd6-b604-e905550ac870
1•JumpCrisscross•22m ago•0 comments

Larger Pacific Striped Octopus

https://en.wikipedia.org/wiki/Larger_Pacific_striped_octopus
1•olalonde•23m ago•0 comments

Getdescriptorinfo – Bitcoin Core RPC Reference – Chainquery.com

https://chainquery.com/rpc/getdescriptorinfo
1•babatuseyhe•25m ago•0 comments

New Yorkers were misled about air quality after 9/11

https://www.nytimes.com/2026/09/07/nyregion/sept-11-air-quality-cancer.html
3•JMiao•27m ago•1 comments

OpenBSD VPS for $5 a Year

https://btxx.org/posts/cheap-openbsd-vps/
4•Curiositry•32m ago•0 comments

US accuses Chinese AI firms of 'malicious' copying of AI technology

https://www.reuters.com/technology/us-accuses-chinese-ai-firms-industrial-scale-theft-ai-technolo...
2•ekaesmem•32m ago•0 comments

Anti-Subscription Software Catalogue

https://www.a-s-c.org/index.html
2•Curiositry•34m ago•0 comments

Show HN: Grok CLI – Grok-native agentic coding harness

https://github.com/abhayKashyap03/grok-cli
3•abhaykashyap03•34m ago•0 comments

Waterloo's student rocketry team breaks a world record

https://uwaterloo.ca/news/engineering/waterloos-student-rocketry-team-breaks-world-record
2•thunderbong•39m ago•0 comments

US datacenters face further backlash over wastewater pollution

https://www.theguardian.com/us-news/2026/sep/08/us-datacenters-wastewater-pollution
1•sicktriple•41m ago•1 comments

LIV Golf files for bankruptcy with stars owed millions

https://www.reuters.com/sports/golf/liv-golf-files-bankruptcy-with-stars-owed-millions--flm-2026-...
3•mraniki•46m ago•0 comments

Show HN: GitHub Actions Aibom Generation

https://github.com/marketplace/actions/generate-operational-aibom
3•thepsychguy•46m ago•0 comments

Show HN: Self-host open-source LLMs on AWS with scale-to-zero

https://github.com/paguasmar/veloxml-deploy
2•paguasmar•48m ago•2 comments

Injected and Actively Inducing Side-Channel Leakage Using

https://arxiv.org/abs/2609.04785
2•sbulaev•48m ago•0 comments

It Sucks

https://arman.posthaven.com/it-sucks
1•armanj•50m ago•0 comments

Testing race conditions with mem access tracing and stack-based delay injection

https://projectzero.google/2026/09/maccconc-race-condition.html
2•mfrw•54m ago•0 comments

The Dark Side of Mindfulness

https://www.theatlantic.com/ideas/2026/09/meditation-willoughby-britton-downsides/688474/
1•shadow28•54m ago•1 comments

Google Will 'Degrade' Search in Europe to Avoid EU Fines

https://www.engadget.com/2253229/google-will-degrade-search-in-europe-to-avoid-eu-fines/
2•rdmuser•59m ago•0 comments

Show HN: Micro-journaling for better understanding your moods

https://lutino.app/
1•dinglidingli•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.