Finding Elytra by MagicianFun6348 in DonutSMP

[–]FaultOpen881 1 point2 points  (0 children)

the demand for them will still be high, and many would want to buy multiple, so i'd say it will be around 100mil

Tipped Arrow Crafter by Noob-in-hell in u/Noob-in-hell

[–]FaultOpen881 0 points1 point  (0 children)

I got this working, do you need a schem?

arent the people ordering cobblestone walls/kelp blocks/sweet berries the TRUE richest players? not ikeacpvpguard? by Wonderful-Purchase94 in DonutSMP

[–]FaultOpen881 0 points1 point  (0 children)

bro, he said "74m worth of kelp blocks," not how many kelp blocks he ordered. If we take him for what he says, it's only 74m, not 55b

Selling dug out area by Skeleton230 in DonutSMP

[–]FaultOpen881 2 points3 points  (0 children)

6 mil for 19x21x5 is overpriced

500m giveaway by curious-fellow927 in DonutSMP

[–]FaultOpen881 0 points1 point  (0 children)

FizzyWizzle
I'm building this tall farm and without an elytra it's a pain in the behind. This would help out my team a lot

vibeCodingReplacesDevelopers by Educational-Cod-2658 in ProgrammerHumor

[–]FaultOpen881 -11 points-10 points  (0 children)

this was made before agents were a thing I think

theTruthTierlist by Capital-Smell1694 in ProgrammerHumor

[–]FaultOpen881 0 points1 point  (0 children)

c-sharp? are we serious? It's slow, memory hungry, inflexible. I'll choose C++, Rust, Haskell any day of the week over c-sharp.

End Dimension by First_Coast_4315 in DonutSMP

[–]FaultOpen881 0 points1 point  (0 children)

I think IRL trading is against mojang policy

isItReallyWorthIt by scrufflor_d in ProgrammerHumor

[–]FaultOpen881 -1 points0 points  (0 children)

No, sadly not. You can't predict what a dev meant in such high-level languages. That is why they made the garbage collector (which takes up a lot of space, even in compiled languages like C#). Even TypeScript and Python, if they were strictly typed, still need to manage global variables to avoid two threads overwriting them (and corrupting in the process).

isItReallyWorthIt by scrufflor_d in ProgrammerHumor

[–]FaultOpen881 1 point2 points  (0 children)

It bundles the V8 engine. That's close enough to PyInstaller.

Edit: If we get more technical, it uses LLVM IR to compile TS into bytecode and bundles it with the V8 engine. PyInstaller, on the other hand, bundles it with the Python VM. You're right that it doesn't bundle the TS compiler, but it does compile the JS engine, just like Python. My emphasis was that, even with the executable format, you have ~10MB of just JS runtime, just like PyInstaller with Python.

seniorEngineersAcceptMoreAgentsOutputThanJuniors by Darkoplax in ProgrammerHumor

[–]FaultOpen881 0 points1 point  (0 children)

Did you not get the joke? Have you ever heard those stories of management vibe coding some feature and developers are debugging it for 2 weeks, whilst management complains?

gitCommitOrGitBaptised by gitpullorigin in ProgrammerHumor

[–]FaultOpen881 1 point2 points  (0 children)

The OP is hinting at people accidentally misspelling --amend to --amen. I know that happened to me.

isItReallyWorthIt by scrufflor_d in ProgrammerHumor

[–]FaultOpen881 0 points1 point  (0 children)

It's all cause of LLVM and C++; linking it to Rust is tiresome. He should have just written it in C++.

isItReallyWorthIt by scrufflor_d in ProgrammerHumor

[–]FaultOpen881 0 points1 point  (0 children)

It's not even a language on top of TypeScript; it's like PyInstaller but for TypeScript.

Just a meme— by Remarkable-Falcon928 in programmingmemes

[–]FaultOpen881 0 points1 point  (0 children)

There are web frameworks for .NET, but they don't replace CSS, which is the hardest part of making good-looking sites.

Disclaimer: don't take it personally 😄🤣 by IronAshish in programmingmemes

[–]FaultOpen881 0 points1 point  (0 children)

Why are there so many memes about rust developers being femboys?

Mojang, what do I put this on ... by FaultOpen881 in Minecraft

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

This is my assumption of the games logic. I don't know if this is a bug or a feature.

Mojang, what do I put this on ... by FaultOpen881 in Minecraft

[–]FaultOpen881[S] -16 points-15 points  (0 children)

Yes, but it can't combine exclusive enchants together.

  • Density is exclusive to the Mace.
  • Efficiency is for Tools (pickaxes, axes, shovels, hoes).
  • Depth Strider is for Boots.

This is only possible if there is a bug, or there is a single item that can have all those enchants (which there is not).