frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Earn 50% on Each Subscription

1•kwefnkwjen•32s ago•0 comments

Decoding the obfuscated bash script on a Uniqlo t-shirt

https://tris.sherliker.net/blog/obfuscated-self-evaluating-bash-script-by-cdn-akamai-being-suppli...
1•speerer•1m ago•0 comments

Apple Loses Spat with EU over App Store and iPhone Rules

https://www.bloomberg.com/news/articles/2026-07-08/apple-loses-spat-with-eu-over-app-store-and-ip...
1•vrganj•4m ago•1 comments

Rust service isn't leaking: when do glibc / jemalloc / mimalloc call munmap

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

Most slopcode projects are abandoned and deleted within months of release

https://www.osnews.com/story/145469/most-slopcode-projects-are-abandoned-and-deleted-within-month...
2•latexr•5m ago•0 comments

Tiny386: ESP32 (slowly) running Windows 95

https://hchunhui.github.io/tiny386/esp32s3_win95.webm
1•kls0e•6m ago•1 comments

Apple interest thrusts China's CXMT into memory chip spotlight

https://www.ft.com/content/f4ac5c92-03be-4499-b16a-017a7e9ee228
1•0in•7m ago•0 comments

Geosql: A Claude/Codex skill for geospatial data

https://github.com/dekart-xyz/geosql
1•rzk•9m ago•0 comments

SQLite-utils 4.0, now with database schema migrations

https://simonwillison.net/2026/Jul/7/sqlite-utils-4/
1•pretext•12m ago•0 comments

Adiabatic Circuit

https://en.wikipedia.org/wiki/Adiabatic_circuit
1•tristenharr•16m ago•0 comments

Zero Copy

https://en.wikipedia.org/wiki/Zero-copy
2•tristenharr•17m ago•0 comments

Interview: Drew DeVault on an AI-free version of Vim

https://jasonpolak.substack.com/p/interview-drew-devault-on-an-ai-free
2•vouaobrasil•18m ago•0 comments

Files SDK

https://files-sdk.dev
1•handfuloflight•19m ago•0 comments

Windows Privilege Abuse

https://www.semperis.com/blog/windows-privilege-abuse-can-lead-to-active-directory-compromise/
1•ishqdehlvi•20m ago•0 comments

Show HN: Orchestrator – a single-binary workflow orchestration tool

https://github.com/webstonehq/orchestrator
1•mikenikles•21m ago•1 comments

Three month suspension for a Core Developer

https://discuss.python.org/t/three-month-suspension-for-a-core-developer/60250
1•prakashqwerty•21m ago•0 comments

Lineageos Updates

https://lineageos.org/Infrastructure-Apps-Updates/
1•notorandit•23m ago•1 comments

Syntropy: A Web Framework for Ruby

https://github.com/digital-fabric/syntropy/
3•thunderbong•26m ago•1 comments

ZML releases free product to speed inference across AI chips

https://techcrunch.com/2026/07/08/hot-french-startup-zml-releases-free-product-to-speed-inference...
2•bogdiyan•28m ago•0 comments

Reform UK leader 'in real trouble' against Count Binface

https://www.mirror.co.uk/news/uk-news/nigel-farage-resigns-clacton-live-37401478
3•jjgreen•30m ago•1 comments

NUMA Aware Zone Placement — How Edera Decides

https://edera.dev/stories/numa-part-2-numa-aware-zone-placement----how-edera-decides
2•virtio_vixen•30m ago•0 comments

ULA's last six Atlas Vs can't launch anything besides Boeing's Starliner

https://arstechnica.com/space/2026/07/after-a-stellar-career-ulas-atlas-v-rocket-last-act-is-wait...
2•rbanffy•35m ago•1 comments

The Agent-Era Career

https://addyosmani.com/blog/career-advice-age-of-agents/
3•saikatsg•36m ago•0 comments

Anthropic's "J-lens" reveals workspace in Claude mirrors theory of consciousness

https://venturebeat.com/technology/anthropics-new-j-lens-reveals-a-silent-workspace-inside-claude...
1•aard•37m ago•1 comments

Klokrs – silent browser time tracking, no timers, no logging

http://Website:klokrs.comChromeExtension:https://chromewebstore.google.com/detail/blmfhmebeklbeko...
2•AbdulMoiz01•38m ago•1 comments

Ask HN: Anyone Needs a Developer?

2•need_a_work23•39m ago•1 comments

Testing Java Memory Management with Chronicle-Fix Using AI

http://blog.vanillajava.blog/2026/06/testing-java-memory-management-with.html
1•peter_lawrey•39m ago•1 comments

Tune Code Before Your Garbage Collector

http://blog.vanillajava.blog/2026/06/why-you-should-tun-code-before-your.html
1•peter_lawrey•42m ago•1 comments

Poison Book Project

https://sites.udel.edu/poisonbookproject/
1•robin_reala•45m ago•0 comments

Palantir: Profits, Procurement and Power [video]

https://www.youtube.com/watch?v=kJ5XRl7PWxM
1•mgh2•46m 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.