Hírolvasó
Fedora moves towards Forgejo (Fedora Magazine)
Fedora Project Leader Matthew Miller reports that the project's search to replace Pagure as its git forge is almost complete, with the Fedora Council strongly in favor of Forgejo:
The Council, currently, has a clear preference for Forgejo. This is a big decision and we don't want it to feel rushed. Therefore, we're opening this up one last time to everyone's comments. After two weeks, we'll take our formal vote — and then get on with the work!LWN looked at Forgejo in February.
Walleij: New ARM32 Security Features in v6.10
PAN is an abbreviation for the somewhat grammatically incorrect Privileged Access Never. [...]
For modern ARM32 systems with large memories configured to use LPAE nothing like PAN was available: this version of the MMU simply did not implement a PAN option.
As of the patch originally developed by Catalin Marinas, we deploy a scheme that will use the fact that LPAE has two separate translation table base registers (TTBR:s): one for userspace (TTBR0) and one for kernelspace (TTBR1).
[$] The return of RWF_UNCACHED
Hurl 6.0.0 released
Version 6.0.0 of the Hurl command-line tool has been released. Hurl is a curl-powered utility that runs HTTP requests and tests defined in a plain-text Hurl file. Notable features in this release include the ability to generate dynamic values with functions, shorter syntax, and an option to export Hurl files to a list of curl commands. See the release notes for a full list of changes and downloads.
"Első fokon 2 év 8 hónap börtönt kapott a férfi, aki kormányülés felrobbantásáról kommentelt Orbán Viktor Facebook-posztja alá"
Security updates for Wednesday
"Bemutatta a Jaguar, hogy képzelik el a luxusautózás jövőjét"
Jövő héttől már tényleg keményít a Max
A megtakarítással rendelkezők 9-18%-a nem érti, hogy miért nem gyarapszik a pénze
Meghalt a Touch Bar, éljen a Flexbar!
2026-ig biztos a holland nagydíj az F1 versenynaptárában
Gyengélkedőn a hajtogatható mobilok piaca
Gelsinger távozásával megkezdődött az évtized fejvadászata
Küszködik a ChatGPT keresője a forrásmegjelöléssel
"Már nem Bécs a világ legélhetőbb városa"
Rég érkezett ilyen kevés panasz a távközlési cégekre
John Carmack-ot aggasztja, hogy eltávolítják Pat Gelsinger-t az Intel éléről
[$] Rust's incremental compiler architecture
The traditional structure of a compiler forms a pipeline — parsing, type-checking, optimization, and code-generation, usually in that order. But modern programming languages have requirements that are ill-suited to such a design. Increasingly, compilers are moving toward other designs in order to support incremental compilation and low-latency responses for uses like integration into IDEs. Rust has, for the last eight years, been pursuing a particularly unusual design; in that time compile times have substantially improved, but there's still more work to be done.