The Boom of the Europe is leaving Femtech behind

Left without control, the limited approach of Europe in the investment of AI will come in the health of half of its population. As the risk capital floods disproportionately in the AI ​​sector, the innovation of women’s health, the definition of essential infrastructure, is once again fighting for the remains. In 2021, Femtech’s global investment…

Read More

Buried for 325 million years, two new marine monsters leave the depths of the world’s largest cave

In black corridors of tone of Mammoth Cave National Parkdeeply under the wavy hills of Kentucky, scientists have discovered something surprising: the fossilized remains of two never seen before prehistoric shark species. Limestone More than 325 million yearsThese old predators have resurfaced with a surprising level of preservation, opening a rare window to marine life…

Read More

The last word about nothing

This was for the first time on August 17, 2022. Three years later, August 20, 2025, the same. Except this year we also have infrastructure (this is like measles: you understand it, you suffer, disappear) that we have enough that I know the code for the brands of the streets: the gas is yellow, the…

Read More

Introduction to Java’s records: Simplified programming centered in Java

record Person(String name, int age) {} if (obj instanceof Person person) { System.out.println(“Name: ” + person.name()); } Now let’s consider a more traditional example. Geometric shapes are a classic way to demonstrate how interfaces sealed with records work, and make patterns coincidence especially clear. The elegance of this combination is evident in switching expressions (introduced…

Read More