Avatar
Alex Gleason
0461fcbecc4c3374439932d6b8f11269ccdb7cc973ad7a50ae362db135a474dd
I create software that empowers people online. I'm vegan btw.

I don't want to follow Snoop Dogg on LinkedIn.

I fixed my internet, then my servers broke. Then I fixed my servers then my phone broke. Then I fixed my phone. Then I made my software work for the first time, then my phone broke again. Everything is in balance.

There's only 1 way to do things in the NIPs. But the clients are a free-for-all.

How do you log into Nostr?

If you have to say "it depends", there's a problem.

Replying to Avatar Alex Gleason

This is crazy: https://fba.ryona.agency/?reverse=www.threads.net

Threads is blocking more servers than servers block Mostr.

I updated Ditto, Soapbox, Knox, Nostrify etc to use NIP-44 encryption for bunkers.

Replying to Avatar KawaiiSelbst

nostr:npub1q3sle0kvfsehgsuexttt3ugjd8xdklxfwwkh559wxckmzddywnws6cd26p

Hi!

I'm trying to log into the masodon app via ditto or gleasonator and I can't. Is this because I haven't been assigned a Identity username yet, or am I doing something wrong? I am running the local bunker via nak, specifying the relay that is listed on the authorization pages. It appears in the console that the bunker responded with "result": "ack", and the authorization page shows {"error": "Something went wrong"}

Which Mastodon app?

Replying to Avatar Alex Gleason

I set shared_buffers really high. See: https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-SHARED-BUFFERS

They say it should be 25% of your total RAM. But since I have an absurd amount of RAM, I set it to 50% (128GB in my case)

I also enabled pg_prewarm so it will populate the cache automatically. Otherwise you have to run queries to populate the cache. https://www.postgresql.org/docs/current/pgprewarm.html

I set shared_buffers really high. See: https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-SHARED-BUFFERS

They say it should be 25% of your total RAM. But since I have an absurd amount of RAM, I set it to 50% (128GB in my case)

Replying to Avatar Brunswick

TTL

You're just saying it's faster?

Database is on a spinning disk (slow) but I can cache almost the entire database in RAM right now. It will become terabytes eventually, but since all Redis does is utilize your RAM anyway why not just cache the Postgres blocks and not write a bunch of extra code.

I haven't done that on Ditto yet, so it's simply crazy.