RSSAmplifier

Blog

Joschua’s Notes

Last 10 notes on Joschua’s Notes

notes.joschua.ioRSS feed ↗10 posts

Latest posts

Recently read

Recently read CoverTitleReadShape UpAug 2, 2024The Atlas SixJul 17, 2024Slow ProductivityApr 28, 2024The Great Mental Models, Vol. 1Mar 27, 2024Digital LiturgiesMar 25, 2024.

Recently edited

Recently edited NoteModifiedZero syncOct 6, 2025, 3:07 PMShape UpSep 24, 2025, 3:02 PMFontsSep 16, 2025, 9:48 AMWeb Authentification OverviewJul 15, 2025, 3:35 PMDrop in CSS FrameworksJun ...

Recent new files

Recent new files NoteAddedZero syncSep 5, 2025, 9:12 PMSwiftData fetch in PreviewApr 19, 2025, 6:34 AMGit worktreeApr 1, 2025, 3:54 PMGit delete tagMar 28, 2025, 4:15 PMFix screen ...

Currently Reading (Auto-Updating)

Currently Reading (Auto-Updating) CoverTitleTo Green Angel TowerThe Pragmatic ProgrammerGentle and Lowly.

Books Read (Auto-Updating)

Books Read (Auto-Updating) CoverTitleReadShape UpAug 2, 2024The Atlas SixJul 17, 2024Slow ProductivityApr 28, 2024The Great Mental Models, Vol. 1Mar 27, 2024Digital LiturgiesMar 25, 2024Tress of the Emerald SeaMar 10, 2024JavaScript – The Good PartsFeb 19, 2024To Save Everything, Click HereJan 2, 2024The Name of the WindNov 26, 2023Boyd – The Fighter Pilot Who Changed the Art of WarNov 5,…

Zero sync

Zero sync Free deployment foxaltus/bleater-sync Hetzner 3.50eur Client-Side Prediction and Server Reconciliation About Put Zero in front of your DB and you web server Zero Query ...

SwiftData fetch in Preview

SwiftData fetch in Preview up: SwiftUI #Preview("Stage") { let container = DataController.previewContainer let stage: Stage do { let stages = try container.mainContext.fetch(FetchDescriptor ()) ...

Git worktree

Git worktree up:: Git git worktree add ./oursc sites/our-sc Creates a new folder /oursc Copies the entire content of the branch sites/our-sc into /oursc ✨Really handy for checking ...

Git delete tag

Git delete tag up: Git Local: git tag -d v2.1.0 Remote: git push --delete origin v2.1.0 .

Fix screen sharing stuck macOS

Fix screen sharing stuck macOS Fixed by going to activity monitor, finding replayd and force quitting it. Or use: killall -9 replayd.