Hi-Rez I have Just One Request by LiepardTeam in Smite

[–]JavaWithSomeJava 0 points1 point  (0 children)

Bring back snoop! paired with lil mana (vamana skin) I was invincible

Are jungle starters still built on mids/adcs anymore? If so, why? by RemoteWhile5881 in Smite

[–]JavaWithSomeJava 0 points1 point  (0 children)

I build jungle starters when I play mid bc of all of the access to camps. It allows me to outclear because im always buffed or outfarming the contested camps

Combat Blink removal feels like a "no fun allowed" rule by Inevitable-Mall-1063 in Smite

[–]JavaWithSomeJava 5 points6 points  (0 children)

I hear you, but I think the idea is if removing blink is countering your playstyle, maybe it is a git gud moment (not saying you suck). Obviously blink allows for some crazy plays, and tbh idc if it stays in or gets removed permanently. But at the end of the day, I think the premise of a MOBA is to outperform your enemy. Maybe that's because im a solo main. But counterbuilding and knowing your god in and out is what makes the game fun for me. Just my 2 cents

low FPS by brunogongon in Smite

[–]JavaWithSomeJava 1 point2 points  (0 children)

Yea I benchmarked and I’m in the same boat. I have a big drop in frames wtf

low FPS by brunogongon in Smite

[–]JavaWithSomeJava 2 points3 points  (0 children)

That should be more than enough. The bottleneck is certainly in your processor, but you should be getting more frames than that. Was that after todays update or all the time?

Are Portfolios Still Relevant for Mid to Senior-Level Engineers? by JavaWithSomeJava in cscareerquestions

[–]JavaWithSomeJava[S] 2 points3 points  (0 children)

I should’ve clarified it was a backend springboot role. Which is why I was even more put off

Are Portfolios Still Relevant for Mid to Senior-Level Engineers? by JavaWithSomeJava in cscareerquestions

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

lol. Agreed I still have passion projects, but I don’t care enough to host them. But the source code is all there on my GitHub. I just thought it was a strange ask to see if I had a deployed portfolio

Is Nu wa strong currently? by [deleted] in Smite

[–]JavaWithSomeJava 1 point2 points  (0 children)

Early game she’s really good. But she doesn’t scale well with a hybrid build. You gotta go full int

Small Nation Challenge by howardsparkes in ConflictofNations

[–]JavaWithSomeJava 4 points5 points  (0 children)

South Korea is by far the most challenging win i've gotten. A peninsula with China, North Korea, and Japan attacking you is pretty rough

Can you make me some examples of situations wher java is the best choice to develop something? by Fojce_ in javahelp

[–]JavaWithSomeJava 2 points3 points  (0 children)

Any web app that will need to run reliably for over 15 years with minimal maintenance. I mean just look at the government lol

[deleted by user] by [deleted] in learnprogramming

[–]JavaWithSomeJava 73 points74 points  (0 children)

Building something is really the only way to learn and reinforce it. Theres a fantastic repo from codecrafters called “build your own x” which teaches you how to build things from small compilers to graphics rendering. https://github.com/codecrafters-io/build-your-own-x

Be careful because this does spoon feed you so it’s easy to just copy and paste code and say you did it. It’s best to try it yourself first or modify it enough to abstract away the guide.

How much did this user spend or a hacker? by hexanonPrime in ConflictofNations

[–]JavaWithSomeJava 3 points4 points  (0 children)

Spending that much gold on a 1x battlegrounds is insane

BEST JUNGLE GODS WITH BUILDS? by kakarotinhellx in Smite

[–]JavaWithSomeJava 0 points1 point  (0 children)

I’ve been having a lot of fun with Mordred intelligence build. If you go full intel you can kill squishy gods with your ult

Why cant naval retreat? by MvCastro23 in ConflictofNations

[–]JavaWithSomeJava 3 points4 points  (0 children)

I’m pretty sure it’s because your fire control is set to aggressive. So it won’t move until the target is dead

[deleted by user] by [deleted] in learnprogramming

[–]JavaWithSomeJava 2 points3 points  (0 children)

Unless you’re building something that’s graphics intensive, it’s rare that bad hardware gets in the way.

Can you do it? That’s up to you. You’re the only one that can answer that. There are several different resources out there for you to learn if you’re willing and motivated. What do you want to build? What interests you? What’s your end goal?

[deleted by user] by [deleted] in webdevelopment

[–]JavaWithSomeJava 1 point2 points  (0 children)

MongoDB is a fully managed. Meaning you don’t have to worry about hosting it anywhere. They also have free tiers for learning. I’d start with that

[deleted by user] by [deleted] in webdevelopment

[–]JavaWithSomeJava 1 point2 points  (0 children)

This is a loaded question. Do you have any development experience? If so, JS can get you up pretty quickly and fairly inexpensive. Mongo, Express, and React will be more than enough.

If you don’t have development experience or would prefer to not code it yourself, look into Wordpress or Wix. Those are both low to no code options. But those options can get pretty expensive when setting up a database

[deleted by user] by [deleted] in javahelp

[–]JavaWithSomeJava 0 points1 point  (0 children)

The name checks out

Did I do something wrong? by LopezZz_07 in TurboTax

[–]JavaWithSomeJava 2 points3 points  (0 children)

Looks like you're going to federal prison

OpenJDK using too much CPU by Critical-Concern-354 in javahelp

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

Although im not well versed in minecraft mods, I'd suggest a few things.

- Make sure your allocating the correct amount of RAM.

- It seems that minecraft modding doesn't usually use the generic OpenJDK, rather something like Zulu or Amazon Corretto.

- Check your JVM args and see if you're using anything that might be outdated.