alokir

joined 2 years ago
[–] alokir 19 points 1 year ago (2 children)

That's already happening as Western taxpayers understandably don't want to subsidize Orbán's corruption. But it seems to have the opposite effect of pulling Hungary back to the EU's side.

[–] alokir 12 points 1 year ago* (last edited 1 year ago) (1 children)

I was seriously considering buying the game on release but after 8 hours of not having fun paying it I'm glad I had GamePass to try it on first.

[–] alokir 9 points 1 year ago (2 children)

Coverus Demon and Royal Rat Vanguard, there are no other correct answers

[–] alokir 4 points 1 year ago

Not necessarily, depending on your situation you can type the JS code yourself.

If the team making the JS code were using jsdoc then the Typescript compiler can recognize the comments and use it for type checking.

In some instances the compiler can infer types from JS code to do some basic validation.

Even if the external JS code is recognized as any, your own code that's using it still has types, so it's better than nothing.

[–] alokir 5 points 1 year ago (1 children)

Just started Dragon Age Origins, I'm still at the tutorial level but it looks like a game I'd enjoy.

[–] alokir 18 points 1 year ago (2 children)

Typescript is a language, Node is a platform and framework. You can use Typescript in your Node project, they're not mutually exclusive.

The way I see it Typescript is more popular than ever, almost all (popular) libraries come with types and every job offer I get they use Typescript.

And with good reason, our team recently took over a small Javascript app and there are tons of bugs that would never have existed if they were using Typescript. Things like they refactored something but missed to update a reference, or misspelled a variable name, failed to provide a required parameter to a funcrion, referenced a field that existed in another config object etc.

[–] alokir 55 points 1 year ago (6 children)

It's a good way to get started, and then incrementally type as much as you can, preferably everything.

Later on, or if you start a new project with TypeScript, it's a good idea to turn on noImplicitAny and only allow explicit any in very specific framework level code, unit tests or if you interface with an untyped framework.

The hassle really pays off later.

[–] alokir 8 points 1 year ago (1 children)

I didn't even know the meaning of those numbers and became a neonazi anyway /s

[–] alokir 14 points 1 year ago

I was a huge fan of the Prince of Persia Sands of Time trilogy. Just before the third game came out I replayed the previous two games again. I managed to get the secret ending of the second game. It's un understatement that it blew my mind and that the third continued from there instead of the regular ending.

[–] alokir 28 points 1 year ago (3 children)

I don't either)))))))))

[–] alokir 4 points 1 year ago

If you're in the EU and Indian VPNs are slow for you, Hungary has the same price. Around €7 for the family plan and €4.5 for individual premium.

[–] alokir 0 points 1 year ago* (last edited 1 year ago)

I think they were referring to the recent events in Israel in this case but the instance was problematic from the start.

I'm usually fine with interacting with people from all over the political spectrum, but genocide is way over the red line for me.

The amount of heavily upvoted comments there about white washing genocide, trying to deny it or somehow justify it was disgusting. I'm not talking about recent events but mostly those committed by regimes that called themselves communist, no matter how far they actually were from it.

I don't agree with communists in general but I also don't agree with many other ideologies. I don't mind being around communists if we can talk respectfully. But I consider tankies the left wing version of neonazies.

view more: ‹ prev next ›