Hańba! - Hoży i świeży #słucham #nowplaying https://www.youtube.com/watch?v=owofrIxkfJc
#python
import ctypes
libcap = ctypes.CDLL("/lib/x86_64-linux-gnu/libcap.so.2")
libcap.cap_to_name.restype=ctypes.c_char_p
def cap_to_text(c):
t = []
for i in range(64):
if (c & (1<<i)):
t.append(libcap.cap_to_name(i).decode("ascii"))
return "+".join(t)
What's your favorite #woodworking song? https://www.youtube.com/watch?v=ZMTheB3pGSc Florence And The Machine — My Boy Builds Coffins
Sooner or later every YT channel becomes a #woodworking channel. https://www.youtube.com/watch?v=BHBQZAbjqwQ
PROBASS ∆ HARDI — ДОБРОГО ВЕЧОРА (WHERE ARE YOU FROM?) #nowplaying #słucham
https://soundcloud.com/probasshardi/probass-hardi-dobrogo-vechora-where-are-you-from
This is a very important #woodworking video. Do watch till the very end. https://www.youtube.com/watch?v=unOyXB62Xqo
Newer version of radicale CardDAV server require UID. #linux
grep -r -L ^UID: ~/.local/var/lib/radicale/collections/collection-root/steelman/24b3f858-f15a-46a8-99a8-f306967793d9/ | xargs perl -i -MData::UUID -pe 'BEGIN {$ug = Data::UUID->new;}if (m/^END:VCARD/) {print "UID:", lc($ug->to_string($ug->create())), "\n"}'
time evtest /dev/input/event2 | perl -ne 'next unless (m/EV_KEY\), code \d+ \((KEY_[^)]+)\), value 0/); $stats{"$1"} += 1; END {foreach (keys %stats) {print "$_,$stats{$_}\n"}} BEGIN{ $SIG{INT} = sub { die "Caught a sigint $!" };}'
keyboard stats logger on #linux
6LoCAN, what a concept! https://datatracker.ietf.org/meeting/106/materials/slides-106-6lo-ipv6-over-can-6locan-01 #IoT
#decentralised git forge. it looks interesting. https://radicle.xyz/
Use "git branch --edit-description" and "git format-patch --cover-from-description" to manage your cover letters. #linux
From what I read FIDO2 authentication seems like an interesting thing. Those, who know how TPM works might find this post by James Bottomley helpful in learning about FIDO2. https://blog.hansenpartnership.com/webauthn-in-linux-with-a-tpm-via-the-hid-gadget/
Cassetteboy vs Boris Johnson 2021 https://www.youtube.com/watch?v=PLITXTXBS1s
Proletaryat — Pokój z kulą w głowie
https://www.youtube.com/watch?v=SkatntpCpMY #słucham #nowplaying
Memory leaks can be a security issue. https://www.youtube.com/watch?v=IxXaizglscw