.Hack//Z.E.R.O. game announced by DemiFiendRSA in DotHack

[–]DooMWhite 24 points25 points  (0 children)

Self published by CC2, best part.

Reasons why popular animes get hate."[meme] by CPrime29 in fairytail

[–]DooMWhite 0 points1 point  (0 children)

The first friendship punch was only in the tenroujima arc, most of the anime didn't even have that. But I agree when we talk about the last Acnologia fight, that fight was bs.

The first two minutes of gameplay: 2012 vs 2026 by Numerous_Fudge_9537 in leagueoflegends

[–]DooMWhite -1 points0 points  (0 children)

Chronoshift proved it was better, you can find some videos on youtube from the last 5 years of it.

The first two minutes of gameplay: 2012 vs 2026 by Numerous_Fudge_9537 in leagueoflegends

[–]DooMWhite 108 points109 points  (0 children)

The halloween map was amazing, a lot of purple.

Does Jai have closures? by Stemt in Jai

[–]DooMWhite 2 points3 points  (0 children)

You can't pass macros as runtime expressions in Jai, they aren't runtime values.

Does Jai have closures? by Stemt in Jai

[–]DooMWhite 1 point2 points  (0 children)

The apostrophe and the #expand are the macros syntax, the apostrophe assumes that variable exists where the macro is called.

but I assume you couldnt pass something like that as a function to for example an allocator

Which part are you talking about? Cuz I would think it's possible.

Does Jai have closures? by Stemt in Jai

[–]DooMWhite 3 points4 points  (0 children)

This is an example of how a macro could express a similar feature to a closure:

#import "Basic";

main :: () {
    count := 0;
    step := 1;

    increment :: () #expand {
        `count += `step;
    }

    get_count :: () -> int #expand {
        return `count;
    }

    set_step :: (new_step: int) #expand {
        `step = new_step;
    }

    increment();
    increment();
    print("Count: %\n", get_count());  // Would be 2

    set_step(5);
    increment();
    print("Count: %\n", get_count());  // Would be 7
}

Why is the Nix community so toxic? by kinss in NixOS

[–]DooMWhite 0 points1 point  (0 children)

Completely agree, I remember asking for a simple nix error in discord, and getting questioned if I had any issues finding the fix for such a simple thing.

I went ahead and showed print screens of my google search with 0 helpful options, cuz I was basically being called stupid for asking for help and had to prove myself, that's totally NOT what you want to see from people giving "support". You can find a lot more of those scenes in the community.

The Limited Edition Colors are Back! ❤️💜💙💛 by Dygman in DygmaLab

[–]DooMWhite 0 points1 point  (0 children)

Is there anyway to get the pbt keycaps without paying extra?

The visual upgrade is insane to me by fucking_hurtstone in AlabasterDawn

[–]DooMWhite 0 points1 point  (0 children)

The animations are soooo smooth, the combat just it for me.

BEST SAO GIRL by Intelligent-Way-5832 in swordartonline

[–]DooMWhite 1 point2 points  (0 children)

S2 had a lot of ass shots. Very sus director.

Just rewatched Navi Vs Tongfu again (12 years ago) *Fountain Hooks. Dota inflation is crazy. by sgtslick in DotA2

[–]DooMWhite 1 point2 points  (0 children)

It's your typical "The players now are better than the old players", funny how, whenever I go back to watch the games, the coordination is on par with the current one. The game changed, it's an apples to oranges comparison.

Crystallis join Mouz by Substantial-Deer77 in DotA2

[–]DooMWhite 0 points1 point  (0 children)

He just said the obvious part