frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Pokémon Go turned its players into Pentagon cartographers

https://thecradle.co/articles-id/39505
1•paimapi•40s ago•0 comments

Halaska UI Kit

https://ui.halaska.com/
1•handfuloflight•3m ago•0 comments

Smart Learning for Developers: How AI Is Changing the Way We Master New Things

https://www.portotheme.com/smart-learning-for-web-developers-how-ai-is-changing-the-way-we-master...
1•aledevv•5m ago•0 comments

Show HN: Stitchwink – Cross-stitch pattern making with AI

https://stitchwink.com
1•dumbfoundded•5m ago•0 comments

The AI Takeover Checklist: A Devil's Advocate Audit

https://nochan.net/b/Internet-Crap/20260910-Asked-Claude-For-A-Checklist/
1•Bender•11m ago•1 comments

From Idea to Operating Business: How Solo Runs Listmycar.ai

https://thesolo.ai/blog/listmycar-case-study
1•rchaz•17m ago•0 comments

Japan can turn AI demand into industrial strength

https://www.governance.fyi/p/how-japan-can-turn-ai-demand-into
3•bigdatadevdog•17m ago•0 comments

Anthropic details distillation campaigns from Alibaba, Moonshot AI, and DeepSeek

https://techcrunch.com/2026/09/10/anthropic-details-distillation-campaigns-from-alibaba-moonshot-...
4•elo2000•18m ago•0 comments

Apple Health and Quest team up for $119 blood panel

https://appleinsider.com/articles/26/09/10/apple-health-quest-team-up-for-119-blood-panel
2•elo2000•19m ago•0 comments

Lcars-k8 – Star Trek LCARS inspired Kubernetes dashboard

https://github.com/skidvis/lcars-k8s
1•SkidVis•21m ago•0 comments

DeepSeek-v4-flash-0731-spark-sparkinfer: DeepSeek V4 Flash on one DGX Spark

https://github.com/0xSero/deepseek-v4-flash-0731-spark-sparkinfer
1•simonpure•21m ago•0 comments

Kafka Simulator v1.5 and v1.6 – stretched clusters

https://monedula.dev/blog/kafka-simulator-v1-5-v1-6-stretched-clusters-storage-and-ops/
1•mmatloka•22m ago•1 comments

Ramp: How we built OCA, our AI on-call assistant

https://builders.ramp.com/post/how-we-built-oca-our-ai-on-call-assistant
1•twitchard•22m ago•0 comments

Codex Rate Limit Reset: Weekly Caps, 5-Hour Window, Credits

https://provenbrief.com/story/codex-rate-limit-reset-when-limits-reset-weekly-caps-and-credits
1•bnsaid•23m ago•0 comments

Claude Zero Data Retention: Anthropic's Five States, Mapped

https://provenbrief.com/story/the-ai-data-retention-tracker-release-one-anthropic-s-five-retentio...
1•bnsaid•23m ago•0 comments

AI-powered biowarfare is coming; the Army lays plans to 'fight through' it

https://www.defenseone.com/technology/2026/09/ai-powered-biowarfare-looms-army-lays-plans-fight-t...
5•jethronethro•32m ago•0 comments

The secretive process that will decide the BBC's future

https://www.theguardian.com/news/2026/sep/10/bbc-charter-renewal-long-read-secretive-process-that...
6•mellosouls•34m ago•0 comments

Tylenol use in pregnancy may be linked with uterus, ovary changes in daughters

https://www.reuters.com/business/healthcare-pharmaceuticals/tylenol-use-pregnancy-may-be-linked-w...
3•hmm37•34m ago•2 comments

My favourite agent does a simple job

https://chiragdesai.uk/meet-pip-my-new-favourite-agent/
3•chigsy•37m ago•1 comments

California's Governor Signs Landmark Online Child Safety Bills

https://www.nytimes.com/2026/09/10/technology/californias-governor-gavin-newsom-online-child-safe...
2•ChrisArchitect•38m ago•1 comments

Bending Spoons agrees to buy Miro for $1.355B, weeks after Airtable

https://thenextweb.com/news/bending-spoons-miro-acquisition-1-355bn
4•mellosouls•39m ago•1 comments

The Palm Pre Is the Reason You Love Your Phone (2009) [video]

https://www.youtube.com/watch?v=d8UJ6cIkLUI
6•jbverschoor•40m ago•1 comments

From Git to Fossil

https://lucio.albenga.es/web-en/posts/2025/from-git-to-fossil.html
3•smartmic•42m ago•0 comments

Oracle Q1 FY2027 Earnings Results [pdf]

https://s23.q4cdn.com/440135859/files/content_files/Q1-FY27-Oracle-Earnings-Slides.pdf
2•marc__1•44m ago•0 comments

Frankfurt cases and the principle of alternate possibilities

https://en.wikipedia.org/wiki/Frankfurt_cases
1•dsubburam•45m ago•0 comments

Running AMD OpenSIL and Coreboot on the First Available Ryzen AM5 Motherboard

https://www.phoronix.com/review/msi-b850p-coreboot-opensil
2•tripdout•45m ago•0 comments

Grok Bot Galaxy

https://x.ai/galaxy
2•Yctg•46m ago•0 comments

Why Beyond Traditional RAG?

https://chandula7.gumroad.com/l/Advanced_RAG_LangGraph_Patterns
6•GeorgeTj•46m ago•7 comments

Bodily Oddities

https://vester.si/bodily-oddities/
2•vesterde•47m ago•1 comments

Show HN: CodePress – Save $50k+ a month on Cloud Agents

https://codepress.dev/
4•lightninglu10•50m 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.