[-] MoonMelon@lemmy.ml 4 points 2 days ago

The whole thing kind of reminds me of what happened to John Romero when he was given unbelievable amounts of money to found Ion Storm and create Daikatana. But for Star Citizen the money faucet has never turned off.

[-] MoonMelon@lemmy.ml 11 points 2 days ago

Scope Creep Simulator

[-] MoonMelon@lemmy.ml 10 points 2 days ago

The village brown.

[-] MoonMelon@lemmy.ml 16 points 3 days ago

If one slice equaled average wealth then depicting Elon's pie slices accurately would be like a "to scale" diagram of the solar system.

[-] MoonMelon@lemmy.ml 13 points 5 days ago

A mutiny probably isn't going to happen but it would be hilarious. The ship is so huge it'd be like Spaceballs.

"Sir, we still control catering but the mutineers have the laundry, the ice creamery and the basketball courts!"

[-] MoonMelon@lemmy.ml 21 points 5 days ago

Damn, they still make them:

https://media.bradleycorp.com/mediamanager/view/6c6e6fba-4d8b-4df3-b88f-f2d1cce09626/3580_Shower-Design-Guide.pdf

Consult on privacy requirements with appropriate school representative prior to project starting. Gender differences may impact privacy needs — avoid providing too little, especially for girls. Properly positioned partitions add privacy within budget limitations

I had to use divider-less, communal showers in grade school before/after swimming. Not only was there no privacy but the showers were disgusting, and there were no showerheads so you got laserbeam'd by a high pressure, freezing icicle of water. Also you weren't in control of the water yourself. Everyone got in position and then stood there under the sword of Damocles waiting for the gym coach to turn some fucking valve in another room.

[-] MoonMelon@lemmy.ml 8 points 6 days ago

Many plants simply can't fix carbon in the extreme heat unless there's an abundance of water, the patterns of which are also changing. Some plants have evolved strategies to deal with this but most haven't had the need, including the trees of the boreal forest. Not only is that the largest land biome it's a shit ton of carbon, and shits on fire, yo.

These people pitching this never cared about truth. Pretty soon they'll hit the bedrock of "dying in the heat is noble" or some shit.

50
submitted 2 weeks ago by MoonMelon@lemmy.ml to c/slop@hexbear.net

Saw this on a delivery truck.

27
submitted 3 months ago by MoonMelon@lemmy.ml to c/badposting@hexbear.net

In this episode Butters is visiting Niagara Falls as a tourist, but he is arrested for being a foreigner. Nobody cares about his passport or the fact he was there "legally" and he gets funneled into a huge prison facility called "Alberta Alcatraz".

After several scary experiences he is in line for a phone call. When he gets to the front the guard pretends to not understand what he is asking for.

  • Guard: WELL, what do YOU WANT?
  • Butters: Uhh I want to make a phone call, please.
  • Guard: Puh-hone call? Puh-hone? What's that?
  • Butters: I don't understand mister. I'd like to call someone on that phone.
  • Guard: Oh THIS? DO YOU MEAN-

The guard lets out a long, trumpet-like fart that sounds like, "fooooooooooone".

  • Butters: Wha--- what?
  • Guard 2: YEAH! YOU MEAN- (farting) foooooooooooone!

Apparently this is how Canadians make the word, "phone".

  • Guard 2: HEY THIS LITTLE YANK CAN'T SAY- (farting) ffhhhooooooone!!
  • Guard: HAHA!!! (farting) fuuuooooooooooooooone!

All guards start laughing at Butters and farting "fooooone". They can all apparently do this quite naturally.

  • Butters: B-but, I don't have to fart right now.
  • Guard: IF YOU WANT SOMETHING YOU NEED TO LEARN TO SPEAK CANADIAN!

Butters resolves to save up his farts to get his phone call. Several days pass. Now trembling and sweating, a pale Butters can barely stand in line.

  • Butters: Oh man... I gotta make it...

The inmate in front of him effortlessly farts "foooooooooone" and is let ahead. Butters is up.

  • Guard: YEAH? WHAT DO YOU WANT THIS TIME?
  • Butters: I want... I want... I... uh... UH.... ahhH!!

Butters loses control of his bowels and sprays shit in all directions, then collapses. Everyone around yells in disbelief and disgust.

A large inmate walks up and looks down.

  • It's OK little buddy, my cousin had that same speech impediment.

Then I woke up.

[-] MoonMelon@lemmy.ml 114 points 3 months ago
50
submitted 4 months ago* (last edited 4 months ago) by MoonMelon@lemmy.ml to c/slop@hexbear.net
[-] MoonMelon@lemmy.ml 118 points 4 months ago* (last edited 4 months ago)

I invite you to look beyond the machinery of misinformation—an integral part of this aggression—and instead speak with those who have visited Iran. Observe the many accomplished Iranian immigrants... Do these realities align with the distortions you are being told about Iran and its people?

Sorry is there an Adrian Zenz-like figure I can ask instead?

Seriously though I admire that, despite all we've done to them, he still responds with a dignity that we certainly don't deserve. Of course we're totally deaf to this as a people, but I respect the gesture.

[-] MoonMelon@lemmy.ml 295 points 5 months ago

There's no way they want to eliminate bot traffic, it would kill 2/3rds of their traffic instantly. So this just means, "bots that aren't paying us."

[-] MoonMelon@lemmy.ml 169 points 6 months ago

His health was so fucked it has its own wikipedia page: https://en.wikipedia.org/wiki/Health_of_Charles_Darwin

15
submitted 1 year ago* (last edited 1 year ago) by MoonMelon@lemmy.ml to c/privacy@lemmy.ml

Prefacing by saying I'm a total noob to webdev.

I'm trying to move my personal portfolio site off of Squarespace and onto some sort of static hosting. Since I know nothing, I'm cobbling together hugo templates and using LightBox2 to show image galleries. The blog I'm referencing includes LightBox2 using this:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js" integrity="sha256-CtKylYan+AJuoH8jrMht1+1PMhMqrKnB8K5g012WN5I=" crossorigin="anonymous"></script>

I would prefer to not subject people viewing my page to any external tracking if I can avoid it. My page has zero tracking/analytics for this reason. I briefly tried downloading LightBox2 and directly including it instead, and was able to get it working mostly, but some things were broken that I would need to debug. Before I do that I was wondering, is this even a problem? Is including stuff from cloudflare cdn like this sketchy? It's possible I'm being overly paranoid but I have no idea.

view more: next ›

MoonMelon

0 post score
0 comment score
joined 2 years ago