I use IntelliJ Idea. The free Community Edition is all you need.
I use IntelliJ Idea. The free Community Edition is all you need.
He can’t pretend to save the world if the world isn’t ending.
None, because it’s not a real department, and has as much legal meaning as any made up department you and me can think of. But if course if Trump acts as if it’s real and listens to it’s opinions (which have the same legal weight as any private person’s opinions), then it doesn’t matter it’s not real.
And GUI is even easier and faster with Compose.
I thought I like Java until I tried Kotlin. It’s everything I liked about Java, but with everything wrong with it fixed.
And much of the confusion and frustration at “Java” is actually because of Spring, or the “enterprise” nonsense making everything unnecessarily complex. You can just… write Java without any of that.
You shouldn’t though, because Kotlin exists, which fixes everything that’s wrong with Java while still being 100% compatible, so even in legacy projects you can mix and match and write new code in Kotlin without needing to rewrite any of the existing Java.
I never said it was a joke. He fully intended to buy Twitter, then decided he doesn’t want to buy it, but was forced to do it.
You can make the argument that something was the reason he originally made the offer to buy Twitter, but that seems separate to me.
If I talk to friends about wanting to dye my hair pink as a joke, then they propose a bet making me do it if I lose, I lose and do it, then the reason my hair is pink is that I lost a bet, not whatever I originally suggested.
If I eat something I don’t like because there is nothing else in the fridge, the reason I’m eating it is that there is nothing else in the fridge, not whatever reason is there for it to be in the fridge in the first place (a visiting friend left it behind).
In all cases, the situation was created by some other event, and in Twitter’s case, there was an original reason he made the offer, but it did not end up being the reason he bought it, because he wouldn’t have bought it otherwise.
That’s how I see it.
Reminder: He was forced to buy Twitter by a judge and was doing everything he could to avoid buying Twitter.
He is using it to control the headlines, but that’s not the reason he bought it. The reason he bought it is that he was forced to. He wanted to back out of the deal.
A drone is an unmanned vehicle, e.g. SpaceX drone boats serving as mobile landing pads, Ukrainian drone boats carrying explosives, drone research submarines, ground drones for mine defusal, etc.
This is definitely not a drone. It’s a quadcopter.
Apparently I was the only one to read the title that way, but I thought your brothers died (late) in their 40s.
I imagine because it’s supposed to encompass blog writers, comic authors, and other creators of, well, content, that isn’t necessarily a video.
The food how to basic uses in his videos is all expired food. He is not wasting good food.
Why is it insane? Is it surprising that people make joke offers? Joke offers exist on any online auction site.
The sellers are players. Of course people are going to troll by creating such offers. Doesn’t mean anything.
I imagine if such a candidate won, the would forfeit their win by not attending the inauguration and not getting sworn in.
And how does that handle a candidate who is in prison, and how is it different?
Remember, remember, the 5th of November
Yeah, that’s what I said.
Micronaut and Vert.X also work, and with Kotlin you unlock that ecosystem as well, for example Ktor. One could argue whether Spring is still a modern framework. It works very well, but there is a lot of “magic” and hard to understand annotations with Spring that make it harder to learn and debug than it could be.
Of course the reality in enterprise environments is that change is often very difficult and such changes are a hard sell when you already have millions of lines of Spring code.
But if you are not locked to Spring, there are better options. DI being build in is another negative to me. Spring does everything, and any project using it becomes a “Spring project”. Which robs you of any choice. If you use Ktor for example, it’s only a library, not a framework, and only does the web component. You choose your own DI library that works for you, you choose your own serialization, you choose your own persistence/database solutions, and you can replace Ktor with something else 3 years down the line, if needed, without touching any of the other parts if the project.