ExLisper

joined 3 months ago
[–] ExLisper@lemmy.curiana.net 2 points 1 day ago (1 children)

Dinosaurs want to break out again but giant asteroid is going to destroy the earth so they team up with humans to stop it. Dinosaurs offer their asteroid know how in exchange for freedom.

I think that if people are getting offended by the green light time other driver are eating up it means that driving has way too high priority in their life. I mean, I get it, but it's kind of sad.

[–] ExLisper@lemmy.curiana.net 27 points 2 days ago (5 children)

What future job market?

[–] ExLisper@lemmy.curiana.net 5 points 2 days ago (1 children)

Shut up! If you don't use Amazon how will the rich people go to space?

[–] ExLisper@lemmy.curiana.net 11 points 2 days ago

Honestly I wasn't expecting to see a significant increase. It's a nice surprise. If we get to 6-7% Linux will be much harder to ignore for software and hardware providers. Personally I'm good on software but better wifi drivers would be welcomed.

[–] ExLisper@lemmy.curiana.net 20 points 2 days ago* (last edited 2 days ago)

In my experience rust compiler simply moves the errors to earlier stage of development. With rust I write something and get bunch of errors right in the IDE. I spend some time fixing those and when all the compilation errors are gone in 99% of cases the code works and does what it's supposed to do.

With other languages I write some code and the compiler/interpreter says it's all good. I then run it, get bunch of errors and have to do some debugging, move back and forth between the editor and the command line/browser/application and fix all the bugs one by one.

So yeah, rust compiler complains a lot but it's to make your life easier, not harder. For me working rust way is just much more pleasant. I get immediate visual clues about the errors right in the IDE. When I finally get it right and all the errors dispersal it's like solving a small puzzle. You know you got it and it feels good. With other languages you think you got it all the time only to find another bug when you run it. Doing it this way is much more frustrating.

[–] ExLisper@lemmy.curiana.net 14 points 2 days ago (2 children)

In Spain you would have to wait for 5-10 seconds without moving for anyone to honk. At least where I live. People just don't usually get angry about it. I don't expect anyone to stare at the red light like it's a race track. Maybe someone is adjusting the radio, maybe they are putting on sunglasses. I mean, I don't care, I can arrive 5 seconds later. 99% of drivers here think the same.

I once worked with a British guy here. He drove me somewhere couple of times and he would always complain at how long Spanish drivers take to start when light changes. He crashed and totaled his car soon after. Slipped on a slightly wet asphalt and went out of the road. For me it's typical that the worse drivers are the impatient ones. Just relax, it's not a race.

[–] ExLisper@lemmy.curiana.net 2 points 2 days ago

I mean... you should always go the speed limit, right? Or slower of course.

[–] ExLisper@lemmy.curiana.net 8 points 2 days ago (1 children)

Actually, in Java 24 it's:

void main() { println("Hello World"); }

view more: ‹ prev next ›