@AHg

92 Followers
229 Following
904 Posts

Kein Geheimnis: Wir sind große Fediverse-Fans!

Auf Plattformen wie X, Instagram oder TikTok nehmen Hass, Rassismus und Desinformation zu – während Tech-Konzerne massenhaft persönliche Daten sammeln.

🌱 Das Fediverse bietet echte Alternativen – offen, dezentral, gemeinschaftlich.

👉 Zum Lesen & Weiterleiten für alle, die ihr überzeugen wollt:
Im Blogbeitrag haben wir zusammengefasst, was das Fediverse an tollen Alternativen bietet:
🔗 https://blog.wikimedia.de/2025/07/03/fediverse/

#Fediverse #Mastodon #Pixelfed

Poor man's signals

Signals are all the rage over in frameworkland, so let's bring them to vanilla JS.

I like the #JS #Proxy way to create #Signal from @cferdinandi. Started to play around with that code base with notify / subscriber instead of CustomEvent.
And try to find out if "computed()" is possible add.

Works with ssh via shell too... No askpass needed for shell pin prompt. Just need to pick the right provider:
/usr/lib/pkcs11/libeToken.so

ssh -I provider user@server
OR force by ssh client config ~/.ssh/config:

PKCS11Provider /usr/lib/pkcs11/libeToken.so

Added #smartcard / #etoken support to #chrome to #manjaro #gnome with #opensc / #pcscd. Works fine client certificate auth in browser, but fails with ssh connection in shell. askpass installed. Looks like etoken is requested, but no pin prompt.
Any idea which pakage could be missing?
I searching for a (more or less) Produktion ready #linux for #mobile... I have an oneplus 7, pinephone and would by a new smartphone If there is nice linux available? Maybe @postmarketOS ? Or another one?
Ready about the plan to replace #chromebook #ChromeOS with #android based os 🤔

Which is the best #linux distribution for #microsoft #surface Go 2? Webcam Support Would be great because using browser based video calls...

#surfacego

Hi @scottbrady,

found your article during debugging openssl_verify problems with ecdsa keys...

https://www.scottbrady91.com/jose/jwts-which-signing-algorithm-should-i-use

Looks like openssl @ php not supports ecdsa (also not with sha-1) and browsers (webcryptoapi) not support eddsa.

I liked the short ecdsa exported string converted keys. Tested RSASSA-PKCS1-v1_5, but keys much longer...

JWTs: Which Signing Algorithm Should I Use?

Learn the difference between each JOSE algorithm (e.g. RS256, ES256, EdDSA) and how to choose the best one available to you.

Scott Brady
Mh... Looks like php openssl_*() not supporting ECDSA for sign / verify with sha-256 and no more with sha-1
The method "openssl_get_md_methods()" no more shows "ecdsa-with-SHA1"...
😞