Выпуск Bubblewrap 0.12, прослойки для создания изолированных окружений
Опубликована новая версия инструментария для организации работы изолированных окружений Bubblewrap 0.12, используемого для ограничения отдельных приложений непривилегированных пользователей. На практике Bubblewrap применяется проектом Flatpak в качестве прослойки для изоляции запускаемых из пакетов приложений. Для изоляции используются традиционные для Linux технологии контейнерной виртуализации, основанные на использовании cgroups, пространств имён (namespaces), Seccomp и SELinux. Код проекта написан на языке Си и распространяется под лицензией LGPLv2.1+.
👉@sysadminoff
https://www.opennet.ru/opennews/art.shtml?num=66151
Опубликована новая версия инструментария для организации работы изолированных окружений Bubblewrap 0.12, используемого для ограничения отдельных приложений непривилегированных пользователей. На практике Bubblewrap применяется проектом Flatpak в качестве прослойки для изоляции запускаемых из пакетов приложений. Для изоляции используются традиционные для Linux технологии контейнерной виртуализации, основанные на использовании cgroups, пространств имён (namespaces), Seccomp и SELinux. Код проекта написан на языке Си и распространяется под лицензией LGPLv2.1+.
👉@sysadminoff
https://www.opennet.ru/opennews/art.shtml?num=66151
Шестой бета-выпуск операционной системы Haiku R1
После двух лет разработки и спустя неделю после того как проекту исполнилось 25 лет опубликован шестой бета-выпуск операционной системы Haiku R1. Изначально проект был создан как реакция на закрытие ОС BeOS и развивался под именем OpenBeOS, но был переименован в 2004 году из-за претензий, связанных с использованием в названии торговой марки BeOS. Для оценки работы нового выпуска подготовлено несколько загрузочных Live-образов (x86_64, x86 (rit.edu) 1.4 ГБ). Исходные тексты большей части ОС Haiku распространяются под свободной лицензией MIT (opensource.org), исключение составляют некоторые библиотеки, медиа-кодеки и компоненты, заимствованные из других проектов.
ОС Haiku ориентирована на персональные компьютеры, использует собственное ядро, построенное на основе модульной архитектуры, оптимизированное для высокой отзывчивости на действия пользователя и эффективного выполнения многопоточных приложений. Для разработчиков представлен объектно-ориентированный API. Система напрямую базируется на технологиях BeOS 5 и нацелена на бинарную совместимость с приложениями для данной ОС. Минимальное требование к оборудованию: CPU Pentium и 384 МБ ОЗУ (рекомендовано Pentium4 и 512 МБ ОЗУ, а при выполнении сборки b — 2 ГБ ОЗУ).
В качестве файловой системы используется OpenBFS, поддерживающая расширенные атрибуты файлов, журналирование, 64-разрядные указатели, поддержку хранения мета-тэгов (для каждого файла можно сохранить атрибуты в форме ключ=значение, что делает ФС похожей на БД) и специальных индексов для ускорения выборки по ним. Для организации структуры директорий используются «B+ tree» деревья. Из кода BeOS в состав Haiku включён файловый менеджер Tracker и панель Deskbar, исходные тексты которых были открыты после ухода BeOS со сцены.
( читать дальше... )
haiku, opennet
👉@sysadminoff
https://www.linux.org.ru/news/opensource/18367370
После двух лет разработки и спустя неделю после того как проекту исполнилось 25 лет опубликован шестой бета-выпуск операционной системы Haiku R1. Изначально проект был создан как реакция на закрытие ОС BeOS и развивался под именем OpenBeOS, но был переименован в 2004 году из-за претензий, связанных с использованием в названии торговой марки BeOS. Для оценки работы нового выпуска подготовлено несколько загрузочных Live-образов (x86_64, x86 (rit.edu) 1.4 ГБ). Исходные тексты большей части ОС Haiku распространяются под свободной лицензией MIT (opensource.org), исключение составляют некоторые библиотеки, медиа-кодеки и компоненты, заимствованные из других проектов.
ОС Haiku ориентирована на персональные компьютеры, использует собственное ядро, построенное на основе модульной архитектуры, оптимизированное для высокой отзывчивости на действия пользователя и эффективного выполнения многопоточных приложений. Для разработчиков представлен объектно-ориентированный API. Система напрямую базируется на технологиях BeOS 5 и нацелена на бинарную совместимость с приложениями для данной ОС. Минимальное требование к оборудованию: CPU Pentium и 384 МБ ОЗУ (рекомендовано Pentium4 и 512 МБ ОЗУ, а при выполнении сборки b — 2 ГБ ОЗУ).
В качестве файловой системы используется OpenBFS, поддерживающая расширенные атрибуты файлов, журналирование, 64-разрядные указатели, поддержку хранения мета-тэгов (для каждого файла можно сохранить атрибуты в форме ключ=значение, что делает ФС похожей на БД) и специальных индексов для ускорения выборки по ним. Для организации структуры директорий используются «B+ tree» деревья. Из кода BeOS в состав Haiku включён файловый менеджер Tracker и панель Deskbar, исходные тексты которых были открыты после ухода BeOS со сцены.
( читать дальше... )
haiku, opennet
👉@sysadminoff
https://www.linux.org.ru/news/opensource/18367370
📰 LLVM/Clang 23.1 Released With AMD Zen 6 & NVIDIA Rigel Support, Partial C++26 Support
LLVM 23.1 was released today on-schedule as the first stable release of the LLVM 23 series as the H2'2026 update to this open-source compiler stack...
🔗 Source: https://www.phoronix.com/news/LLVM-23.1-Released
#amd #opensource
👉@sysadminoff
https://phoronix.com/news/LLVM-23.1-Released
LLVM 23.1 was released today on-schedule as the first stable release of the LLVM 23 series as the H2'2026 update to this open-source compiler stack...
🔗 Source: https://www.phoronix.com/news/LLVM-23.1-Released
#amd #opensource
👉@sysadminoff
https://phoronix.com/news/LLVM-23.1-Released
Phoronix
LLVM/Clang 23.1 Released With AMD Zen 6 & NVIDIA Rigel Support, Partial C++26 Support
LLVM 23.1 was released today on-schedule as the first stable release of the LLVM 23 series as the H2'2026 update to this open-source compiler stack.
📰 Armbian 26.8 Released with Linux Kernel 7.1 and Rewritten Installer
Armbian 26.8 is now available with Linux kernel 7.1, a completely rewritten installer, Armbian Imager 2.0, and bootable UEFI ISO images.
🔗 Source: /
#kernel #linux
👉@sysadminoff
https://linuxiac.com/armbian-26-8-released-with-linux-kernel-7-1-and-rewritten-installer
Armbian 26.8 is now available with Linux kernel 7.1, a completely rewritten installer, Armbian Imager 2.0, and bootable UEFI ISO images.
🔗 Source: /
#kernel #linux
👉@sysadminoff
https://linuxiac.com/armbian-26-8-released-with-linux-kernel-7-1-and-rewritten-installer
Linuxiac
Armbian 26.8 Released with Linux Kernel 7.1 and Rewritten Installer
Armbian 26.8 is now available with Linux kernel 7.1, a completely rewritten installer, Armbian Imager 2.0, and bootable UEFI ISO images.
Hyprland Adds Niri-Style Scrolling Layout to Its Core Engine
Starting from version 0.54, the Wayland compositor Hyprland natively integrates the Scrolling layout, removing the need for external plugins. Unlike the traditional Dwindle layout, windows keep their full size and park off-screen along an endlessly scrollable horizontal tape. The system structures workspaces into horizontal columns and vertical stacks, making it ideal for users with Ultrawide or high-resolution monitors. Enabled with a single configuration line (layout = "scrolling"), this feature delivers a fresh approach to Linux multitasking.
🎬 Full Video: https://www.youtube.com/watch?v=kitMR6T8Ifs
#linux #hyprland
👉@sysadminoff
https://youtube.com/watch?v=kitMR6T8Ifs
Starting from version 0.54, the Wayland compositor Hyprland natively integrates the Scrolling layout, removing the need for external plugins. Unlike the traditional Dwindle layout, windows keep their full size and park off-screen along an endlessly scrollable horizontal tape. The system structures workspaces into horizontal columns and vertical stacks, making it ideal for users with Ultrawide or high-resolution monitors. Enabled with a single configuration line (layout = "scrolling"), this feature delivers a fresh approach to Linux multitasking.
🎬 Full Video: https://www.youtube.com/watch?v=kitMR6T8Ifs
#linux #hyprland
👉@sysadminoff
https://youtube.com/watch?v=kitMR6T8Ifs
YouTube
Hyprland Has Niri’s Scrolling Layout Built-In
Ready to learn to kickstart your own blazing-fast Hyprland setup from 4+ years of insights?
Don't wait, click here: https://saneaspect.gumroad.com/l/hypraccelerator?utm_source=youtube&utm_medium=description&utm_campaign=native-scrolling
Want to build buttery…
Don't wait, click here: https://saneaspect.gumroad.com/l/hypraccelerator?utm_source=youtube&utm_medium=description&utm_campaign=native-scrolling
Want to build buttery…
Microsoft Foundry’s four levers to cut AI agent costs
Microsoft Foundry is adding a runtime-focused playbook for lowering AI agent costs, moving beyond the spending visibility described when it turned AI agent spending into a FinOps problem. The new guidance targets the full cost of a completed task by combining model routing, caching, prompt and agent optimization, and continuous measurement.
Source
👉@sysadminoff
https://4sysops.com/archives/microsoft-foundrys-four-levers-to-cut-ai-agent-costs/
Microsoft Foundry is adding a runtime-focused playbook for lowering AI agent costs, moving beyond the spending visibility described when it turned AI agent spending into a FinOps problem. The new guidance targets the full cost of a completed task by combining model routing, caching, prompt and agent optimization, and continuous measurement.
Source
👉@sysadminoff
https://4sysops.com/archives/microsoft-foundrys-four-levers-to-cut-ai-agent-costs/
Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal
The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Codex CLI is OpenAI’s coding agent that runs in your terminal, reads your files, and executes shell commands on your
The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/openai-codex-cli-linux/
The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Codex CLI is OpenAI’s coding agent that runs in your terminal, reads your files, and executes shell commands on your
The post Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/openai-codex-cli-linux/
Codex CLI: Use OpenAI’s AI Coding Agent in the Linux Terminal
Codex CLI: OpenAI AI Coding Agent for Linux Terminal
Learn how to install and use OpenAI Codex CLI on Linux, sign in from a headless server, configure sandbox modes, and run AI coding tasks from the terminal.
12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages
The post 12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Most people run dmesg once, see thousands of lines, and close the terminal. But that’s not really how you should
The post 12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/dmesg-commands/
The post 12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Most people run dmesg once, see thousands of lines, and close the terminal. But that’s not really how you should
The post 12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/dmesg-commands/
12 Ways to Use the dmesg Command in Linux to View and Troubleshoot Kernel Messages
12 Ways to Use dmesg in Linux to Troubleshoot Kernel Messages
Learn how to use dmesg in Linux with practical examples to view kernel messages, find errors, monitor hardware, and diagnose driver issues.
📰 This 20-year-old open-source Adobe alternative makes modern PDF readers feel bloated
This open-source Adobe Acrobat alternative brings back the joy of simple software.
🔗 Source: https://www.xda-developers.com/old-open-source-adobe-alternative-makes-modern-pdf-readers-feel-bloated/
#opensource
👉@sysadminoff
https://xda-developers.com/old-open-source-adobe-alternative-makes-modern-pdf-readers-feel-bloated
This open-source Adobe Acrobat alternative brings back the joy of simple software.
🔗 Source: https://www.xda-developers.com/old-open-source-adobe-alternative-makes-modern-pdf-readers-feel-bloated/
#opensource
👉@sysadminoff
https://xda-developers.com/old-open-source-adobe-alternative-makes-modern-pdf-readers-feel-bloated
XDA
This 20-year-old open-source Adobe alternative makes modern PDF readers feel bloated
This open-source Adobe Acrobat alternative brings back the joy of simple software.
📰 GCC Patches Added -mcpu=native -mtune=native Support For RISC-V
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V...
🔗 Source: https://www.phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
#gnu
👉@sysadminoff
https://phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V...
🔗 Source: https://www.phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
#gnu
👉@sysadminoff
https://phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
Phoronix
GCC Patches Added -mcpu=native -mtune=native Support For RISC-V
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V.
📰 Multikernel Linux Releases First Public Kernel Tree Based on Linux 7.0
The first public Multikernel Linux release lets several independent kernels run side by side on one machine with dedicated CPUs, memory, and devices.
🔗 Source: /
#kernel #linux
👉@sysadminoff
https://linuxiac.com/multikernel-linux-releases-first-public-kernel-tree-based-on-linux-7-0
The first public Multikernel Linux release lets several independent kernels run side by side on one machine with dedicated CPUs, memory, and devices.
🔗 Source: /
#kernel #linux
👉@sysadminoff
https://linuxiac.com/multikernel-linux-releases-first-public-kernel-tree-based-on-linux-7-0
Linuxiac
Multikernel Linux Releases First Public Kernel Tree Based on Linux 7.0
The first public Multikernel Linux release lets several independent kernels run side by side on one machine with dedicated CPUs, memory, and devices.
20 DNF Commands Every Linux Administrator Should Know
The post 20 DNF Commands Every Linux Administrator Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Most people treat dnf as a drop-in replacement for yum and stop there. But that misses a lot of what
The post 20 DNF Commands Every Linux Administrator Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/dnf-commands-linux/
The post 20 DNF Commands Every Linux Administrator Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Most people treat dnf as a drop-in replacement for yum and stop there. But that misses a lot of what
The post 20 DNF Commands Every Linux Administrator Should Know first appeared on Tecmint: Linux Howtos, Tutorials & Guides.
👉@sysadminoff
https://www.tecmint.com/dnf-commands-linux/
20 DNF Commands Every Linux Administrator Should Know
20 Essential DNF Commands for Package Management in Linux
Learn 20 essential DNF commands to install, update, remove, search, downgrade, and manage packages on RHEL, Rocky Linux, AlmaLinux, and Fedora.
Microsoft begins permanent fix for Windows 11 inpoutx64.sys gaming crashes
Microsoft has begun rolling out a permanent fix for Windows 11 24H2 and 25H2 systems where the KB5121003 update conflicted with the inpoutx64.sys driver and caused crashes, freezes, and game launch failures. The problem, previously linked to Windows 11’s inpoutx64.sys driver conflict, affected titles including ARC Raiders, MARVEL Tōkon: Fighting Souls, and The Finals.
Source
👉@sysadminoff
https://4sysops.com/archives/microsoft-begins-permanent-fix-for-windows-11-inpoutx64-sys-gaming-crashes/
Microsoft has begun rolling out a permanent fix for Windows 11 24H2 and 25H2 systems where the KB5121003 update conflicted with the inpoutx64.sys driver and caused crashes, freezes, and game launch failures. The problem, previously linked to Windows 11’s inpoutx64.sys driver conflict, affected titles including ARC Raiders, MARVEL Tōkon: Fighting Souls, and The Finals.
Source
👉@sysadminoff
https://4sysops.com/archives/microsoft-begins-permanent-fix-for-windows-11-inpoutx64-sys-gaming-crashes/
👏1
📰 GCC Patches Added -mcpu=native -mtune=native Support For RISC-V
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V...
🔗 Source: https://www.phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
#gnu
👉@sysadminoff
https://phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V...
🔗 Source: https://www.phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
#gnu
👉@sysadminoff
https://phoronix.com/news/GCC-RISC-V-mcpu-mtune-native
Phoronix
GCC Patches Added -mcpu=native -mtune=native Support For RISC-V
A SiFive engineer posted patches today for the GNU Compiler Collection (GCC) for adding -mtune=native -mcpu=native support for the compiler on RISC-V.
OpenAI’s hidden GenUI system keeps ChatGPT widgets running after answers
OpenAI’s Codex desktop client contains an undocumented GenUI system that can keep parts of a ChatGPT response active after the text appears. The code supports server-directed refreshes for individual widgets and includes 467 versioned “Learning Blocks,” suggesting OpenAI is building a controlled interface layer for interactive calculations, simulations, charts and guided tasks.
Source
👉@sysadminoff
https://4sysops.com/archives/openais-hidden-genui-system-keeps-chatgpt-widgets-running-after-answers/
OpenAI’s Codex desktop client contains an undocumented GenUI system that can keep parts of a ChatGPT response active after the text appears. The code supports server-directed refreshes for individual widgets and includes 467 versioned “Learning Blocks,” suggesting OpenAI is building a controlled interface layer for interactive calculations, simulations, charts and guided tasks.
Source
👉@sysadminoff
https://4sysops.com/archives/openais-hidden-genui-system-keeps-chatgpt-widgets-running-after-answers/
Hackers now exploit critical Gitea flaw in code injection attacks
Attackers are actively exploiting a critical-severity vulnerability in the Gitea self-hosted Git service, according to the U.S. Cybersecurity and Infrastructure Security Agency (CISA).
🔗 Source: https://www.bleepingcomputer.com/news/security/hackers-now-exploit-critical-gitea-flaw-in-code-injection-attacks/
#git
👉@sysadminoff
https://bleepingcomputer.com/news/security/hackers-now-exploit-critical-gitea-flaw-in-code-injection-attacks
Attackers are actively exploiting a critical-severity vulnerability in the Gitea self-hosted Git service, according to the U.S. Cybersecurity and Infrastructure Security Agency (CISA).
🔗 Source: https://www.bleepingcomputer.com/news/security/hackers-now-exploit-critical-gitea-flaw-in-code-injection-attacks/
#git
👉@sysadminoff
https://bleepingcomputer.com/news/security/hackers-now-exploit-critical-gitea-flaw-in-code-injection-attacks
BleepingComputer
Hackers now exploit critical Gitea flaw in code injection attacks
Attackers are now exploiting a critical-severity vulnerability in the Gitea self-hosted Git service, according to the U.S. Cybersecurity and Infrastructure Security Agency (CISA).
Hands-on with Ubuntu’s AI speech-to-text dictation feature
AI-powered voice typing is coming to Ubuntu in Myna, a speech-to-text feature that lets you talk into any valid text field. It’s still a work in progress, but I grabbed an early build to see how it’s shaping up. With Ubuntu 26.10 now entering its freeze, the user-facing pieces of myna are falling in to place. This week, a new GNOME Shell extension was added to default installs to provide an on-screen indicator when myna is listening and recording. To be clear: Myna is not a GNOME Shell extension. It’s an orchestrator that manages loading the AI model, listening for […]
You're reading Hands-on with Ubuntu’s AI speech-to-text dictation feature, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
👉@sysadminoff
https://www.omgubuntu.co.uk/2026/08/testing-ubuntu-ai-voice-dictation
AI-powered voice typing is coming to Ubuntu in Myna, a speech-to-text feature that lets you talk into any valid text field. It’s still a work in progress, but I grabbed an early build to see how it’s shaping up. With Ubuntu 26.10 now entering its freeze, the user-facing pieces of myna are falling in to place. This week, a new GNOME Shell extension was added to default installs to provide an on-screen indicator when myna is listening and recording. To be clear: Myna is not a GNOME Shell extension. It’s an orchestrator that manages loading the AI model, listening for […]
You're reading Hands-on with Ubuntu’s AI speech-to-text dictation feature, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
👉@sysadminoff
https://www.omgubuntu.co.uk/2026/08/testing-ubuntu-ai-voice-dictation
📰 LibreOffice 26.8 Open-Source Office Suite Officially Released, This Is What’s New
LibreOffice 26.8 open-source office suite is now available for download with numerous new features, improvements, and bug fixes. Here’s what’s new!
🔗 Source: https://9to5linux.com/libreoffice-26-8-open-source-office-suite-officially-released-this-is-whats-new
#opensource
👉@sysadminoff
LibreOffice 26.8 open-source office suite is now available for download with numerous new features, improvements, and bug fixes. Here’s what’s new!
🔗 Source: https://9to5linux.com/libreoffice-26-8-open-source-office-suite-officially-released-this-is-whats-new
#opensource
👉@sysadminoff
📰 Fedora + Tuned-PPD Performance Regression Should Be Fixed With New Linux Kernel
Earlier this month when benchmarking six Linux distributions on the new Framework Laptop 13 Pro powered by Intel Core Ultra Series 3 "Panther Lake", the performance was strangely slow on Fedora Workstation 44. When digging further into it, the performance loss was with Fedora 44 using Tuned-PPD by default where as other Linux distributions default to Power Profiles Daemon.
🔗 Source: https://www.phoronix.com/news/Fedora-Tuned-PPD-Perf-Fix
#fedora #intel #kernel #linux
👉@sysadminoff
https://phoronix.com/news/Fedora-Tuned-PPD-Perf-Fix
Earlier this month when benchmarking six Linux distributions on the new Framework Laptop 13 Pro powered by Intel Core Ultra Series 3 "Panther Lake", the performance was strangely slow on Fedora Workstation 44. When digging further into it, the performance loss was with Fedora 44 using Tuned-PPD by default where as other Linux distributions default to Power Profiles Daemon.
🔗 Source: https://www.phoronix.com/news/Fedora-Tuned-PPD-Perf-Fix
#fedora #intel #kernel #linux
👉@sysadminoff
https://phoronix.com/news/Fedora-Tuned-PPD-Perf-Fix
Phoronix
Fedora + Tuned-PPD Performance Regression Should Be Fixed With New Linux Kernel
Earlier this month when benchmarking six Linux distributions on the new Framework Laptop 13 Pro powered by Intel Core Ultra Series 3 'Panther Lake', the performance was strangely slow on Fedora Workstation 44
Kyndryl and Broadcom bet on thousands of experts for AI-ready VMware Cloud Foundation
Kyndryl and Broadcom are making a large skills investment the centerpiece of their expanded partnership for AI-ready private clouds. The plan will train several thousand Kyndryl consultants, architects, and delivery specialists on VMware Cloud Foundation (VCF), giving enterprises more capacity to modernize infrastructure, secure sensitive workloads, and run AI and agentic workflows outside hyperscale clouds.
Source
👉@sysadminoff
https://4sysops.com/archives/kyndryl-and-broadcom-bet-on-thousands-of-experts-for-ai-ready-vmware-cloud-foundation/
Kyndryl and Broadcom are making a large skills investment the centerpiece of their expanded partnership for AI-ready private clouds. The plan will train several thousand Kyndryl consultants, architects, and delivery specialists on VMware Cloud Foundation (VCF), giving enterprises more capacity to modernize infrastructure, secure sensitive workloads, and run AI and agentic workflows outside hyperscale clouds.
Source
👉@sysadminoff
https://4sysops.com/archives/kyndryl-and-broadcom-bet-on-thousands-of-experts-for-ai-ready-vmware-cloud-foundation/
Релиз набора компиляторов LLVM 23
После шести месяцев разработки представлен релиз проекта LLVM 23.1.0, развивающего инструментарий (компиляторы, оптимизаторы и генераторы кода), компилирующий программы в промежуточный биткод RISC-подобных виртуальных инструкций (низкоуровневая виртуальная машина с многоуровневой системой оптимизаций). Сгенерированный псевдокод может быть преобразован в машинный код для заданной целевой платформы или использован JIT-компилятором для формирования машинных инструкций непосредственно во время выполнения программы. На базе технологий LLVM проектом развивается компилятор Clang, поддерживающий языки программирования C, C++ и Objective-C.
👉@sysadminoff
https://www.opennet.ru/opennews/art.shtml?num=66153
После шести месяцев разработки представлен релиз проекта LLVM 23.1.0, развивающего инструментарий (компиляторы, оптимизаторы и генераторы кода), компилирующий программы в промежуточный биткод RISC-подобных виртуальных инструкций (низкоуровневая виртуальная машина с многоуровневой системой оптимизаций). Сгенерированный псевдокод может быть преобразован в машинный код для заданной целевой платформы или использован JIT-компилятором для формирования машинных инструкций непосредственно во время выполнения программы. На базе технологий LLVM проектом развивается компилятор Clang, поддерживающий языки программирования C, C++ и Objective-C.
👉@sysadminoff
https://www.opennet.ru/opennews/art.shtml?num=66153