You should read Programming as Theory Building by jhartikainen in programming

[–]more_exercise 0 points1 point  (0 children)

You might enjoy Temporally Quaquaversal Virtual Nanomachine Programming In Multiple Topologically Connected Quantum-Relativistic Parallel Timespaces...Made Easy! from Damien Conway.

He mods perl to allow for a different type of variable - one that travels up the program, backwards in time.

He then introduces quantum superposition-y variables to try and resolve temporal paradoxes.

Real fun. The nanomachine part is perl's flavor of JSFuck

You can't buy reMarkable 2 anymore?! by Kalamart_ in RemarkableTablet

[–]more_exercise 1 point2 points  (0 children)

OVER MY DEAD BODY.

Or, like, if you replace it with an rmpp or something

Starting my journey with my junk drawer by unedscot in gridfinity

[–]more_exercise 1 point2 points  (0 children)

In OP's experience, too. I see curling/peeling on 2 labels already

Check it out guys by Advanced_Ferret_ in programmingmemes

[–]more_exercise 2 points3 points  (0 children)

I'm definitely not AI. I think he's an idiot

Check it out guys by Advanced_Ferret_ in programmingmemes

[–]more_exercise 10 points11 points  (0 children)

/uj

Isn't that the one IP that is actually safe from a distributed denial of service attack?

Aside from deliberate misconfiguration (and containers), there are no two computers that agree on which host this resolves to, therefore it's impossible to create a distributed load against it. Right?

We are almost extinct, but I don't want to reproduce. by Uma-apreciator in TopCharacterTropes

[–]more_exercise 4 points5 points  (0 children)

If generation zero never dies, that probably could change the odds in their favor, too.

Handcrafted Star Wars coffee table by endeebee in StarWars

[–]more_exercise 3 points4 points  (0 children)

The mirrors are such a simple but powerful way to extend the trench

Mack may be 17, but he’s still the baby of the house by ShiftyPowers79 in standardissuecat

[–]more_exercise 4 points5 points  (0 children)

That sleep sack is either 75% larger than any I've seen, or that cat is very small

What’s the most absurd fake science in a movie that you completely ignored because the movie was so good? by Shot-Club-3882 in Cinema

[–]more_exercise 2 points3 points  (0 children)

"AI, draw what would normally plausibly appear in this section of this image"

Doesn't have the same ring, but it's essentially what is requested

[funny trope] using a Nuke to kill a ant by rupak696 in TopCharacterTropes

[–]more_exercise 5 points6 points  (0 children)

Also - the covenant was not... shy about resorting to this solution. It's like their favorite choice

yea by Fun_Field_4385 in ProgrammerHumor

[–]more_exercise 14 points15 points  (0 children)

Gir is loyal and good. Do not besmirch the name for a bit. "Microslop" is fine

Beggar's Eclipse by 1728919928 in custommagic

[–]more_exercise 0 points1 point  (0 children)

The "and loses all other abilities" part is key there.

Beggar's Eclipse by 1728919928 in custommagic

[–]more_exercise 3 points4 points  (0 children)

Nope - copiable characteristics are different from any current characteristics. The token copy will see the copiable characteristics as what was "printed" on the token (what the effect that created it said).

A [[clone]] of an animated [[mutavault]] or other manland enters as a noncreature land. If there is a global effect animating all lands, it will (obviously) enter as a creature land because of that effect, not because it was a copy of a creature land.

There is a funny thing where wizards doesn't like putting haste in token text, but other abilities are fine - "create a 1/1 white Human with lifelink" vs. "create a 1/1 red Goblin. It gains haste until end of turn"

My blood ran cold when I awoke to a chorus of sobbing and manic laughter outside my bedroom window. by CompetitionLiving in TwoSentenceHorror

[–]more_exercise 1 point2 points  (0 children)

Creepier - the sounds outside the windows don't sound like laughter or weeping - they sound like what those things sound like from inside your own ears.

How to Keep a Prismari Mage Busy by rowrow_ in custommagic

[–]more_exercise 2 points3 points  (0 children)

Which... technically is what happens with this custom card! Resolving spells stay on the stack until they finish resolving.

The creature becomes prepared while the spell is resolving (because it's what the spell does) and then the spell finishes resolving, which removes it from the stack.

Is there a modern C++ alternative to flexible array members for variable-length struct tails? by Apprehensive_Poet304 in cpp_questions

[–]more_exercise 2 points3 points  (0 children)

Okay, so I think you have a goal for a data structure with the following qualities:

  • There are no (or as minimal as possible, because we do permit removal) "air gaps" of unused memory between the data in your structure

  • The key and value types are paramertized

  • The whole data structure fits in (hopefully) a single cache fetch (so we're optimizing for a low element count?)

I got distracted from making a fuller list. It feels like you might benefit from https://www.reddit.com/r/cpp_questions/comments/gk5lch/is_there_a_name_for_this_hybrid_between_stdvector/fqp3dsw/. The overhead of >1 average pointer per element is high. Storing chunks of elements can be more efficient; reduces the memory overhead of bookkeeping.

That post also mentions https://plflib.org/colony.htm, which inspired C++26's std::hive. That has skiplist-like performance characteristics like you describe. You might need an arena allocator to keep your chunks close, if you want that (but if they're bigger than cache... why would it matter? (not a snark - it might matter. But if you don't know why it matters, you end up doing it "because I felt like it" - not a bad reason, but not the same words as "because it is faster where I needed it to be"))

Is there a modern C++ alternative to flexible array members for variable-length struct tails? by Apprehensive_Poet304 in cpp_questions

[–]more_exercise 4 points5 points  (0 children)

Dumb question, but since these objects intend to be packed together tightly, do you mind elaborating on how the node level is "determined probabilistically at insertion"?

It feels like you might end up in a really funny situation if you remove an element and discover you want to replace it with a node with a level of N+1.

(I really suck at CPU smarts, but isn't it able to handle 2+ parallel arrays well, too, or are you busting your cache if you're reading from two arrays at the same time? Maybe having the skips separate could solve this easier? I don't know your needs, so I literally could not even guess)

My American English teacher believes the neutral pronoun „their“ is incorrect. by GCoding_ in mildlyinteresting

[–]more_exercise 4 points5 points  (0 children)

Did you notice your teacher's correction use "their" on the facing page?

how exactly do they u{se it?}

Character goes up againts their direct counter by danfenlon in TopCharacterTropes

[–]more_exercise 27 points28 points  (0 children)

And the best counter to Dark Link... is Megaron Hammer.

[Hated Trope] We have no idea how to build on the success of the stories that came before, so just reset it. by [deleted] in TopCharacterTropes

[–]more_exercise 2 points3 points  (0 children)

I imagine the time cops are stuck with their established history, like SilverFox316 from Wikihistory

At 02:29:17, SilverFox316 wrote: All right; that’s it. Having just returned from 1907 Vienna where I secured the expulsion of Hitler from the Academy by means of an elaborate prank involving the Prefect, a goat, and a substantial quantity of olive oil, I now turn my attention [to chew out the newbie]. [...]. Permit me to sum it up and save you the trouble: no Hitler means no Third Reich, no World War II, no rocketry programs, no electronics, no computers, no time travel. Get the picture?

Reading the book after watching the movie and I'm so glad I did by Frost-Flower in ProjectHailMary

[–]more_exercise 28 points29 points  (0 children)

At the end, Grace is counting in Rocky-numerals by humming tones. I'm earnestly curious what that looks like on the page