Why don't Java records support inheritance?
The truth is that every record automatically extends 𝒋𝒂𝒗𝒂.𝒍𝒂𝒏𝒈.𝑹𝒆𝒄𝒐𝒓𝒅.
Because Java does not support multiple class inheritance, a record cannot extend any other class. However, they can still implement interfaces!
We need to learn how to code again ??
After three years of using AI to generate code (vibe coding) and fix bugs, I forget how to code, and forget the syntax, but the important question ? is the code is still matter in 2026 ? or we need to learn other skills ??
Is it normal how the AI tools take from us the ability to think ???
i mean, it is crazy how AI make things easy and very more faster to solve problems and find solutions, but what is the cost ?
So, I did some benchmarks today to find out how slow Python's input() function really is.
Turns out input() is 8X slower than doing `for line in sys.stdin`