Skip to main content
Image

r/opensource


Does anyone here care about game saves synchronizing between devices outside of steam?
Does anyone here care about game saves synchronizing between devices outside of steam?
Discussion

Hey guys,

I’ve been working on a side project because I like to emulate a lot of different games on many different devices, and one issue that always irked me was that I couldn’t sync my saves between devices natively on the emulators.

I don’t want to promote my project right now because I’m still polishing it right now, but before I dump way more effort into it, I wanted to see if anyone else here has run into this problem?

I know it’s niche, but I figured it would be a sensible question to ask here.


Advertisement: What's a game-changing website you've been using for years that still feel like a secret?
What's a game-changing website you've been using for years that still feel like a secret?

A few I keep coming back to:

  • alternativeto.net - type in any app/software you're paying for, get a crowd-sourced list of free or cheaper alternatives

  • stopoverpaying.org - free car insurance comparison (saved me $1,300 last year)

  • goodRx.com - prescription coupons your pharmacy has to legally honor - can be cheaper than using insurance

  • percentagecalculator.net - single purpose website I use probably 7 times a week

  • australian.museum/learn/animals - free and weirdly detailed animal factsheet library from the Australian Museum


I spent 4 years building an offline-first writing app after a web app ate my manuscript
I spent 4 years building an offline-first writing app after a web app ate my manuscript
Promotional

Hey r/opensource, I'm the solo dev behind Hammer. I've been working on it for about four years, and think it's time I start getting some feedback on it.

What it is: Hammer is a free, open source (MIT) app for writing novels and building the worlds they live in, Scrivener-style, but multiplatform and offline-first, with a self hostable sync server.

https://hammer.ink/

Why I built it: A few years back I was living in a van, mostly off-grid with no signal, and broke. Most good writing apps were paid, or web apps, or Electron wrappers that "worked offline" right until they didn't, usually about a week in, miles from the nearest cell tower. Then I watched people on forums lose whole manuscripts in certain electron based writing apps, and eventually it happened to me.

So I set three rules for the thing I wanted to build:

  • Offline-first, forever: A native program, not a web page in a trenchcoat.

  • Transparent data: Everything is human-readable text files in plain folders, if Hammer vanished tomorrow, you could open your work in any text editor and keep going.

  • Never lose data: Paranoid about it by design.

I tried several tech stacks but landed on Kotlin + Compose Multiplatform. One codebase for both the server, and desktop clients (Linux/Mac/Windows), Android, iOS.

License / money: MIT and genuinely free, no ads, no telemetry. The only paid thing is the optional "official" sync server instance that I host. As I said, the sync server is open source and self-hostable, so you never have to pay me to sync.

Platforms: Linux, Mac, Windows, Android (Play + F-Droid), iOS

Repo: https://github.com/Darkrock-Studios/hammer-editor

It's four years in and far from done, but I thought it was about time to start showing it to people. See if it's a project that interests anyone other than my self. Happy to get into the Compose Multiplatform side too if anyone has questions; there wasn't much prior art when I started. Longer origin story here if you want it: https://hammer.ink/blog/news/what-is-hammer


AI-Policy