imcotton

↗ HN profile [ 100 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Tools for blend passphrase into public entropy. Quote from LLM: > contropy (CONstant enTROPY) is a TypeScript/JavaScript library that aggregates entropy data from multiple heterogeneous sources, providing both…

  2. I have never saw this dark pattern anywhere else on the internet, do you?

  3. By the way, you can also host it yourself. The download link is located at the bottom of the About page.

  4. playground: https://dash.deno.com/playground/demo-short This is a demo show case for the JSR package [1] that gives you a off-the-shelf Web App for URL Shortener that could deploy on your own cloud or locally. 100% JSR…

  5. Spots Around Hyrule (TotK) (totk-loci.mataroa.blog)
  6. It using JavaScript native BigInt and Chudnovsky Algorithm ([wiki]), the code was taken from one of the examples in the QuickJS project ([quickjs/pi], [pi_bigint.js]). The syntax for cutting: pi#6 // take 6 digits of Pi…

  7. (tldr; visit https://jsr.io/@key/gen-ssh-ed25519 for details) I have a hot take: the ~/.ssh folder should NOT contain private keys. A private key is generated on the first day of computer setup and remains there…

  8. In general, I like to be helped by password managers to do the heavy lifting, but how to make out the best of the master password? xkcd/936 is OK-ish for educated geeks, but in practice for a large amount of no-tech…

  9. Hi, this is an intro for a cipher App I've built, instead of making another markdown-based SSR blog system from scratch to write the hello world post, I will just use show HN as my cold opening. The algorithm is easy to…