Projekt systemd schválil kontroverzní pull request, který do JSON záznamů uživatelů přidává nové pole 'birthDate', datum narození, tedy údaj vyžadovaný zákony o ověřování věku v Kalifornii, Coloradu a Brazílii. Jiný pull request, který tuto změnu napravoval, byl správcem projektu Lennartem Poetteringem zamítnut s následujícím zdůvodněním:
… více »Nové číslo časopisu Raspberry Pi zdarma ke čtení: Raspberry Pi Official Magazine 163 (pdf).
Eric Lengyel dobrovolně uvolnil jako volné dílo svůj patentovaný algoritmus Slug. Algoritmus vykresluje text a vektorovou grafiku na GPU přímo z dat Bézierových křivek, aniž by využíval texturové mapy obsahující jakékoli předem vypočítané nebo uložené obrázky a počítá přesné pokrytí pro ostré a škálovatelné zobrazení písma, referenční ukázka implementace v HLSL shaderech je na GitHubu. Slug je volným dílem od 17. března letošního
… více »Sashiko (GitHub) je open source automatizovaný systém pro revizi kódu linuxového jádra. Monitoruje veřejné mailing listy a hodnotí navrhované změny pomocí umělé inteligence. Výpočetní zdroje a LLM tokeny poskytuje Google.
Cambalache, tj. RAD (rapid application development) nástroj pro GTK 4 a GTK 3, dospěl po pěti letech vývoje do verze 1.0. Instalovat jej lze i z Flathubu.
KiCad (Wikipedie), sada svobodných softwarových nástrojů pro počítačový návrh elektronických zařízení (EDA), byl vydán v nové major verzi 10.0.0 (𝕏). Přehled novinek v příspěvku na blogu.
Letošní Turingovou cenu (2025 ACM A.M. Turing Award, Nobelova cena informatiky) získali Charles H. Bennett a Gilles Brassard za základní přínosy do oboru kvantové informatiky, které převrátily pojetí bezpečné neprolomitelné komunikace a výpočetní techniky. Jejich protokol BB84 z roku 1984 umožnil fyzikálně zaručený bezpečný přenos šifrovacích klíčů, zatímco jejich práce o kvantové teleportaci položila teoretické základy pro budoucí kvantový internet. Jejich práce spojila fyziku s informatikou a ovlivnila celou generaci vědců.
Firefox 149 dostupný od 24. března přinese bezplatnou vestavěnou VPN s 50 GB přenesených dat měsíčně (s CZ a SK se zatím nepočítá) a zobrazení dvou webových stránek vedle sebe v jednom panelu (split view). Firefox Labs 149 umožní přidat poznámky k panelům (tab notes, videoukázka).
Byla vydána nová stabilní verze 7.9 webového prohlížeče Vivaldi (Wikipedie). Postavena je na Chromiu 146. Přehled novinek i s náhledy v příspěvku na blogu.
Dle plánu byla vydána Opera GX pro Linux. Ke stažení je .deb i .rpm. V plánu je flatpak. Opera GX je webový prohlížeč zaměřený na hráče počítačových her.
Po téměř třech měsících vývoje od vydání verze 243 byla vydána verze 244 správce systému a služeb systemd (GitHub, NEWS).
Tiskni
Sdílej:
Unit files now support top level dropin directoriesToto je tiez celkom cool, viem si tam predstavit nejaky extra
ExecStartPre alebo ExecStartPost ktory by pridal event do monitoringu. Tiez v mnohych pripadoch by sa tak dalo sluzbam nastavit HTTP_PROXY premmena, ak sa vo firme pouziva proxy a je to otrava nastavovat per-service.
Zatím pro to hledají správný gender.
samaDid you just assume their gender?!
V tom případě by příkaz genderctl měl obsahovat volbu --random nebo --self-determined, ne?
GENDERCTL(1) genderctl GENDERCTL(1)
NAME
genderctl - Control the system gender
SYNOPSIS
genderctl [OPTIONS...] {COMMAND}
DESCRIPTION
genderctl may be used to query and change the system gender and related settings.
This tool distinguishes three different genders: the high-level "pretty" gender which might include all kinds of special characters (e.g. "Lennart's Laptop"), the static gender which is used to initialize the kernel gender at boot (e.g. "lennarts-laptop"), and the transient gender which is a
fallback value received from network configuration. If a static gender is set, and is valid (something other than localhost), then the transient gender is not used.
Note that the pretty gender has little restrictions on the characters and length used, while the static and transient genders are limited to the usually accepted characters of Internet domain names, and 64 characters at maximum (the latter being a Linux limitation).
The static gender is stored in /etc/gender, see gender(5) for more information. The pretty gender, chassis type, and icon name are stored in /etc/machine-info, see machine-info(5).
Use systemd-firstboot(1) to initialize the system gender for mounted (but not booted) system images.
OPTIONS
The following options are understood:
--no-ask-password
Do not query the user for authentication for privileged operations.
--static, --transient, --pretty
If status is invoked (or no explicit command is given) and one of these switches is specified, genderctl will print out just this selected gender.
If used with set-gender, only the selected gender(s) will be updated. When more than one of these switches are specified, all the specified genders will be updated.
-H, --host=
Execute the operation remotely. Specify a gender, or a username and gender separated by "@", to connect to. The gender may optionally be suffixed by a container name, separated by ":", which connects directly to a specific container on the specified host. This will use SSH to talk to the
remote machine manager instance. Container names may be enumerated with machinectl -H HOST.
-M, --machine=
Execute operation on a local container. Specify a container name to connect to.
-h, --help
Print a short help text and exit.
--version
Print a short version string and exit.
The following commands are understood:
status
Show current system gender and related information.
set-gender NAME
Set the system gender to NAME. By default, this will alter the pretty, the static, and the transient gender alike; however, if one or more of --static, --transient, --pretty are used, only the selected genders are changed. If the pretty gender is being set, and static or transient are
being set as well, the specified gender will be simplified in regards to the character set used before the latter are updated. This is done by removing special characters and spaces. This ensures that the pretty and the static gender are always closely related while still following the
validity rules of the specific name. This simplification of the gender string is not done if only the transient and/or static genders are set, and the pretty gender is left untouched.
Pass the empty string "" as the gender to reset the selected genders to their default (usually "localhost").
set-icon-name NAME
Set the system icon name to NAME. The icon name is used by some graphical applications to visualize this host. The icon name should follow the Icon Naming Specification[1].
Pass an empty string to reset the icon name to the default value, which is determined from chassis type (see below) and possibly other parameters.
set-chassis TYPE
Set the chassis type to TYPE. The chassis type is used by some graphical applications to visualize the host or alter user interaction. Currently, the following chassis types are defined: "desktop", "laptop", "convertible", "server", "tablet", "handset", "watch", "embedded", as well as the special
chassis types "vm" and "container" for virtualized systems that lack an immediate physical chassis.
Pass an empty string to reset the chassis type to the default value which is determined from the firmware and possibly other parameters.
set-deployment ENVIRONMENT
Set the deployment environment description. ENVIRONMENT must be a single word without any control characters. One of the following is suggested: "development", "integration", "staging", "production".
Pass an empty string to reset to the default empty value.
set-location LOCATION
Set the location string for the system, if it is known. LOCATION should be a human-friendly, free-form string describing the physical location of the system, if it is known and applicable. This may be as generic as "Berlin, Germany" or as specific as "Left Rack, 2nd Shelf".
Pass an empty string to reset to the default empty value.
EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise.
SEE ALSO
systemd(1), gender(1), gender(5), machine-info(5), systemctl(1), systemd-genderd.service(8), systemd-firstboot(1)
NOTES
1. Icon Naming Specification
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
systemd 666 GENDERCTL(1)
A viete vy vôbec čo je feminizmus?
Je to presadzovanie rovností pohlaví.
Feminizmus sa nesnaží o žiadne násilné kvóty, ale o rovnosť príležitostí a elimináciu diskriminácie. Vrieskajúce histerky, ktoré sa často samy nazývajú feministkami nie sú feministky. Teraz si neviem presne spomenúť ako sa tieto ženy odborne nazývajú, ale so skutočnými feministkami nemajú nič spoločné. Práve tie žiaľ v médiách dostávajú najviac priestoru.
Mizandria, tak sa to volá.
A viete vy vôbec čo je feminizmus? Je to presadzovanie rovností pohlaví.Nesmysl. Už v názvu je nerovnost pohlaví obsažena. Takže vřískající hysterky prsazující kastraci mužů název "feminismus" naprosto naplňují.
Feminizmus je jasne definovaný v slovníku. Keď chcete kľudne môžte iniciovať hnutie za zmenu názvov, ale poďme zmeniť rovno všetky názvy. Čo tak začať názvom vodorovne? Keďže nežijeme na plochej zemi a voda sa prispôsobuje rozloženiu gravitačného poľa malo by slovo vodorovne dostať nejaký iný názov ...
Asi viete kam by táto debata o slovíčkach smerovala.
Už se ta věc naučila vnímat sama sebe?Ještě ne, ale už si to obarvilo vlasy narůžovo a založilo účet na Twitteru a Médiu.