How to Read Rust Code Quickly?
Question (Prompt): Show me a Rust code example using the following keywords: trait, struct, where, fn, impl, for, use, derive. And teach me how to understand and read it quickly. Response (GPT-4): Sure, here's an example of a Rust code snippet using the keywords you listed: use std::fmt::Display; #[derive(Debug)] struct Rectangle { width: u32, height: u32, } #[derive(Debug)] struct Circle { radius: u32, } trait Area { fn area(&self) -> u32; } impl Area for Rectangle...
Read post
Short Introduction to the Citadel DAO
Tips: This post is organized in a slideshow style. How to be the largest Bitcoin holder? How to be the largest Bitcoin holder, together? The largest so far except Satoshi Luna Foundation Guard: LFG MicroStrategy The largest so far except Satoshi ~~Luna Foundation Guard: LFG~~ ~~MicroStrategy~~ Citadel DAO ✅ What's Citadel DAO? Citadel is a treasury DAO aiming to be the largest community owned Bitcoin position in the world. The treasury and protocol will be governed by the...
Read post
Why Should I Start Writing Here?
It's been a while since I've written anything publicly. Writing is certainly helpful. For a long time, I've been jotting things down in bits and pieces in note-taking software. That hardly qualifies as writing. I wanted to ask more of myself. Noticed that a lot of people are using all sorts of knowledge management software. However, the most important thing for me is to keep recording and thinking. Meanwhile, the simpler it is, the easier it is to stick with it. Writing publicly forces me to ...
Read post
What Is Citadel DAO?
Update: Check out this new post to learn more. A number of treasury DAOs have sprung up recently, bringing some assets into the treasury to be managed by the DAO itself. I found Citadel DAO recently. Citadel is a treasury DAO aiming to be the largest community owned Bitcoin position in the world. The treasury and protocol will be governed by the CTDL token, with a predominant Bitcoin treasury actively earning yield and shared with long term CTDL holders. Looks ambitious, right? I'm intere...
Read post