HackerTrans
TopNewTrendsCommentsPastAskShowJobs

a1n

no profile record

Submissions

Show HN: HN Buddy – a Hacker News Chrome extension

github.com
1 points·by a1n·4 months ago·0 comments

Ask HN: Devs who are out of work – what are you doing for income now?

9 points·by a1n·4 months ago·5 comments

Lnvps – Buy Hosting with Lightning

lnvps.net
2 points·by a1n·last year·0 comments

Show HN: Zapmeacoffee.com

zapmeacoffee.com
2 points·by a1n·last year·1 comments

Creative Journey

v0-story-fnfy3n.vercel.app
2 points·by a1n·last year·1 comments

Show HN: Matrix-themed Nostr note composer

enterthenostr.com
12 points·by a1n·last year·5 comments

Show HN: NReads Alternative

nreads.app
1 points·by a1n·last year·3 comments

Show HN: SnipSnip – share code snippets over Nostr

snipsnip.dev
2 points·by a1n·last year·1 comments

comments

a1n
·4 months ago·discuss
This is probably my backup as well. I'll just have to get good at YouTube.
a1n
·8 months ago·discuss
I use octal app for this
a1n
·last year·discuss
You can try Jack's profile: npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m

This basically pulls a user's nostr profile and allows you to send them a lighting payment tip, similar to buymeacoffee
a1n
·last year·discuss
I vibe coded it in a few hours
a1n
·last year·discuss
ty!
a1n
·last year·discuss
I made it in v0
a1n
·last year·discuss
if you load as Smith, you can post anonymously to nostr without having a signer extension
a1n
·last year·discuss
How it works:

SnipSnip connects to relays over the nostr protocol and fetches code snippet events via json.

The website is just an interface to surface these events and then layers some interactions like forking, starring etc.

This is a platform-agnostic event, meaning they can be accessed on web or mobile (apps). This makes it possible for anyone to build a similar app that can surface all of the same events.
a1n
·last year·discuss
For anyone wondering what is happening on this website and why it's just another blog: It's not. nReads connects to relays (specified initially by me, but configurable by users). From there, it fetches long form events via json and renders them in the UI. This makes the content impossible to censor, and is the only time you truly own your presence and identity.

The profile comes from a cryptographic key pair (per nostr protocol).

All of this content can be fetched via any other platform-agnostic client that wishes to surface long form events.

Happy to answer any questions.
a1n
·last year·discuss
it's loading cross-domain images and sometimes that doesn't work due to cors issues or something else. None of the articles are hosted on nreads - they are coming from nostr relays.