3 min read 0 Other news software WordPress to finally start dropping old versions of PHP peq42 08/04/2024 After a couple months trying to convince people involved in the development of WordPress core to drop versions of PHP…
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.…
6 min read 0 Other Article software tutorials and tips Web Servers: A Basic Introduction peq42 16/11/2023 A web server is like a waiter in a restaurant. Imagine you go to a restaurant and order food. The…
3 min read 1 Other hardware news software SteamVR 2.0 and New Valve Headset peq42 26/09/2023 Yesterday, 25th of September, an e-mail from valve to the Verge was posted on the internet, talking about the new…
4 min read 0 Other software Apache vs Litespeed vs Nginx peq42 17/09/2023 If you’ve ever thought about setting up a website or a web server, you’ve probably heard of Apache, LiteSpeed, and…
5 min read 0 Other news software Unity and John Riccitiello: How NOT to be a CEO peq42 12/09/2023 Ah I don’t know how I almost forgot this gem, but today I got reminded of Unity and the terrible…
5 min read 0 Other software Crypto is Nothing but a SCAM peq42 10/09/2023 The blockchain has been around for a while, becoming really popular this past decade or so. When I first got…
6 min read 0 Other software tutorials and tips Python Threads: How do they work? peq42 08/09/2023 I’ve been fairly interested in python and multithread programming recently, so I decided “what better way to learn it than…
4 min read 0 Other software tutorials and tips TypeScript: A Basic Introduction peq42 03/09/2023 Have you ever wanted to use javascript, but with obligatory types to ensure the code is easy to maintain? Well,…
8 min read 0 Other software tutorials and tips Rust: A Basic Introduction peq42 29/08/2023 Many programming languages have tried to tackle memory management in different, better ways. Some, like C/C++, leave it up to…