d v d r w ' s b l o g

Sep 21st, 2022 [135d3c7] new writing
Making QUIC a Real Transport Protocol Added (fixed) custom 404 page
Sep 7th, 2022 [8ec5460] new post
Constructing a Category From IPLD
Aug 6th, 2022 [b37738d] replace XMPP with Matrix contact info
I rarely use XMPP nowadays; in favour of Matrix.
Apr 22nd, 2022 [247d306] expand post: Systematising Intuition
Added conclusion, expanded (.iii). Chart has its own closeby title with permalink for easy access/sharing.
Apr 19th, 2022 [45fa9c5] new post, writing
post: Systematising Intuition writing: Plotting Polar Coordinates in CSS

Constructing a Category From IPLD

8ec5460

IPLD is IPFS’ answer to abstract data representation in the semantic web. The domain of its values is a slight superset to those of JSON – they add ‘links’ as an additional type. This lends itself to a nice structurally typed value space, ripe for the polytypic manipulation it was intended for. In this post we explore the additional structure present in this system.

Systematising Intuition

247d306

Intuition is our ability to make judgements on the rational using irrational methods. In reality, it's hard to define what intuition is, and where other similar terms begin: gut feeling, instinct, insight, hunch, and so on. So, what's really happening?

Designing For the Browser: A Practical Guide to CSS

55bcded

The browser and CSS box model are the easiest entry points for people to write their own UI; all they need is a text editor and a browser. And CSS seems easy enough itself. Then, how come it's so difficult to get things done with it?

Understanding the term - type - kind - sort ladder

fa5f8c5

If you’ve ever delt with a functional language on the maths-first end of things, you’re most likely aware of the wild concepts, mainly expressed through maths, that many adherents of them take for granted. While sort systems aren’t necessarily as flashy or useful, they form the fundamentals of a language’s way of handling types.