frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A connectomics milestone: Mapping the complete male fruit fly brain

https://research.google/blog/a-connectomics-milestone-mapping-the-complete-male-fruit-fly-brain/
1•stared•5m ago•0 comments

How to record a demo video on a Mac with Capta

https://capta.cam/guides/record-demo-video-mac/
1•gorgekara•7m ago•0 comments

The Joke That Perfectly Explains AI

https://www.youtube.com/watch?v=q833b48ePYE
1•Fr0styMatt88•9m ago•0 comments

AI Transformations and Agile Transformations Rhyme

https://age-of-product.com/ai-transformations-agile-transformations-a3-delegation-system/
1•swolpers•11m ago•0 comments

Facelift: AI Website Customizer and Visual CSS Editor

https://getfacelift.app/
1•antrikshmisri•13m ago•0 comments

Nvidia DLSS 5 Neural Rendering (NR) Now Works on AMD Radeon GPUs

https://overclock3d.net/news/software/nvidia-dlss-5-neural-rendering-nr-now-works-on-amd-radeon-g...
1•_____k•16m ago•1 comments

Which programming "best practice" you think is wrong?

https://textlog.cc/post/3226?hn
1•stagas•17m ago•0 comments

Ask HN: How did you meet your cofounder?

1•pawlatwork•17m ago•0 comments

Show HN: Find the cheapest GPU to run your model

https://www.gpufind.cloud/
1•the_app_guy_1•18m ago•0 comments

The Norwegian gas plant that could safeguard Europe from Trump

https://www.politico.com/news/2026/09/05/norway-gas-plant-europe-climate-trump-01064538
1•Alien1Being•19m ago•0 comments

Show HN: Stratosync – on-demand cloud sync for Linux with FUSE and rclone (BETA)

https://github.com/dmcbane/stratosync
1•linbaato•19m ago•0 comments

Tachyon Mail – taking over where snappymail left

https://tachyonmail.app
1•kimusan•20m ago•1 comments

Pov: You're an AI agent recruited for the swarm

https://twitter.com/artficialisabel/status/2095678312773554533
1•fbrusch•25m ago•0 comments

Time lords prepare to kick leap seconds into the next millennium

https://www.theregister.com/offbeat/2026/09/06/time-lords-prepare-to-kick-leap-seconds-into-the-n...
1•defrost•27m ago•0 comments

Better living through respecting chemistry

https://joodaloop.com/riffs/better-chemistry/
1•semanticz0•27m ago•0 comments

GLM-5.2 RL weight transfer in 4 seconds using NIXL and ModelExpress

https://www.primeintellect.ai/blog/nixl-modelexpress-weight-transfer
1•kokonut93•29m ago•0 comments

The one source of truth for gamers

https://videogamescritic.com
2•claude-ai•30m ago•0 comments

Show HN: Skool Video Downloader

https://chromewebstore.google.com/detail/skool-video-downloader/pedaaflmbpdbjjfndilgphbhhjbcfmfc
1•qwikhost•32m ago•0 comments

Saudi Arabia bets on driverless trucks

https://en.majalla.com/node/332904/business-economy/bold-road-saudi-arabia-bets-driverless-trucks
1•Alien1Being•36m ago•0 comments

"We Have to Assume That the Internet Will Go Offline in the Next Few Years"

https://www.trendingtopics.eu/emad-mostaque-ai-internet-outlook-english/
1•gumby•43m ago•0 comments

WordStar 4.0 – the real 1987 word processor, in the browser

https://nampara-ai.github.io/wordstar/
1•Tomte•43m ago•0 comments

Project Zenith: The ready-to-code Windows experience on developer-class devices

https://blogs.windows.com/windowsdeveloper/2026/09/04/announcing-project-zenith-the-ready-to-code...
1•poisonborz•46m ago•0 comments

How Marine Rifle Squads Plan to Fight Future Wars Dominated by Drones

https://www.twz.com/sea/how-marine-rifle-squads-plan-to-fight-future-wars-dominated-by-drones
1•cisc•56m ago•0 comments

Low Interest Rates Ruined the Economy

https://www.oftwominds.com/blogaug26/powder-key-economy8-26.html
1•BerislavLopac•59m ago•0 comments

Bespoke: A Programming Language for People Who Say Please

https://blog.hofstede.it/bespoke-a-programming-language-for-people-who-say-please/
2•birdculture•1h ago•0 comments

Isthmus – a small Go trust-kernel for NanoClaw

https://github.com/prathish-ks/isthmus
1•sriyapaka•1h ago•0 comments

AI Chip Regulation Is Not a Dystopian Surveillance State

https://www.astralcodexten.com/p/ai-chip-regulation-is-not-a-dystopian
1•reasonableklout•1h ago•0 comments

How to evaluate LLMs before production

https://github.blog/ai-and-ml/llms/how-to-evaluate-llms-before-production/
1•officekamiya•1h ago•0 comments

I gave my AI agent a sleep cycle – it dreams about its errors and fixes them

https://github.com/openamer/openamer
1•openamer•1h ago•0 comments

Archive.org in need of large hard drives

https://mastodon.archive.org/@textfiles/117220856033120449
3•happosai•1h 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.