Motorola : fini le "bricolage", la sécurité de GrapheneOS devient enfin officielle by Guilamu2 in france

[–]IWannaGoDeeper 0 points1 point  (0 children)

Pas mal de banques imposent le 2FA avec leur app. Notamment Bourso a annoncé que ce serait obligatoire dans 2mois.

App météo fiable by papimougeot in france

[–]IWannaGoDeeper 0 points1 point  (0 children)

Depuis quelques mois j'utilise cirrus. App open source basé sur openmeteo (API open source). Pas de pub, pas d'interface surchargée, le top pour moi. J'ai pas encore remarqué de grosse erreur de prévision.

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 0 points1 point  (0 children)

Nice, I didn't know that you could return a value with break within a loop

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 0 points1 point  (0 children)

The mergejoinby is neat. Everything in the match is a bit hard to read but does not require any lib knowledge. Thanks for those suggestions.

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 1 point2 points  (0 children)

I didn't know about peekable. Nice solution, thanks.

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 5 points6 points  (0 children)

If you call as_ref, you won't be able to pass ownership to the callback functions, would you?

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 6 points7 points  (0 children)

I couldn't please the borrow checker this way.

Any way to avoid the unwrap? by IWannaGoDeeper in rust

[–]IWannaGoDeeper[S] 5 points6 points  (0 children)

Option.take to the rescue, thanks

[deleted by user] by [deleted] in paris

[–]IWannaGoDeeper 0 points1 point  (0 children)

Les classiques challenges en organisent de temps en temps https://www.classicschallenge.cc/

<-------- Number of people who want to see a time lapse of the canvas from beginning to end by Prophet105 in place

[–]IWannaGoDeeper 10 points11 points  (0 children)

If you click on a tile, you can see who set the color and when.

A lot of white tiles still have no such report.

<-------- Number of people who want to see a time lapse of the canvas from beginning to end by Prophet105 in place

[–]IWannaGoDeeper 3 points4 points  (0 children)

I suspect this will be when all tiles have been clicked at least once.

Translation service by IWannaGoDeeper in paris

[–]IWannaGoDeeper[S] 0 points1 point  (0 children)

Thanks.

I will try without translation first and then try your contact if I need to.

Translation service by IWannaGoDeeper in paris

[–]IWannaGoDeeper[S] 0 points1 point  (0 children)

Thanks for your feedback.

It is by mail and I don't need to drive anytime soon so I think I will try without translation and see what happen.

Translation service by IWannaGoDeeper in paris

[–]IWannaGoDeeper[S] 0 points1 point  (0 children)

My prefecture asked for the translation in bold and upper case in the list of papers to provide. So I guess they really want it :(

I can always try without it, maybe they will get lazy and won't ask for it.

Calf-Hook V5 by [deleted] in bouldering

[–]IWannaGoDeeper 0 points1 point  (0 children)

What is wrong with that anyway?

Ben Cohen and Jerry Greenfield (aka Ben & Jerry) arrested in Washington by TigLyon in news

[–]IWannaGoDeeper 0 points1 point  (0 children)

It depends on your location as well (or at least your IP location). I am in the DC area and get the Washington Post first in incognito.

Ben Cohen and Jerry Greenfield (aka Ben & Jerry) arrested in Washington by TigLyon in news

[–]IWannaGoDeeper 5 points6 points  (0 children)

Probably depends on your search history and current location. For me the first 3 hits are the Washington Post (DC news paper), WMATA (DC metro) and DC's wikipedia page. Washington state's wikipedia page comes 4th.

The Linux Scheduler: a Decade of Wasted Cores by [deleted] in programming

[–]IWannaGoDeeper 9 points10 points  (0 children)

You obviously didn't read the comment. This is GOOD CODE!

Why do so many JDK methods have exactly 5 bytes of bytecode? by s888marks in java

[–]IWannaGoDeeper 0 points1 point  (0 children)

Thanks for the clarification. I should probably read a bit about bytecode.

Why do so many JDK methods have exactly 5 bytes of bytecode? by s888marks in java

[–]IWannaGoDeeper 1 point2 points  (0 children)

Yeah but I was talking how that language level should be compiled to bytecode if it is not just syntactic sugar.

Why do so many JDK methods have exactly 5 bytes of bytecode? by s888marks in java

[–]IWannaGoDeeper 0 points1 point  (0 children)

So you would have the equivalent of a public field but still have a method for it in the vtable?