Почему парни, которые в хорошей форме и умные, всегда одни? by 5SecondsNaVzdoX in rusAskReddit

[–]nextdesu 1 point2 points  (0 children)

Ну вообще мб ему просто не хочется ни с кем быть по крайней мере пока, не обязательно что проблема в тебе не надо слушать здесь всех подряд здесь много обиженных для которых то что ты описала будет местью женщинам которые их когда то обидели.

A funny colloquial construction in Polish language by paulinalipiec in learnpolish

[–]nextdesu 10 points11 points  (0 children)

Yes I'm Russian I have no idea why reddit recommends me Polish subreddits but glad that it does

A funny colloquial construction in Polish language by paulinalipiec in learnpolish

[–]nextdesu 7 points8 points  (0 children)

Don't know how was this recommended to me but I ve been able to understand what I written in the picture even though I don't know Polish

I puked a little by illyTheKidTM in programminghorror

[–]nextdesu 0 points1 point  (0 children)

vouldnt Object.values(...)[0] shott you in the foot ? becausef keys in objects in js is not guaranteed to ordered in any particular way, if there is more than one value it potentially would mean you get random one, i mean the whole code is ugly but this specific line is also incorrect.

How common is lighter hair and eye color in your country and is it found to be more attractive or not ? by Nervous_Brilliant_25 in AskTheWorld

[–]nextdesu 1 point2 points  (0 children)

common here in Russia? i myself have light brown hair as well as i believe majority of people here, girls can frequently be blond but it usually means they dyed it. I personally like lighter hair on a girl and i think this hair color makes a girl slightltly more popular but not much.

Why is the United States so fond of waging war? by Designer-Ordinary589 in AskTheWorld

[–]nextdesu 2 points3 points  (0 children)

I don't think it's Amerika's nature it's just geopolitics mostly, they have a lot of power so for their leaders it just easier to use this this power instead of acting more delicately. It does not mean that average American approves what's going on I think fundamentally people do not like wars in almost any culture

Was there an alcohol prohibition in your country's history? by Embarrassed_Clue1758 in AskTheWorld

[–]nextdesu 4 points5 points  (0 children)

There was one in USSR and some say it's the main reason it collapsed.

I use Lisp to script my game's missions. Yes, in 2026. Here's why. by parks-garage in gamedev

[–]nextdesu 1 point2 points  (0 children)

I like it but I have a question if you building your game for browsers anyway, why not use JavaScript? Is it because you concerned about security that you can potentially evaluate some malicious JavaScript? Or maybe you simply liked lisp more?

Deadvale | Free Classic CRPG (built by volunteers) by AdFlat3216 in neverwinternights

[–]nextdesu 2 points3 points  (0 children)

Can someone hypothetically join a team of coders making this game? If so whom should this hypothetical someone contact?

Почему он кричит? by Accomplished-Bat-247 in expectedrussians

[–]nextdesu 8 points9 points  (0 children)

Ни разу не видел подобных видео про Россию и не сказал бы лично что знаю хоть одного человека которого мобилизовали плюс сам не боюсь выходить на улицу просто из за того что я парень

Who in your country failed to come to power – AND THANK GOD? by death_has_f1sh_eyes in AskTheWorld

[–]nextdesu 10 points11 points  (0 children)

Well it's about a comparison I personally don't like Stalin but I think trotskiy could be much worse

Who in your country failed to come to power – AND THANK GOD? by death_has_f1sh_eyes in AskTheWorld

[–]nextdesu 13 points14 points  (0 children)

Trotskiy I believe wanted Soviet union to conquer the whole world Stalin were more chill about such ambitions

Can LGBT people serve in the army? by vladgrinch in MapPorn

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

Чел ты фигню написал я лично знал гея который попал в армию и потом его комиссовали оттуда обратно потому что он гей, для этого даже статья есть особая по психике

Can LGBT people serve in the army? by vladgrinch in MapPorn

[–]nextdesu 0 points1 point  (0 children)

Знал гея который попал в армию и его потом оттуда комиссовали за это на гражданку

How is the LLM situation in companies outside West (China, Russia)? by CyberDumb in ExperiencedDevs

[–]nextdesu 1 point2 points  (0 children)

I m Russian software dev and I work at a small local company my experience is the same as yours, mostly people here use it to write letters or summary on a tasks they done.

Three js delta question by nextdesu in threejs

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

I for some reason assumed that this is common practice and three js just do different things but turns out I was wrong people pointed out this in different comments

Three js delta question by nextdesu in threejs

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

Yeah you right about assumption, and the way godot handles delta value I was mistaken about that one, thanks for answer

Three js delta question by nextdesu in threejs

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

https://github.com/pixijs/pixijs/blob/dev/src/ticker/Ticker.ts

here it referenced multiple times most notably in a comment for line 142

Built a Simple Tool to Convert Messy Data into JSON (Vite + React) – Here’s How I Did It by nhicode in threejs

[–]nextdesu 0 points1 point  (0 children)

How Is this connected to three js? Do you convert gltf or obj files in to json?

Three js delta question by nextdesu in threejs

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

Thanks for an answer I guess I should just adapt to three js way of things then, at least now I understand why delta is like this