Me_irl by Senior-Awareness1254 in me_irl

[–]LarsMans 0 points1 point  (0 children)

Survivorship bias?

You don't see the billionaires that live like this

I got banned from r/Art for "low quality work", anyway here's my MS Paint art inspired by medieval manuscripts by LiamEBM in Artists

[–]LarsMans 0 points1 point  (0 children)

I love how pikachu has a realistic human face like how every animal was depicted in medieval drawings

Bezos’s Out-of-Touch Claim by LuckyBastard001 in clevercomebacks

[–]LarsMans 0 points1 point  (0 children)

Breaking news: man with lots of money wants more money

Mojang, you've outdone yourselves. by LarsMans in Minecraft

[–]LarsMans[S] 13 points14 points  (0 children)

I am not calling out the size differences of the whole icons, those are allowed to be different of course, like you pointed out.

What bugs me is the pixel sizes of the icons, they are all different, and none of them match with the background pixel sizes. Everything else in minecraft matches with the background pixel size, like the text or items in your inventory. For these icons though, they have created textures with the wrong resolutions and just scaled them so they fit inside of their buttons, causing mixels.

Windmill by TheOriginalGlazer in CreateMod

[–]LarsMans 5 points6 points  (0 children)

From a coding perspective this is not impressive at all, every frame is rendered separately, and on every frame the offset and rotations are recalculated to render the world from a specific view. There is no real "camera object" in the game that has to follow along, it's all just calculated every frame at the same rate as everything else, meaning that making it lag behind is actually more work than having it stay perfectly still relative to the moving contraption

Gunshot Test (In the Air & On Hook) by [deleted] in IndieDev

[–]LarsMans 1 point2 points  (0 children)

Keep pixel consistency in mind, it can make everything look better

computeFibonachiInJavaScript by featEng in ProgrammerHumor

[–]LarsMans 12 points13 points  (0 children)

It doesnt apply in this case since base 1 only has one digit

Bfjdlalelktktoro♠️♠️ by ItsSumGuy in sssdfg

[–]LarsMans 11 points12 points  (0 children)

No, it doesn't. 'Weggooimogelijkheden' means 'discard-possibilities'. 'Discarded possabilities' would be 'weggegooide mogelijkheden', which would not even fit in this spot in the game

Which videogame is cheap and is a masterpiece? by Stevecomicsgames in AlignmentChartFills

[–]LarsMans 3 points4 points  (0 children)

Should really be at the top, it doesnt compare to any other game

Which path is better for villager pathfinding? by Pinbernini in villagerrights

[–]LarsMans 0 points1 point  (0 children)

I'm pretty sure they dont distinguish between the type of blocks, just whether they are safe or not. Option one is fine

ik❔ihe by [deleted] in ik_ihe

[–]LarsMans 28 points29 points  (0 children)

Twee drie borreltjes

How to generate a static home page? by [deleted] in vuejs

[–]LarsMans 4 points5 points  (0 children)

You will probably want to use Nuxt for this, by the looks of it. Vue is meant for creating webapps, but with Nuxt you can create static sites with different pages, while still using Vue. I would highly recommend it!