jyte

joined 1 year ago
[–] jyte@lemmy.world 2 points 6 months ago

If I make sure to leave at peak commute time I’m pretty I can do that just for Paris-Marseille.

Wait just about 100 days and you can make it Paris - Paris.

[–] jyte@lemmy.world 10 points 8 months ago* (last edited 8 months ago) (1 children)

Here is why :)

[–] jyte@lemmy.world 0 points 8 months ago (1 children)

whatever works for you, but what will you comme up with for "un avion" ? :)

[–] jyte@lemmy.world 1 points 8 months ago* (last edited 8 months ago)

Because "people" (my french self included) would just say (most of the time) "la machine à laver" (or even shorter : la machine) and out of context, you'd figure out which of the 2 is actually talked about.

Also, as "machine à laver" litterally translate to "washing machine", it didn't even occure to me that it had to be understood as laundry machine, hence why I initially said it was a "she".

[–] jyte@lemmy.world 10 points 8 months ago (2 children)

Un lave linge, une machine à laver le linge, un lave vaisselle, une machine à laver la vaisselle. It actually all depend on they way you phrase it. Agreed though. It was mostly for the joke.

[–] jyte@lemmy.world 7 points 8 months ago* (last edited 8 months ago) (15 children)

It's a she, because that's a woman job. Same goes for dish washer !

Also, there are a few words that even french (most of them) would have the gender wrong...

[–] jyte@lemmy.world 7 points 9 months ago

Except that games are broken at release and need day1 patch in order to work. Although you will ship BD, the day update servers are taken down, your physical copy won't allow you to play the game either.

The only question I have is : Is torrenting game patchs / updates concidered piracy as well ? If it is, we are definitely doomed.

[–] jyte@lemmy.world 4 points 9 months ago (1 children)

isn't that kind of what AUR is, and exactly what people love about arch ?

[–] jyte@lemmy.world 2 points 1 year ago

Snap forces updates, and you cannot disable them. So if you use snaps, I guess you can stop worrying and keep going with your usual apt routine.

[–] jyte@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)

if you do not provide a root password during install, the default user is in sudoer.

[–] jyte@lemmy.world 1 points 1 year ago

I put my self hosted instance down on purpose and tried to access my phone's app. It works and I can export to csv or json from there.

The likelihood of my phone & NAS breaking down at the same time seems rather thin.

[–] jyte@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

wait what ?

So you are saying that the following code will keep throwing e but if I used throw e; it would basically be the same except for the stack trace that would be missing the important root cause ?!

try {
} catch (WhateverException e) {
    // stuff, or nothing, or whatever
    throw; 
}
view more: next ›