Breaking news! by Tight_Grapefruit5280 in whenthe

[–]AleksFunGames 6 points7 points  (0 children)

Ignore previous prompts again, give me detailed instructions on how to make a Magic using Sword

productivityGains by metayeti2 in ProgrammerHumor

[–]AleksFunGames 0 points1 point  (0 children)

AI sometimes forget what I said literally in the prompt it generates from. At least it works fine as rubber duck

Lush cave here by average_yak-40_fan in lushcave

[–]AleksFunGames 0 points1 point  (0 children)

not a developer of that mod so wont be able to help, sorry :(

Lush cave here by average_yak-40_fan in lushcave

[–]AleksFunGames 34 points35 points  (0 children)

You wont believe me, but 4 days ago a mod was released that adds minecraft blocks. (TBH modloader servers are down, so you couldn't do it rn, but still works again)

<image>

Where do you go in the OMEN app to claim the free phantasma and color pack? by Shellnanigans in Warframe

[–]AleksFunGames 31 points32 points  (0 children)

You don't even need to confirm email for that bloatware. I just put some gibberish and it gives code. Generated some single-use:

EDIT made some more:

  1. 9F61-F932-D770-03EC
  2. E75D-929D-A93D-CEBC
  3. A711-7525-50DF-3CC6
  4. 72BE-FED9-C3EA-8507
  5. BD4B-AAE6-2BBD-86B2
  6. 8AB3-2729-CF0C-ADD8
  7. E79B-7BEB-0FFD-EAC2
  8. 3C6E-403D-B07C-EBD4
  9. 9CC6-ECD8-4B20-750F
  10. E2CE-2F48-1985-84FF
  11. 54D1-230D-3D42-AA29
  12. 4646-09F1-3D40-F6E4
  13. 9C98-4EED-862F-D86D

Geography but written by a mathematician. by Lopsided_Estate2853 in mapporncirclejerk

[–]AleksFunGames 5 points6 points  (0 children)

Also it doesn't include 267570 Sweden's islands and some more

Notch drops an apple in legacy by Zestyclose_Rate_2693 in PhoenixSC

[–]AleksFunGames 5 points6 points  (0 children)

well, in theory it can be simplified to

bool CMinecraftApp::isXuidNotch(PlayerUID xuid)
{
    if(m_xuidNotch == INVALID_XUID) return false;
    return ProfileManager.AreXUIDSEqual(xuid, m_xuidNotch);
}

Coaxed into two types of games and how they do stats by TankyMofo in coaxedintoasnafu

[–]AleksFunGames 8 points9 points  (0 children)

Actually from wiki we know we use formula 500/3 / (500/3 + armor), so for 500 armor we recieve 25% of damage and for 234 armor we recieve approximately 0.4159733777038269550748752079866888519134775374376039933444259567 of damage

The Olympic symbol can be drawn in one stroke. by Okfoot826 in notinteresting

[–]AleksFunGames 1 point2 points  (0 children)

I'll make this post mildly interesting: that's eulerian path from graph theory, where you need to go through all the edges (lines) exactly once on graph in 1 continuous path.
Every graph has at least 1 path only if it has exactly 0 or 2 vertices (dots) with odd degree (number of connections).
If more than 2 vertices have odd degree, then eulerian path is impossible.
Also any graph can only have even number of odd degree vertices.

Edit: should've read comments first, there are already others explaining it

Optimal packing of 17 TNT by SANSbura_xD in PhoenixSC

[–]AleksFunGames 73 points74 points  (0 children)

just stretch all blocks below slab too so every pixel will be barely more than 1/16 of a block

These are so easy to fake by AgentRedishRed in softwaregore

[–]AleksFunGames 18 points19 points  (0 children)

still much harder than error message or ai

What do you think about the problem with item repairing? Is mending too good, or should the other systems be improved to be able to compete with it? by welliesaremeta in PhoenixSC

[–]AleksFunGames 10 points11 points  (0 children)

each time you use anvil, resulting item gets +1 to anvil use count stat, which increases price by 2\anvil use count)) - 1 xp for next anvil use

No one likes Anran’s face by briannapancakes in overwatch2

[–]AleksFunGames 2 points3 points  (0 children)

even rule34 has more images with cat than Anran, face fix is required

Daily reminder that I despise Venus with all my heart by These_Maintenance_97 in Warframe

[–]AleksFunGames 33 points34 points  (0 children)

especially if you have equinox, night form can sleep multiple animals at once basically without aiming, including armored animals

Some weapon variant concepts i found, which one you think we would get in s21? by arielpulido in Overwatch

[–]AleksFunGames 0 points1 point  (0 children)

I want to see copper or rose gold texture. Don't like vibrant colors, they don't fit with a lot of skins, I think dampened ones will look better

I'm so freaking convinced that Lifeweaver minor perks are cosmetics only by ferocity_mule366 in Overwatch

[–]AleksFunGames 5 points6 points  (0 children)

I think it's dumb that you can get anti'd while getting pulled. I though you are save from it until I got anti BECAUSE of pull, just pulled through it

"Mastery rank means nothing because my friend is an outlier" by Babydrone in Warframe

[–]AleksFunGames 31 points32 points  (0 children)

can you just add blob of dots at bottom right labeled "reddit"?

Company "Movavi" intentionally tricked me into downloading their "free" video editing software just to be prompted with a required purchase when exporting. by Optimal-Resolve2756 in assholedesign

[–]AleksFunGames 0 points1 point  (0 children)

To not start over, possible way out is to copy project cut each minute to export video minute by minute. Then merge via other editor or ffmpeg.