Author: ProHoster

Intel develops new open firmware architecture Universal Scalable Firmware

Intel is developing a new firmware architecture, Universal Scalable Firmware (USF), aimed at simplifying the development of all components of the firmware software stack for various categories of devices, from servers to systems on a chip (SoC). USF provides layers of abstraction that allow you to separate the low-level hardware initialization logic from the platform components responsible for configuration, firmware updates, security, and booting the operating system. […]

Release of SFTP Server SFTPGo 2.2.0

The release of the SFTPGo 2.2 server has been published, which allows you to organize remote access to files using the SFTP, SCP/SSH, Rsync, HTTP and WebDav protocols. Among other things, SFTPGo can be used to provide access to Git repositories using the SSH protocol. Data can be transferred both from the local file system and from external storage compatible with Amazon S3, Google Cloud Storage and […]

In the main branch of Python, the ability to build to work in the browser

Ethan Smith, one of the main developers of MyPyC, a compiler of Python modules into C code, announced the addition of changes to the CPython codebase (the base implementation of Python) that allows you to build the main CPython branch to work inside the browser without resorting to additional patches. Assembly is carried out into universal low-level intermediate code WebAssembly using the Emscripten compiler. Job […]

QOI image compression format introduced

A new lightweight, lossless image compression format has been introduced - QOI (Quite OK Image), which allows you to very quickly compress images in the RGB and RGBA color spaces. When comparing performance with the PNG format, the single-threaded reference implementation of the QOI format in C, which does not use SIMD instructions and assembly optimizations, is 20-50 times faster in encoding speed than the libpng and stb_image libraries, […]

SQLite 3.37 release

The release of SQLite 3.37, a lightweight DBMS designed as a plug-in library, has been published. The SQLite code is distributed as a public domain, i.e. may be used without restrictions and free of charge for any purpose. Financial support for SQLite developers is provided by a specially created consortium, which includes companies such as Adobe, Oracle, Mozilla, Bentley and Bloomberg. Main changes: Added support for creating tables […]

Release of PostgREST 9.0.0, add-ons for turning a database into a RESTful API

The release of PostgREST 9.0.0 took place, a separately operating web server with the implementation of a lightweight add-on to the PostgreSQL DBMS, translating objects from an existing database into a RESTful API. Instead of mapping relational data into objects (ORMs), PostgREST creates views directly in the database. The database side also handles serialization of JSON responses, data validation, and authorization. The system performance is sufficient to process [...]

Tux Paint 0.9.27 release for children's drawing software

The release of a graphic editor for children's creativity has been published - Tux Paint 0.9.27. The program is designed to teach drawing to children aged 3 to 12 years. Binary assemblies are generated for Linux (rpm, Flatpak), Android, macOS and Windows. In the new release: The brush drawing and line drawing tools now have support for brushes that rotate depending on the direction of brush movement. […]

Vulnerability in the firmware of MediaTek DSP chips used in many smartphones

Researchers from Checkpoint have identified three vulnerabilities (CVE-2021-0661, CVE-2021-0662, CVE-2021-0663) in the firmware of MediaTek DSP chips, as well as a vulnerability in the MediaTek Audio HAL audio processing layer (CVE-2021- 0673). If the vulnerabilities are successfully exploited, an attacker can eavesdrop on a user from an unprivileged application for the Android platform. In 2021, MediaTek accounts for approximately 37% of specialized […]

Release of GhostBSD 21.11.24

The release of the desktop-oriented distribution GhostBSD 21.11.24, built on the basis of FreeBSD 13-STABLE and offering the MATE user environment, has been published. By default, GhostBSD uses the ZFS file system. Both work in Live mode and installation on a hard drive are supported (using its own ginstall installer, written in Python). Boot images are created for x86_64 architecture (2.6 GB). In the new version in […]

Venus is a virtual GPU for QEMU and KVM based on the Vukan API

Collabora has introduced the Venus driver, which offers a virtual GPU (VirtIO-GPU) based on the Vukan graphics API. Venus is similar to the previously available VirGL driver, implemented on top of the OpenGL API, and also allows each guest to be provided with a virtual GPU for 3D rendering, without giving exclusive direct access to the physical GPU. The Venus code is already included with Mesa and ships starting […]

Clonezilla Live 2.8.0 distribution release

The release of the Linux distribution Clonezilla Live 2.8.0 is available, designed for fast disk cloning (only used blocks are copied). The tasks performed by the distribution are similar to the proprietary product Norton Ghost. The size of the iso image of the distribution is 325 MB (i686, amd64). The distribution is based on Debian GNU/Linux and uses code from projects such as DRBL, Partition Image, ntfsclone, partclone, udpcast. Can be downloaded from [...]

Release of the Archinstall 2.3.0 installer used in the Arch Linux distribution

The release of the Archinstall 2.3.0 installer has been published, which since April has been included as an option in Arch Linux installation iso images. Archinstall works in console mode and can be used instead of the default manual installation mode of the distribution. The implementation of the installation graphical interface is being developed separately, but it is not included in the Arch Linux installation images and has not been […]