hzrd149's avatar
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff - noStrudel https://nostrudel.ninja - Blossom https://github.com/hzrd149/blossom - Applesauce https://hzrd149.github.io/applesauce
hzrd149's avatar
hzrd149 1 year ago
One of the most useful linux commands I know "fuser -k <port>/tcp" kills the process that is using a certain port. really useful for killing that dev server you forgot to shutdown
hzrd149's avatar
hzrd149 1 year ago
is another cool NIP-29 group client. also works on mobile pretty well
hzrd149's avatar
hzrd149 1 year ago
Added a pretty small but cool feature to noStrudel. when you share a note there is an option to mirror the media to your blossom servers so you effectively take ownership of it. should help even more with the censorship resistants image Its using the BUD-04 /mirror endpoint so its not using the clients bandwidth at all
hzrd149's avatar
hzrd149 1 year ago
Removed 2k lines of code and NIP-72 communities from #noStrudel This will be part of the next release v0.43.0 I apologize to all the users who are currently using them but it was a large part of the noStrudel code base that I had no plans on fixing or adding features to I don't think NIP-72 is the way forward for a few reasons. its approach to moderation is cumbersome, and while I could remove the approval requirement for posts like coracle did, I don't think this improves the usability or moderation of the communities much if at all Also even if "approvals" where changed to "bans" it would still be verify difficult for web clients to accurately calculate the state of the community Long story short, I've long since lost interest in NIP-72 and its starting to get in the way of onStrudel development I think NIP-29 has a lot more promise and maybe one day when I'm finished with refactoring noStrudel ill add support for it In the meantime supports NIP-72 and the current stable version of noStrudel at nostrudel.ninja
hzrd149's avatar
hzrd149 1 year ago
For building nostr native gif keyboards maybe we need to start with gif collections or gif lists before we starting building a gif search tool Maybe we could add a k:10915 and k:30915 to NIP-51 that would work similar to the NIP-30 emoji sets with ["gif", "name", "<url>", "<optional thumb>] tags Then tools like could have a "add to collection" buttons on gifs and then social apps could pull the collections down and allow users to pick from them Then stage two could be searching the gif collection of your friends and WoT... CC @lemon @jb55 @PABLOF7z
hzrd149's avatar
hzrd149 1 year ago
Taking a short break from #noStrudel to work on some blossom stuff image
hzrd149's avatar
hzrd149 1 year ago
Writing tests in vscode with vitest is actually pretty fun. lots of green checks 😀 image