Thomas Steiner (@tomayac)

Now at @tomayac@toot.cafe

The below is an off-site archive of all tweets posted by @tomayac ever

February 13th, 2021

@simevidas Let’s ask @____lighthouse. Visual context of the discussion: https://t.co/yx1jEWwdUC

via Echofon

@simevidas @mmatuzo I like the cursor idea. The Font Awesome community has come up with the concept of inverting the external link icon: https://t.co/iy35yFkWDs.

“`css
a[href^=”#”] {
cursor: ns-resize;
}

a[href^=”#”]::after {
/* Icon from https://t

via Echofon

@agektmr Hiragana is a really great idea! Dispute settled:

“`html
<ruby>
GIF
<rt>
ぎふ
</rt>
</ruby>
“`

I love `<ruby>`: https://t.co/XL1vn9Upv8

via Echofon

@simevidas You could (#YOLO), but in practice you should still use `src` just in case. See the demo from my first reply: https://t.co/xfIG0L1TlE.

via Echofon

@DotProto What you’re looking for is called inflectors in the field of natural language processing. The go-to library is called natural, here’s the documentation on its inflectors: https://t.co/bsesvfv9ge. It’s best run on a server, but works on the

via Echofon