"danger" is the middle name of a friend of my former neighbour.
Hypolite Petovan likes this.
Hypolite Petovan likes this.
experiment of the day:
git.sr.ht/~fabrixxm/zint-vapi
Vala bindings for Zint barcode generator library , with a simple Gtk UI to generate barcodes
like this
Sylke Vicious reshared this.
Tobias Bernard likes this.
Fabio likes this.
Thib likes this.
like this
Must o don't? ⭐️ likes this.
Version 0.4.1 of Confy, the conferences schedule viewer for GNOME, has been tagged.
This release comes with support to libhandy 1.
A confy-git package on AUR has been created, for those of you using #archlinux
I've removed links to flatpak on project page because it never worked as it should. I'm planning to add Confi to flathub in a future.
I should start to write a propert changelog :)
like this
Thib reshared this.
like this
like this
>sfb< SigmundFreud'sBartender likes this.
Michele Leonardo likes this.
Elena ``of Valhalla'' likes this.
Il comune ha acquistato un sistema di riconoscimento facciale e tracciamento dietro spinta di Huawei, e ha messo in piedi un test nel parco di fronte alla stazione. Il garante ha dichiarato illegale il sistema. Spreco di soldi, procedure fumose, amori e colpi di scena: non manca niente.
Da leggere anche l'articolo di Wired Italia di giugno.
magari se mettevo il link era meglio
Da leggere anche l'articolo di Wired Italia di giugno.
like this
Sylke Vicious reshared this.
like this
like this
Kranfahrer reshared this.
Piccola aggiunta: in entrambe le prove ho configurato il mio account nextcloud in "Account online" e senza dire ne "a" ne "bah" mi son trovato i contatti e il calendario sincronizzati. L'app Calendario non è propriamente pronta per il piccolo schermo. Per Contatti nessun problema.
Ancora non ho messo la SIM per vedere se telefona :D
Tonton Th likes this.
So, looks like #archlinux enabled pam_faillock by default, with default options so if you fail to input password 3 times in 15 minutes (in login, screen unlock or sudo), you are locked out for ten (10) minutes !!
Quite extreme, for people like me that have multiple devices with different password that can be connected to same keyboard, which leads to input wrong password at first (even second) try from time to time; add to this that I lock the screen quite often and you get a quite annoying picture..
If you are like me and you don't want to disable this because can be useful, but mostly because you don't want to fiddle with pam config file, you can edit /etc/security/faillock.conf and set more sane settings. (thanks to this forum thread)
If you get locked out, but you have root access, you can reset the lock with
# faillock --user yourusername --reset
Sebastian "spaetz" Spaeth
in reply to Fabio • • •How did you know I need this! ?
My meagre attemt is here:
gitlab.com/sspaeth/speedticket…
Sebastian "spaetz" Spaeth
in reply to Sebastian "spaetz" Spaeth • • •and also, can it get a Gtk.Image somehow? I was able to a) either save it to a file or retrieve an in-memory bitmap which could not be easily squeezed into a Gtk.Image.
Going to check it out.
Fabio
in reply to Sebastian "spaetz" Spaeth • •You can load the bitmap into a Gdk.PixBuf, then you can do whatever.
git.sr.ht/~fabrixxm/zint-vapi/…
I wanted to have the
bitmapfield asuint8[], mostly because looks vala-y and because it's what is inGdk.PixBuf.from_data()'s signature).I found that it needs a length to works with
Gdk.PixBuf.from_data(), so I added theget_bitmap()method to set the length.. It works but I don't know if it's the correct solution... there so much things I'm not sure about and docs are useful only up to a point...(as a side node, the
zint.hheader I have on disk has abitmap_byte_lengthfield which would be so good to use as length value forbitmap(setting it directly in field's annotation in vapi) but looks like is not used and docs doesn't mention it.....)Sebastian "spaetz" Spaeth
in reply to Fabio • • •YOU ARE THE HERO OF MY DAY!
like this
Fabio e clacke: exhausted pixie dream boy 🇸🇪🇭🇰💙💛 like this.
Fabio
Unknown parent • •