Embeddable hasties 馃くPrequel - What Is Hasty.dev? I recently - 28/10/2021 - launched a new side-project. hasty.dev is the name of it, or rather Hasty. I've an old version of this laying around for a while, I didn't like the design of it, so I decided to redesign it, and...Oct 29, 2021路3 min read路103
Generate 16 unique avatar faces from 40 lines of easy codemy-avatars In v1.0.0 I've added the ability to change the color of images. The updates are specified at the bottom of this post. Link. NB. Thanks to Lucas for this comment. The math is now correct 馃コ If anything is wrong, please do not hesitate to...Oct 17, 2021路6 min read路113
Typescripting WASMNotice There will be no code, whatsoever, in this article. Sorry! I'll even be a small one! But quite a few links for you. The Article I been super interested in WebAssembly (WASM) for quite some years, ever after I found Rust. Though, I've never ma...Aug 6, 2021路2 min read路131
Batch importing 6.8k entries in goWhat it's all about I've recently decided to import 6.8k entries of crypto currencies into a database - namely Rethink. I have an old side-hustle, that never got into business, but I still have fun making it. I started on this project four years ago...Jul 16, 2021路4 min read路108
Create A Tree Generator (in less than 100 lines of V)A Magical Tree Generator In this post, I'll show you how to do what you've always wanted. Namely a magical tree generator - and of course, learn V in the making of this. This will all be done in exactly 90 lines of code. V First of all, what is V? Th...Dec 30, 2020路4 min read路144
A Dead man's Switch in GoDead Men Tell No Tales repo Why I found this video, and found the concept a rather intriguing. Though, instead of the whole switching it on before the encryption starts, is definitely not how I would do it. For me, a dead man's switch should be swit...Nov 25, 2020路5 min read路549