Hyperloglog is a probabilistic algorithm that hashes elements into uniformly random bit strings, partitions these into m registers, and tracks the maximum leading-zero count per register
Hyperloglog is a probabilistic algorithm that hashes elements into uniformly random bit strings, partitions these into m registers, and tracks the maximum leading-zero count per register
Here's the technical blog post that goes in depth about that process, my first release.
txt.dev/xbalbinus/ho...
Here's the technical blog post that goes in depth about that process, my first release.
txt.dev/xbalbinus/ho...
Design is from @ark.studio !
Design is from @ark.studio !
If you're making a table to handle users' posts, but want to generalize it across a blog or an app like X, associate the relevant post data per platform in a JSONB field with a post type!
If you're making a table to handle users' posts, but want to generalize it across a blog or an app like X, associate the relevant post data per platform in a JSONB field with a post type!
devfolio.co/projects/jax...
Core repo here, for people interested in the app & p2p networking stuff I've been posting about
devfolio.co/projects/jax...
Core repo here, for people interested in the app & p2p networking stuff I've been posting about
More to come :-)
- @andy.bsky.social
- @anapiligrim.bsky.social
- @xbalbinus.bsky.social
- @binaryfiddler.bsky.social
- @eilj.bsky.social
More to come :-)
- @andy.bsky.social
- @anapiligrim.bsky.social
- @xbalbinus.bsky.social
- @binaryfiddler.bsky.social
- @eilj.bsky.social
We use IROH for peer discovery and file sharing. Once you upload a file, a content ID gets created using a blake3 hash of the file, and a reward pool can be created to incentivize storage.
We use IROH for peer discovery and file sharing. Once you upload a file, a content ID gets created using a blake3 hash of the file, and a reward pool can be created to incentivize storage.
Simply do:
cast rpc anvil_setCode $(cast code --rpc-url
To pull a smart contract into your local anvil
Simply do:
cast rpc anvil_setCode $(cast code --rpc-url
To pull a smart contract into your local anvil
In order to dynamically generate each portion of the NFT (the greenscore, the valid dates, company name, tier), we used an image editing software, FFMPEG.
In order to dynamically generate each portion of the NFT (the greenscore, the valid dates, company name, tier), we used an image editing software, FFMPEG.
Making the simplest UI for you to create a monitor for any website.
Making the simplest UI for you to create a monitor for any website.
Here's an explainer of Webauthn, using @eilj.bsky.social 's tool
Here's an explainer of Webauthn, using @eilj.bsky.social 's tool