imcotton
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Ongoing: Cloudflare customers seeing incorrect invoice payments for 2.5 days (cloudflarestatus.com)
- My –/.ssh folder has NO private keys (blog.imcotton.xyz)
- The Nginx default page hides 5 clues that lead to same 24-word BIP39 mnemonic (bip39-recast.pages.dev)
- Blending crypto wallet seed into an AI slop essay (blog.imcotton.xyz)
- Show HN: Use color strips to wrap your crypto wallet (bip39-recast.js.org)
-
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…
- Show HN: Client side rendered static site without JavaScript (cornerlation.xyz)
- Show HN: Generate Subresource Integrity (SRI) (sri-shasum.js.org)
-
I have never saw this dark pattern anywhere else on the internet, do you?
- Show HN: Cutting 100k Pi digits offline (PWA) (accdoo.app)
By the way, you can also host it yourself. The download link is located at the bottom of the About page.
- You can not lose your key, if you drop it first (blog.imcotton.xyz)
- Accessible settings to disable all hovercards on GitHub (github.blog)
- Port a URL Shortener Web App from Deno Deploy to Cloudflare (blog.imcotton.xyz)
-
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…
- Spots Around Hyrule (TotK) (totk-loci.mataroa.blog)
- You can not lose your private key, if you drop it first (blog.imcotton.xyz)
- My –/.ssh folder has NO private keys (blog.imcotton.xyz)
-
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…
-
(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…
-
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…
-
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…