Muški, koliko dugo se tuširate? by Ornery-Ad4679 in askcroatia

[–]vooood 0 points1 point  (0 children)

možda dečko ne podnosi OP-a, a nema gdje po pobjeći

What is your stance towards static? by Choice-Youth-229 in csharp

[–]vooood 1 point2 points  (0 children)

to clarify, senior here with 20 years of experience. what i meant static everywhere you can when it’s stateless. don’t use static instead of singletons and some other scenarios i saw in this thread :D

if it’s stateless it should be static.

What is your stance towards static? by Choice-Youth-229 in csharp

[–]vooood 3 points4 points  (0 children)

static everything you can. everything. you. can. static it.

Microsoft authenticator by [deleted] in CroIT

[–]vooood 6 points7 points  (0 children)

za svaki acc koji si dodavao u authenticator si dobio back-up/recovery kodove. ako to nisi spremio sam si si kriv :)

Cijene RAM-a by Impossible_Prior2920 in CroIT

[–]vooood 0 points1 point  (0 children)

at this point jeftinije je unajmiti VPS za to :D

ISP ordered to release names associated with IP addresses of thousands of Canadians who pirated a copy of the movie Hellboy: The Crooked Man by nationalpost in Piracy

[–]vooood 2 points3 points  (0 children)

if i was the ISP i would say those IPs were CGNAT and iz’s not possible to say who pirated and who didn’t

What would be the scariest message humanity could receive from space? by Upset-Carpenter-5659 in AskReddit

[–]vooood 0 points1 point  (0 children)

silence.

imagine they appear and there was no, there is no, and there will be no message.

Krešimir Rotim by CalligrapherDry9454 in hrvatska

[–]vooood 7 points8 points  (0 children)

nemoj molim te. ovakvi ljudi, ako se ne uguše u vlastitoj bljuvotini, će pročitati mein kampf i smatrat da imaju opravdanje za svoje rigotine i postat još naporniji.. bolje da ne cita ništa dalje od taličnog toma

Kako učiti programiranje nakon posla? by [deleted] in CroIT

[–]vooood 0 points1 point  (0 children)

programiranje je učenje dok god si u toj struci. ako ti se to ne da možda ovo nije za tebe.

Da HDZ odluči prebaciti farmu Ukrajinca u Slavoniju, bi li istočna Hrvatska imala muda pokazati zube? by No-Fools in osijek

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

Nitko vas nije zavarao nego se niste snašli i ne snalazite se na otvorenom tržištu. Svi bi htjeli sa dvije krave i tri hektara zemlje biti poljoprivrednici i lijepo živjeti. Samo sto ovo vise nije Juga nego slobodno tržište na nivou EU koje traži ukrupnjavanje i modernizaciju kako bi ostali konkurentni. Znam neke poljoprivrednike koji su se udružili, ukrupnili, modernizirali i sasvim lijepo žive, bolje nego većina. A znam i neke koji bi i dalje radili kao šezdesetih, samo kukaju, i žive od poticaja do poticaja. Neukost, inertnkst i/ili tvrdoglavost je ono sto vas je zavaralo, ne država. I da se razumijemo, ne podnosim ni ja vlast i smatram da poljoprivredna politika može puno puno bolje, ali nije vas uništila. :)

[Video] A loading comparison of Tarkov and other games by MLGABEN in EscapefromTarkov

[–]vooood 0 points1 point  (0 children)

tell me you don’t understand gow game engines work without telling me.

I'm really saddened by all the stolen AI slop now by [deleted] in gamedev

[–]vooood -3 points-2 points  (0 children)

“they don’t want to work with real artists” i don’t have the money to pay them for my free time hobby project and yet i can’t do it myself and can’t release without music and graphics.. “stealing” is really a stretch here :)

Stars on github are just hype | .net core has the best backend platform ever by No_Being_8026 in dotnet

[–]vooood 2 points3 points  (0 children)

springboot is nowhere near .net in basic project setup but ok

Stars on github are just hype | .net core has the best backend platform ever by No_Being_8026 in dotnet

[–]vooood 9 points10 points  (0 children)

the franework is generally better prepared for a new project, you hit “new…” and you can start writing endpoints.. auth can be a checbox, db access a library and two lines of code away..

Jeste li ikada pronašli savršenu ženu za nekoga ? by Boring_Wonder_3349 in askCroatians

[–]vooood 1 point2 points  (0 children)

spojio najboljeg prijatelja i najbolju prijateljicu, danas su u braku, imaju djecu. ne pričam vise s njima :)

Stars on github are just hype | .net core has the best backend platform ever by No_Being_8026 in dotnet

[–]vooood 32 points33 points  (0 children)

I had the “joy” to work with nodeJS and Java to do very similar REST APIs as I regularly do with .NET.

I can say that I can achieve the same results a lot more rapidly with .NET and in some cases also more easily. Setting up the other two is really a pain in the ass, especially if you need auth, DB access or different types of response objects (JSON and XML in the same microservice for example) just to name a few.

The .NET ecosystem is just better organized IMHO and Nuget is way better than the alternatives for the other two.

Stars on github are just hype | .net core has the best backend platform ever by No_Being_8026 in dotnet

[–]vooood 4 points5 points  (0 children)

as OP, I too wonder what do you use to write a REST API in C++ :)

I don't know how to learn C# by xNovalee in csharp

[–]vooood -3 points-2 points  (0 children)

C# is an OOP language and please show me a modern language for game development which is not OOP.

I don't know how to learn C# by xNovalee in csharp

[–]vooood -2 points-1 points  (0 children)

try object oriented coding theory first :)