What action or concept of significance, as related to the course, did you experience this week?
RGB Values that exceed 255 and beyond (tested up to 10,000,000) give weird behaviors, some transparency effect with the black background give a gradient kind of effect (http://lab46.g7n.org/~dschmitt/cos0.php).
We are now getting into reading, writing, and appending to files for our sam0 project. Learned some tricks with ascii characters, like +32 for uppercase gives lowercase, and vice versa. After a deep conversations regarding various legal / ethical problems, we discovered dinosaurs with hats ( UP UP DOWN DOWN LEFT RIGHT LEFT RIGHT B AAAAAAAAA ).
What concepts are you dealing with that may not make perfect sense?
Haven't figured out how to do gif's fully with GD yet, want to make my spiral spin, would be dope.
Just fully grasping the concept of file pointers. Taking Unix simultaneously provides good practice with raw data, files, and memory in general.
What challenges are you facing with respect to the course?
Everything seems great so far. Glad we're doing different logic/math based concepts overall.
Still looking to do a snake game when I get a chance.
UNIX/Linux Fundamentals Journal
FEBRUARY 5, 2016
What action or concept of significance, as related to the course, did you experience on this date?
We've been going over some useful commands / tricks for the Unix operating system. We learned how to assign variables and use those variables in practical scenarios, such as with the full quotes (''), half quotes (““), and back quotes (``). We've also been going over how to puff-puff-pass some output to another program using the pipe (|) command. We've also been exploring the permissions of files using ls -l and the chmod command to change those permissions. I've also completed the first puzzle box project for the class, which was fairly easy. The main concept was that each file was renamed to have a different “extension” as to make it not easy to know that some files were tar archives, for example. The commands used were tar -xvf <file> to extract the hidden tar archive, uudecode <file> to decode a uuencodeed file, and again uudecode to decode the BASE64 encoded file.
Why was this significant?
This is significant because we're just learning the basics of this operating system in some fun puzzle kind of ways. We're learning the significance of many of these commands as well as how we can manipulate the output and input for these commands.
What concepts are you dealing with that may not make perfect sense?
Everything seems to be pretty simple so far.
blog/spring2016/dschmitt/journal.1458093942.txt.gz · Last modified: 2016/03/16 02:05 by dschmitt