Carl Colglazier
banner
carl.cx
Carl Colglazier
@carl.cx
Learning more about the world using stats and texts.

Computational social scientist studying decentralized social networks.

PhD Candidate at Northwestern with @communitydata.science (ABD!)

I post about: land use, Chicago, and #Rstats

🤓🏳️‍🌈🦞
Trying something. Nice how you can just get public atproto data without authenticating. #Obsidian #ObsidianMD
May 13, 2025 at 9:39 PM
And here's the after
May 8, 2025 at 12:20 AM
Came up with this little trick to stop that little white strip from showing up when you scroll in #Quarto

#title-block-header:before {
content: "";
width: 100vw;
height: 100px;
margin-top: -100px;
background-color: $dark-bg; // your color
}

(video shows the before)
May 8, 2025 at 12:19 AM