nxdefiant

joined 1 year ago
[–] nxdefiant@startrek.website 10 points 6 months ago (1 children)

We're supposed to be discouraging the armadillo eating.

[–] nxdefiant@startrek.website 4 points 6 months ago

I'd preorder it, no regrets.

[–] nxdefiant@startrek.website 7 points 6 months ago (1 children)

the wet dream is a transport crashing and a bunch of mk19's falling out the back, skidding across the highway rubbing their serial numbers off, then bouncing up to land gently in the back of your pickup truck, followed by a half dozen or so crates of mk19 snacks.

[–] nxdefiant@startrek.website 6 points 6 months ago

Insurance, apparently. The parents are also suing each cop individually, and the school district.

[–] nxdefiant@startrek.website 4 points 6 months ago* (last edited 6 months ago) (2 children)

About 120K per kid.

[–] nxdefiant@startrek.website 20 points 6 months ago (3 children)

Make it like the p90 with a top mounted magazine, and then you can have ~8-10 grenades on a 12" barrel.

[–] nxdefiant@startrek.website 0 points 6 months ago

Yeah, never said it was, just that if you really want to emulate that style you mostly can.

[–] nxdefiant@startrek.website 2 points 6 months ago

you have made my day, thank you

[–] nxdefiant@startrek.website 24 points 6 months ago (2 children)

It'll probably happen when GabeN dies or retires.

[–] nxdefiant@startrek.website 12 points 6 months ago

Because he was the class clown, not because he was brown.

[–] nxdefiant@startrek.website 21 points 6 months ago* (last edited 6 months ago) (1 children)

It's because the salmon dies at the end.

[–] nxdefiant@startrek.website 1 points 6 months ago (2 children)

x = foo(y:=bar(), baz(), y) or z should work assuming foo bar and baz are functions being called?

if this is setting y to the effect of bar() + running baz after, then:

x = [bar(), baz()][0] or z

might work

and if you need y to be defined for later use:

x = [(y:=bar()), baz()][0] or z

but thats from memory, not sure if that will even run as written.

if I get to a real computer I'll try that with an actual if statement instead of a bastardized ternary.
view more: ‹ prev next ›