frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Blueprint for how to be self sufficient in a 1/4 acre backyard

https://www.reddit.com/user/CandescentgenyVet/comments/1vw9dcj/blueprint_for_how_to_be_self_suffi...
2•jamarna•1m ago•0 comments

Hacker News in Uncompromised Detail

https://vale.rocks/posts/hacker-news
1•OuterVale•1m ago•0 comments

LAN Sheriff – watch which servers your machine talks to, live on a map

https://github.com/291-Group/LAN-Sheriff
1•291Grp•2m ago•0 comments

Oura lawsuit accuses it of misleading consumers about sleep-tracking accuracy

https://techcrunch.com/2026/08/21/oura-faces-lawsuit-accusing-it-of-misleading-consumers-about-sl...
1•bookofjoe•5m ago•0 comments

Flock camera backlash adds fuel to midterm anti-AI frenzy

https://www.axios.com/2026/08/23/flock-cameras-data-centers-ai-midterms-2026-tech
1•newsomix9xl•8m ago•0 comments

Physical Activity at Work Linked to Higher Dementia Rates

https://www.medpagetoday.com/neurology/dementia/122675
2•Noaidi•9m ago•0 comments

Show HN: Application-Layer Parsing in eBPF

https://github.com/lbrndnr/beeper
1•lbrndnr•10m ago•0 comments

SlackCLI

https://github.com/shaharia-lab/slackcli
1•shahariaa•14m ago•1 comments

Texas Is Tip of a Melting MUNI Iceberg [video]

https://www.youtube.com/watch?v=hLDStb0IVps
1•thelastgallon•16m ago•0 comments

Gemini 3.7 Flash, Grok 4.6, GLM-5.3 and DeepSeek V4 Pro joined the frontier

https://quesma.com/blog/baba-is-aug-2026/
1•stared•16m ago•0 comments

Oneiric, AI-generated, open source [video]

https://www.youtube.com/watch?v=aAg9iDh9_BQ
1•wiradikusuma•17m ago•0 comments

Ducklab – dev harness that built itself: 416 runs, $176, local models

https://github.com/jrullan/ducklab
2•jrullan•17m ago•1 comments

Woe Is Em: The Sad Lifecycle of an AI Tell

https://stevekrause.org/blog/2026/08/woe-is-em-the-sad-lifecycle-of-an-ai-tell/
1•quadtree•18m ago•0 comments

Henka: Multi-tenant MCP server for structured, semantics-aware code refactorings

https://github.com/martint/henka
1•hashhar•18m ago•0 comments

Minimus Is Shutting Down

https://imgur.com/a/FmVJNsz
1•lluvt•21m ago•2 comments

ActivityPub Won by Being Boring

https://o.ee/blog/activitypub-won-by-being-boring/
1•birdculture•22m ago•0 comments

Single adults in early midlife often prefer cohabitation over marriage

https://www.psypost.org/single-adults-in-early-midlife-often-prefer-cohabitation-over-marriage/
1•downbad_•23m ago•0 comments

Nature of Flows

1•RichardHoganMDP•23m ago•0 comments

I Shouldn't Need an LLM to Explain My LLM

https://daviesgeek.com/I-Shouldn%E2%80%99t-Need-an-LLM-to-Explain-My-LLM
2•daviesgeek•24m ago•0 comments

The Neon Color That Became Impossible to Make [video]

https://www.youtube.com/watch?v=7eZ3WCthsag
1•gmays•24m ago•0 comments

Are Raccoons Evolving into Pets?

https://www.theatlantic.com/ideas/2026/08/are-raccoons-evolving-pets/688231/
1•gmays•24m ago•0 comments

Hell has more than 7 circles you guys (2022)

http://colinmorris.github.io/blog/n-circles-of-hell
2•Tomte•25m ago•0 comments

Show HN: USBHawk – Unlock your PC with ordinary USB Flash drives

https://usbhawk.com
1•mysticmode•25m ago•1 comments

A Swift command line tool for generating your Xcode project

https://github.com/yonaskolb/xcodegen
1•saikatsg•29m ago•0 comments

Locus – Deterministic Safe Rust AST Engine for Multi-Agent Coding Swarms

https://github.com/ahmadshady747-create/LOCUS
2•ahmadshadi2004•29m ago•0 comments

The figure of the Earth: global geodesy in the mid-20th C

https://computer.rip/2026-08-22-figure-of-the-earth.html
1•fanf2•30m ago•0 comments

Show HN: Telnet Hackerlinks.com

2•hakwingson•30m ago•0 comments

Amiga-Inspired AROS Goes Bare Metal on Raspberry Pi

https://hackaday.com/2026/08/23/amiga-inspired-aros-goes-bare-metal-on-raspberry-pi/
2•mdp2021•32m ago•0 comments

Slovakia finds Russian backdoor in traffic speed cameras

https://risky.biz/risky-bulletin-slovakia-finds-russian-backdoor-in-traffic-speed-cameras/
18•dredmorbius•33m ago•2 comments

A Google DeepMind paper has multiple hallucinated references

https://veruscite-data.com/share/-7KyAgTQ6aqub5ilvQ_6_SVg2wkbjhp95pLeG3QFa-o
2•apwheele•35m 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.