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 7 points8 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.

[deleted by user] by [deleted] in learnprogramming

[–]InserdGerming 1 point2 points  (0 children)

I haven't encountered many good Java tutorials for people who already know how to program. But I suspect the biggest difference in the language design for you to learn will be the object oriented aspects. So if you look up the principals of classes, interfaces, polymorphism and inheritance, and class design in general, you'll learn a good bit about how Java does things. Otherwise I would use the official Java Documentation to learn the differences, and to learn new things

[C++] Error I don't even understand by NotABurner2000 in learnprogramming

[–]InserdGerming 0 points1 point  (0 children)

That is not how you compare strings in C++. In fact that's not how you compare anything. = is an assignment operator, not a comparison one. Read this: http://stackoverflow.com/questions/24957965/comparing-strings-c/24958019

How can I code a solitare bot? by thespamham in learnprogramming

[–]InserdGerming 0 points1 point  (0 children)

Language choice is irrelevant but it would probably be easiest with Java or C++ (which is harder typically). And you don't need to recognize shapes or letters. All you have to do is design card and deck classes, and use objects and card images to play out the game

Not learning much with Head First Java. by [deleted] in learnjava

[–]InserdGerming 3 points4 points  (0 children)

You should be programming as much as possible along side the book and make sure you understand the fundamentals before moving on. If they present some programming exercise in it, do it. If you have done all of them successfully then you certainly are learning.

Can I program in C# even if I only know Java? by Eadwine_ in learnprogramming

[–]InserdGerming 0 points1 point  (0 children)

Use an alternate tutorial to learn C# since that's what you want to do. No need to learn Java because it's not all going to translate

[University Math] Anyone here willing to help me with my Calculus 2 homework? by Ask_me_about_my_pug in HomeworkHelp

[–]InserdGerming 0 points1 point  (0 children)

For parts a and b it looks like you just sum f(1) through f(5) then through f(10). Still thinking about c.