Blog: 2024-01-22: Difference between revisions

From razwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


Also... call me a sucker... but I'm interested in these cards https://www.nintendo.com/us/store/products/hanafuda-cards-mario-red-119579/
Also... call me a sucker... but I'm interested in these cards https://www.nintendo.com/us/store/products/hanafuda-cards-mario-red-119579/

----

Thinking of putting together a git.abuissa.net hosting; heard about Codeberg thru the latest sr.ht outage (and tbh the sourcehut ui is overly spartan yet visually noisy)

Anyways

It turns out codeberg is built on top of gitea... which was itself forked from gogs... and none of them self host their own git repository on their website, it would seem? Or at least I couldn't find it in a few minutes.

I suppose something to consider here is that you can run your own git server without a web ui, and honestly that's all I need for a place to back up my projects...

Revision as of 17:10, 22 January 2024

Thought I'd look into cryptography some more: https://www.signal.org/docs/specifications/pqxdh/

lists as options for curve ed25519 and ed448. Seems ed448 has more bits of security. Interested in seeing how it performs. ssh doesn't even support it! There's an implementation from zx2c4: https://git.zx2c4.com/goldilocks/about/ also Cloudflare https://github.com/cloudflare/circl

Also was reading about https://signal.org/blog/secure-value-recovery/ and saw "BIP39 passphrase" mentioned. That doesn't have its own wiki page but it's a cool technique to encode a private key.

Also... call me a sucker... but I'm interested in these cards https://www.nintendo.com/us/store/products/hanafuda-cards-mario-red-119579/


Thinking of putting together a git.abuissa.net hosting; heard about Codeberg thru the latest sr.ht outage (and tbh the sourcehut ui is overly spartan yet visually noisy)

Anyways

It turns out codeberg is built on top of gitea... which was itself forked from gogs... and none of them self host their own git repository on their website, it would seem? Or at least I couldn't find it in a few minutes.

I suppose something to consider here is that you can run your own git server without a web ui, and honestly that's all I need for a place to back up my projects...