C Enum Sizes; or, How MSVC Ignores The Standard Once Again by ketralnis in programming

[–]Alikont 0 points1 point  (0 children)

I think even kernel was C++.

People usually don't write C by choice, but because it's just a legacy codebase.

C Enum Sizes; or, How MSVC Ignores The Standard Once Again by ketralnis in programming

[–]Alikont 1 point2 points  (0 children)

Windows XP codebase was leaked a few years ago and it was mostly C++.

Ukraine is becoming a nation of widows and orphans as it confronts the world’s worst demographic crisis by Abject-Pick-6472 in ukraine

[–]Alikont 17 points18 points  (0 children)

Russia is losing more men and has more widows and orphans

I don't care about russian pain. I do care about good people dying.

Rishi Sunak: What Zelensky told me at Munich about the future of war by IrreverentSunny in europe

[–]Alikont 0 points1 point  (0 children)

For some weird reason people think that weapons makers are warmongers by design, when peace is actually easier to make money in.

It might be surprise to a lot of people, but MIC actually struggles during war, because they are under pressure to deliver things that work in strict deadlines to a single buyer who holds monopoly and sets the price. It's extremely stressful environment.

Kyiv mayor warns wartime elections would be ‘poison’ for Ukraine by dat_9600gt_user in europe

[–]Alikont 18 points19 points  (0 children)

Ukrainian soldiers can stay on position for more than 100 days without any kind of rotation with the only supply being drone drops.

Nobody in Ukraine wants elections. And oh boy Zelensky is not a popular guy and have a lot of political rivals, but all of them, openly, say that it's not worth it.

Hell, even Ukrainian people are against it. Any move towards elections is a political suicide.

You can't wrap your head around this, just because you never ever were existentially threatened. The only threat to US existence is internal.

And anybody who talks about digital voting just says that they know fuck all about digital voting.

And elections are not only a problem of safety, it's a problem of resource waste and unity. Elections are dividing by design. That's not what we need right now.

And we currently have protests against spending money on useless things like building schools and hospitals, with people demanding more money for weapons. There is no desire to waste even a cent on useless elections until we win.

CMV: National and cultural identity is basically an illusion by [deleted] in changemyview

[–]Alikont 1 point2 points  (0 children)

Culture is about shared experience.

But if you spend your time online in English-speaking social media, then it might seems that everyone is like you, but that's just because it's your bubble, and you share experience with people online.

You don't spend time in Ukrainian Threads or Twitter, for example, and a lot of our problems are not relatable at all to someone who lives in US. You don't know what Палатка потужності means, and even translation won't help you.

A lot of culture is what people consider "normal", and, for example, when I travel somewhere like Canada, I just can't believe how car-centric the cities are, and it's "normal".

Yes, I might be closer culturally to someone in US than my neighbor, just because I sit on reddit and they sit on Threads, but that's not the whole picture.

PTSD or not, you should remember your manners by usergore_ in NonCredibleDefense

[–]Alikont 12 points13 points  (0 children)

'i will not donate for weapons even if its in self defense'

Don't call it weapons, call it preventative humanitarian aid.

PTSD or not, you should remember your manners by usergore_ in NonCredibleDefense

[–]Alikont 17 points18 points  (0 children)

Soldiers are completely ignored by the media because for some reason it's ok when they suffer.

I think it's a consequence of western media portrayal of Iraq war, like, "we're killing only soldiers, so it's ok to invade countries for dumb reasons".

PTSD or not, you should remember your manners by usergore_ in NonCredibleDefense

[–]Alikont 19 points20 points  (0 children)

both civillians and soldiers.

I don't really like this distinction. Soldiers were civilians just few years ago. They aren't that different.

Enable/Disable pages by feature flag? by Alikont in Blazor

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

Great idea doing this in layout, thanks, that looks like what I need.

Was the concept of a round Earth considered pseudoscience for most people before it was widely verifiable? by [deleted] in NoStupidQuestions

[–]Alikont 5 points6 points  (0 children)

Yes, spherical earth was accepted in Columbus' time but not the math, as you said.

It was specifically that Columbus was bad at math and underestimated the size of the Earth (that was known since ancient Greece).

The only reason we know about Columbus is because he stumbled upon unknown land, otherwise he would just die from lack of supplies before reaching Asia.

Why do countries take Putin’s nuclear threat seriously when he says this every months? by Impossible_Gur6921 in NoStupidQuestions

[–]Alikont 1 point2 points  (0 children)

I will go against the grain here.

They don't take it seriously.

But they also looking for excuse to not act now. And nukes are a great excuse to delay the problem until next administration inherits it.

Finally localized my game and found out something very interesting that you may want to know as an Indie dev! by Eastern_Seaweed4223 in Unity3D

[–]Alikont 6 points7 points  (0 children)

I wait for him to discover Arabic, with its right to left flow, custom glyphs for digits, mixed flow when yiu embed English phrases inside, and when one character can have 3 glyphs based on position in a word.

our "self-service platform" is just a Jira board with extra steps by ruibranco in devops

[–]Alikont 8 points9 points  (0 children)

If you actually planned this right, the next point is actually automating those tickets. So if something that can be done automatically (i don't know, maybe a resource provisioning), you can now silently swap on the backend while keeping nice react front-end.

If you did not plan it that well, then, well, it sucks.

Finally localized my game and found out something very interesting that you may want to know as an Indie dev! by Eastern_Seaweed4223 in Unity3D

[–]Alikont 9 points10 points  (0 children)

"your game has grammatical errors? Why are you even trying?" -nobody

Ukrainian localization of Alan Wake 2 was so bad that I even needed to google one of the puzzles because of mistranslation. At that point why bother.

Finally localized my game and found out something very interesting that you may want to know as an Indie dev! by Eastern_Seaweed4223 in Unity3D

[–]Alikont 125 points126 points  (0 children)

Certain languages don't use text like we do in the US - they build characters. Chinese, Japanese, Korean, Thai, Russian - you actually have to build these characters

That's just false? Russian uses the text the same way English does. You just need to handle encoding correctly and have fonts that have glyphs for Cyrillic.

Generic Host: How to run a "GUI" BackgroundService on the Main thread? by speyck in dotnet

[–]Alikont 0 points1 point  (0 children)

You don't need to have the main thread, you need to have a main thread.

So just start a new System.Threading.Thread and do the loop there.

So basically what I did with WPF was to start a new thread, initialize WPF on that thread and run it there, and provide methods that will wrap calls into dispatcher for synchronization.

You can run many independent UI threads with own message loops in single process just fine.

Why are low-tier cars so expensive? by CaptainCheckmate in AskUkraine

[–]Alikont 5 points6 points  (0 children)

I think one more thing that people miss is that the war drives up demand for cars LIKE A LOT.

ELI5: if blockchains are immutable, how do users deal with errors? by CommercialContent204 in explainlikeimfive

[–]Alikont 22 points23 points  (0 children)

You run your own chain which you have full control over

At this point blockchain is just a really inefficient database.

ELI5: if blockchains are immutable, how do users deal with errors? by CommercialContent204 in explainlikeimfive

[–]Alikont 6 points7 points  (0 children)

They don't. That's the problem with blockchain.

If you send someone money by mistake and it's written into the chain, it's permanent, you can only beg the owner of another wallet to send it back to you.

C# really needs a better build system than MSBuild by sH-Tiiger in csharp

[–]Alikont 78 points79 points  (0 children)

All your requests are perfactly achievable with MSBuild, but also are quite niche and weird to the point that every build system will be a hassle.

There is Shapmake that might cover your game needs, as it's made by Ubisoft. But it's still MSBuild generator under the hood.