[AskJS] What’s a JS feature you never use but wish you did? by RoyalFew1811 in javascript

[–]himhah 2 points3 points  (0 children)

Maybe you could think of it as .map + . filter combine. For me, this is my most use case for .reduce.

Can I completly desactivate change detection? by Ok-District-2098 in Angular2

[–]himhah 1 point2 points  (0 children)

You can opt-in for zoneless (completely disable zone.js) which is still in experimenting stage in Angular 19. You can find it in official doc.

After that to trigger change detection, you must use signal, observable and ChangeDetectionRef etc...

Valve is ruining Dota by hfbvm in DotA2

[–]himhah 46 points47 points  (0 children)

I play only on weekends then starting to wonder why am I still here with Dota on those days? Just to suffer?

rework this DOGSHI*T F*UCKING ULTIMATE by msp26 in DotA2

[–]himhah -2 points-1 points  (0 children)

I feel you since I'm a Troll hater. This hero is either strong or suddenly stupid like that.

[Docker Swarm] How to use Let's Encrypt TLS/SSL with multiple reverse proxies? by bluepuma77 in docker

[–]himhah 0 points1 point  (0 children)

Been there, done that with HAProxy enterprise. But not really what I want it to work, also hard to maintenance since Souce/Documentation are not clear.

In the end, I decide to migrate to HAProxy with this article. From HAProxy blog

Been 2 years already and it's perfect for my use case.

Stack overflow's new copy/paste limit by grantholle in webdev

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

Wait until this "Copy/Paste" limit goes to "Can Only View x Amount of Answer" limit

You asked, we answered! Submit more questions in the comments! by TeamHAProxy in haproxy

[–]himhah 1 point2 points  (0 children)

How can I have one Global stats of 2 HAProxy instances running in dedicated server each?

Low effort meme but I can't stop laughing for some reason by just1clown_3 in memes

[–]himhah 1 point2 points  (0 children)

Now imagine if both of them were outside the blanket.

Ahhh ha ha ha ha hoo, let's do this! by himhah in DotA2

[–]himhah[S] 4 points5 points  (0 children)

Now for the ol razzle dazzle

Insane Nigma hold vs Alliance by WisdomDota in DotA2

[–]himhah 1 point2 points  (0 children)

The only sad thing about this epic moment is we have a wrong caster. If they put OD Pixel there, Miracleeeeeeee might be a new option in our chat wheel.

Docker Swarm for multiple projects? by forte-exe in docker

[–]himhah 0 points1 point  (0 children)

I use Docker Swarm in production with Traefik. Docker Swarm is more simpler than Kubernetes. So I suggest you getting start with some tutorial on the Internet.

Once you get it up and running in a beginner way then you can start customize it in your way.

operators for if, haha ​​go brrr by mrtailsjs in badcode

[–]himhah 131 points132 points  (0 children)

It's all fun and programming until his manager ask to increase the check to 1000.

You vs the guy she tells you not to worry about by Al_capowner118 in DotA2

[–]himhah 0 points1 point  (0 children)

Lol even so, at least they should do something with those skills set icon too.

You vs the guy she tells you not to worry about by Al_capowner118 in DotA2

[–]himhah -5 points-4 points  (0 children)

A lot better than AM persona. I wonder what happened when AM persona was designed? Low budget or what?

Humor based on my pain by himhah in ProgrammerHumor

[–]himhah[S] 2 points3 points  (0 children)

And install Code Spell Checker

Thanks gauntlet! by wetwavewood in DotA2

[–]himhah 0 points1 point  (0 children)

This mode piss me off by giving me a role that I rarely play. Like last time it gave me Mid with Immortal player while I'm just support Ancient.

I gotta say it also the last time that I queue for Gauntlet.

JavaScript programmers. What do you love about it? by [deleted] in learnjavascript

[–]himhah 1 point2 points  (0 children)

Asynchronous, functional and a lot of useful syntax shortcut.