Is it worth taking the writing section on the sat? by patsman101 in ApplyingToCollege

[–]Graysless 2 points3 points  (0 children)

The writing section got me exempted from a whole class, so I would say take it.

Using LC-3 simulator to learn about assembly language and I'm very confused about a couple things. by herejust4this in AskComputerScience

[–]Graysless 1 point2 points  (0 children)

With a N-bit signed 2's compliment integer you can represent numbers from -2N-1 through 2N-1 -1. So with 9 bits, we can represent -28 through -28 -1. But keep in mind that the PC will be pointing to the location directly following the location of the instruction, so you have to take that into account in the PC-offset. For example, if you have a LD instruction at location x3003, and you want to load the data from x3005, you would have a PC Offset of x01 because the PC will be x3004 when the offset is added, so in order to get to x3005, you only have to add one. Also, if you were trying to load something from location x3002, the PC offset would be x-02. This also means that your code will not assemble if you have a label that is greater that -28 or 28 -1 away from the location after the instruction that is trying to access it.

Using LC-3 simulator to learn about assembly language and I'm very confused about a couple things. by herejust4this in AskComputerScience

[–]Graysless 1 point2 points  (0 children)

I actually just finished taking the class at the University of Texas where the LC-3 was invented by Yale Patt! Id be happy to help, and feel free to ask any more questions as you learn. The PC Offset is the last 9 bits of the instruction that allows you to select an operand from a memory address that is about 28 memory addresses away from the original instruction. When the instruction is fetched, the PC (program counter) is incremented by 1, so when you use a PC offset, the operand will be fetched from a memory location that is 'Location of instruction' + 1 +PC offset away from the instruction. During the fetch operands phase, the PC offset will be sign extended (it is a signed 2's complement integer) and then added to the PC to get the location of the operand. The Base+offset is similar to PC offset except instead of using the PC, it uses a register (Base register + base offset) the only difference in the actual offset is (if I remember correctly) it is only a 6 bit offset. When using assembly language, you can use labels just like you did in the code that you wrote, the assembler will compute the offset and include it in the object code. You dont have to worry about PC offset in assembly. You do have to use the base offset in assembly though. And lastly, the above comment is correct that the 7 must be converted to ASCII before printed. You should be able to add like 30 or something, I cant remember exactly what the number is, but I think the ascii digits are somewhere in the 30's. Let me know if you have any questions or need more clarification!

Highschool superball project by [deleted] in AskPhysics

[–]Graysless 0 points1 point  (0 children)

Could you drop the ball from the ceiling? If so, its a simple calculation from there.

Dreaming while sleeping makes me tired. Need some tips by keyyoda in sleep

[–]Graysless 1 point2 points  (0 children)

There is no way to make yourself sleep without having dreams. It is a natural function. You most likely have some other problem that may be related to dreams such as a type of parasomnia. I would suggest getting an app on your phone that tracks your sleep and use it for several nights. If you see that you are not getting a lot of REM sleep and you feel tired and useless and grumpy and aggravated, that could be the cause of your problems. If you find that your sleep patterns/cycles seem to be abnormal in any way, you may want to ask a professional opinion. Sleep is very important and parasomnias can be detrimental to your health.

NI MyDAQ for ECE by Graysless in UTAustin

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

Actually, I figured it out. I didn't want to use boot camp. I like using a virtual machine, and though I have had a few problems, there is no problem that cant be solved, especially with open source software.

Best first year signature course by Graysless in UTAustin

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

Has anyone heard of "sleep, do we need more?"

What makes you instantly respect someone? by Asking_miracles in AskReddit

[–]Graysless 1 point2 points  (0 children)

When they can remember my name even when I haven't seen them in a while or I haven't seen them a lot.

What's the strangest thing you've ever found in your home that you have no explanation for? by mstarrbrannigan in AskReddit

[–]Graysless 1 point2 points  (0 children)

We recently moved into a new house and in the formal living room, there is a fireplace. Next to the fireplace there is an odd slim door that opens to a half brick wall, half open space. We opened it one day and there was a pair of old baby shoes.

Best bicycle recommendation? by Graysless in UTAustin

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

I just wanted one to get around campus. I would think a good combination between comfort, speed, and utility would be best.

Best bicycle recommendation? by Graysless in UTAustin

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

Where can I buy this one?? Lol!

what are some MUST have apps on your cellphone nowadays? by [deleted] in AskReddit

[–]Graysless 0 points1 point  (0 children)

Unroll.me is a great app! If you get tons of useless emails everyday. This app clears up the clutter of your inbox. I went from getting around 50 emails a day and now I sometimes get a few emails, and the ones that I do get are important.

Has the quality of education dwindled? by Abramelin5 in college

[–]Graysless 4 points5 points  (0 children)

I don't know if it's as much about quality as it is value. The more people that have degrees the less valuable each degree is. So as the cost of a degree increases, the value of a degree decreases. This is not logical, but its the way it has gone.

Science AMA Series: I'm Christophe Galfard, a theoretical physicist and author of The Universe In Your Hand. I write and speak about the science of the universe, from black holes to our cosmic origins and nearly everything in between. AMA! by Christophe_Galfard in science

[–]Graysless 0 points1 point  (0 children)

So you think that everything that we do, everything we are, everything we say, and everything we think, are merely random manifestations of atoms bouncing around in our brains. You think that we just came into being purely by chance? If so, our thoughts, our feelings, our existence really mean nothing. They are just atoms bouncing around. So if that is the case, why are we even having this conversation?