@javarevisited Today, docs are an essential part of AI to learn, think and answer our questions. Good docs are priceless. Docs are and will be great investment to train AI.
P.S. now, AI can help us to summarize our letters ๐ so, keep writing
@pmitu I think AI will be integrated into robots and robots will be our future neighbours or workmates. Imagine, you have an issue on a task and you can ask a robot to assist you by whistling - "Hey, Robo, I need your help, come here, plz".
@lemire instead of giving some homework, just ask the students to do those tasks which are related to previous lessons in front of you without touching any device, just a pen and a paper. Of course, if the lessons are offline ๐
A production feature in #Java25, Module import declarations enables you to import an entire module using a single import statement.
Check out my blog post for more details on this feature and how @IntelliJIDEA supports it:
https://t.co/h63NKgS3fE
@GokanEkinci@java Since Java 9, all core Java codebases have been divided into modules. For example, you can check the java.base module, which contains packages such as https://t.co/gWhePBAqbT, java.lang, and java.util.
@andersoncode42@vlad_mihalcea Even USB )
But type-C solved this problem
So does it mean it needs such a simple thing to use without thinking about how it works?
If, as looks likely, the aircraft was shot down judging by the shrapnel damage around the tail, then the fact the flight crew kept it airborne and under control for as long as they did is impressive, and the fact anyone survived is miraculous.
SOLID principle is one of the most important design principles in OOP languages like Java, Python, C#, etc.
Sadly, most of the programmers find it super difficult to understand.
Here's the simplest guide to understand SOLID principles:
Rome was not built in a day, but grep was (sort of) ๐
The origin story behind the creation of grep utility is fascinating.
The co-creator of the UNIX operating system, Ken Thompson, developed grep 'overnight'.
Actually, he had a personal tool for searching for text in files.
His department head Doug McIlroy came to him and said, "You know it would be really great if we could look for things in files".
"I'll think about it overnight", said Thompson.
He went back home and modified the code in his tool to fix bugs. Took him an hour at most.
The next day, he presented it to McIlroy and he exclaimed,
"This is exactly what I wanted"
And the rest is history.
If you are wondering why the utility is called grep and not search, there is perfectly good logic behind it ๐