The Centro Nacional de Tecnologia Eletrônica Avançada (Ceitec), Brazil’s federal state-owned microchip manufacturer, has resumed operations after undergoing a process of extinction, which was reversed by a presidential decree. The restart of activities was marked by a ceremony in Porto Alegre, attended by the Minister of Science, Technology, and Innovation,… Read More... "Brazil may start producing 14nm chips in the future"
Fortran (short for Formula Translation) is a high-level programming language commonly used for scientific and engineering applications. It has been around for a long time and is especially well-suited for numerical and scientific computing. In this tutorial, we’ll cover some basic concepts to get you started with Fortran programming. 1.… Read More... "Fortran: A Basic Introduction"
Assembly language is a low-level programming language that is specific to a computer architecture. It’s a human-readable representation of machine code, which is the binary code that a computer’s central processing unit (CPU) understands. Understanding assembly language helps you gain insights into how computers work at a fundamental level. It’s… Read More... "Assembly: A Basic Introduction"
As we all know, and some refuse to believe, billionaires are evil. Nobody reaches that level of wealth without using and abusing the people who work for them and breaking a few laws(and in a world where millions have nothing to eat, drink or a house to live in, accumulating… Read More... "Brazil will start Taxing Billionaires"
A web server is like a waiter in a restaurant. Imagine you go to a restaurant and order food. The waiter takes your order, brings it to the kitchen, and then serves the food back to you. Similarly, a web server takes requests (orders) from your computer, fetches the requested… Read More... "Web Servers: A Basic Introduction"
For the first time, maps made with information from the past 30 years show that parts of Brazil now have a arid climate, like deserts. This happened because the Earth got hotter due to climate change, combined with damage caused by humans. A note from scientists at Cemaden (National Center… Read More... "Brazil may be turning into a Desert"
A few days ago, MrBeast, the most popular content creator of Youtube, with well over 200 million subscribers, published a video in which he and his team build 100 wells that will provide clean water for about 500 THOUSAND people. Not only he did that, but all the ad money… Read More... "MrBeast Builds 100 wells for communities and People Complain"
On November 2nd, 2023, Cloudflare, a major internet infrastructure and security company, responsible for about 20% of the web’s traffic, experienced a significant outage that affected its control plane and analytics services. The outage lasted from November 2 at 11:44 UTC until November 4 at 04:25 UTC, leaving multiple people… Read More... "Cloudflare Catastrophic Failure – November 2nd"
If you’re a gamer, you probably heard recently about how Bungie laid off 8% of their staff and their revenue projects were wrong by about 45% for the year. This isn’t the first tech company laying off hundreds or thousands of employees at once, but how come? Well, greed. When… Read More... "Bungie: An example of how GREED breaks companies"
Creating a basic GUI application in Rust using the Druid crate is a great way to get started with basic desktop application development. In this tutorial, we’ll walk through the process of creating a simple window with a label and two buttons. When you click one button, it will change… Read More... "Creating a GUI application with Rust"