frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"These cameras are just like the Eye of Sauron"

https://arxiv.org/abs/2602.09239
1•dijksterhuis•2m ago•0 comments

Mark Zuckerberg tells staff that AI agents haven't progressed enough

https://techcrunch.com/2026/07/02/mark-zuckerberg-tells-staff-that-ai-agents-havent-progressed-as...
2•msolujic•2m ago•1 comments

Rust Service Isn't Leaking – It Could Be the Allocator

https://pranitha.dev/posts/rust-and-memory-allocators/
1•abhirag•3m ago•0 comments

From Socrates to Expert Systems

https://lafavephilosophy.x10host.com/dreyfus.html
1•cratermoon•4m ago•0 comments

ABI vs. API (2004)

https://lists.debian.org/debian-user/2004/02/msg00648.html
1•signa11•4m ago•0 comments

Zero-defects code: the prescient Microsoft memo from 1989

https://digitalseams.com/blog/zero-defects-code-the-prescient-microsoft-memo-from-1989
2•bobbiechen•5m ago•0 comments

Probing the loss-band sparsity assumption in Scientist AI

https://www.lesswrong.com/posts/zJGGZQdtfoNye5ywe/probing-the-loss-band-sparsity-assumption-in-sc...
1•joozio•6m ago•0 comments

The Expert as Tourist

https://lareviewofbooks.org/article/this-land-is-your-land-beverly-gage-history/
1•samclemens•6m ago•0 comments

Sometimes never compete on price (2025)

https://longform.asmartbear.com/never-compete-on-price/
1•mooreds•8m ago•0 comments

DNA Break Repair by Homologous Recombination [video]

https://www.wehi.edu.au/wehi-tv/dna-break-repair-by-homologous-recombination/
2•jwgarber•9m ago•0 comments

Freud's Mind Model Within a Predictive Processing Neuroscientific Paradigm

https://www.mdpi.com/1099-4300/28/3/318
2•bookofjoe•12m ago•0 comments

Domain experts: All human experts into AI agents

https://github.com/wonsukchoi/domain-experts
2•wonsukchoi97•12m ago•3 comments

The Official Rules for Calling Shotgun

https://www.shotgunrules.com/
1•Cider9986•13m ago•0 comments

Show Day (2019)

https://www.thesunmagazine.org/articles/25486-show-day
1•indigodaddy•15m ago•0 comments

Show HN: Handwriting recognition for Obsidian on your terms

https://inkedmark.com
1•pcrausaz•18m ago•0 comments

Chrome Extension Development for E-Commerce Led to Increased Sales

https://andrejgajdos.com/chrome-extension-development-for-ecommerce/
1•ag_user123•21m ago•0 comments

Shark

1•nova-gaia•23m ago•1 comments

Every JavaScript bundler handles inline script tags wrong

https://carter.sande.duodecima.technology/inline-script-pitfalls/
1•csande17•24m ago•0 comments

British Grand Prix: Analyzing every driver's telemetry

https://fastlytics.app/race/2026-british-grand-prix/overview?view=analysis&session=R
1•subhashhh•25m ago•0 comments

Hypernet – The Agent-First Web

https://hypernet.sh/
2•akasuv•26m ago•0 comments

Patching MechCommander's "left arm bug" for fun and profit

https://mhloppy.com/2026/05/mechcommander-weapons-left-arm-bug-fix/
1•Narann•28m ago•0 comments

Show HN: Heckle – Send a bug's full browser context to your coding agent

https://github.com/rbsriram/heckle
3•srb-85•31m ago•3 comments

Building real agents from real context graphs [video]

https://www.youtube.com/watch?v=lmhmrJ7zRE0
2•TaterTots•31m ago•0 comments

I built a website where people can "tattoo" the Earth, one pixel at a time

https://earth.tattoo/
3•earth-tattoo•31m ago•2 comments

Systemd by Example – The Systemd Playground

https://systemd-by-example.com/
2•Tomte•32m ago•0 comments

Understanding Postgres 19 Property Graphs

https://neovintage.org/posts/postgres-property-graphs/
2•neovintage•32m ago•0 comments

Send Birds, Not Messages with Roost

https://roostsocial.app/
1•teekert•33m ago•0 comments

People Who Will Thrive in the AI Age

https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/
4•paulpauper•35m ago•2 comments

The Rise of Grocery Tourism

https://thefreemanmag.substack.com/p/the-rise-of-grocery-tourism
1•paulpauper•36m ago•0 comments

The family keeping watch over a 52-year-old pot of soup

https://www.wsj.com/arts-culture/food-cooking/the-family-keeping-watch-over-a-52-year-old-pot-of-...
2•paulpauper•36m 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.