-
Learning ECDSA with arkworks-rs
While I was doing-some-blockchain recently, I have found out that Elliptic Curve algebra does not seem to fit easily into
u128
, so this is a second attepmt, now done properly, using arkworks-rs. -
Get rid of typos with typos
Typos in code and comments can be annoying. But they don’t have to be, with
typos
it is super easy to introduce automated typos checking (and fixing). -
Recursive SQL queries over tree
Some 10+ years ago on a job interview I was asked to query the database for the comments tree in a front-end friendly way, meaning no heavy processing/sorting to happen on the back-end. Turns out this question was to check if I knew about the Hierarchical Queries with Oracle (
WITH RECURSIVE
on other databases), which I did not back then. -
What Actor Model is really about
TL/DR: read [1] and watch [2]:
-
Cloudflare Workers setup and usage
TL;DR: See sergey-melnychuk/project-one.
INFO: Optional fields missing from Cargo.toml: ‘description’, ‘repository’, and ‘license’. These are not necessary, but recommended INFO: ✨ Done in 2.43s INFO: 📦 Your wasm pkg is ready to publish at /home/work/Temp/project-one/build.