Releases a few updates to #asn1js today:
- asn1js 2.0.5 now supports LDA messages ASN.1 schema (RFC4511) and improved
CHOICE
matching - #vscode plugin 0.2.0 published on both OpenVSX and Microsoft marketplace
A Lodi: Due giorni dedicati alle donne
Si chiama “Libere tutte! Autodeterminazione e diritti sessuali“ l’iniziativa organizzata da Rumorosse a Lodi sabato e domenica al Teatrino Giannetta Musitelli. Sabato alle 10.30 mostra fotografica The Price of Choice - Il Prezzo della Scelta di Kasia Strek e info point sui progetti Mutandine Mestruali di Snoq, Povertà mestruale di Famiglia Nuova e Consultorio Asst di Lodi. Prevista la performance di danza del gruppo donne del futuro. Saranno allestite postazioni di Fille Rouge - lotte per i diritti sessuali e Ivg sicura, informative di medicina di genere, vendita di libri. alle 14 inizierà il laboratorio “Solo sì è sì“ dove ci si confronterà sul consenso, partendo dai testi dei “Diari di bordo della sorellanza“ con Rumorosse e Psicopolis. alle 18.30, al teatrino, interverrà Roberta Lazzeri, attivista di Pro-choice Rete italiana contraccezione e aborto.
40 giorni di quaresima per i nostri diritti sessuali e riproduttivi
E' iniziata la quaresima, Pro-choice Rete Italiana contraccezione aborto ha iniziato sui suoi social una campagna "Preghiamo per i nostri diritti sessuali e riproduttivi. Unisciti a noi in 40 giorni di preghiera per la giustizia riproduttiva". La campagna ha preso spunto dall'associazione messicana Fonfo Maria, che la fa ogni quaresima da vari anni.
#ivg #aborto #antiabortisti #prochoicefeminist #prochoiceisprolife #prochoice
Gli antidiritti ricominciano la loro campagna antiaborto davanti all'ospedale di Modena
Modena, parte la veglia anti-aborto davanti al Policlinico. Contro protesta delle attiviste Pro-choice
L'assessore alla Sanità dell'Emilia-Romagna in consiglio: "Le veglie in prossimità degli ospedali possono essere sentite come pressioni psicologiche, mentre dobbiamo garantire l’accesso previsto per legge in maniera serena".Eleonora Cirant (Il Fatto Quotidiano)
On Unix and gaming and SIGINFO
I used #Linux a bit in the days when Slackware was recent, then a friend of mine suggested #FreeBSD (4.7 at the time) and it was love at first sight. After that day, I used FreeBSD on all the servers I am the admin of, and also on my office desktop PC. Still very happy about my choice.
At home, on the other hand, I always needed to keep Windows to cater my gaming habit (no, I don't like dual booting at all, as I often game for a short time while keeping tens of other programs open and ready to use afterwards). Resorting to CygWin to have Unix tools, which I later substituted with WSL 1 (WSL 2 doesn't properly support IPv6 and also it occupies Hyper-V and thus forces VirtualBox in "turtle mode", so it is a no go for me), happily enough for a couple of decades.
Enter Steam creating Proton (out of Wine), making gaming on Linux a common and accessible thing almost overnight (of course it was possible for a long time already, but mostly retro-gaming and via emulators).
So, as an experiment, in the desktop PC I keep at my significant other's home I decided to try and avoid Windows… I tried FreeBSD for a couple of days, but running Proton on my nVidia 1070 card was very difficult (if at all possilble, I wonder) so, contrary to my convictions, I tried Arch Linux (mainly because it is the one Steam Deck is based on, and the fact that AUR is very similar to the FreeBSD Ports I love and use daily) and… even if #ZFS (I filesystem I cannot do without, ever) is not officially supported and using it via DKMS is a bit of an hack, that only took me 2 hours to conquer and from there it was all much smooth and easier that I dared dream. In only a couple more hours I had everything working at first try, all "by default" and with no need for extra configuration, including things like: nVidia with 3D and CUDA support, USB webcam, Wi-Fi printer/scanner, Bluetooth USB dongle.
I am impressed. 2024 might really be the "Linux on desktop year" as some say, for sure it was for me (at least in this PC, I'm still not migrating the existing Windows setup for now — but someday I will).
Now, ironically, the thing I feel absence mostly is control-T support in the terminal, which on BSD sends a SIGINFO which makes most programs print a status report on stderr. It is something that on Linux wasn't included "mostly out of laziness" as reported by Theodore Ts'o in 2014, but is still missing.
I am of course using FreeBSD on all the servers and hoping that FreeBSD will catch up on ease of use on the desktop to change to it again, but right now… I like using Linux better than Windows+WSL.
Tech Cyborg reshared this.
I'm actually not sure… there's also the fact that I end up doing some devops on RedHat for work and had some past Ubuntu experience on Windows WSL too (I recently switched to Arch also on WSL).
I don't really like systemd, but in the end I don't hate it as much as I thought and I will not remove it from the system (I'm not even sure if that's possible); what I really like is that packages are (IMvHO) "properly updated" just like on FreeBSD, I really really dislike Debian approach "old is more secure" (which is not, IMHO, and sometimes is even spectacularly worse just because of that approach).
Future of Mozilla (and) Firefox
… but I am also more and more worried each and every time a new article about #Mozilla hits the news. 😞
(I look forward to #Servo too, but that's a partly different issue)
Matteꙮ Italia reshared this.
Just in case you need a NodeJS script to sort extended #ZSH history which doesn't break on multi-line entries:
#! /usr/bin/env node
const fs = require('fs');
const lines = fs.readFileSync(process.argv[2], 'utf8').split(/(?<=[^\\])\n/);
lines.sort((a, b) => a.split(/:/)[1] - b.split(/:/)[1]);
fs.writeFileSync(process.argv[2], lines.join('\n'), 'utf8');
Sort extended ZSH history (works with multi-line entries)
Sort extended ZSH history (works with multi-line entries) - zsh_history_sort.jsGist
ssh banner seems not to follow RFC · Issue #97 · rapier1/hpn-ssh
The current ssh banner defined in ssh_api.c:423 is this: sshbuf_putf(banner, "SSH-2.0-%.100s\r\n", SSH_RELEASE) and the constant is defined in version.h:3-7 as: #define SSH_VERSION "OpenSSH_9.7" #d...GitHub
#golang Fediverse please help a Go-noob: is it possible to get the `git describe` string from a `go install github.com…@latest` type installation?
In order to use for `--version` output, that in various projects report no version when installed that way.
E.g.:
% go install github.com/walles/moar@latest
% moar --version
Should be set when building, please use build.sh to build
ASN1js tree mode
I like that, but it's a huge change to the website historical look&feel #UX.
What do you think about it?
Better? Worse? Can be further improved?
I did that using OpenSSL CLI and Perl github.com/wllm-rbnt/asn1templ…
GitHub - wllm-rbnt/asn1template: Convert DER or PEM encoded ASN.1 structures to an equivalent textual description compatible with OpenSSL's ASN1_generate_nconf(3) function
Convert DER or PEM encoded ASN.1 structures to an equivalent textual description compatible with OpenSSL's ASN1_generate_nconf(3) function - wllm-rbnt/asn1templateGitHub
oh! I didn't know you were on Mastodon.
Thank you SO MUCH for making asn1js. It was absolutely instrumental in my recent escapades into the world of DNSSEC.
Genuinely an inspiring tool.
ASN1js now (also on) ESM
I released a 'next' version of #ASN1js on npm which drops any AMD/UMD boilerplate and only uses ES6 modules.
I'm waiting for the forthcoming #NodeJS sync require(esm) in order to release that as a default version, because it seems unreasonable to force library users to do everything async.
Any thought on that? #library #JavaScript
Quoto @Stefano Zanero da Twitter:
La follia sta degenerando (come era logico e scontato succedesse).
Piracy Shield va SMANTELLATO. Va smantellato ora.
like this
reshared this
Per guardare i siti porno servirà un documento: cosa prevede il piano di AgCom per la verifica dell’età
Con la Delibera 61/24/CONS di AgCom si inizia un percorso per portare in Italia uno strumento dedicato alla verifica dell'età degli utenti su Internet. Negli Stati Uniti questi strumenti sono già stati adottati, non sempre con ottimi esiti.Valerio Berra (Innovazione Fanpage)
On February 1st 2024, AWS will start charging for IPv4 addresses. This will cost $0.005 per hour -- around $4 month
This is a very nice idea, and finally happening on a global scale.
Hetzner started charging IPv4 addresses (or rather, allowing a discount if you do without: the total price is the same it was before) since a few years and I guess that's working fine for them.
like this
Download Hetzner CSV invoices
I made a little script to automatically download all my #Hetzner CSV invoices in a single file (or rather, one file per page):
let elem = Array.prototype.slice.call(document.getElementsByClassName('btn-download')).map(e=>e.href).filter(u=>u.endsWith('/csv'));
let numbers = elem.map(u=>/invoice[/]([^/]+)/.exec(u)[1]);
let filename = 'invoice-' + numbers[0] + '-' + numbers[numbers.length - 1] + '.csv';
let csv = '';
for (let url of elem)
csv += await (await fetch(url)).text();
let a = document.createElement("a");
a.download = filename;
a.href = a.href = "data:text/csv,"+encodeURIComponent(csv);
a.click();
Updates available as GitHub gist.
They broke #RSA 2048 using quantum computing on a commercial phone.
Yeah, sure. 🤣
like this
Luca Sironi reshared this.
Lots of hot air and insanity there.....
FYI, databreachtoday.com/blogs/rese…
See for example the paper Gerck "published" where he claims Pi is "an unbounded series of rational numbers":
preprints.org/manuscript/20230…
Researcher Claims to Crack RSA-2048 With Quantum Computer
A scientist claims to have developed an inexpensive system for using quantum computing to crack RSA, which is the world's most commonly used public key algorithm. If true, this would be a breakthrough that comes years before experts predicted.www.databreachtoday.com
Giornalismo italiano (ed europeo) su Mastodon?
Interessante questo post di raccolta di testate giornalistiche che stanno man mano migrando sul Fediverse, tracciato con il tag #newstodon.
Chissà se qualcuno ha preparato una lista simile ma relativa all'Italia o all'Europa?
Luca Sironi likes this.
Luca Sironi reshared this.
sarebbe veramente una svolta. Senza pensarci, di non bot, mi viene in mente solo @valigiablu
seguo altri giornalisti italiani con account personali, se solo ci fossero le testate…
Matteo Zenatti likes this.
Super-interesting thread about government-frustration-based #opensource, a small server that scrapes prices from major groceries and a completely client-side PWA to search thru it.
Would love to see an Italian fork of this.
Kudos to @Mario Zechner
reshared this
Yes, so much this!
How I want to learn [your thing]:1. Text on website
2. Text on paper
…
2328. Spraypainted on side of cow
2829. Video tutorials
(MarkKriegsman on Twitter 2016-06-06)
Corey Bonnell reshared this.
I notice that I go to twitter nowadays almost exclusively for news about #AI #LLM #neuralNetworks and it seems most of the contents are still there.
(On the other hand, e.g., infosec people seems to be most active here on the Fediverse.)
Is there any "user cluster" I didn't notice or subscribe to on those arguments in here, or do you think I might be right?
James Neno reshared this.
#VictoriaMetrics is getting better and better, even on my home installation RAM usage went down from 958 MiB to 381 MiB upgrading from 1.87.6 to 1.93.0. 🎉
…and if you're still using plain old #Prometheus do know that Victoria Metrics is a plug-in #OpenMetrics replacement (even the scraping file is compatible) and everything will be faster and both RAM and disk usage will go down dramatically.
https://twitter.com/VictoriaMetrics/status/1692504615139320064
VictoriaMetrics reduces memory usage by up to 5x starting from v1.92 😎twitter.com
AAAA glue records
I didn't notice but it seems that in 2019 italian registration authority (finally!!) added support for AAAA glue records, necessary for recursive #DNS resolution based purely on #IPv6 connections.
My registrar #ArubaIT still doesn't support that in the web interface, but they were nice and fast doing that manually when I opened a ticket.
And thus, finally, after many years of wait this is finally possible:
% drill -T6 aaaa lapo.it | fgrep AAAA
lapo.it. 86400 IN AAAA 2a01:4f8:151:1d7::7
PS: unfortunately ldns’ drill
does not yet show glue records explicitly during a trace, but I will wait on that too.
Frightening. #OpenSource #EU
EU policymakersPolicymakers haven't really thought this one through, have they...If you think you participate or use open source in any way (and these days, the answer is a resounding YES), this should concern you.
Decode encrypted KNX projects
Decode encrypted KNX project using NodeJS
Decode encrypted KNX project using NodeJS. GitHub Gist: instantly share code, notes, and snippets.Gist
VictoriaLogs is here!
#VictoriaMetrics #ElasticSearch #ELK
C S reshared this.
- VictoriaLogs uses 2.2× less CPU than ElasticSearch
- VictoriaLogs uses 28× less RAM than ElasticSearch
- VictoriaLogs uses 13× less disk space than ElasticSearch
- VictoriaLogs performs typical log analysis queries faster than ElasticSearch
Roberta Lazzeri
in reply to Roberta Lazzeri • •Roberta Lazzeri ha taggato stato di Roberta Lazzeri con #IVG
Roberta Lazzeri
2025-03-05 12:11:42
Roberta Lazzeri
in reply to Roberta Lazzeri • •Roberta Lazzeri ha taggato stato di Roberta Lazzeri con #prochoiceisprolife
Roberta Lazzeri
2025-03-05 12:11:42