Reason to work on or invest in freedom tech: View quoted note →
Montzstar
npub1qlk0...yayc
Christian, Husband, Dad, iOS dev, freedom maximalist
Open source contributor to:
nos.social
Nostr SDK for Apple Platforms
Damus
The Texas State Legislature is trying to constitutionally protect the use of digital currencies.

X (formerly Twitter)
Tom Glass (@tomgglass) on X
The Texas House #txlege voted 139 to 2 tonight to add the following to the Texas Bill of Rights:
The right of the people to own, hold, and use a m...
#[0] Found another issue while working on the events loading issue. Fix here:

GitHub
fix posts with no uploadedURLs always get two blank spaces at the end by bryanmontz · Pull Request #1101 · damus-io/damus
In the case where a new post does not contain uploadedMedias, the post will always get two blank spaces appended at the end.
#[0] Damus PR for caching user profiles in a CoreData database:

GitHub
cache user profiles in CoreData for quick lookup after app restarts by bryanmontz · Pull Request #1082 · damus-io/damus
This PR implements a CoreData-based caching layer for user profiles. This improves the problem of pubkeys beings displayed in feeds, when you'v...
#[0] Now this one was just fun.
Damus PR for replacing the Vault dependency with a custom @KeychainStorage property wrapper:

GitHub
replace Vault dependency with @KeychainStorage property wrapper by bryanmontz · Pull Request #1076 · damus-io/damus
This PR removes the dependency on Vault and implements a simple custom property wrapper for reading and writing to the keychain. No migration is ne...
#[0] Damus PR to fix Copy Link action does not dismiss ShareAction view

GitHub
fixed Copy Link action does not dismiss ShareAction view by bryanmontz · Pull Request #1049 · damus-io/damus
Before
After
#[0] Damus PR for fixing issue where image links sometimes don’t render, updated with master

GitHub
fixes issue where image links don't render by bryanmontz · Pull Request #792 · damus-io/damus
This fixes the issue where pasteboard.co image links (or any host) don't load at all, but in a better way that does not require hard-coding kno...
#[0] Damus PR for adding top-level tab state restoration. Updated with master and added support for the NotificationsView:

GitHub
top-level tab state restoration by bryanmontz · Pull Request #634 · damus-io/damus
Before this change:
Every time the app launches, you are shown the Home tab and you're on Posts & Replies. What if I like to primarily use ...