frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

WordStar Lives Again (and Again)

https://github.com/nampara-ai/wordstar
1•SamuraiLion•2m ago•0 comments

Online bookies accused of UK privacy breaches with use of cookie banners

https://www.theguardian.com/technology/2026/sep/06/online-bookies-privacy-breaches-cookies-tracking
1•beardyw•3m ago•0 comments

Trump administration officials wrestling with the spiritual consequences of AI

https://www.wsj.com/tech/ai/vance-called-ai-satanic-he-struck-a-chord-among-christian-republicans...
1•eternalreturn•4m ago•0 comments

Recipery: Self-hosted recipe manager, no database required

https://recipery.dev
1•0megion•4m ago•0 comments

Ship Harness Bench – Same prompt, same model, different harnesses

https://grigio.github.io/ship-harness-bench/
1•grigio•6m ago•1 comments

"Darwin's Untimely Burial" by Stephen Jay Gould in 1976

https://marxist.com/darwins-untimely-burial.htm
1•chistev•6m ago•0 comments

Toxic Battlefields: The Untold Impact of War [video]

https://www.youtube.com/watch?v=wjpUS4XOWiE
1•mdp2021•8m ago•0 comments

Compute Credit Index Research LLC

https://ccir.io/documents/governance
1•Bluestein•13m ago•0 comments

You Don't Have a Right to Safe Drinking Water, US Court Rules

https://www.motherjones.com/politics/2026/09/drinking-water-mississippi-lawsuit/
4•vrganj•15m ago•0 comments

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•21m ago•0 comments

How to record a demo video on a Mac with Capta

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

The Joke That Perfectly Explains AI

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

AI Transformations and Agile Transformations Rhyme

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

Facelift: AI Website Customizer and Visual CSS Editor

https://getfacelift.app/
1•antrikshmisri•29m 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•31m ago•1 comments

Which programming "best practice" you think is wrong?

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

Ask HN: How did you meet your cofounder?

1•pawlatwork•32m ago•1 comments

Show HN: Find the cheapest GPU to run your model

https://www.gpufind.cloud/
1•the_app_guy_1•33m 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•34m ago•0 comments

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

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

Tachyon Mail – taking over where snappymail left

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

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

https://twitter.com/artficialisabel/status/2095678312773554533
1•fbrusch•40m 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•42m ago•0 comments

Better living through respecting chemistry

https://joodaloop.com/riffs/better-chemistry/
1•semanticz0•43m 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•45m ago•0 comments

The one source of truth for gamers

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

Show HN: Skool Video Downloader

https://chromewebstore.google.com/detail/skool-video-downloader/pedaaflmbpdbjjfndilgphbhhjbcfmfc
1•qwikhost•47m 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•52m 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•59m ago•0 comments

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

https://nampara-ai.github.io/wordstar/
2•Tomte•59m ago•0 comments
Open in hackernews

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

https://github.com/dmcbane/stratosync
1•linbaato•35m ago
I came across Stratosync recently and thought it was worth sharing here. I’m not affiliated with the project.

It seems to be trying to fill a gap that Linux still has: a decent “files on demand” style cloud sync client, where the filesystem is mounted normally but file contents are only downloaded when needed instead of mirroring everything locally. One can also pin files to keep them in sync.

Stratosync is written in Rust, uses FUSE3 for the filesystem layer and rclone for cloud backends, so it should work with services like Google Drive, OneDrive, Dropbox, S3, Nextcloud, SFTP, etc.

From what I can tell, it also has some fairly ambitious sync semantics: local caching, background uploads, offline pinning, selective sync, version history, and conflict handling that attempts 3-way merges for text files and otherwise keeps both versions.

It’s still marked as beta, so probably not something to trust blindly with irreplaceable data yet. Or at least one should have a good backup strategy in place.

The project doesn’t seem to have much visibility yet. I figured posting it here might get it some useful testing, feedback, contributors, or simply enough attention to help keep development going.

Curious if anyone here has tried it, or has experience with similar FUSE-based sync systems.

Notes on AI: I could see the code is written with AI assistance and have not dug deeper to evaluate sloppiness nor am I able to do so in rust. Also this post was written with use of AI but I have read it all (and adapted where necessary) so hopefully it does not appear as slop.