5
OpenCL 3.1 is here (www.khronos.org)
submitted 21 hours ago by JRepin@lemmy.ml to c/programming@beehaw.org

cross-posted from: https://lemmy.ml/post/46884793

The Khronos OpenCL Working Group has released OpenCL 3.1, bringing widely deployed, field-proven capabilities into the core specification to expand functionality, including SPIR-V ingestion, that developers will be able to rely on across conformant implementations.

Features now mandated by OpenCL 3.1 have been deployed as extensions or optional capabilities. This is by design. The OpenCL working group evolves the specification by proving features in the field as extensions first, watching how they get used across multiple implementations, refining them based on developer feedback, and only then graduating them into the core specification.

Every conformant OpenCL 3.1 implementation will be required to consume SPIR-V kernels — a feature that has been one of the most requested by developers. OpenCL 3.1 additionally requires support for the SPIR-V query extension, which enables applications to enumerate the SPIR-V capabilities, extensions, and versions that a device supports, simplifying the adoption of new SPIR-V features as they become available.

Several features essential to HPC and AI kernels are also now mandatory in the core OpenCL 3.1 specification:

  • Subgroups, including shuffles, rotations, and an expanded set of supported data types. A fundamental building block for tuned reductions, scans, and matrix kernels.
  • Integer dot products, including saturating and accumulating variants, together with extended bit operations: Both map directly to dedicated hardware instructions on a wide range of modern silicon, and both are common building blocks for matrix multiplications and the low-precision arithmetic central to inference workloads.
  • A new query for the suggested local work-group size. This gives applications and profilers a runtime hint for the optimal work-group size for a given kernel and device, eliminating the need for manual tuning or repeated size calculations across multiple enqueues and improving performance predictability on diverse hardware.
  • A standard device UUID query, matching Vulkan’s VkPhysicalDeviceIDProperties::deviceUUID. This allows applications to correlate the same physical device across APIs, which is essential for multi-device systems and for external memory-sharing scenarios that span OpenCL and Vulkan.
15
OpenCL 3.1 is here (www.khronos.org)

cross-posted from: https://lemmy.ml/post/46884793

The Khronos OpenCL Working Group has released OpenCL 3.1, bringing widely deployed, field-proven capabilities into the core specification to expand functionality, including SPIR-V ingestion, that developers will be able to rely on across conformant implementations.

Features now mandated by OpenCL 3.1 have been deployed as extensions or optional capabilities. This is by design. The OpenCL working group evolves the specification by proving features in the field as extensions first, watching how they get used across multiple implementations, refining them based on developer feedback, and only then graduating them into the core specification.

Every conformant OpenCL 3.1 implementation will be required to consume SPIR-V kernels — a feature that has been one of the most requested by developers. OpenCL 3.1 additionally requires support for the SPIR-V query extension, which enables applications to enumerate the SPIR-V capabilities, extensions, and versions that a device supports, simplifying the adoption of new SPIR-V features as they become available.

Several features essential to HPC and AI kernels are also now mandatory in the core OpenCL 3.1 specification:

  • Subgroups, including shuffles, rotations, and an expanded set of supported data types. A fundamental building block for tuned reductions, scans, and matrix kernels.
  • Integer dot products, including saturating and accumulating variants, together with extended bit operations: Both map directly to dedicated hardware instructions on a wide range of modern silicon, and both are common building blocks for matrix multiplications and the low-precision arithmetic central to inference workloads.
  • A new query for the suggested local work-group size. This gives applications and profilers a runtime hint for the optimal work-group size for a given kernel and device, eliminating the need for manual tuning or repeated size calculations across multiple enqueues and improving performance predictability on diverse hardware.
  • A standard device UUID query, matching Vulkan’s VkPhysicalDeviceIDProperties::deviceUUID. This allows applications to correlate the same physical device across APIs, which is essential for multi-device systems and for external memory-sharing scenarios that span OpenCL and Vulkan.
4
OpenCL 3.1 is here (www.khronos.org)
submitted 21 hours ago by JRepin@lemmy.ml to c/programming@lemmy.ml

The Khronos OpenCL Working Group has released OpenCL 3.1, bringing widely deployed, field-proven capabilities into the core specification to expand functionality, including SPIR-V ingestion, that developers will be able to rely on across conformant implementations.

Features now mandated by OpenCL 3.1 have been deployed as extensions or optional capabilities. This is by design. The OpenCL working group evolves the specification by proving features in the field as extensions first, watching how they get used across multiple implementations, refining them based on developer feedback, and only then graduating them into the core specification.

Every conformant OpenCL 3.1 implementation will be required to consume SPIR-V kernels — a feature that has been one of the most requested by developers. OpenCL 3.1 additionally requires support for the SPIR-V query extension, which enables applications to enumerate the SPIR-V capabilities, extensions, and versions that a device supports, simplifying the adoption of new SPIR-V features as they become available.

Several features essential to HPC and AI kernels are also now mandatory in the core OpenCL 3.1 specification:

  • Subgroups, including shuffles, rotations, and an expanded set of supported data types. A fundamental building block for tuned reductions, scans, and matrix kernels.
  • Integer dot products, including saturating and accumulating variants, together with extended bit operations: Both map directly to dedicated hardware instructions on a wide range of modern silicon, and both are common building blocks for matrix multiplications and the low-precision arithmetic central to inference workloads.
  • A new query for the suggested local work-group size. This gives applications and profilers a runtime hint for the optimal work-group size for a given kernel and device, eliminating the need for manual tuning or repeated size calculations across multiple enqueues and improving performance predictability on diverse hardware.
  • A standard device UUID query, matching Vulkan’s VkPhysicalDeviceIDProperties::deviceUUID. This allows applications to correlate the same physical device across APIs, which is essential for multi-device systems and for external memory-sharing scenarios that span OpenCL and Vulkan.
55
submitted 6 days ago by JRepin@lemmy.ml to c/linux@lemmy.ml

cross-posted from: https://lemmy.ml/post/46604530

Built for Rapid Upstream Delivery

Rolling releases with upstream tracking bring new RISC-V features and fixes to you sooner—less waiting, less rework.

Built for RISC-V Developers

Stay close to upstream to reduce backports and forks. Easier reproduction, faster debugging, smoother upstream contributions.

Built for Early Validation

Surfaces firmware, platform semantics, and Linux interoperability issues early—so vendors fix faster, reduce divergence, and reach mainstream OS compatibility sooner.

6
submitted 6 days ago by JRepin@lemmy.ml to c/riscv@lemmy.ml

Built for Rapid Upstream Delivery

Rolling releases with upstream tracking bring new RISC-V features and fixes to you sooner—less waiting, less rework.

Built for RISC-V Developers

Stay close to upstream to reduce backports and forks. Easier reproduction, faster debugging, smoother upstream contributions.

Built for Early Validation

Surfaces firmware, platform semantics, and Linux interoperability issues early—so vendors fix faster, reduce divergence, and reach mainstream OS compatibility sooner.

7
submitted 1 week ago* (last edited 1 week ago) by JRepin@lemmy.ml to c/riscv@lemmy.ml

This is formal specification of the RISC-V architecture, written in Sail.

The model specifies assembly language formats of the instructions, the corresponding encoders and decoders, and the instruction semantics. A reading guide to the model is provided in the doc/ subdirectory, along with a guide on how to add a new extension to the model.

The highlight of this release is substantially improved performance on Linux boot after a fix to the handling of superpages in the TLB.

This release adds 13 new extensions; all mandatory extensions for RVAU23 are now supported.

Several configuration parameters have been added, along with new command line options. The model implements a simple external interrupt generator, and the wait duration of instructions like WFI can be specified. The handling of misaligned accesses can bespecified at a more granular level.

9
submitted 1 week ago by JRepin@lemmy.ml to c/riscv@lemmy.ml
18
submitted 1 week ago by JRepin@lemmy.ml to c/opensource@lemmy.ml

cross-posted from: https://lemmy.ml/post/46555577

Fedora has released Fedora KDE Plasma Desktop Edition 44 to the public.

The Fedora KDE Plasma Desktop Edition is suitable for many needs. It combines the reliable and trusted Fedora Linux base with the KDE Plasma Desktop environment. It provides a selection of KDE applications that are simple by default, but powerful when needed.

Download (Torrent)

19
submitted 1 week ago* (last edited 1 week ago) by JRepin@lemmy.ml to c/linux@lemmy.ml

Fedora has released Fedora KDE Plasma Desktop Edition 44 to the public.

The Fedora KDE Plasma Desktop Edition is suitable for many needs. It combines the reliable and trusted Fedora Linux base with the KDE Plasma Desktop environment. It provides a selection of KDE applications that are simple by default, but powerful when needed.

Download (Torrent)

8
submitted 1 week ago by JRepin@lemmy.ml to c/linux@programming.dev

cross-posted from: https://lemmy.ml/post/46379162

The Kubuntu team is thrilled to announce the release of Kubuntu 26.04 LTS, codenamed “Resolute Raccoon”! As a community-driven flavour of Ubuntu, Kubuntu continues its mission to deliver the cutting-edge KDE software ecosystem on top of Ubuntu’s rock-solid foundation. This Long-Term Support release, aligned with Ubuntu’s two-year LTS cycle, brings together the freshest stable KDE software with the reliability and security users depend on for years to come.

Building on the Ubuntu 26.04 LTS base released today by Canonical, Kubuntu 26.04 introduces Plasma 6.6 as the flagship desktop environment, alongside Qt 6.10.2, KDE Frameworks 6.24.0, and the latest KDE Gear 25.12.3 application suite. We’ve also upgraded to Linux kernel 7.0 for enhanced hardware support and performance. Whether you’re a developer, creator, or everyday user, this release emphasises Wayland maturity, modern security, and seamless integration with the open source world.

Kubuntu 26.04 LTS will receive security updates and critical fixes through April 2029, making it an excellent choice for home users, schools, businesses, and anyone who values a dependable, beautiful desktop.

Kubuntu remains completely free to download, use, and share—empowering our global community to innovate without barriers.

Four Exciting New Features for Kubuntu Users

Here are four standout enhancements that Kubuntu 26.04 LTS brings to your desktop:

  • Text Recognition in Spectacle: Capture Text, Not Just Images Spectacle, KDE’s built-in screenshot tool, gains one of its most practical new capabilities in Plasma 6.6: built-in OCR text recognition. Capture any screenshot containing text—a document, a web page, an error dialog, a presentation slide—and Spectacle can analyse the image and convert the visible text into selectable, copyable content, right from within the app. No third-party tools required. Multi-language support means it works for users around the world, and the extracted text copies directly to your clipboard for immediate use. It’s the kind of small feature that quickly becomes indispensable.

  • A New On-Screen Keyboard for Touch, Accessibility, and Beyond: Plasma 6.6 introduces a fully integrated on-screen keyboard, making Kubuntu a much stronger choice for touchscreen devices, tablets, and users with accessibility needs. The keyboard supports multiple languages and layouts, adjusts its position intelligently to avoid covering input fields, and is easily accessible via the system tray or accessibility settings. It includes standard keys, function keys, and emoji support, and appears automatically when you tap a text input field on touch-enabled hardware. This addition reflects KDE’s ongoing commitment to making the desktop inclusive and usable for everyone.

  • Plasma Wayland - The Default, Fully Supported Session: The Plasma Wayland session is the default and fully supported session in Kubuntu 26.04 LTS, delivering improved security, smoother rendering, and better HiDPI display support. For users who need it for legacy hardware or specific workflows, the plasma-session-x11 package remains available in the Ubuntu archive— but it is not installed by default and is not supported by the Kubuntu team.

  • Extensive Theming and Configuration Improvements: Plasma 6.6 brings significant advances to theming and desktop configuration, giving users more expressive control over the look and feel of their environment than ever before. Custom global themes have been expanded, colour scheme handling has been refined throughout the shell and applications, and widget customisation options have been deepened across panels and the desktop. Whether you prefer a polished out-of-the-box experience or enjoy crafting every detail of your workspace, Resolute Raccoon gives you the tools to make Kubuntu truly your own.

What’s New Under the Hood

Beyond these highlights, Kubuntu 26.04 LTS inherits Ubuntu’s robust platform upgrades:

  • Linux Kernel 7.0: Updated from 6.8, the kernel now enables crash dumps by default on desktop installations, brings the new sched_ext scheduling system for hot-swappable eBPF-based schedulers, and retires the linux-lowlatency package in favour of a leaner lowlatency-kernel tuning approach on top of linux-generic.

  • KDE Applications 25.12.3: All KDE Gear applications have been updated to 25.12.3, a stable release, including Dolphin, Konsole, Okular, Kdenlive, and more.

  • Qt 6 Ecosystem: Qt 6.10.2 and KDE Frameworks 6.24.0 power the desktop. Qt5 (5.15.1cool1.gif and KDE Frameworks 5 (5.116.0) legacy packages remain in the archive for applications that have not yet completed their Qt6 port.

  • Firefox 150 and LibreOffice 26.2: Both core applications are updated, with Firefox delivered as a Snap from the Snap Store and LibreOffice included in the full installation.

  • sudo-rs by default: Ubuntu 26.04 LTS ships sudo-rs, a memory-safe Rust reimplementation of sudo, as the default sudo provider — improving security without changing everyday usage.

  • Rust-powered core utilities: The core OS utilities are now provided by rust-coreutils, bringing performance improvements and memory safety to fundamental command-line tools.

  • VA-API hardware video acceleration: AMD and Intel users now get hardware-accelerated video encoding and decoding by default via the Video Acceleration API — great for media playback and video work.

  • Updated developer toolchain: GCC 15.2, Python 3.14, Rust 1.93, Golang 1.26, LLVM 21, OpenJDK 25, and .NET 10 are all included and ready to use.

  • APT 3.2: The package manager gains a new dependency solver, OpenSSL-backed TLS, an automatic pager for commands like apt show and apt list and history and rollback commands like apt history-list or apt history-rollback, which were previously found only in separate apt-rollback tool.

This release marks another milestone in Kubuntu’s long journey as one of Ubuntu’s most beloved flavours. A huge thank you to our volunteer contributors, testers, bug reporters, and the upstream KDE and Ubuntu teams for making Resolute Raccoon a reality.

33
submitted 1 week ago by JRepin@lemmy.ml to c/linux@lemmy.world

cross-posted from: https://lemmy.ml/post/46379162

The Kubuntu team is thrilled to announce the release of Kubuntu 26.04 LTS, codenamed “Resolute Raccoon”! As a community-driven flavour of Ubuntu, Kubuntu continues its mission to deliver the cutting-edge KDE software ecosystem on top of Ubuntu’s rock-solid foundation. This Long-Term Support release, aligned with Ubuntu’s two-year LTS cycle, brings together the freshest stable KDE software with the reliability and security users depend on for years to come.

Building on the Ubuntu 26.04 LTS base released today by Canonical, Kubuntu 26.04 introduces Plasma 6.6 as the flagship desktop environment, alongside Qt 6.10.2, KDE Frameworks 6.24.0, and the latest KDE Gear 25.12.3 application suite. We’ve also upgraded to Linux kernel 7.0 for enhanced hardware support and performance. Whether you’re a developer, creator, or everyday user, this release emphasises Wayland maturity, modern security, and seamless integration with the open source world.

Kubuntu 26.04 LTS will receive security updates and critical fixes through April 2029, making it an excellent choice for home users, schools, businesses, and anyone who values a dependable, beautiful desktop.

Kubuntu remains completely free to download, use, and share—empowering our global community to innovate without barriers.

Four Exciting New Features for Kubuntu Users

Here are four standout enhancements that Kubuntu 26.04 LTS brings to your desktop:

  • Text Recognition in Spectacle: Capture Text, Not Just Images Spectacle, KDE’s built-in screenshot tool, gains one of its most practical new capabilities in Plasma 6.6: built-in OCR text recognition. Capture any screenshot containing text—a document, a web page, an error dialog, a presentation slide—and Spectacle can analyse the image and convert the visible text into selectable, copyable content, right from within the app. No third-party tools required. Multi-language support means it works for users around the world, and the extracted text copies directly to your clipboard for immediate use. It’s the kind of small feature that quickly becomes indispensable.

  • A New On-Screen Keyboard for Touch, Accessibility, and Beyond: Plasma 6.6 introduces a fully integrated on-screen keyboard, making Kubuntu a much stronger choice for touchscreen devices, tablets, and users with accessibility needs. The keyboard supports multiple languages and layouts, adjusts its position intelligently to avoid covering input fields, and is easily accessible via the system tray or accessibility settings. It includes standard keys, function keys, and emoji support, and appears automatically when you tap a text input field on touch-enabled hardware. This addition reflects KDE’s ongoing commitment to making the desktop inclusive and usable for everyone.

  • Plasma Wayland - The Default, Fully Supported Session: The Plasma Wayland session is the default and fully supported session in Kubuntu 26.04 LTS, delivering improved security, smoother rendering, and better HiDPI display support. For users who need it for legacy hardware or specific workflows, the plasma-session-x11 package remains available in the Ubuntu archive— but it is not installed by default and is not supported by the Kubuntu team.

  • Extensive Theming and Configuration Improvements: Plasma 6.6 brings significant advances to theming and desktop configuration, giving users more expressive control over the look and feel of their environment than ever before. Custom global themes have been expanded, colour scheme handling has been refined throughout the shell and applications, and widget customisation options have been deepened across panels and the desktop. Whether you prefer a polished out-of-the-box experience or enjoy crafting every detail of your workspace, Resolute Raccoon gives you the tools to make Kubuntu truly your own.

What’s New Under the Hood

Beyond these highlights, Kubuntu 26.04 LTS inherits Ubuntu’s robust platform upgrades:

  • Linux Kernel 7.0: Updated from 6.8, the kernel now enables crash dumps by default on desktop installations, brings the new sched_ext scheduling system for hot-swappable eBPF-based schedulers, and retires the linux-lowlatency package in favour of a leaner lowlatency-kernel tuning approach on top of linux-generic.

  • KDE Applications 25.12.3: All KDE Gear applications have been updated to 25.12.3, a stable release, including Dolphin, Konsole, Okular, Kdenlive, and more.

  • Qt 6 Ecosystem: Qt 6.10.2 and KDE Frameworks 6.24.0 power the desktop. Qt5 (5.15.1cool1.gif and KDE Frameworks 5 (5.116.0) legacy packages remain in the archive for applications that have not yet completed their Qt6 port.

  • Firefox 150 and LibreOffice 26.2: Both core applications are updated, with Firefox delivered as a Snap from the Snap Store and LibreOffice included in the full installation.

  • sudo-rs by default: Ubuntu 26.04 LTS ships sudo-rs, a memory-safe Rust reimplementation of sudo, as the default sudo provider — improving security without changing everyday usage.

  • Rust-powered core utilities: The core OS utilities are now provided by rust-coreutils, bringing performance improvements and memory safety to fundamental command-line tools.

  • VA-API hardware video acceleration: AMD and Intel users now get hardware-accelerated video encoding and decoding by default via the Video Acceleration API — great for media playback and video work.

  • Updated developer toolchain: GCC 15.2, Python 3.14, Rust 1.93, Golang 1.26, LLVM 21, OpenJDK 25, and .NET 10 are all included and ready to use.

  • APT 3.2: The package manager gains a new dependency solver, OpenSSL-backed TLS, an automatic pager for commands like apt show and apt list and history and rollback commands like apt history-list or apt history-rollback, which were previously found only in separate apt-rollback tool.

This release marks another milestone in Kubuntu’s long journey as one of Ubuntu’s most beloved flavours. A huge thank you to our volunteer contributors, testers, bug reporters, and the upstream KDE and Ubuntu teams for making Resolute Raccoon a reality.

13
submitted 1 week ago by JRepin@lemmy.ml to c/technology@lemmy.ml

cross-posted from: https://lemmy.ml/post/46379162

The Kubuntu team is thrilled to announce the release of Kubuntu 26.04 LTS, codenamed “Resolute Raccoon”! As a community-driven flavour of Ubuntu, Kubuntu continues its mission to deliver the cutting-edge KDE software ecosystem on top of Ubuntu’s rock-solid foundation. This Long-Term Support release, aligned with Ubuntu’s two-year LTS cycle, brings together the freshest stable KDE software with the reliability and security users depend on for years to come.

Building on the Ubuntu 26.04 LTS base released today by Canonical, Kubuntu 26.04 introduces Plasma 6.6 as the flagship desktop environment, alongside Qt 6.10.2, KDE Frameworks 6.24.0, and the latest KDE Gear 25.12.3 application suite. We’ve also upgraded to Linux kernel 7.0 for enhanced hardware support and performance. Whether you’re a developer, creator, or everyday user, this release emphasises Wayland maturity, modern security, and seamless integration with the open source world.

Kubuntu 26.04 LTS will receive security updates and critical fixes through April 2029, making it an excellent choice for home users, schools, businesses, and anyone who values a dependable, beautiful desktop.

Kubuntu remains completely free to download, use, and share—empowering our global community to innovate without barriers.

Four Exciting New Features for Kubuntu Users

Here are four standout enhancements that Kubuntu 26.04 LTS brings to your desktop:

  • Text Recognition in Spectacle: Capture Text, Not Just Images Spectacle, KDE’s built-in screenshot tool, gains one of its most practical new capabilities in Plasma 6.6: built-in OCR text recognition. Capture any screenshot containing text—a document, a web page, an error dialog, a presentation slide—and Spectacle can analyse the image and convert the visible text into selectable, copyable content, right from within the app. No third-party tools required. Multi-language support means it works for users around the world, and the extracted text copies directly to your clipboard for immediate use. It’s the kind of small feature that quickly becomes indispensable.

  • A New On-Screen Keyboard for Touch, Accessibility, and Beyond: Plasma 6.6 introduces a fully integrated on-screen keyboard, making Kubuntu a much stronger choice for touchscreen devices, tablets, and users with accessibility needs. The keyboard supports multiple languages and layouts, adjusts its position intelligently to avoid covering input fields, and is easily accessible via the system tray or accessibility settings. It includes standard keys, function keys, and emoji support, and appears automatically when you tap a text input field on touch-enabled hardware. This addition reflects KDE’s ongoing commitment to making the desktop inclusive and usable for everyone.

  • Plasma Wayland - The Default, Fully Supported Session: The Plasma Wayland session is the default and fully supported session in Kubuntu 26.04 LTS, delivering improved security, smoother rendering, and better HiDPI display support. For users who need it for legacy hardware or specific workflows, the plasma-session-x11 package remains available in the Ubuntu archive— but it is not installed by default and is not supported by the Kubuntu team.

  • Extensive Theming and Configuration Improvements: Plasma 6.6 brings significant advances to theming and desktop configuration, giving users more expressive control over the look and feel of their environment than ever before. Custom global themes have been expanded, colour scheme handling has been refined throughout the shell and applications, and widget customisation options have been deepened across panels and the desktop. Whether you prefer a polished out-of-the-box experience or enjoy crafting every detail of your workspace, Resolute Raccoon gives you the tools to make Kubuntu truly your own.

What’s New Under the Hood

Beyond these highlights, Kubuntu 26.04 LTS inherits Ubuntu’s robust platform upgrades:

  • Linux Kernel 7.0: Updated from 6.8, the kernel now enables crash dumps by default on desktop installations, brings the new sched_ext scheduling system for hot-swappable eBPF-based schedulers, and retires the linux-lowlatency package in favour of a leaner lowlatency-kernel tuning approach on top of linux-generic.

  • KDE Applications 25.12.3: All KDE Gear applications have been updated to 25.12.3, a stable release, including Dolphin, Konsole, Okular, Kdenlive, and more.

  • Qt 6 Ecosystem: Qt 6.10.2 and KDE Frameworks 6.24.0 power the desktop. Qt5 (5.15.1cool1.gif and KDE Frameworks 5 (5.116.0) legacy packages remain in the archive for applications that have not yet completed their Qt6 port.

  • Firefox 150 and LibreOffice 26.2: Both core applications are updated, with Firefox delivered as a Snap from the Snap Store and LibreOffice included in the full installation.

  • sudo-rs by default: Ubuntu 26.04 LTS ships sudo-rs, a memory-safe Rust reimplementation of sudo, as the default sudo provider — improving security without changing everyday usage.

  • Rust-powered core utilities: The core OS utilities are now provided by rust-coreutils, bringing performance improvements and memory safety to fundamental command-line tools.

  • VA-API hardware video acceleration: AMD and Intel users now get hardware-accelerated video encoding and decoding by default via the Video Acceleration API — great for media playback and video work.

  • Updated developer toolchain: GCC 15.2, Python 3.14, Rust 1.93, Golang 1.26, LLVM 21, OpenJDK 25, and .NET 10 are all included and ready to use.

  • APT 3.2: The package manager gains a new dependency solver, OpenSSL-backed TLS, an automatic pager for commands like apt show and apt list and history and rollback commands like apt history-list or apt history-rollback, which were previously found only in separate apt-rollback tool.

This release marks another milestone in Kubuntu’s long journey as one of Ubuntu’s most beloved flavours. A huge thank you to our volunteer contributors, testers, bug reporters, and the upstream KDE and Ubuntu teams for making Resolute Raccoon a reality.

[-] JRepin@lemmy.ml 71 points 2 years ago* (last edited 2 years ago)

Well and behind it is stealing other peoples' work (posts and comments, moderation and administration) and selling them as yours. The oldest capitalist criminal trick in the book: privatization AKA primitive accumulation AKA enclosure of the commons.

[-] JRepin@lemmy.ml 43 points 2 years ago* (last edited 2 years ago)

KDE Plasma on all my computers and also as desktop mode on Steam Deck. because it supports the latest technologies especially when it comes to graphics (HDR, VRR) also has best support for Wayland and multi-monitors. It looks great out of the box and it has a lot of features out of the box and I do not need to battle with adding some extensions that break with almost every update. KDE Plasma is also the most flexible desktop and I can set the workflow really to fit my desires and I can actually set many options and settings. And despite all these built-in features and configurability it still uses very few system resources and is very fast and smooth. Oh and the KDE community is one of the most welcoming I have met in FOSS world, and they listen to their users instead of the our way or the high way mentality I have so often encountered in GNOME for example. So yeah TLDR KDE Plasma is the one I like the most of all in the industry, even when compared to proprietary closed alternatives.

[-] JRepin@lemmy.ml 67 points 2 years ago

It would hurt this sociopath Bezos a lot more if people also canceled Amazon services en mass

[-] JRepin@lemmy.ml 96 points 2 years ago

It would hurt this sociopath Bezos a lot more if people also canceled Amazon services en mass

[-] JRepin@lemmy.ml 214 points 2 years ago

It would hurt this sociopath Bezos a lot more if people also canceled Amazon services en mass

[-] JRepin@lemmy.ml 33 points 2 years ago

It would hurt this sociopath Bezos a lot more if people canceled Amazon services en mass

[-] JRepin@lemmy.ml 33 points 2 years ago* (last edited 2 years ago)

These GAFAM/BigTech corporations really are in a tough and fierce competition of which one is the shittiest and most privacy-invading don't they. Ensittification overdrive mode in all of them.

[-] JRepin@lemmy.ml 49 points 2 years ago

Best to switch to Firefox anyways, or even better privacy enhanced LibreWolf

This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.

[-] JRepin@lemmy.ml 39 points 2 years ago

And instead of the heaviest of sanctions imposed on genocidal Israel, some countries are even sending them more weapons. Leaders of all should imprisoned for war crimes and helping with warcrimes and crimes against humanity.

[-] JRepin@lemmy.ml 30 points 2 years ago

Oh how I wish those TV manufacturers would get rid of HDMI and replace it with DisplyPort. HDMI mafia does not allow opensource implementations of HDMI specification and so not all latest features of it can be supported by graphics card drivers on GNU/Linux. Death to HDMI!

[-] JRepin@lemmy.ml 34 points 2 years ago

Or they just found out that Windows process scheduler is still broken beyond repair. If you look at the benchmarks on GNU/Linux performance is all there. For example see Phoronix benchmark

[-] JRepin@lemmy.ml 56 points 2 years ago* (last edited 2 years ago)

One way of greatly improving ROCm installation process would be to use the Open Build Service which allows to use the single spec file to produce packages for many supported GNU/Linux distributions and versions of them. I opened a feature request about this.

view more: next ›

JRepin

joined 2 years ago
MODERATOR OF