Open-source News

SSDFS Is The Newest Linux Filesystem & Catering To NVMe ZNS SSDs

Phoronix - Sat, 02/25/2023 - 22:00
Sent out for review on Friday evening were 76 patches implementing SSDFS, the newest open-source Linux file-system and catering to flash-friendly drives and particularly those with NVMe Zoned Namespaces (ZNS) support...

Google & Intel Making Progress For More Firmware Flexibility Around FSP Blobs

Phoronix - Sat, 02/25/2023 - 20:33
For modern Intel platforms supporting Coreboot whether it be for Chromebooks or on server platforms, they are still beholden to the Intel Firmware Support Package (FSP) binary blobs. But Google and Intel engineers have been working to enable more flexibility around the FSP binaries by being able to optionally reduce the amount of proprietary firmware executed on the CPU, optionally weeding out some of the optional FSP components, and optimizing the status quo to achieve greater boot speeds...

Many Radeon RX 7000 Series "RDNA3" Fixes Land In Mesa 23.1

Phoronix - Sat, 02/25/2023 - 20:19
For those with an AMD Radeon RX 7900 XT or RX 7900 XTX graphics card, the latest Mesa 23.1-devel code as of Friday has seen a number of fixes land for benefiting the GFX11/RDNA3 graphics processors...

KDE's Multi-Monitor Support Continues To Be Improved

Phoronix - Sat, 02/25/2023 - 20:07
While last week brought the Plasma 5.27 release as the last feature update to the Plasma 5 series, KDE developers haven't letup in their development efforts with this week continuing to be quite busy for the developers from bug fixing to new features...

Linux 6.3 ARM64 Changes Land With SME 2 & SME 2.1 Support

Phoronix - Sat, 02/25/2023 - 19:30
Along with all of the Arm SoC and board updates that were merged to the mainline Linux 6.3 kernel earlier in the week, the ARM64 (AArch64) architecture changes have also landed for this next Linux kernel version...

Intel PMCI Support Lands In Linux 6.3 For Their Max 10 FPGAs

Phoronix - Sat, 02/25/2023 - 19:11
The MFD subsystem changes were merged this week for the Linux 6.3 kernel that include a new driver for the Intel Platform Management Component Interface (PMCI) for use by the BMC controllers on the Intel Max 10 series FPGAs...

AI robot wrestling with open source

opensource.com - Sat, 02/25/2023 - 16:00
AI robot wrestling with open source omichel Sat, 02/25/2023 - 03:00

The ICRA 2023 conference will take place from May 29 to June 2, 2023 in London. It brings together the world’s top robotics researchers from academia and industry. During this event, several competitions are organized to foster new achievements in robotics. Among them, the wrestling competition will confront the best algorithms controlling intelligent humanoid robots in a wrestling game. Although the competition takes place in simulation, these little 3D guys are true digital twins of existing real robots named NAO. So their AI could transfer into the body of their real counterparts in a pretty straightforward way.

Image by:

(Olivier Michel, CC BY-SA 4.0)

Digital twin of a real robot

Each robot is equipped with a number of sensors and motors. These devices are available from the programming interface. The controller program can retrieve their measurements, such as camera images, process them, and send motor commands to drive the robot on its way to floor its opponent. Each participant can submit several versions of its controller program. For each new submission, a series of games is run in the cloud. Everyone can view them immediately as 3D animations from the web page of the leaderboard.

All shots allowed

The goal for the little guys on the ring is to floor their opponent in less than three minutes. If none succeed, the robot who covered the largest area wins. During the game, all shots are allowed, including using a stick or throwing a little plastic duck. Because these guys are sometimes so clunky, watching the games can be very entertaining.

Image by:

(Olivier Michel, CC BY-SA 4.0)

100% open source software

The complete competition infrastructure runs on GitHub and fully relies on open source software, including the Webots robot simulator. The participant workflow is straightforward for any software developer and can be easily re-used to implement a similar competition.

Image by:

(Olivier Michel, CC BY-SA 4.0)

Open to anyone

Although it requires some basic skills in software development, participation is open to anyone. The robots can be programmed in Python, RustC, C++, Java or ROS. There’s no limitation on the software libraries or programming languages that can be used.

Save the date

If you want to participate, you can register until May 23rd, 2023. However, you’re encouraged to register as early as possible to increase your chance of success.

  • January 16th, 2023: Registration opens and qualification games start
  • May 23rd, 2023: Selection of the best 32 teams
  • May 30th, 2023: 1/16 finals
  • May 31th, 2023: 1/8 finals
  • June 1st, 2023: 1/4 finals
  • June 2nd, 2023: Semifinals, third place game, and final

The finals will take place during the ICRA 2023 conference in London, and will be broadcasted online in real time. Remote participation will be possible.

Image by:

(Olivier Michel, CC BY-SA 4.0)

Open science and sustainability Video series: ChRIS (ChRIS Research Integration System) Explore Red Hat Research projects 6 articles to inspire open source sustainability How Linux rescues slow computers (and the planet) Latest articles about open science Latest articles about open education Latest articles about sustainability Grand prize

The winner of the competition will receive one Ether crypto-currency. Although its value was USD 1,659 on February 3rd 2023, it may be completely different on June 2.

Fostering the development of open science

The competition is organized by Cyberbotics Ltd., a Swiss-based company developing the open source Webots robot simulator. It aims at promoting the use of open source software tools, including cloud-based simulations, to achieve incremental progress in robotics research. By relying on open source software, running in virtual machines in the cloud, research results in robotics become easily reproducible by anyone. This allows researchers to build their own research on top of the results achieved by their colleagues, paving the way to incremental research in the spirit of open science.

Here are relevant links for participation:

Hope to see you there!

Program the artificial intelligence (AI) of simulated robots in an online international competition.

Image by:

Opensource.com

AI and machine learning Science Hardware What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

X-Plane Now Shipping Zink To Avoid Vendor OpenGL Drivers

Phoronix - Sat, 02/25/2023 - 06:00
As written about last year, the Laminar Research developers responsible for the incredible X-Plane flight simulator software have been working to make use of Mesa's Zink for leveraging OpenGL atop Vulkan to thereby avoid vednor OpenGL drivers that can vary in quality across platforms. With X-Plane 12.04b3, that goal is finally realized...

Linux 6.3 Adds Support For Tmpfs IDMAPPED Mounts - Benefits systemd, Kubernetes & More

Phoronix - Sat, 02/25/2023 - 03:00
Introduced to the mainline kernel two years ago with Linux 5.12 was the IDMAPPED mounts functionality that is useful from systemd-homed to containers and other use-cases. Since then more Linux file-systems and software has added support for IDMAPPED mounts and it's being furthered along now with Linux 6.3...

Wine Wayland Driver Takes Another Step Closer To Mainline

Phoronix - Fri, 02/24/2023 - 23:43
The merge request for landing the first of "many" parts of the Wayland driver for Wine was opened this morning. This is part of the effort of allowing Windows games/applications running under Wine to operate natively on Wayland rather than having to go through XWayland...

NVIDIA Lands X.Org Server Support For PRIME Render Offload On FreeBSD

Phoronix - Fri, 02/24/2023 - 23:30
It's not too often I get to talk about major FreeBSD graphics driver improvements, but with the latest X.Org Server Git code paired with the recent NVIDIA proprietary graphics driver there is now support for PRIME render offload should you be using a multi-GPU setup on this BSD...

Pages