𝓐𝓷π“ͺ𝓽𝓸𝓡

39 Followers
59 Following
182 Posts
likes web development and TV series
jesus christ wolfram alpha, I'm sorry I asked
Every. Video call. Ever.
Which idiot decided that it's a good idea to allow the digit zero and the letter O in BIC codes?

Game of Thrones season 8 should be officially rated as 3.6 Roentgen, because fanbois will insist it was "not great, but not terrible" through willful self-deception, while the rest of us recognize that the f'n core exploded.

#gameofthrones #chernobyl #tv

Oh hey, I should post this here too! I made a CSS-only async chat by using background-image requests to send data and long-running http requests to return it.

https://github.com/kkuchta/css-only-chat

GitHub - kkuchta/css-only-chat: A truly monstrous async web chat using no JS whatsoever on the frontend

A truly monstrous async web chat using no JS whatsoever on the frontend - kkuchta/css-only-chat

GitHub

TIL: #bash provides pseudo devices for TCP and UDP connections:

echo "hello" > /dev/udp/127.0.0.1/1337

or

exec 5<>/dev/tcp/www.google.com/80
echo -e "GET / HTTP/1.0\n" >&5
cat <&5

I'm baffled how I've never discovered that until today.

Turing test.

Do you use tail -f ?
Love those annoying "are you watching" messages on Netflix?
Ever thought.. gee I wish I could combine both these things?

You wish has come true with tailflix!

https://github.com/walaura/tailflix

walaura/tailflix

drop in replacement for tail -F that asks you if you are still watching - walaura/tailflix