Writing vs AI: It's Worth Doing Badly

2025-05-06 10:24am

LLMs, when to use them, and if we even should, are the hot-ticket question of the day. (Well, minus the facism) I loved [Clayton Ramsey's take](https:...

Finding the centre of a web page

2025-03-11 11:45am

I wanted to quickly find the centre of a page so I could visually confirm for myself that an element was placed smack dab in the middle. Maybe there's...

TIL - Knolling

2024-05-29 2:10pm

**Knolling**: The process of arranging objects so they are parallel or at 90-degree angles....

Accessible Inline Links in React Native

2021-09-21 11:30am

This isn't an entirely unique solution, but it was an interesting accessibility problem that speaks to how React Native actually handles text, and so ...

TIL - React Native Dynamic "See More" based on number of lines of text

2021-06-17 5:00pm

The solution for this problem comes fully from [this great page on Stack Overflow](https://stackoverflow.com/questions/55805233/how-to-show-for-text-m...