Saganaki

joined 2 years ago
[–] Saganaki@lemmy.one 1 points 9 months ago

I see hypnotoad, personally.

[–] Saganaki@lemmy.one 0 points 9 months ago (1 children)

The problem is readers where English isn’t their primary language.

[–] Saganaki@lemmy.one 2 points 9 months ago* (last edited 9 months ago)

The issue in question was that Britain designated a specific area around the Falklands as a “no sail zone” and the destroyer was outside that area. It was sailing directly into towards the zone, however.

Even so: As mentioned elsewhere, the captain of said ship even said he was a legitimate target.

EDIT Shit, this is NCD….all according to plan? Destroyer upgraded to submarine.

[–] Saganaki@lemmy.one 1 points 10 months ago

Sarcasm is hard to portray sometimes.

The joke is “oh, you almost got us to revisit Reddit because porn”

[–] Saganaki@lemmy.one 3 points 10 months ago (1 children)

I don’t have the hope you do. The sheer number of people that believe the moon landing was faked is just plain crazy. There were soooo many people involved with that process, yet it’s still not believed.

[–] Saganaki@lemmy.one 11 points 10 months ago (1 children)

He’ll have some trouble if he actually tries. Secret service detail for former presidents and all.

[–] Saganaki@lemmy.one 3 points 11 months ago (2 children)

While the cones can only refresh at 70, your cones aren’t synchronized. You can “see” a lot higher.

[–] Saganaki@lemmy.one 32 points 1 year ago

There is no way the virus functioned. Seriously. The guy had no tech background.

[–] Saganaki@lemmy.one 23 points 1 year ago

There was no need to produce the items in question, so we lost the expertise and the underlying manufacturing facilities/experience/etc. Stuff like: The company that made the windows no longer exists. The company that made the panels still exists, but they can no longer source the strictly defined % alloys as that company no longer exists. Stuff like that.

[–] Saganaki@lemmy.one 0 points 1 year ago

He was most certainly being sarcastic.

[–] Saganaki@lemmy.one 7 points 1 year ago

It’s not that simple. Let’s say you have 100 revisions of an asset and the change happens on revision 42. Multiple people work on the same assets. If the engine in question (I admittedly don’t know what they use) stores each asset on a per-file basis, it’s a little easier. If not and the environment itself is stored in a monolithic file, it’s far worse.

You’ll need to (at best) binary search for the asset. You pull latest, see the bad content is there, try again with revision 50. See it’s there, try again with 25. It’s not there, okay, 37. Etc etc.

Not only that, it’s very often not as simple as just pulling that revision. “Oh. The asset format changed slightly on revision 40?” Time to pull the entire codebase down. “Asset A is referenced by this asset and won’t work because it differs?” Time to sync the entire codebase & assets back.

Etc, etc.

view more: ‹ prev next ›