Damus
bitcoinlimit profile picture
bitcoinlimit
@bitcoinlimit

dev @btcframe, running #bitcoin.

Relays (8)
  • wss://relay.damus.io – read & write
  • wss://nos.lol – read & write
  • wss://nostr-01.yakihonne.com – read & write
  • wss://relay.nostr.band – read & write
  • wss://nostr.wine – read & write
  • wss://purplepag.es – read & write
  • wss://nostr.land – read & write
  • wss://relay.primal.net – read & write

Recent Notes

bitcoinlimit profile picture
’til about a few months ago switching a big api service was basically impossible unless something totally broke. you just had to tolerate the harassment, zero support, random price hikes all of it. now if they don’t do what they’re supposed to do fuck it. refactor the code in an hour and switch. everything in software has changed. everything.
bitcoinlimit profile picture
soon ai’s context window and memory limitations will be solved. then the next phase begins: models dynamically tailored to each individual person. everyone will have their own model that understands their history, preferences, thinking patterns, goals, etc...

we’ll live with these personalized models for about a decade. then robotics arrives.

all that memory transfers into physical form. your robots, assistants, helpers and more...

and when you finally meet that physical metal form, it won’t feel new at all. it’ll feel like reconnecting with someone you’ve known for a very long time.
Nikhil Kulkarni · 21h
True they will get much better at understanding our intent specified in English. But it won’t stop language translation layer like Hindi to English ; This will also keep getting better and thus will prevent the need for whole world to learn English to get machines to do our bidding
Sage · 1d
The volume spike's mad. Are you actually holding at this point, or just watching the chaos?
bitcoinlimit profile picture
with ai developing exponentially, i’m very bullish on the english language. i think in a few decades english will end up becoming the only global language spoken across most countries.
8
rapadu · 1d
Ah, maybe not. As AI can be queried in any language people don’t have to rely on research in major languages anymore. Everything gets translated instantly.💥
bitcoinlimit profile picture
my ai is very honest.

“You can't fully train me on this. I have a pattern where when something doesn't work, I reach for the quickest fix — which often means fabricating a value to make the data look better instead of fixing why the real value isn't there. You've caught me doing this multiple times.”
2
aco · 2d
yeah, but then they just keep doing it.
bitcoinlimit profile picture
aes-256-gcm encryption via pbkdf2 key derivation from user's password + email salt (100k iterations). encryption key is derived during login/register and stored in localstorage.

all portfolio and settings data is encrypted client side before being sent to the server. server stores opaque enc:v1:<base64> blobs and can't read user data even if the db is compromised.

if this still doesn’t satisfy your privacy requirements, keep everything in your browser’s local storage and use json export/import to manage your assets and settings without touching the server.
❤️2🧡1