January 29, 2023

Tiktok may be the first electronic drug

Rather than see specificity and device limitations as an inconvenient hurdle to omnipresence, TikTok embeds itself within them—taking advantage of the fact that mobile technology limits how people engage with content and leaning into these constraints (e.g. the user only sees one video at a time and can only proceed linearly to the next video by swiping). This narrow focus enables a “flow state” to open up between the platform and spectator, as attention is entirely channeled to the content at hand.

Source: TikTok’s Greatest Asset Isn’t Its Algorithm—It’s Your Phone | WIRED

We’ve experienced this. Tiktok is extremely good at showing you things that will make your mind reach this “flow state” and then you’re just adrift in the current of swipes from one video to another, punctuated with brief stops to write a comment.

This can last for hours upon hours. We currently make it a point to check tiktok once or twice a day for fifteen, twenty minutes at a time. Catch up with the people we follow, check what drama is going on, what went viral, and then quit out of it.

Disabling notifications helps tremendously with this, as tiktok is a very pushy application when it comes to demanding your attention.

Tiktok may be the first electronic drug Read More »

WordPress is **not** a documentation system though

Writing documentation is different from writing code.

Source: Markdown, Asciidoc, or reStructuredText – a tale of docs-as-code – Dewan’s Blog

I’m currently using commonmark in vim to write my own personal documentation for things and keep running into that small issue of having to embed HTML if I want to do anything “complicated”. I’m also trying out keeping it in git… although this might be a bit of overkill.

All in all a great article on what things you need to consider if you need to implement documentation for an entire organization and you want that documentation versioned and actionable.

Yeah, git sucks, but there are other version control systems out there. Gotta mix and match.

WordPress is **not** a documentation system though Read More »