Pages

joi, 27 august 2026

News : Modular unlocks Mojo compiler internals with new open source release.

In the last week, Modular published the full source code of the Mojo compiler, completing the transition from a partially open language to a fully open development ecosystem. Until now, only the standard library and selected components were available. The newly released compiler code includes the entire parsing system, type inference engine, borrow-checking logic, multi-layer intermediate representation pipeline, optimization passes and hardware lowering mechanisms. This gives developers complete visibility into how Mojo transforms high-level code into optimized machine instructions.
The open source compiler exposes all internal stages used during code generation. Developers can inspect lexical and syntactic parsing, semantic analysis, SSA construction, control-flow optimization, loop transformations, vectorization, alias analysis and memory layout optimization. The release also includes the hardware-specific lowering logic that prepares IR for CPUs, GPUs and AI accelerators. This level of transparency allows engineers to study, modify or extend Mojo’s compilation pipeline for research, performance tuning or hardware integration.
Mojo is designed for high-performance workloads such as AI kernels, GPU compute pipelines, numerical simulation, parallel processing and accelerator-driven tasks. It provides Python-like syntax but compiles to low-level optimized code comparable to C++ or Rust. This combination enables deterministic memory behavior, fine-grained control over execution and high throughput on modern architectures. Mojo’s design makes it suitable for building inference operators, custom GPU kernels, scientific computing modules and high-performance data processing systems.
Mojo can be used to accelerate existing Python applications by replacing slow sections with Mojo modules. Developers can integrate Mojo into machine learning pipelines, create optimized kernels for inference engines, experiment with new compiler passes or extend the IR pipeline for specialized hardware. Because Mojo is built on top of LLVM, it can target multiple architectures without requiring a separate toolchain.
The official open source repository can be found on this GitHub repo.

News : EVE Frontier | SEEKER_ENTRY_04

News : What Is Econometrics Toolbox?

News : Sentinel Shell Cinematic | Marathon

News : Darktable 5.6.1 released.

Darktable 5.6.1 was released on August 27, 2026, as a technical maintenance update focused on stability, memory optimization, and cross‑platform compatibility improvements across Linux, Windows, and Apple macOS systems.
The release enhances the RAW processing pipeline by improving ONNX model handling, adding automatic retry for interrupted downloads, and ensuring full metadata preservation for AI‑generated images, including EXIF, geotags, ratings, and color labels.
The AI RAW denoise module now explicitly rejects Fujifilm Super CCD sensors to prevent incorrect processing results caused by unsupported training data.
On Linux systems, Darktable 5.6.1 introduces native Wayland support in the official AppImage, while maintaining automatic fallback to X11 for environments with incomplete OpenCL or Vulkan implementations.
Fedora users benefit from major fixes related to AMD GPUs running Mesa Rusticl, eliminating pixel corruption and reducing OpenCL buffer allocation failures that previously caused crashes in modules such as denoise and sharpen.
The update resolves multiple stability issues in wavelet decomposition, path masks, and raster masks, which were more visible on Linux distributions using modern toolchains like GCC 14 and Clang 18.
Export reliability is improved through corrections in JPEG 2000 YCbCr 4:2:0 decoding and PNG 16‑bit color handling, addressing inconsistencies found across different libpng and openjpeg versions on Linux and macOS.
On Apple macOS, Darktable 5.6.1 provides separate builds for x86_64 and ARM64, ensuring optimized performance on Apple Silicon devices by improving integration with Metal and OpenCL layers.
The update reduces crash frequency on macOS when applying 3D LUTs or running AI modules, thanks to adjustments aligned with recent Apple Clang and SDK changes.
Windows users receive a fix for AMD OpenCL devices that were previously disabled, restoring full GPU acceleration for AI and pixelpipe operations.
Package distribution is updated across platforms, with Linux builds available through OBS, PPA, Flatpak, and community repositories, while macOS users receive synchronized .dmg installers for both Intel and Apple Silicon architectures.

miercuri, 26 august 2026

News : Linux celebrates 35 years of the open source revolution.

Linux marks 35 years of innovation, and the open‑source community continues to celebrate one of the most influential milestones in tech history. Although the official anniversary was on August 25, the entire month highlights the impact Linux has had on developers, enterprises, cloud platforms, and modern operating systems.
Linux began as a simple kernel experiment by Linus Torvalds in 1991. Today, it powers everything from smartphones and servers to supercomputers and embedded devices. Its success comes from the strength of open collaboration, transparent development, and a global community that constantly improves the ecosystem.
This year’s anniversary brings renewed attention to Linux’s role in cloud computing, containerization, cybersecurity, and AI workloads. Major distributions continue to evolve, while the Linux Foundation expands training programs and certifications to support the next generation of engineers.
As we celebrate 35 years of Linux, one thing remains clear: the open‑source model is not just a development strategy — it is a movement that transformed the entire technology landscape. The future of Linux looks stronger than ever, driven by innovation, community, and the freedom to build without limits.

News : HTTP QUERY method gains momentum after RFC 10008

An article published on August 14, 2026 explains the adoption of the QUERY method and confirms that RFC 10008 was published on June 19, 2026, and that in August the first analyses and developer guides appeared.
In June 2026 the IETF published RFC 10008. It defines a new HTTP method called QUERY. It is the first new method in more than two decades.

News : [AION 2] | Gamescom 2026 Trailer

News : IBM Granite 4.2 on ollama.

IBM Granite Models are a family of enterprise-ready, open foundation models that support multilingual capabilities, coding, retrieval-augmented generation (RAG), tool use, thinking and structured JSON output. Released under Apache 2.0 license.
ollama run granite4.2

sâmbătă, 22 august 2026

Shader Editor - example 006.

Today, testing another shader wallpaper for my phone with a lot of source code for real time data : camera phone, time ...

News : Multi-star Volumetric Cloud Illumination.