Joined January 2010
270 Photos and videos
Does the existence of realism demonstrate more the reality of the real or the unreality of the real (absence of reality)?
3
709
3
1,420
மகிழ்ச்சி யோம் கிப்பூர் ויג'איה דשאמי שמחה
1
1,240
2,301
@NathalieSaintCricq @younousomarjee @Europarl_EN #Y🕉️1PB.
2,270
Gauthier Segay retweeted
16 Sep 2020
Aujourd'hui un squatteur risque moins que le propriétaire qui aimerait l’évacuer de son domicile ! Je propose qu’un squatteur dorme automatiquement en prison et soit sanctionné par 3 ans de prison. Squatter c'est voler
92
426
902
youtube.com/watch?v=xlVYqOQk… Today I found if(a = b) { // some code return; } in production C# code Makes me wonder about other blind spots about recommending it day in, day out, for general purpose programming. @_h0x0d_ @pim_brouwers @antinonsense6 @DotNetIsCSharp
2,021
Sometimes you get caught writing C#, assuming it is type safe. var a = ""; var b = new object(); var c = a b; wat?
1,213
Who faces this from time to time? Should I open a language suggestion?
1,090
Believe in your self. You are a miracle to believe in.
3
1
5
1,245
francetvinfo.fr/elections/pr… @franceinfo faute de frappe: "C'est de leur faute", affirme *La Poste*, au sujet des citoyens non livrés. Je me demandais si ce n'était pas "McKinsey" au lieu de "La Direction De La Poste". Et aussi, pourquoi remettre la faute sur les sujets?
1
youtu.be/LxcvV1CsREc?t=1480 Nothing against the ppl talking, in this french politics matter debate, with a comment: "Ok, there is no need for loyalty, but you have to make it look you didn't betray" Everyone kind of agreeing with that statement, movin'on. Cynism or relief in irony?

1
If `goto` is considered harmful, why aren't `break` and `return` considered the same?
2
1
Wish there was the same for fsharp tail recursion, which can have drastic impact at runtime if not optimized away (stack overflow). github.com/fsharp/fslang-sug…
I almost wish slices in Rust had a version of .get() that emits a bounds check but fails the build if LLVM couldn't optimize it out.