https://bytes.4-walls.net/kat/dotfiles/src/branch/main/config/.local/bin/dict
https://bytes.4-walls.net/kat/dotfiles/commit/b5ca2e0eaba3cbc0cf0898926ffcb0bb064d17c7
# I am the Watcher. I am your guide through this vast new twtiverse. # # Usage: # https://watcher.sour.is/api/plain/users View list of users and latest twt date. # https://watcher.sour.is/api/plain/twt View all twts. # https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri. # https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject. # # Options: # uri Filter to show a specific users twts. # offset Start index for quey. # limit Count of items to return (going back in time). # # twt range = 1 220809 # self = https://watcher.sour.is?offset=220809 # prev = https://watcher.sour.is?offset=220709
_NET_WM_ICON
(which holds image data for icons) is an array of “cardinal”. I am already not really familiar with that word and I’m assuming that it comes from mathematics:0x11223344
with 0x11
being the alpha channel, 0x22
is red, and so on.uint32_t
, right?char
for 8-bit stuff, short int
for 16-bit, and long int
for 32-bit:x86_64
, the type long int
is actually 64 bits wide.long int
, because uint32_t
didn’t exist, yet.items
is a dict containing … a list of two other dicts? Right?json.loads()
and you’re done.
items
is a dict containing … a list of two other dicts? Right?json.loads()
and you’re done.
pinentry
, which is used to safely enter a password on Linux, has several frontends. There’s a GTK one, a Qt one, even an ncurses one, and so on.pinentry
. And you can configure your frontend of choice here in gpg-agent.conf
.pinentry
is a shellscript wrapper and it’s not even that long. Here it is in full:ldd
? To find out if all the required libraries are installed for the auto-detected frontend?pinentry-gtk
on one machine and pinentry-gnome3
on another, when both machines had the exact same configs. Yeah, but different libraries were installed. One machine was missing gcr
, which is needed for pinentry-gnome3
, so that machine (and that one alone) spawned pinentry-gtk
…
pinentry
, which is used to safely enter a password on Linux, has several frontends. There’s a GTK one, a Qt one, even an ncurses one, and so on.pinentry
. And you can configure your frontend of choice here in gpg-agent.conf
.pinentry
is a shellscript wrapper and it’s not even that long. Here it is in full:ldd
? To find out if all the required libraries are installed for the auto-detected frontend?pinentry-gtk
on one machine and pinentry-gnome3
on another, when both machines had the exact same configs. Yeah, but different libraries were installed. One machine was missing gcr
, which is needed for pinentry-gnome3
, so that machine (and that one alone) spawned pinentry-gtk
…
/short/
if it's of this useless kind. Never thought that they ever actually will improve their Atom feeds. Thank you, much appreciated!
|
represent full images, .
just subsequent deltas:
Original start of video
↓
|......|.....|........|......|..
↑ ↑
Cut point Cut point
Resulting video:
....|.....|........|....
↑↑↑↑
This is where it freezes