3 min read 0 tutorials and tips Tutorial – VR on Linux with Meta Quest and ALVR peq42 08/09/2024 Virtual reality (VR) has rapidly gained popularity, offering immersive gaming and experiences that feel almost real. With more people adopting…
5 min read 0 Other Article What is DNS Hijacking? peq42 25/08/2024 The Domain Name System (DNS) is a critical component of the internet’s infrastructure. It acts as the internet’s address book,…
3 min read 0 Other tutorials and tips Zig: A Basic Introduction peq42 10/08/2024 Zig is a modern programming language designed to be robust, efficient, and easy to understand. It focuses on providing predictable…
4 min read 0 Other tutorials and tips Bend: A Basic Introduction peq42 18/05/2024 Bend is a high-level, massively parallel programming language. It feels like Python but scales like CUDA. Your code runs on…
4 min read 1 Other tutorials and tips Gleam: A Basic Introduction peq42 12/03/2024 Gleam is a statically-typed functional programming language, which recently had its v1 released, designed for building scalable and maintainable software.…
5 min read 0 Other tutorials and tips COBOL: A Basic Introduction peq42 01/03/2024 In the fast-paced realm of technology, COBOL, or COmmon Business-Oriented Language, emerges as a timeless cornerstone in the world of…
4 min read 0 Other tutorials and tips Tutorial – How to integrate PayPal and Unity peq42 22/01/2024 Integrating PayPal payments into a Unity project involves several steps, and can be a little complicated for those unfamiliar with…
3 min read 0 Other tutorials and tips How to create Realistic Liquids on Blender 4.0 peq42 13/01/2024 Recently I went back to blender and did a mix of trying to remember what I knew and learning new…
4 min read 0 Other tutorials and tips Parallel and Asynchronous Programming in Rust peq42 11/12/2023 Rust is a powerful, low level programming language initially made by Mozilla, which I’ve covered the backs for in a…
5 min read 0 Other software tutorials and tips Parallel Programming in C/C++ with OpenMP peq42 06/12/2023 In the not-so-distant past, computers had only one brain, called a CPU, which did all the thinking and processing tasks.…