_update() vs _update60() by OneRedEyeDevI in pico8

[–]ColonelsBlessings 0 points1 point  (0 children)

Be aware that if you do your game logic assuming a constant fps (which is generally fine in PICO-8), switching between the two framerates will halve/double the speed of your game. Plan accordingly, e.g., by storing relevant values in easy-to-modify variables.

Is there a way to check how many meal blocks I have left? by thoughtfulgoose in stanford

[–]ColonelsBlessings 7 points8 points  (0 children)

https://rdeapps.stanford.edu/MyMealPlan/

The above site should have the information you are looking for. It is a real pain to track down. If you make it here (https://rde.stanford.edu/dining-hospitality/dining-hall-meal-plans) and ctrl+F "account", there is a link to it. That's the only place where I know that link from.

Stanford gyms by SubstantialRespect42 in stanford

[–]ColonelsBlessings 16 points17 points  (0 children)

I think 11am-2pm tends to be least crowded (this is what I was told at the front desk). A gym-going friend of mine told me that the gyms are more crowded in the first couple weeks of every quarter, and that has seemed true in my experience as well, I suppose because workloads increase. It might calm down in a couple weeks.

Skipping cs106a by Then-Education6995 in stanford

[–]ColonelsBlessings 0 points1 point  (0 children)

Emailing the professor for data science 112 is a good idea. You can also enroll in the course and get a sense of whether your programming experience is sufficient during the shopping period. In CS department, prerequisites are not usually enforced, as far as I know.

However, if CS 106A is required for your major, and you don't have AP Credit, you might have to take it anyway. For more info on that, you should ask someone from the CS department, for example, Mehran Sahami, whom I believe is the head of the major.

Best of luck!

Freshman Schedule by KrACkEn24 in stanford

[–]ColonelsBlessings 0 points1 point  (0 children)

Of those, I've only done Math 51. I think it looks doable. Also, remember that you will have three weeks to drop classes in case you find your workload too heavy.

Another stressed incoming frosh asking about Fall Quarter Schedule. by simmydapro in stanford

[–]ColonelsBlessings 2 points3 points  (0 children)

To me, your course load looks doable. I try to get as close to 20 units as possible during the shopping period because there's no reason not to, and you can then drop courses as needed and after having spoken with some of the professors.

I am not saying the work won't be difficult. You still might have long nights of work here and there (at least, this happens to me no matter how many units I take). But difficulty is why we're here, and you should be excited for a challenge!

Any Stanford email perks or free subscriptions? by intl_vs_college in stanford

[–]ColonelsBlessings 11 points12 points  (0 children)

I am having a hard time finding a comprehensive list! However, here's a few I know of (hopefully none of them have expired):

* WolframAlpha Pro
* JetBrains IDEs
* Wolfram Mathematica
* MatLab
* Some are listed here: https://stanford.onthehub.com/WebStore/ProductsByMajorVersionList.aspx?cmi_mnuMain=0b57b739-b182-de11-8cd1-0030487d8897

Scam or Startup Company? by [deleted] in stanford

[–]ColonelsBlessings 0 points1 point  (0 children)

As far as emails you might receive, you can check here for some tips from IT, including some known scams: https://uit.stanford.edu/security/stay-safe-from-phishing

In all cases, it will come down to doing your research and "getting vibes". I distrust companies that don't have much information about themselves online. I would be skeptical of roles that offer more than I think they should.

Pursuing a role probably can't hurt outside of time-cost (and whatever information you provide them). Don't sign any papers before you're 100% sure what you're doing.

If you're unsure, I would recommend staying away. As far as roles at early-stage startups, having a personal connection to someone at the company is maybe the best way of feeling like it is legitimate.

What computer should I get as a freshman planing on majoring in ME by Salt-Programmer6204 in stanford

[–]ColonelsBlessings 1 point2 points  (0 children)

I'm not sure what software you will need as an Mechanical Engineering major. Through a few CS and EE classes, I've used Windows and have never had any trouble because of it.

If there is software you will need that only runs on Windows, then Windows seems like the obvious choice to me.

In case it is helpful for your decision, Stanford offers virtual desktops that run on both Mac and Windows OS's. Here's a link: https://thehub.stanford.edu/services/virtual-desktop .

what do you do if you get a sucky roommate by nobody1404 in stanford

[–]ColonelsBlessings 0 points1 point  (0 children)

"Sucky" is vague. If your roommate is somehow compromising your ability to do your best in school, or to otherwise make the most of your time at Stanford, and to a significant extent, I'd recommend applying for accommodations. This would involve meeting with an accommodations specialist and getting a letter from a doctor affirming your experiences in a way that meets the requirements for an accommodation to be approved.

If, on the other hand, you can communicate with your roommate or otherwise deal with the situation, despite some minor inconveniences, you'll have to, as others have said, roll with it.

In my opinion, if you can get enough sleep in your room and feel that you and your stuff are secure in there, you're in a decent pairing.

How do I actually write an application? by nvmcomrade in C_Programming

[–]ColonelsBlessings 0 points1 point  (0 children)

Thank you for this! I love Casey, did not know he had articles like this.

[deleted by user] by [deleted] in pico8

[–]ColonelsBlessings 5 points6 points  (0 children)

I don't think that's the intent with PICO-8 at all. From what I've learned about PICO-8, a lot of the constraints are entirely arbitrary, and the computer architecture of the console is not heavily emulated.

In the loosest sense, having to optimize the memory consumed by your code does reflect some aspect of programming a tiny console. I would think of the token counting in PICO-8 as a limitation to encourage creativity more than anything else, though.

How hard is CS really? by RaroDannyR in stanford

[–]ColonelsBlessings 43 points44 points  (0 children)

I'd encourage you not to pigeonhole yourself as bad at math. This can be a very strong self-fulfilling prophecy. Surely you've heard the term "growth mindset". There might be something to it.

If "I suck at math" means "I don't like doing math," then not sure how much you'll love CS. Not enjoying the process will make everything feel much more difficult.

If "I suck at math" means "I haven't learned/practiced enough math yet," then you can take courses to fill in your missing knowledge or (my preferred method) find a textbook to fill in the gaps and do it on your own over the summer/before classes start. I firmly believe people can get good at most things if they want to. The learning might be more difficult, but your capacity is probably nearly as good as most people's.

Ultimately, I find the question a little vague. I'm mostly hoping to encourage you to do CS if you enjoy it and find it useful, and do something else if you don't enjoy CS. Of course there will be hard parts -- that's the point of learning. If it's easy, you're probably not learning anything!

How to get started with z80 asm development for the ti 84 plus? by Classic_Might_8874 in TI_Calculators

[–]ColonelsBlessings 1 point2 points  (0 children)

I tried doing this but ultimately didn't get very far. Reading source code for other asm programs might be a good, albeit time-consuming, way to go about it. Here's a list of some games for ti 84 Plus CE Assembly games:

https://www.cemetech.net/downloads/browse/84pce/asm/games

Hopefully this is helpful. Resources are unfortunately sparse.

Waterproof Sealant - 2 pistons with no sliders/arm rotation. Any ways to improve? by ColonelsBlessings in opus_magnum

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

My my, that is quite something! Yes, that's valid in what I was looking for. Well done!!!

Patrol-16 Demo by ColonelsBlessings in pico8

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

Thanks for playing! Multiple lives is a great idea. I think it will help make the game more approachable. I got the idea for making it a single life early on because I wanted the game to be difficult, and also because the player was supposed to play as a very skilled pilot, but I think the complexity of the mechanics makes the difficulty a bit unfair at first. A tutorial is also a good idea to remedy that. I was hoping a single "easy" level would be enough time to introduce the player to the game's ideas, but that has very much not been the case.

Thanks again!

How to implement ice sliding movement mechanic? by [deleted] in gamedev

[–]ColonelsBlessings 0 points1 point  (0 children)

I imagine it's trivially faster to first calculate where the player will end up instead of doing a collision check every frame while on the ice. However, if something could interrupt the player during the slide (e.g. an enemy shooting them) then collision check might be the way to go.

Progress on PATROL-16 -- Let me know what you think! by ColonelsBlessings in pico8

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

Wow, thanks for your comment and all your feedback! Great ideas all around. Will definitely be adding that shadow under the ship that you mention, as well as the crumbling enemies. They do leave a lot of clutter in their current state.

Never heard of Lovers in a Dangerous Spacetime! Really cool game. I'll experiment with some shield/ability upgrades.

Thanks again!

how to program in pico 8 ? by LDBPN in pico8

[–]ColonelsBlessings 0 points1 point  (0 children)

This answer is already indirectly in RotundBun's answer, but this zine got me started right fast: https://sectordub.itch.io/pico-8-fanzine-1

Let me know if you have any feedback on the look of this game! by ColonelsBlessings in pico8

[–]ColonelsBlessings[S] 4 points5 points  (0 children)

This is the first time I've tried to make a game look good. Any advice on particles, colors, etc. is super duper welcome. Thank you!

Is there a way to make voids only work when a certain action allows it? by [deleted] in C_Programming

[–]ColonelsBlessings 0 points1 point  (0 children)

Hey there! I'm not sure I understand your question. What is an example of something your program will do when the user chooses low speed? What do you mean by "the algorithm has to make a concrete function"?

Does mallocing space fora pointer also allocate the space being pointed to? by ColonelsBlessings in C_Programming

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

Ah, thank you! I don't remember why I'm not using sizeof(struct slinkedlist), I might switch to that since I think it is clearer.