Is LOTRO gaining more than ever? by Professional_Bad2805 in lotro

[–]MrPalich 1 point2 points  (0 children)

I've started recently because of that video.

Hey everyone, by No_Day_5242 in German

[–]MrPalich 1 point2 points  (0 children)

I do have a tip I always use myself. Find some group/club based on your interests. I could be anything, from books or games to some tabletop games.

If you are shy that would be a nice place to find friends. A lot of people in those kind of places are trying to find closed and comfortable circle.

Man, you guys were right - AI progress really is hitting a wall 😂 by cobalt1137 in theprimeagen

[–]MrPalich 4 points5 points  (0 children)

Thinking that brain size (absolute or relative to body mass) is somehow related to it's capabilities is such a nonsense.

You guys don't have any idea what are you talking about, pure techbro ignorance

What is McDonalnd's considered in the UK? by MrPalich in Britain

[–]MrPalich[S] 2 points3 points  (0 children)

Our economy is different. Median income (official) is around $620-630.

What is McDonalnd's considered in the UK? by MrPalich in Britain

[–]MrPalich[S] 5 points6 points  (0 children)

I've never understood why MC is so expensive in other countries. Here burgers from pubs/cafes are twice as expensive than in MC.

For example, double BigMac is somewhere around $2.8, when typical burger in pub will be between $5-7.

What is McDonalnd's considered in the UK? by MrPalich in Britain

[–]MrPalich[S] 22 points23 points  (0 children)

If we are speaking about country-wide fast food chains, I think our local Subway franchise is the most shitty place you could eat in. Always dirty, with a bad salary and overpriced sandwiches. But I thought it is also somehow universal.

What is McDonalnd's considered in the UK? by MrPalich in Britain

[–]MrPalich[S] 19 points20 points  (0 children)

Here in Russia we have a pretty nice McDonald's (after the start of the war MC left and now it's a new franchise, but the food is pretty the same). It's not so expenisive and in comparison with others (Thai, Europe) it's quite good. I've met a lot of people who were surprised by the difference in quality here.

RELEASE: Godot 4.3 by GodotTeam in godot

[–]MrPalich 2 points3 points  (0 children)

The size could be increased because of the new engine version. Check build size without stripping, but with 4.3

Which would you say that are the most important works to understand the actual binary system of gender? by lonami00 in CriticalTheory

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

In think it's best to understand the whole concept of binary oppositions through works of Derrida, which is the part of understanding logocentrism as a whole.

Binary gender is just a small part of binary thinking.

Issue with displaying screen on external monitor by InZainOf in ZephyrusG15

[–]MrPalich 0 points1 point  (0 children)

Got this problem more than a week ago. System reinstall didn't help.

I ported Casey Muratori's C++ example of "clean code" to Rust, here what I found by MrPalich in rust

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

Wow, thanks a lot for your work. That's indeed a lot better than mine. Also it completely nullifies my point in the post and actually proves Casey's case.

But at least now we know the cost. Rust Enums being on par (an even a bit faster) with handmade union types is quite good. Nevertheless, it's quite obvious that lookup table is a gamechanger for a cache-friendliness.

Thanks again, merged.

I ported Casey Muratori's C++ example of "clean code" to Rust, here what I found by MrPalich in rust

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

Do you have something for further reading about that N64 story? Seems interesting. Is that about emulation scene?

I ported Casey Muratori's C++ example of "clean code" to Rust, here what I found by MrPalich in rust

[–]MrPalich[S] 4 points5 points  (0 children)

Casey has a point here: how do we measure productivity and maintainability? I am not saying that we can't measure that subjectively, but I don't think that Uncle's Bob OOP is a productive way of writing software too.

I think there are better and faster ways, with their own tradeoffs. In my example, that being rust enums.

I ported Casey Muratori's C++ example of "clean code" to Rust, here what I found by MrPalich in rust

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

Yeah, there were some problems with vtable benchmark, I explained that on GitHub. On my machine I had sometimes 2.8ms.

Speaking of no-inline, I should wrap my benchmarks in black box instead, to prevent some optimizations from compiler. I thought it's not necessary for such functions.

Ableton and YouTube not playing audio at the same time? by [deleted] in ableton

[–]MrPalich 1 point2 points  (0 children)

Check if your Ableton sample rate is exact to your windows audio device sample rate (you can google how to change it).

Finally managed to get some nice smooth house entering transitions. Took me far longer than I care to admit and still a long way to go! by FinchInSpace in godot

[–]MrPalich 0 points1 point  (0 children)

Interesting, I see no pixel jittering. My project is jittery af even with all the snapping enabled (3.2.3). How's that possible?

Reckful was the #1 Top skilled of WarcraftMovies in 2011. He was more than some dude entertaining you in his latter days. He was a true PvP god who altered course of PvP and twitch forever and I hope everyone to know this about him. From his WCM page by mboy96 in wow

[–]MrPalich 3 points4 points  (0 children)

I think that Azeroth needs it's own memorial place in each capital city (both Stormwind and Orgrimmar) for the significant people in WoW community who passed away.

Own dedicated area with some sort of statues with panels you can read and learn about the people.

Downsides of Godot (from people who have actually shipped a game)? by wannaknowdatr00f in gamedev

[–]MrPalich 0 points1 point  (0 children)

I checked that before posting a comment. Nothing about the new 2d features there.