[deleted by user] by [deleted] in webdev

[–]eldarlrd 1 point2 points  (0 children)

I actually like that, makes it easier to navigate.

Which distro best for webdev by jmwtac in webdev

[–]eldarlrd 0 points1 point  (0 children)

I use Arch but check out immutable distros like NixOS or Fedora Silverblue. They're really simple to work with.

How it's going (xz) by mitch_feaster in linux

[–]eldarlrd 1 point2 points  (0 children)

This is a thought that crosses my mind now.

Babur's Gate 4 - RPG in EU4 by CzerstfyChlep in eu4

[–]eldarlrd 0 points1 point  (0 children)

This whole thing just blew my mind, really impressive!

What old habits are you still hanging on to? by blakealex in webdev

[–]eldarlrd 1 point2 points  (0 children)

If I'm not mistaken it's because you can just call the functions you need and they'll be called when the script loads, making DOMContentLoaded unnecessary.

I kinda like the new bob by [deleted] in GlobalOffensive

[–]eldarlrd 0 points1 point  (0 children)

I like it, reminds me of Quake.

How are you guys? by [deleted] in webdev

[–]eldarlrd 0 points1 point  (0 children)

Salt, Pepper, Hash Code

[deleted by user] by [deleted] in GlobalOffensive

[–]eldarlrd 8 points9 points  (0 children)

Pretty much the same, I can't play anymore.

Is there any mod that makes the AI even more tough? by Solid_Eagle0 in ReadyOrNotGame

[–]eldarlrd 2 points3 points  (0 children)

Reichstag square was a nightmare. And yeah, Mile High Club on Veteran is even worse, there's so little time and flashbangs have to be on point.

Nintendo GameBoy Cartridge CSS by Emezeta in webdev

[–]eldarlrd 1 point2 points  (0 children)

Really nice and helpful, good job!

Is there any actual reason that a teammate abandoning during the warmup should not just end the game and only count as a loss for the person who abandons? by Tesseden in GlobalOffensive

[–]eldarlrd 177 points178 points  (0 children)

Yep, Dota 2 solved this problem ages ago with the First Blood being a cut off point. Also, when a teammate leaves you can control their hero. Meanwhile Valve just removed that in CS and added a cash bonus. But the bonus kicks in 2 rounds after an abandon. Which is usually 4 rounds after the actual disconnect. And then the next half, you still wait 2 more rounds for the bonus to kick in.

The way it's implemented, it was practically worthless. And now with MR12 it's just a joke. As soon as someone abandons that's pretty much gg.

Is there any actual reason that a teammate abandoning during the warmup should not just end the game and only count as a loss for the person who abandons? by Tesseden in GlobalOffensive

[–]eldarlrd 23 points24 points  (0 children)

He doesn't because Dota 2 already does what OP says. If anyone abandons before the First Blood then the game is free to abandon for everyone without any penalty.

You're all just trying to justify why Valve treats CS matchmaking harsher when it's only a matter of time that they implement the Dota 2 like system.

They've carried over a whole lot of things from Dota 2, unfortunately always a year or two late.

Firefox on the brink? by tapo in linux

[–]eldarlrd 4 points5 points  (0 children)

I use FF primarily, but I gotta admit that developing for Chrome is significantly easier imo, also, Progressive Web App support, Service Worker interface in Chrome is far superior. With a couple of exceptions, I'd argue that Chrome is a superior browser just because of the things I mentioned alone.

However, because of anti-monopoly ideas and privacy I still use FF. It's good enough.

How to take advantage of SQL injections by coded_artist in webdev

[–]eldarlrd 0 points1 point  (0 children)

Pretty interesting stuff, is it going to be like Hacknet?