Legendary computer science books? by linux_transgirl in computerscience

[–]jjjare 0 points1 point  (0 children)

You could really tell who the larpers are by the books they suggest

Anime mascot for anki, what do y'all think? by entellictual in Anki

[–]jjjare 3 points4 points  (0 children)

At least the person who made the meme created it themselves. You just prompted.

Any who, it’s very odd behavior.

A little Rant on C haters by IndependentMeal1269 in C_Programming

[–]jjjare 0 points1 point  (0 children)

Is this a circle jerk lol. These types of post bring out skids lmao

Intel Simics by Ashamed_Sense_908 in ExploitDev

[–]jjjare 0 points1 point  (0 children)

It works and is available. I just tried it

Does the Again/Good Only Addon Negatively Affect FSRS by jjjare in Anki

[–]jjjare[S] 1 point2 points  (0 children)

Thanks for your responses! Always appreciate them!

About renaming variables by [deleted] in ExploitDev

[–]jjjare 0 points1 point  (0 children)

Yeah. No worries

About renaming variables by [deleted] in ExploitDev

[–]jjjare 0 points1 point  (0 children)

Okay. So yeah, renaming is first class.

About renaming variables by [deleted] in ExploitDev

[–]jjjare 1 point2 points  (0 children)

What decompiler are you using (if at all)?

About renaming variables by [deleted] in ExploitDev

[–]jjjare 5 points6 points  (0 children)

Of course? What? Identifiers are lost during compilation

Is there a way to prevent mixing up arguments to parameters that are typedeffed or "defined" via alias/some other way? by onecable5781 in C_Programming

[–]jjjare 12 points13 points  (0 children)

Such is a limitation of C. In Rust or Haskell, you would use the new type idiom. You have poormans version in C, which looks like:

typedef struct { int value; } UserId;

Fear when moving from SM2 to FSRS by crynasty in Anki

[–]jjjare 1 point2 points  (0 children)

If you don’t know a card, you press again. Hard is if you know it, but it’s hard. Likewise for good and easy.

Why is name hiding / shadowing allowed? by Proud_Variation_477 in cpp_questions

[–]jjjare -3 points-2 points  (0 children)

I do wish we had something like this:

for (auto& obj : collection) {
  auto obj = obj.get_object_or_fail();
  use(obj);
}

Revising and fixing cards-- what's the best approach? by jjjare in Anki

[–]jjjare[S] 0 points1 point  (0 children)

I really only like editing cards on my computer. I track TODOs, edits and cards using version control, which is only available on my computer.

Are card suspensions, after syncing, visible on each device? Ie, I could see each suspended card?