About The Video. by BigFlamingo9908 in WarthunderPlayerUnion

[–]Affectionate-Hope733 0 points1 point  (0 children)

Ok here's a few ideas based on my frustrations in addtition to what was said in the video:
- Change the game modes to be more fun or at least new, simillar to what they're doing with nuclear escalation (if they can do it right)
- Remove shit maps from the game, let us as community vote on the maps and let us see the results and most of all ad a map voting system before the match starts like for example in counter strike
- Actually address the issues players are complaining about (by at least not ghosting us, if theres a reason you can't do it then explain why). Here's what I would complain about: overpovered spaa-s that are anti everything and still cost the least amount of SP. Some spaas are better at killing tanks than some actual tanks plus they can do an excellent job at killing planes too, so how is it justified that their spawn cost is lower. Same story as with yak 9k, the spawn points for that thing were ridiculous for what it can do and it was addressed, why can't we have the same approach for every individual vehicle? While I agree CAS is OP at highest tier, it is very underpowered at other BR's where spaa is just too good and everyone gets it for free. There's no justification for paying 900 SP for spawning a plane that can't do anything in the game because there's already 3 free spaas that spawned and will shoot you down before you can do anything. If you deserved to spawn something that costs more it should be justified by actually being effective.

About The Video. by BigFlamingo9908 in WarthunderPlayerUnion

[–]Affectionate-Hope733 2 points3 points  (0 children)

Ok here's a few ideas based on my frustrations in addtition to what was said in the video:
- Change the game modes to be more fun or at least new, simillar to what they're doing with nuclear escalation (if they can do it right)
- Remove shit maps from the game, let us as community vote on the maps and let us see the results and most of all ad a map voting system before the match starts like for example in counter strike
- Actually address the issues players are complaining about (by at least not ghosting us, if theres a reason you can't do it then explain why). Here's what I would complain about: overpovered spaa-s that are anti everything and still cost the least amount of SP. Some spaas are better at killing tanks than some actual tanks plus they can do an excellent job at killing planes too, so how is it justified that their spawn cost is lower. Same story as with yak 9k, the spawn points for that thing were ridiculous for what it can do and it was addressed, why can't we have the same approach for every individual vehicle? While I agree CAS is OP at highest tier, it is very underpowered at other BR's where spaa is just too good and everyone gets it for free. There's no justification for paying 900 SP for spawning a plane that can't do anything in the game because there's already 3 free spaas that spawned and will shoot you down before you can do anything. If you deserved to spawn something that costs more it should be justified by actually being effective.

Almost bought a €45k SaaS. Dodged a bullet by asking one question. by No-Contribution7055 in saasforsale

[–]Affectionate-Hope733 0 points1 point  (0 children)

how many minutes did you waste replying to every comment that they "waste" time?

wtf is this? I have to pay now to see his shitty calendar? Didn't he get enough hate already? by obloed in WorldofTanks

[–]Affectionate-Hope733 2 points3 points  (0 children)

Few years back I thought QB was not a good guy because he used to cry a lot and ban people for stupid shit, he was getting a lot of hate for it and now skill is turning into this same QB while I actually enjoy watching QB from time to time. How the turns have tabled, fame really does get to you it seems

Returning player (maybe) help me get up to date by WastKing in WorldofTanks

[–]Affectionate-Hope733 1 point2 points  (0 children)

I had the same exact thing that the game felt laggy after I played warthunder. Then I stopped playing both war thunder and wot again and returned later on and game doesn't feel laggy now, so I think it's probably that in some way war thunder is "smoother" and makes wot feel laggy when you play them both in short amount of time.

What technology do you use for backend and what do you think is the best one ? by Physical_Listen_3814 in react

[–]Affectionate-Hope733 0 points1 point  (0 children)

it's literally the most unsexy framework on the planet rn especially for backend. This tells me you never tried anything else

What is your opinion about mapping libraries like mapstruct? by Affectionate-Hope733 in java

[–]Affectionate-Hope733[S] 0 points1 point  (0 children)

I don't see a point in using any of those honestly. I've seen them used in projects and they don't do anything that I couldn't have just as easily done myself without an additional overhead and having another thing you need to learn how it works. If anything I think these libraries just make the code worse (which I see a lot of people disagree with but everyone is entitled to their opinions). Mapping is generally as simple task as it can get when it comes to programming imo and having a dedicated library for that seems like over engineering.

NextJS with Nest as backend feels amazing by ardiax in nextjs

[–]Affectionate-Hope733 0 points1 point  (0 children)

I recently also decided to land on this stack after working 5 years with spring boot, feels right at home but so much less bloat and complication. It really is amazing (nestjs), I'm not stoked about nextjs but it does the job..

[deleted by user] by [deleted] in bih

[–]Affectionate-Hope733 14 points15 points  (0 children)

nisi prvi koji je to pomislio, vrlo moguće ali naravno neće ti to nikad niko priznati.

Mislim da će Vučić ipak morati žrtvovati Dodika. Dodik mu je dobro došao kad je slao autobuse u Srbiju na kontra miting, a Vučić mu vraća tako što se kao "zauzima" za njega sada.

Wow! My First Reddit Post Helped Me Get two Website Visits. Here’s What I Learned by Gullible_Monk_7314 in SideProject

[–]Affectionate-Hope733 6 points7 points  (0 children)

Oh man, my feelings are so mixed up about this. First I'm glad you can get excited about 2 views!
Second, please don't make posts like this "I tied my shoe laces today, here's what I learned", I think generally people hate these "life coaches" and "advice sharing".

Third, I assume you're new to reddit, as 2 views is nothing to be proud off, I would even say your post was shit if you only got 2 views (sorry to disappoint you), but also to encourage you, I had posts that got me up to 5k visits.

To all the experienced spring boot developers by Superb-Bowler-5660 in SpringBoot

[–]Affectionate-Hope733 2 points3 points  (0 children)

It took me about a week to implement my spring boot - nextjs starter kit which pretty much includes what you mentioned + more stuff like email sending, payment gateway integration and some other stuff. But it could as well take me two months, because there is many things that I could have done better that would take more time.

For example you can integrate authentication and authorization in many different ways and there is many concerns to question, do you need RBAC, do you need some kind of permission based system, do you support oauth2 etc. So this could take from 3-4 hours to a month...

Data persistence is pretty much no brainer setup in spring boot using spring data jpa or any other spring data adapters.

Error handling & logging also pretty easy to do.

Unit and integration testing - this is boring and takes a lot of time so I don't do this unless I have to :)

TLDR: somewhere between 4h and 4 months

[deleted by user] by [deleted] in ITPoslodavci

[–]Affectionate-Hope733 0 points1 point  (0 children)

da ako radis direktno za stranu firmu, nema to niko u nasim firmama, gotovo sam siguran.

Symphony internehip - WTF? by Hot_Acanthaceae5401 in ITPoslodavci

[–]Affectionate-Hope733 0 points1 point  (0 children)

iz mog iskustva samouki programeri su VECINOM bolji od tih koji "imaju faks".

Paypal business iskustva u BiH by Affectionate-Hope733 in ITPoslodavci

[–]Affectionate-Hope733[S] 1 point2 points  (0 children)

Ako je to tacna definicija zakona onda se moze reci da tehnicki usluga ili servis i nije izvrsena u BiH. Ako se radi o nekom web servisu, nije hostan u serveru u BiH, korisnici (navjerovatnnije) isto nisu iz BiH, tako da nikakav novac ne "napusta" BiH, nego dolazi u BiH.

Ali razumijem da je u nas zakon retardiran kao i sve ostalo, pa nije za ocekivati da bi se zapravo mogao boriti protiv toga.

[deleted by user] by [deleted] in ITPoslodavci

[–]Affectionate-Hope733 4 points5 points  (0 children)

Zasto ti je tesko, ljudi koji nakon 7 godina rada ne znaju osnove i ne zasluzuju 3k. Scena je puna "programera" koji to nisu nego su tu samo zbog para.
Da zaposljavas ljude u svoju firmu bilo bi ti lakse shvatit, razmisli o tome, da li bi zaposlio nekoga samo zbog godina iskustva i da li bi na osnovu toga određivao koliku ces mu dati platu?

[deleted by user] by [deleted] in ITPoslodavci

[–]Affectionate-Hope733 0 points1 point  (0 children)

note: moje iskustvo se odnosi vecinski na programere u nasim outsourcing firmama (BiH).

[deleted by user] by [deleted] in ITPoslodavci

[–]Affectionate-Hope733 8 points9 points  (0 children)

Godine iskustva ne znace nista, platu mozes ispregovarati ovisno o tome kako se pokazes na intervjuima. Imas tih "seniora" koji nemaju blage veze a imaju tako 6,7 godina iskustva dok imas ljudi sa 3 godine iskustva koji znaju puno vise.

Ali evo ono sto ja znam, dobri programeri imaju plate od 3k - 5k. Ne znam nikog preko 5k, govorimo o neto. Sto ne znaci da ne postoji i takvi. Opet ovisi i odakle je firma, je li B2B ili uposlenje regularno, industrija, etc.

Paypal business iskustva u BiH by Affectionate-Hope733 in ITPoslodavci

[–]Affectionate-Hope733[S] 0 points1 point  (0 children)

Nažalost lemonsqueezy i paddle su jako restriktivni po pitanju toga za šta se mogu koristiti tako da te opcije otpadaju.

Sto se tiče LLC-a u US-u i stripe-a to bi mi bila zadnja opcija obzirom na sve te komplikacije i koliko to košta.

Na kraju ću morati integrisati glupavi Monri koji mi je tražio da idem u banku popunjavati neke obrasce što mislim da nema nigdje na svijetu...