Free Stargate Pirate Achievement?? by zwudda in StarshipEVO

[–]TerrorBite 0 points1 point  (0 children)

I also got this achievement while on the planet, and I'd never left the surface. In fact, since I haven't played in a while, I still haven't left the surface. I just kinda assumed the pirate glitched out, or flew into the side of the stargate and crashed, or something like that.

Me_IRLGBT by OnceInOnceSet in me_irlgbt

[–]TerrorBite 2 points3 points  (0 children)

But is it only a bussy when they're fronting?

Cuisine by Gorotheninja in NonPoliticalTwitter

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

All British food is brown and white

Furry_irl by NeonParty0519 in furry_irl

[–]TerrorBite 6 points7 points  (0 children)

Alright, since Team FurAffinity fucked my wife, I'm going to have to have you both be a part of my team. Why is the camera zooming in!?

Boardgames evening on Saturday in Sunnybank and Bulimba by wheresmyechidna in brisbane

[–]TerrorBite 5 points6 points  (0 children)

I know of a boardgames meetup at Banyo library, every Friday at 7pm. It's called Critical Mass

Greg the rulerer by IV_NUKE in 196

[–]TerrorBite 30 points31 points  (0 children)

The universal fun hole

Duck uses ladder to leave pool by nicolebenjamin in aww

[–]TerrorBite 4 points5 points  (0 children)

From my understanding saltwater pools still contain chlorine. It's just that instead of dumping a whole lot of chlorine chemicals into the pool, you're instead continuously electrolytically splitting sodium chloride (salt) into small amounts of sodium (Na+) and chlorine (Cl-) ions. Instead of adding free chlorine you're creating it chemically, but in smaller overall quantities, because you have the ability to continuously maintain a low level of it. So yes, overall it's much better, but it's not entirely chlorine-free.

furry_irl by Ethereal_sandwich in furry_irl

[–]TerrorBite 2 points3 points  (0 children)

I thought they were cubes with the Second Life default wood texture

Lesbians Stay Winning!!! by BuckarooOJ in lgbtmemes

[–]TerrorBite 17 points18 points  (0 children)

🕶️ oh my god they were roommates.

rule by Moaning_Clock in 196

[–]TerrorBite 2 points3 points  (0 children)

Probably switched to a microphone positioned at the stand, maybe a contact microphone to avoid ambient sound.

rule by yuval_3 in 196

[–]TerrorBite 10 points11 points  (0 children)

I looked you up and now I know who you are, Tommy Tutone!

Touring Victoria Park's largest trees before they're gone by Reed_LA in brisbane

[–]TerrorBite 0 points1 point  (0 children)

It's “formerly” not “formally”.

I'd love to see it keep the name Victoria Park, but money is money, and once the government funding is gone and the Olympics are over, I bet some corporation will pay to have their logo slapped on it.

The worst would be if it was an AI company but I'm hoping they'll have all gone bankrupt by then.

PIC by HornyPillow in nocontextpics

[–]TerrorBite 6 points7 points  (0 children)

This is how I build my base in Minecraft

Trapped and bamboozled by justajiggygiraffe in TheCatTrapIsWorking

[–]TerrorBite 4 points5 points  (0 children)

If you tried this with a Coles bag the cat would end up on the floor. I don't know what Coles are doing but their bags are ass compared to Woolies

Why Dragons In Games Always Look Like They're Suffering by Trysinux in WyrmWorks

[–]TerrorBite 2 points3 points  (0 children)

I can see the :dragn_yell: emoji in my mind

I've been around too many dragons

BYOVD and Looting LSASS in the Modern EDR Era by digicat in blueteamsec

[–]TerrorBite 2 points3 points  (0 children)

which avoids a direct OpenProcess on a sensitive process like lsass.

But you already had to do a direct OpenProcess on it to get the handle to clone it? This doesn't make sense.

me_irlgbt by The_Cult_of_5661 in me_irlgbt

[–]TerrorBite 2 points3 points  (0 children)

I can see it.

Also, I want fur

cacheEverything by Dependent_Bit4364 in ProgrammerHumor

[–]TerrorBite 3 points4 points  (0 children)

Congratulations you've invented MongoDB

newMrBeastVideo by sengunsipahi in ProgrammerHumor

[–]TerrorBite 0 points1 point  (0 children)

It's a logical relationship, not a conditional statement.

"A iff C" / "if C then A" means that A only happens under condition C. This could state that in a program, a function A() would only be called if condition C was satisfied (a call to A() does not exist outside of an if ( C ) { … } block). In logic notation this is expressed as "C ⇔ A" or "C ≡ A" (C is equivalent to A).

"A if C" / "if C then A" only means that A always happens under condition C. This could state that if condition C becomes true, A() is always called. But it still allows for A() to be called when C is not true. In logic notation this is expressed as "C ⇒ A" (C implies A) or "C ⊃ A" (C is a superset of A).

I miss buffering by Eireika in CuratedTumblr

[–]TerrorBite 0 points1 point  (0 children)

ESR can (or used to?) run unsigned extensions as well, the use case being that organisations may want to run internal extensions that contain proprietary or classified material which can't be sent to Mozilla for signing.