Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2014 / 09 / 01.mkd
blobc3bca06448f24904aeedab54e80834b50a2c15b5
1 # 2014/09/01
3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
9 ## 08:31
11 A new month. According to statdiff, I made 4024 subtractions and 19,195
12 additions.
14 ## 09:28
16 Shunning the class lists of which are in XZ+ASCII85 format saved me some
17 space, about 55KB. Although the lists could be useful, they are not needed at
18 this current time so I backed thme up for future usage. They also do not
19 really belong in the repository, as it would just bloat it.
21 ## 10:22
23 Forgot about mark() and reset() in LineColumnReader, and since that is
24 ultimately a BufferedReader I do not have to worry about wrapping it in
25 another one to get mark() and reset() support. So that class is highly
26 reliable as long as reset() can handle end of file.
28 ## 14:02
30 Hopefully this month, I will have a complete compiler which can handle Java
31 source code.
33 ## 17:20
35 I disabled warnings on the package build, but it appears gcj-wrapper ignores
36 the -nowarn option so warnings are emitted anyway.
38 ## 22:09
40 Some happiness is in order, learned how to sort of play the Bunnie song from
41 Zelda. After attempting two handed play (never did before), I feel as if my
42 typing on the keyboard has changed and I need to sort of relearn or at least
43 adapt.
45 ## 22:18
47 A large spider jumped on my laptop screen, I murdered it.