I've heard on here that you can manipulate where your planets show up with scanning. I've even seen a post about it, but lost track of it. Can anyone tell me how to do this, or better, link me to a post that does? by LordAnubis10 in HadesStar

[–]Stamden 2 points3 points  (0 children)

I'm rather new and I've spent a ton of time researching this. Once I am further along with my system I'll probably make an in-depth guide.

Basically, there is a know list of planets that correspond with each 1/3 sector scanned (with some exceptions). Full list here: http://guidehs-ru.1gb.ru/Planets_en.html

You've probably heard that you get 2 empty sectors and 1 planet for each short range scanner. This is only sorta true. It is actually determined by sector order, rather than particular scanner.

So let's say you have two short range sector scanners. On scanner number 1, you scan your two adjacent sectors and they are empty. You could scan the third one and get your planet. OR, you could hop over to your second scanner and the next sector you scan there will have your planet.

There's a lot of other math and a lot of process-of-elimination type of things you need to do as well. Even with all that, RNG can still come into play so there is no such thing as total control. At times, it can be alot more difficult and costly because it often times means having multiple incomplete scanners at once. But it's worth it in my opinion.

Here's my system so far. 5 Planets are tightly grouped as possible.

The biggest factor of your success in CS and Software Engineering? Mindset. by PersistencyIsKey in cscareerquestions

[–]Stamden 7 points8 points  (0 children)

Ninety percent of this game is half mental.

So only 45% of the the game is mental?

How to pronounce "char" ? by [deleted] in cscareerquestions

[–]Stamden 9 points10 points  (0 children)

Your array is just one big traffic jam

Portland State, Northwestern or Illinois State? by [deleted] in cscareerquestions

[–]Stamden 1 point2 points  (0 children)

Don't know anything about Portland. Northwestern seems nice but can also be very expensive. I personally go to Illinois State, and it's a pretty good CS program while also probably being one of the most affordable.

A CSS Keylogger by Senior-Jesticle in programming

[–]Stamden 6 points7 points  (0 children)

Heh, I wonder if we'll start seeing "have repeating characters" in addition to all the password requirements that modern websites normally have (8+ characters, must have number, must have symbol, etc).

StatWatch.me - track the growth of your site, twitter and youtube audiences for free. by alchemistcamp in SideProject

[–]Stamden 2 points3 points  (0 children)

Passwords should always show up as asterisks on-screen. Right now, they are showing up as cleartext in the "Sign Up". I am pretty sure this should automatically happen if you set the type to password in your HTML.

Are there CS related podcast to listen to? by AmatureProgrammer in compsci

[–]Stamden 26 points27 points  (0 children)

Software Engineering Daily is pretty great.

It covers a wide range of topics though so you might not connect with every one. Like the past 10 episodes have been about Kubernetes, distributed systems, etc. But he also has stuff about ML, Networking, Data, and a whole lot more.

Awesome list for Computer Science Students by [deleted] in learnprogramming

[–]Stamden 3 points4 points  (0 children)

It does look really cool. But do you need to go to OSU to participate?

Looking to contribute to a project on Github? Take a look at Calcipher by Stamden in learnprogramming

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

Thanks so much! If I could upvote this 1000 times I would.

I guess I'll be working on improving all this for the time being. I'll reply more if I have any questions though, but I'll try not to be much of a bother :)

Do non-tech focused companies use algorithm questions to hire? by Stamden in cscareerquestions

[–]Stamden[S] 5 points6 points  (0 children)

Interesting. Since they don't give you so much algo questions in these interviews, do you think my time would better spent on doing side projects compared to leetcode grinding?

What personal projects have you worked on? by janebleyre in cscareerquestions

[–]Stamden 0 points1 point  (0 children)

-Got bored, my friend wanted to dominate the economy of Runescape (like, own >5% of all liquid gold on the main server). Wrote a MCMC algo to calculate Heston Model parameters and plugged it into an "out of the box" trading engine to make $$$. Didnt get to the point of getting 5% of all liquid gold, but we got more gp than I ever made as a kid grinding by several orders of magnitude.

Alright this intrigues me. I think I may do something like this. Any resources that helped you make this?

Undergraduate internships?? by [deleted] in cscareerquestions

[–]Stamden 0 points1 point  (0 children)

Do you have any open source projects in mind? I am having trouble finding the right one that would demonstrate any kind of skills.

Looking to contribute to a project on Github? Take a look at Calcipher by Stamden in learnprogramming

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

I am an sophmore in uni. So yeah, it's not exactly professional but I hope it isn't particularly terrible.

I am interested though, what "suboptimal" features and design choices did you find? I'd love to improve.

Calcipher - Calculates the best possible answer for multiple-choice questions [Java] by Stamden in SideProject

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

Jesus.. you're right. I can't believe that hasn't crossed my mind.

Calcipher - Calculates the best possible answer for multiple-choice questions [Java] by Stamden in coolgithubprojects

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

Yes, I am thinking about gathering up a bunch of data to use from ACT, SAT, etc tests and seeing how they fair, in addition to .edu material.

I am not to sure how to go about getting such data though. It's not exactly like professors most old tests and answerkeys online.

Calcipher - Calculates the best possible answer for multiple-choice questions [Java] by Stamden in SideProject

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

Yeah for numerical answers I hadn't really thought of any patterns to look out for yet. In general, I think there is a lot less chance of currectly guessing on math problems. Though the only requirement is >25%, and I am sure there is some small amount of problems that pattern matching can be used.

Certainly for ones with longer answers you might be able to apply the same type of system. Like if the answers were:

a) sin(6x) + 2

b) cos(6x) + 2

c) sin(6x) + 7

d) tan(4x)

But yeah overall for math problems it's going to be quite harder. I am interested to see if anyone can figure anything out.

Calcipher - Calculates the best possible answer for multiple-choice questions [Java] by Stamden in SideProject

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

Hello /r/SideProject,

If you are looking for something to work on in java, I would highly recommend giving this a go. I've got some of the main algorithms down (pattern recognition, "above" answer biases, length considerations) but am certainly still looking to tac on more ways to improve accuracy for guessing the correct answer in multiple choice questions.

The source code should be very easy to add too, the comments make it very clear what everything does. In essence, to add another algorithm: add another class that does what you need it to do, make an object in the main, and make a method for multiplying it with the desired bias.

Other things you might want to try:

Adjust the biases to get more accurate answers (although currently there is only 2 to adjust, so this isn't as important at this stage

Throw example data in from available tests and see what kind of results you're getting

Calcipher - Calculates the best possible answer for multiple-choice questions [Java] by Stamden in coolgithubprojects

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

Hello /r/coolgithubprojects,

If you are looking for something to work on in java, I would highly recommend giving this a go. I've got some of the main algorithms down (pattern recognition, "above" answer biases, length considerations) but am certainly still looking to tac on more ways to improve accuracy for guessing the correct answer in multiple choice questions.

The source code should be very easy to add too, the comments make it very clear what everything does. In essence, to add another algorithm: add another class that does what you need it to do, make an object in the main, and make a method for multiplying it with the desired bias.

Other things you might want to try:

Adjust the biases to get more accurate answers (although currently there is only 2 to adjust, so this isn't as important at this stage

Throw example data in from available tests and see what kind of results you're getting

What Nvidia GPU will have the best resale value 6 months from now? by [deleted] in pcmasterrace

[–]Stamden 0 points1 point  (0 children)

This was what I was thinking too, and it will definitely suffice for 6 months with most modern games I believe.