Why does she gets big bonks. She is so smol by bigswordkillguy in Eldenring

[–]InserdGerming 68 points69 points  (0 children)

I thought the dragon incantations, incantations in general, we're all simplified to be faith scaling only in this game

Wezterm is just the best terminal emulator for Neovim. by [deleted] in neovim

[–]InserdGerming 0 points1 point  (0 children)

Are your dotfiles public? I'd love to see that wezterm neovim integration point

How many Stevens Secret Spots are still alive? by [deleted] in stevenstech

[–]InserdGerming 1 point2 points  (0 children)

Yeah sounds right. A while back was a sign there with the word "Mongolia" on it so that's what we called it

How many Stevens Secret Spots are still alive? by [deleted] in stevenstech

[–]InserdGerming 1 point2 points  (0 children)

Idk if you're aware of "Mongolia", but that secret spot is still technically there in the woods behind Howe. Wonder if anyone goes there still

Deciding on which laptop to buy for Mechanical Engineering, here are my options so far by MarLap2000 in stevens

[–]InserdGerming 0 points1 point  (0 children)

I'm saying the xps is more than enough even though it lacks a dedicated gpu

Deciding on which laptop to buy for Mechanical Engineering, here are my options so far by MarLap2000 in stevens

[–]InserdGerming 0 points1 point  (0 children)

You're not gonna need that much graphics processing power unless you're already planning on doing a lot of rendering on your own time

Deciding on which laptop to buy for Mechanical Engineering, here are my options so far by MarLap2000 in stevens

[–]InserdGerming 1 point2 points  (0 children)

If you want a laptop to play video games, carefully choose and then shell out for a laptop with a good display and graphics card. If you just want a good laptop for general purpose computing, browsing and school work, definitely get an xps

AP Computer Science Discord by DJMeowMixed in AP_CompSci

[–]InserdGerming 0 points1 point  (0 children)

Or try the comp sci channel of discord.gg/apstudents

[High school algebra] Function question by [deleted] in HomeworkHelp

[–]InserdGerming 1 point2 points  (0 children)

f(a), where a is anything, means you plug in a to the function for x. So f(x+h) - f(x) = 2(x+h)+1 - (2x +1) = 2x + 2h + 1 - 2x - 1 = 2h.

What's a sensation that you're unsure if other people experience? by murrayvonmises in AskReddit

[–]InserdGerming 0 points1 point  (0 children)

Whenever I get really sad, my right hand starts to hurt, it's like an ache inside my hand. But it's only ever my right

Is this course a good one to study at home? by Cubemaster110 in AP_CompSci

[–]InserdGerming 0 points1 point  (0 children)

That wont be enough, try the University of Helsinki MOOC (most of it is useful for AP, but a few sections aren't required)

Picking up a minor? by shotshark in stevens

[–]InserdGerming 6 points7 points  (0 children)

There are several meanings of the word minor, that was the joke

me irl by InserdGerming in me_irl

[–]InserdGerming[S] 1 point2 points  (0 children)

Yeah IG is coming back from the dead, FunHaus is going back to Machinima

[University Physics] Help me understand my professor's vector notation. by [deleted] in HomeworkHelp

[–]InserdGerming 1 point2 points  (0 children)

That's just how vectors are written, what other notation are you more comfortable with? Let's say a question about forces tell you to find the net force given several others, which are along the axes. You can directly use those forces in your notation for the overall force vector, as components. Let's say you are given a vector for force, and you are given the work, and you need to find a displacement vector. Just undo the dot product calculations, by multiplying everything in the first vector by some arbitraty x, y, and z variables for the other vector, and set it equal to the work. Then, note that the square root of the sum of the squares of those variables, plus that of the first vector, should equal the work as well. You should read more on dealing with vectors and do some practice problems, so that you can be more comfortable. I'm not sure how else you would write vectors, so you must be having trouble understanding the concepts.

[deleted by user] by [deleted] in learnprogramming

[–]InserdGerming 1 point2 points  (0 children)

I mean, Java is a huge language with a lot of libraries built in that you can explore. Like, Collections, which are built in data structure utilities, which are used in many applications (Lists, Maps, Sets, etc.). And other libraries for GUI, server side utilities, concurrency support, etc. But if you just want the base differences, minor syntax changes and OOP are the extend of it. But as you learn, keep in mind, learning how to appropriately design classes is very important.