frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Boeing still working with NASA to schedule next Starliner flight – SpaceNews

https://spacenews.com/boeing-still-working-with-nasa-to-schedule-next-starliner-flight/
1•rbanffy•19s ago•0 comments

My Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
1•young_mete•44s ago•0 comments

Graph Engineering Needs a Compiler

https://fluxtion-playground.dev/blog/2026-07-29-graph-engineering-needs-a-compiler
2•v12technology•1m ago•0 comments

China's commercial space boom poses strategic challenge for the US

https://www.ft.com/content/fedcff18-6ccb-4cbe-b4c2-b852d37943ae
1•JumpCrisscross•1m ago•0 comments

Show HN: A browser hide-and-seek game where you paint your own camouflage

https://somodus.com/g/cd3fa1526bc44a58b525848d92858558
1•eric2025•2m ago•0 comments

Show HN: Orbital – the project agent that maintains your wo

https://github.com/zqiren/Orbital
1•10keane•2m ago•0 comments

Self-Writing Autobiography

https://massimo.context-use.com/p/about/projects/2026_context-use/why
1•maxalbarello•2m ago•1 comments

Building an Affiliation Network for Blog Posts and Tags in Hugo

https://ohaodha.ie/blog/building-an-affiliation-network-for-blog-posts--tags-in-hugo/
1•ohaodha•3m ago•0 comments

Windows 11 is quietly installing OneDrive Photos

https://www.windowslatest.com/2026/07/29/windows-11-is-quietly-installing-onedrive-photos-another...
3•hn_acker•4m ago•1 comments

Apple's iMessage Scanning Flagged a Video of My Friend's Dog as Nudity

https://www.404media.co/apples-imessage-scanning-flagged-a-video-of-my-friends-dog-as-nudity/
2•Brajeshwar•4m ago•0 comments

ASRock Rack 4U16X-GNR2 Nvidia HGX B300 8-GPU Server Review – ServeTheHome

https://www.servethehome.com/asrock-rack-4u16x-gnr2-nvidia-hgx-b300-8-gpu-server-intel-zutacore-r...
1•rbanffy•4m ago•0 comments

Show HN: PDFUnlock - Unlock password-protected PDFs right from Finder

https://shubhamjain.co/pdf-unlock/
1•shubhamjain•4m ago•0 comments

Unmoderated by Design: How Hugging Face Enables NCII

https://aiforensics.org/work/hugging-face-ncii
1•Timshel•4m ago•0 comments

Teacher arrested for clapping in opposition at an AI data center meeting

https://www.tomshardware.com/tech-industry/data-centers/teacher-arrested-for-clapping-in-support-...
1•rbanffy•5m ago•0 comments

Shai-Hulud and the risks of external dependencies

https://scotto.me/blog/2026-07-29-shai-hulud-code-review/
1•silcoon•6m ago•0 comments

The Unreasonable Effectiveness of Constructive Data Modeling [video]

https://www.youtube.com/watch?v=0BXuYlNrUmE
1•gandreani•6m ago•1 comments

Developers are attached to tools because tools encode trust

https://stackoverflow.blog/2026/07/29/developers-are-attached-to-tools-because-tools-encode-trust/
2•HieronymusBosch•7m ago•0 comments

I compared 5 popular token saving methods in Codex and found that none delivered

https://www.stet.sh/blog/gpt-56-token-saving-modes
1•bisonbear•8m ago•0 comments

We built an MCP server for your SRE agent

https://clickhouse.com/blog/benchmarking-the-clickstack-mcp-server-with-hdx-evals
1•mikeshi42•8m ago•0 comments

Show HN: A beautiful reader for Hacker News

https://hn.shubhangsharma.com/
1•sss111•8m ago•0 comments

Show HN: Goldenboy – in-browser dithering and pixel art for photos and video

https://goldenboy.app/
2•goldenboychrome•10m ago•0 comments

CipherX applies painless permanent tattoos with dissolving microneedle patches

https://www.designboom.com/technology/cipherx-painless-permanent-tattoos-dissolving-microneedle-p...
2•surprisetalk•13m ago•0 comments

Compliance-Ready AI Agents: Logging and Tracing Every MCP Tool Call with Bifrost

https://medium.com/@sebuzdugan/compliance-ready-ai-agents-logging-and-tracing-every-mcp-tool-call...
1•sebuzdugan•13m ago•0 comments

French DJ and electronic musician Kavinsky found dead aged 50

https://www.bbc.com/news/articles/c204n74xyv3o
3•thm•14m ago•1 comments

Simple sorting tool (CLI) in C++

https://github.com/metw0/qsort
1•metw0•17m ago•0 comments

Show HN: Nightshift, guardrails for running a coding agent overnight

https://github.com/toolshedlabs-hash/nightshift
1•cocorebop•18m ago•0 comments

Webbynode.com Has Surpassed 1k Fresh Cloud Benchmark Deployments

https://webbynode.com/articles/webbynode-has-surpassed-1000-fresh-cloud-benchmark-deployments
1•gsgreen•19m ago•0 comments

A Playable History of Sudoku

https://doku.su/history-of-sudoku
2•bouiboui•19m ago•0 comments

Put State in the Right Place – Delaney Gillilan [video]

https://www.youtube.com/watch?v=W7Ki3aXgmZU
1•wofo•19m ago•0 comments

Show HN: The Federalist Papers, typeset as the 1787 newspapers they ran in

https://federalistreader.org/
2•vhwalke•19m 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.