A Mi Manera – Gipsy Kings

Ertuğrul HarmanI’m a US-based software engineer with a background in law. I share mostly practical tech notes here for my future self and anyone who finds them useful. One of the things I’ve built is Masterlist: Focus & Tasks, a privacy-focused, local-storage-only task manager that offers focus tracking tied to tasks and projects, compatible with […]

How to restore local notes from backup on macOS

I will explain in this post how to restore local notes from a backup to Apple’s Notes app on macOS. 1. Quit Notes 2. Temporarily disable Notes in iCloud settings in System Preferences 3. Open Finder. Go to your home folder. Copy the folder in the following path to a safe location, just in case […]

How to verify SHA or MD5 checksum on macOS

Place hash file in the same directory with the file that you want to verify. Hash file format: Hash file example: For sha256: $ shasum -a 256 -c Filename.zip.sha256 For sha1: $ shasum -a 1 -c Filename.zip.sha1 For sha512: $ shasum -a 512 -c Filename.zip.sha512 For md5 (manual verify): $ md5 Filename.zip Ertuğrul HarmanI’m a […]

Save file location of Rise of the Tomb Raider [Mac]

Save file location of Rise of the Tomb Raider [Mac]: Go to this folder: ~/Library/Application Support/Feral Interactive/Rise of the Tomb Raider/SaveData Double click to the Steam Saves shortcut. This will take you to a path like this: /Users/username/Library/Application Support/Steam/userdata/199999996/300000/remote You will find your save data in that folder. Ertuğrul HarmanI’m a US-based software engineer with […]