314 private links
They use common logic in Rust. The diagram is definitely interesting.
à suivre
Une alternative de Wordpress en Typescript par Cloudflare. Le CMS est basé sur le framework Astro.
Les plugins sont enclavés afin d'éviter des failles de sécurités.
Les plugins sont cependant uniquement compatible avec les Cloudflare Workers, ou alors NodeJS avec SQLite ou Postgres.
cf: https://blog.cloudflare.com/emdash-wordpress/ qui cite 42 fois le mot Wordpress
The boilerplate needed, the first metadata title, link, description and the many additional optional values.
Dates in RSS conform to RFC 882
Each RSS feed has items. Each feed can contain the entire content, unabridged, or a summary of the content and that it should be read on the site.
Atom is XML-based but is a little bit stricter and more finely specced than RSS.
JSON feed is the newest format discussed around. It has similarly.
RSS can be auto-discovered with the link tag in HTML.
Gotchas:
- use absolute URLs for media in the RSS feed. RSS Readers can be disconnected from the origianl domain.
- escape HTML entities in XML or use CDATA wrappers.
- Web-based RSS readers have CORS rules to follow. Setting an
Access-Control-Allow-Origin: *is mandatory header on your XML/JSON files ensures these web-based clients don’t get blocked by security policies. - the readers have limited display
- validation via the W3C Feed Validation Service or the JSON Feed Validator.
Read the RSS 2.0 Specification, the Introduction to Atom, the RFC 4287: The atom syndication format or the JSON feed version 1.1 Explainer.
Comme les humains sont assez mauvais à créer des logiciels sans bugs, Rust est grâce au compilateur un très bon moyen d'en éviter un certain nombre.
Now I get it why I see links to this website.
The website offers news, technology reviews, and opinion articles, as well as an IRC server and forums. Over 345,000 users have registered for the forums,[6] making over 11,000,000 posts as of June 2016. Two projects initiated by members of the Neowin community include a community game server for Team Fortress 2[7] and a Folding@home team.
Recently, Nextcloud, IONOS, and a bunch of other European tech companies came together to launch a new open source project called "Euro-Office", described as a "sovereign replacement for Microsoft Office with intuitive interface and strong compatibility backed by European open source community. Now, ONLYOFFICE has suspended its 8-year-old partnership with Nextcloud, citing license violations after the Euro-Office coalition forked the ONLYOFFICE repo.
They [...] claimed that ONLYOFFICE discourages contributions, ignores pull requests, and lacks transparency, since commit messages frequently reference internal issue trackers only.
ONLYOFFICE is criticized by its open-source competitor LibreOffice for being fake open source. The software defautls to Microsoft Office formats.
En pratique, la bêta d’Ubuntu 26.04 consomme environ 1,4 Go de mémoire vive au repos, témoigne un internaute sur Reddit.
Ce qui a tout changé, c’est l’introduction des fils algorithmiques. En mars 2016, Instagram bascule d’un flux chronologique à un flux trié par performances.
il y a un deuxième phénomène, plus insidieux. Internet est devenu ironique. Profondément, structurellement ironique. Tout est du second degré.
Tumbl était meilleur car les conditions économiques et techniques n’avaient pas encore transformé les plateformes en machines à attention optimisée.
A reminder, because the usual users only see "the Windows Desktop PC"
Mon code en PHP qui mange du HTML et sort du text/plain, sans les tags, mais en conservant au mieux les retours à la ligne, retirant les liens du corps du texte pour les lister tout à la fin.
En particulier, il s’agit ici de parser des e-mails au format HTML, et de les convertir en text/plain. Problème : beaucoup d’e-mails HTML sont fait avec des tableaux et beaucoup de bruit bien dégueulasse.
There is a way to performs actions while connecting a keyboard (of course!).
It's a udev rule.
- The apology estimate
- Deploy fear
- The “Don’t Touch That” File
- The Coverage Lie
- Time to first commit
The author has a signal score from 0 to 2 for each points.
133 qubits cracked a 22-bit RSA key (484 possibilites compared to the current 6.76e+171 current possibilites of a 120-bits key). https://forklog.com/en/quantum-computer-cracks-tiny-cryptographic-key/
It seems 100 000s are needed to crack current cryptography. https://www.newscientist.com/article/2516404-breaking-encryption-with-a-quantum-computer-just-got-10-times-easier/
A feedback about handling errors properly instead of a one big error enum.