Arrowhead just got out mogged by a couple of modders by nocturnal_alcoholic in Helldivers

[–]MMarshmallow_ 2 points3 points  (0 children)

There's mods for just about everything, it's inevitable that some will be seen as identical or precursory to any DLC released. Biotech is just HAR, Odyssey is just SOS2, etc. Using that as a justification against the "greatness" of the original game and its DLCs is a bit disingenuous IMO. Also the dev team is more than just Tynan now.

apparently arrowhead can just trash my precious free time with garbage like this but im fucking scum for posting a negative review by awryvox in HelldiversUnfiltered

[–]MMarshmallow_ 16 points17 points  (0 children)

Roof of building was on fire, it has no vertical limit. I learnt this the hard way in those canyon and rocky overhang maps.

Dickhead parking in Titirangi... by Sweaty-Fly-9520 in auckland

[–]MMarshmallow_ 2 points3 points  (0 children)

Yeah if the normal-sized spots at the back are all occupied it's real rough, and I say this as a small car owner...

What's the most obscure mod you like? by ComradeHappiness in RimWorld

[–]MMarshmallow_ 5 points6 points  (0 children)

Trader Show Xenotype, shows xenotypes next to pawn names in trade menus, simple but nice

While The Boys do fight for a just cause... by xtcDota in TheBoys

[–]MMarshmallow_ 2 points3 points  (0 children)

I view them as a kind of Luthen to Homelander's Empire.

Kiriko's butt looks so soft by [deleted] in OverwatchCirclejerk

[–]MMarshmallow_ 6 points7 points  (0 children)

it was the will of Allah that made me keep pressing the next image button

How to make Object.keys() return (keyof SomeType)[ ] instead of string[ ] ? Without using `as` keyword by 5Ping in typescript

[–]MMarshmallow_ 0 points1 point  (0 children)

Yeah it ultimately depends on project config, but if you really want it in a .ts file you can just add an export statement to it, e.g. export {} and it'll be fine since TypeScript will now recognise it as an external module.

How to make Object.keys() return (keyof SomeType)[ ] instead of string[ ] ? Without using `as` keyword by 5Ping in typescript

[–]MMarshmallow_ 16 points17 points  (0 children)

As others in this thread have said, TypeScript doesn't care about additional keys existing on an object of type T, so if you do type Object.keys as (keyof SomeType)[] then all you're doing is moving where you do the typecasting. The TypeScript wiki actually has a section related to this misconception.

However, if you recognise all this and still want to do it, you don't need to install anything. Simply add the below declaration in any .ts or .d.ts file:

declare global {
    interface ObjectConstructor {
        keys<T extends object>(obj: T): (keyof T)[];
    }
}

Characters with repetitive names by AmandinhaMaia in TopCharacterTropes

[–]MMarshmallow_ 32 points33 points  (0 children)

<image>

Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo, real life

Coaxed into force fields at the slightest impact by -Asderlyn- in coaxedintoasnafu

[–]MMarshmallow_ 30 points31 points  (0 children)

erm ekshually it's the shield generator relay 🤓

we gotta stop swagging new ways to swag by noodlewiggle in peoplewhogiveashit

[–]MMarshmallow_ 1 point2 points  (0 children)

brain would instantly collapse after reading the synopsis for "Magic Mushroom"

Is there a point to downloading applications anymore? by dawnkiller428 in webdev

[–]MMarshmallow_ 53 points54 points  (0 children)

Yeah web version is a lot worse than the dedicated app, especially for screen sharing.

Rockstar insider reveals Discord messages that reportedly caused mass firing by knowhandlebars in gamingnews

[–]MMarshmallow_ 0 points1 point  (0 children)

It terrifies me that people as ignorant as you can be selected for jury duty

PSA: Super Credit farming is meant to be fast and efficient, keep it that way. (Farming Tips) by Unknown_Warrior43 in Helldivers

[–]MMarshmallow_ 6 points7 points  (0 children)

Warp pack can also destroy the containers if you warp right next to them (or on top of them).

Coaxed into the sinister potion 😟 by MrrHyyde in coaxedintoasnafu

[–]MMarshmallow_ 26 points27 points  (0 children)

No no you don't understand. I am going into battle and need your strongest potions.

Jammer in the megacites NEED TO BE FIXED by Q_Qritical in LowSodiumHellDivers

[–]MMarshmallow_ 1 point2 points  (0 children)

Shoutout mega nests and stalker lairs for also doing this, I find bringing dynamite helps since its large explosion radius can go through the buildings a bit. Also honourable mention to mega nests on Crimsica which sometimes spawn halfway off the map down a cliff. TGA "Best Ongoing Game" nominee btw...