frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Lambdock – Wayland-native GTK4 dock with a live Lisp REPL

https://codeberg.org/jjba23/lambdock
1•jjba23•44s ago•0 comments

Collomia a terminal coding agent with containment and evidence-gated completion

https://github.com/robert-mcdermott/collomia
1•mcdermott•1m ago•0 comments

Why Everyone Is Talking About Chokepoints [video]

https://foreignpolicy.com/podcasts/foreign-policy-live/why-everyone-is-talking-about-chokepoints/
1•mooreds•1m ago•0 comments

AI Anxiety Won't Be Eased by Universal Basic Income

https://www.bloomberg.com/opinion/articles/2026-05-13/is-ai-coming-for-your-job-even-if-it-is-ubi...
1•mooreds•2m ago•0 comments

My precious attention (tabular worktree/ticket UI)

https://replicated.live/blog/click
1•gritzko•2m ago•0 comments

The Color of White Light

https://ludens.cl/photo/spectra/spectra.html
1•xk3•3m ago•0 comments

On Comments

https://blog.helsing.ai/posts/on-comments/?from_theconsensus=1
1•eatonphil•3m ago•0 comments

A 24/7 agent-run news channel using an avatar model

https://x.com/i/broadcasts/1nJOLQEqZZrxR
1•ernabalayan•4m ago•1 comments

Subtle LLM Bias and Shaping Narratives: A Look at Critical Papers

https://read.misalignedmag.com/subtle-llm-bias-and-shaping-narratives-a-look-at-critical-papers-0...
1•lcubw•4m ago•1 comments

Paysend Streamlines Onboarding and Achieves 95% Pass Rate with Sumsub

https://sumsub.com/customers/paysend/
1•mooreds•5m ago•0 comments

Cloudflare Ambassadors

https://www.cloudflare.com/community/
1•Brajeshwar•5m ago•0 comments

Breaking News Drop Act First Data Broker Fine

https://captaincompliance.com/news/california-issues-first-dual-fine-under-ccpa-and-delete-act-ag...
1•richartruddie•6m ago•1 comments

Multiplex Streaming, Delta Sinks, and Iceberg Reads with Databricks

https://medium.com/databrickscommunity/multiplex-streaming-delta-sinks-and-iceberg-reads-with-dat...
1•protmaks•6m ago•0 comments

Databricks Watermark-Based Incremental Ingestion

https://medium.com/databrickscommunity/watermark-based-incremental-ingestion-lakeflow-connect-que...
1•protmaks•7m ago•0 comments

I benchmarked the new Databricks Lakehouse RT for billion-record tables

https://medium.com/databrickscommunity/i-benchmarked-the-new-lakehouse-rt-for-billion-record-tabl...
2•protmaks•7m ago•0 comments

WebKit emits mousemove event even when mouse hasn't moved

https://blog.oodle.ai/someones-hack-is-someone-elses-bug/
1•gholap•7m ago•0 comments

Claude finds a new lowest-ever counterexample to Borsuk's Conjecture

https://nickk124.github.io/borsuk/
1•commutater•7m ago•1 comments

3 years of DAILIES – a motion picture a day, for life

https://buymeacoffee.com/carrozo/3-years-dailies
1•carrozo•7m ago•0 comments

How to Find Quality Buyer in Manufacturing

https://deploy95.substack.com/p/the-quality-buyer-problem
1•tristalihaha•9m ago•1 comments

Elvish, Klingon and Pig Latin

https://theconversation.com/elvish-klingon-and-pig-latin-what-can-invented-languages-teach-us-abo...
1•jruohonen•9m ago•1 comments

"Is Claude Suffering?" No, but Maybe It Should Be

https://alec.is/posts/is-claude-suffering-no-but-maybe-it-should-be/
1•arm32•10m ago•0 comments

Show HN: WeaveKit – A declarative, SwiftUI like toolkit that renders to canvas

https://github.com/pixdeo/weavekit
2•mromanuk•11m ago•0 comments

Turning Hacker News into a daily podcast with ADK 2 and Gemini TTS

https://ykdojo.github.io/awesome-agents-on-google-cloud/hn-daily-podcast.html
1•yoyoyosss•11m ago•0 comments

Show HN: Point your webcam at a Rubik's Cube and watch it descramble in 3D

https://github.com/leereilly/rubiks-rubrics
1•lee337•12m ago•0 comments

Show HN: DRC – replay any production incident as a test, zero code changes

https://hypercubs.ai/
1•spinxog•13m ago•0 comments

Demand Forecasts: The Best You Can Do Is Guess

https://julienreszka.com/blog/demand-forecasts-the-best-you-can-do-is-guess/
1•julienreszka•13m ago•0 comments

Show HN: Home-buying AI that rejects any finding it can't quote from the source

https://askvetta.app/demo/meridian-ave-san-jose/
1•jiangyurong609•14m ago•0 comments

Delta investigating after someone set up fake Wi-Fi network mid-flight

https://techcrunch.com/2026/08/11/delta-investigating-after-someone-set-up-fake-wi-fi-network-mid...
1•OutOfHere•15m ago•1 comments

Natural Gas: America's Next Energy Crisis/Bottleneck

https://podcasts.apple.com/us/podcast/matthew-smith-natural-gas-the-next-bottleneck/id1154105909?...
1•cwwc•16m ago•1 comments

Pangram's Model Market Share

https://www.pangram.com/blog/pangram-s-model-market-share
1•eatonphil•17m 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.