µblog - archive for 2022-04

home | archive | about | subscribe

Wishing she could call him “Heartbreak”, but it’s not a boy’s name

Saturday, 30 April 2022

A Make trick

The way this blog works is by running a Perl script with a big ole Markdown text as input. I wanted to keep my files logically separate, including the big dump of Tweets I’ve exported. So I wanted to do the following:

My first attempt looked like this

content.in: *.md
	cat *.md >> content.in

But that of course just grew content.in every time it was run. I did try a rm content.in as a first command, but that felt inelegant.

With the help of @gwozniak in lobste.rs chat, I came up with this instead:

content.in: *.md
	cat $^ > $@

Nice, simple, and inscrutable. Make at its best.

A good analogy to Ockham’s Razor is the pseudo-Marxist:

if something seems illogical, it’s that way because it makes people money

For example: content that used to be on blogs is now on YouTube, which is less convenient, harder to search, and generally uses more bandwidth. Why don’t people blog anymore? Because they earn more money producing video content.

Friday, 29 April 2022

in-band data

Coming up hard against the realization that a fortune-style file format is pretty limiting.

So the format of this particular blog is a big file in fortune file format:

YYYY-MM-DD today's title 
Content
\%
More content
\%
Even more content
\%

(I’ve had to escape the percent signs to avoid the blog engine to read them as delimiters.)

So the problem with this (and this is my problem) is that I add a sequential ID to every piece of content at generation time for permalink purposes.This means that if I mess up and add a piece of content above another, it will get that ID instead.

It’s not the biggest problem in the world, but ideally every piece of content would have an immutable ID, ideally a timestamp, but that would complicate the authoring.

But at that point, you might as well just use a database. There’s an inherent limitation in keeping too much metadata in plain-text files.

Some people on Hackernews are touting a new “troll-free” app for having “conversations”. One featured user is a gentleman in his late 20s, wearing a bowtie and repping an online mag that hosts an article by Curtis Yarvin about El*n M*sk and Twitter.

Yeah, I think I’ll pass.

Thursday, 28 April 2022

Announcing my microblog

I’ve really enjoyed venting on gemini, but mostly because it’s really quick and easy to get something “out there”. But gemini itself is pretty limiting both in formatting and reach, and the recent Twitter kerfuffle got me interested in hosting my own quick-to-post solution.

So I googled a bit and found Tumblelog by John Bokma, which looked like it would tick the boxes I wanted:

While I found the general idea great, I didn’t need all the bells and whistles, so I ripped out the parts that dealt with HTML generation and shifted that to a Template-based solution.

It’s still rough around the edges - I need to figure out a better stylesheet, and I need to add feed support, but so far it’s a lot of fun and I hope I can start using it shorter stuff.

Update 2022-05-05: feeds and stylesheet added. Source is at Github.

I wonder if TwElon will restrict the use of 3rd party clients on Twitter. It all depends on if he needs to wring more money out of the site.

This microblog project is coming along quite nicely. I’ve managed to extract my old tweets so I’ll backfill this with them.

It would be too funny if the Twitter deal fell through and Elon didn’t swoop in like the great White hope his awful fans claim him to be.

JSON feed specs

JSONfeed

Validation link

So much US history makes more sense when you consider it as a massive reaction against black people.

Wednesday, 27 April 2022

Watch out NYRB, the substackers are coming for you

https://news.ycombinator.com/item?id=31184290

I like free speech so much I’ve decided to buy it

twelon

🤬 Fucking Twitter - or rather, fucking Elon

This is depressing as heck. I am convinced Twitter will become even worse, very quickly. The global right is stirring and will use Twitter in its war against decency.

I’m probably not gonna be directly affected because I’m a cis white male, but I really feel bad for “designated targets” already having a tough time there. And I really don’t want to continue to feed the beast.

Even if people move on to somewhere else, a sort of meta-community will be fractured, and the bad guys have won another battle.

tweets for 2022-04-25

“Oh no the community I love has been purchased by a coke-addled rich person!”

Twitter 2022? Try #freenode 2021

tweets for 2022-04-23

Rewatching “E.R.”. Man those people loved to intubate

post on "Severance"

Severance

There’s an adage that crops up a lot in science fiction circles: a dystopia is a future or alternate world in which things that are happening right now happen to white people. It’s reductive, and not a little bit mean, but there’s a lot of truth to it.

See also

tweets for 2022-04-15

Julmust, påskmust, Elon Must

tweets for 2022-04-13

you have to wonder if the people running Russia’s troll forces are pissed their colleagues in the army has fucked everything up

tweets for 2022-04-12

Standard procedure when a previously unknown domain appears on the HN frontpage is to do some basic research to find what corner of the IDW it inhabits

Eliza is my waifu

tweets for 2022-04-07

You gotta wonder if at some point Musk’s cosplay as edgy memelord is gonna negatively impact the sales of the products his companies make

I’ve had a smartphone for more than a decade and I finally lost my cracked screen virginity

tweets for 2022-04-05

Nice to get an evil face on a normally faceless evil corporation

Archive

  Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2023 59 41 61 47 38 1
2022 3 8 14 23 126 44 47 22 37 40 113 43
2021 21 7 15 7 8 14 1 3 13 13 4
2020 16 13 18 9 7 10 2 7 11 3 18 8
2019 5 21 10 7 23 13 8 10 11 6 12 6
2018 14 28 24 10 9 7 18 7 14 4 7 2
2017 13 26 15 14 21 13 3 13 7 7 25 18
2016 21 56 35 28 36 27 17 8 28 21 13 6
2015 16 10 32 13 11 14 4 16 33 34 44 11
2014 16 37 9 18 17 12 23 28 42 24 9 12
2013 67 88 44 50 33 23 18 19 51 52 47 37
2012 22 56 10 54 95 48 42 48 42 54 36 60
2011 63 41 51 54 38 37 45 31 66 35 23 19
2010 152 188 129 154 111 117 53 115 114 125 102 89
2009 234 246 270 280 270 278 106 164 224 199 186 147
2008 45 121 135 178 146 154 158 154 145 151 133 169
2007 3 1 44 76 38 30 27 79 110 182 68 30
2006 23 14 5 2 10 6 1 12 11 12 4 13
2005 1 1 12 8
2004 1 2

Generated on: 2023-06-04T17:01:35+00:00

Copyright © Gustaf Erikson 2004–2023. All rights reserved.