Pages

Friday, June 1, 2012

School + Whatver Else Was On My Mind When I Wrote This

Wow. Just found out my blog isn't blocked at school. May or may not actually make use of this. People behind me are playing cards and laughing. About 75% of the kids in 8th grade are on a school field trip, to Washingon D.C. That means

// okay. So I was in class, and apparently blogging isn't allowed.
// ( it is, but our substitute was kinda harsh )
// I'm gonna continue the story from my current perspective.
// it's half an hour after me getting kicked off the class computer.
// I asked to go to the library. I'm currently typing this on a school library computer.
// anyways, continuing story now.

That means people who didn't go on the trip got grouped together, and now we're going from class to class just chilling. Some are playing cards, some are cursing out the teacher (not gonna go too far into detail, but that was hilarious), and some are watching wrestling matches online (he got kicked of the computer for this too, at the same time I did). Our anonymous teacher (I'm not gonna call anyone out online) was a bit angry at some of the kids in our class, and she didn't seem to be very happy in general. That was possibly the most hilarious 42 minutes of my life.

I'm gonna go play some online games now (I don't know why I said go play, considering I'll still be sitting in the same spot and fully able to keep blogging), because I can't execute any code on these computers besides javascript in the browser (and that's only entertaining the first few times, and then you show it to one person who shows it to everyone and it's not impressive to anyone anymore :( ). The end of that last sentence was confusing because I had a frowny face and a close paren really close to each other. But yeah, most coding related websites are blocked as well (codeacademy is actually the only one that came to mind, because it's the only "coding" site I've tried to go on in school). Some people ask me why I don't just bypass security (it's actually really easy, the school doesn't know much about Tor or booting into Linux or web proxies (werll okay they know about them but it's easy to take the source code for one and upload it to your own website)), but I hate going through all the trouble when it takes 5 hours to load a page. If I just wait until I get home, I have unlimited access to anything on the internet which is amazing for me. I'm surprised my blog wasn't blocked (well the actual blog is, but the dashboard is fine, which is why I can post this.)

So this is probably my conclusion. I felt like writing one this time; normally I don't. I'm gonna think of a really deep quote to end this with.
"They don't think it be like it is, but it do." - Oscar Gamble
(Wow I can't believe I remembered the guy's name) (I promise I didn't google it this time)

GGWP.

Sunday, May 27, 2012

C++

It's fun. I wanna make a program. I made a FizzBuzz thing where it goes through a list of numbers, and if a number is divisible by 3 or 5 it'll replace it with "Fizz" or "Buzz", respectively. (Also, if it's divisible by both, it'll print "FizzBuzz". I need to get started on GUIs, because I want to make an open-source program (or at least help with one!)