Hello, my name is Matt and I'll be your tumblr for the evening. I'm 19, Canadian, studying cognitive science at university, and terrible at being brief. Your best bet to get in contact with me is an e-mail to the address at the bottom of this page!

13th January 2012

Link reblogged from net slum with 612 notes

net slum: Coding skill and the decline of stagnation →

notch:

I am a decent programmer. I know a decent amount of computer science theory, I can type correct code fairly easy. I don’t let my classes expand too much. But I still struggle some with math, and I have a tendency to have too many cross-dependencies in my code.

I used to think I was…

I’ve been learning more and more about what a compiler actually does lately, as well as looking at some very basic levels of assembly. So maybe I can shed a little bit of light on why things are the way they are. That doesn’t mean you have to like it! But at least it will make a bit more sense.

You write your source code, you give it to the compiler, and it makes sure you’ve given it code that will actually run. Then it creates highly-optimized code to be run by your specific processor, in assembly or machine code or whatever. The catch here is that processors don’t always work the same way, so the compiled code is limited to whatever platform it was originally compiled for. As a side note, I would think that’s why you pretty much only see source code available as a download for Linux programs (on the web, anyway) - you’d need to compile it for your specific distribution to make sure it works properly.

It doesn’t have to be like that, though - for example, Java (traditionally) achieves its multi-platform status by compiling its code for the Java Virtual Machine to run however needed on the platform it’s deployed to. Unfortunately, that means forgoing most of the optimization done by a regular compiler. Enter the Just-In-Time compiler, which takes the same Java bytecode as the JVM would. Instead of acting as a middleman, it compiles the bytecode into platform specific machine code (with, I assume, appropriate optimization) at runtime. Sadly, most of the time I see “JIT Compiler” listed as an option in an Android app, it tends to have a huge warning attached (“this will either be really fast or break everything, depending on your phone”). So I guess it’s a work-in-progress.

Anyway, so that’s why you have platforms and code that won’t run anywhere. And, while I’m no expert, I’d say that’s probably how web browsers manage to achieve some semblance of standard-ness. If I’m right, the browser would be kind of a middleman for your code the same way the JVM or a JIT compiler are for Java bytecode. Honestly, you’re the web developer - you tell me how browsers work!

Tagged: programming

1st January 2012

Text

2011 recap

I went through my archive and picked out the posts that I think are most essential to my life in 2011, and the complete list is below. They’re all tagged recap, alongside the posts from 2010. I wouldn’t say they’re the most well-written, or the most interesting, of my posts from 2011. I wouldn’t even say they’re worth your time to go back and read. It’s just a bunch of bullshit I wrote about myself, really. But if someone wanted the quick version of my life in 2011, this would be it. You can probably extrapolate from what I wrote about not being perfectly efficient in my work to the fact that I haven’t been writing as much. I don’t have much to say about these posts that I haven’t already said in my 2011 In Review post (last item on the list), so go read that. Otherwise, I stand by what I wrote as a representation of me at that point in time.

Oh, one thing that might be notable: there’s a lot of stuff I wanted to write about this year, but felt like I didn’t have the time. Looking through my archive, a pretty common theme is “I did have a better post, but take this for now” or “I’ve got great stuff coming, just you wait!!!” and none of it ever materialized. That sucks, but it is what it is. Again, I’m not totally sure it’ll get better. But I’ve got at least a dozen drafts waiting in the wings, and hopefully I’ll put the finishing touches on some of those. I may write a post about my plans for 2012, but whether or not I post it will depend on how boring it is. If it’s not up in a few days, then 2012 is probably just going to be more of the same.

31st December 2011

Text

2011 in review: I got edumacated

A little story about the title of this post: I took LING 3002, Phonetics I, this semester. It wasn’t necessarily my cup of tea, but that doesn’t mean it was a bad class. There was a lot of data and practical application involved, and I’m at the point where I’ve been thinking about the phonetics of British English thanks to Xenoblade. I can even develop analyses that provide the right results without giving any of the right answers! In particular, we had one assignment involving “Homeric infixation” where I (at least, I think I did) provided a more-or-less correct analysis based on consonant and vowel clusters rather than stress patterns. So here’s to my continuing edumacation!

        If you look at my archive, there’s a pretty sharp decline in the frequency of my posts over time. At the very beginning, mid-2010, I was doing 20-30 posts per month. That was my last year of high school, and around the time when I’d stopped working at the local convenience store to focus on school. My first semester of university was more or less the same, but then second semester it was down to 10-15 posts per month. Around the same throughout the summer. I’ve practically disappeared this semester, though - I’ve got about 30 posts total from September through to the end of December. The reason for this is pretty obvious - university. I still haven’t really figured out a proper balance to get the most out of my work and my play, and “work” time is still being inflated by procrastination. The work gets done, and my grades haven’t gone down, either. But I’ve been getting more and more distant as I supposedly spend all of my time “working” and then have no dedicated relaxation periods or time for socializing.

        I’m not happy about that, but there’s a pretty obvious pattern - work gets done a lot faster when I’m motivated to do it. When it came to lab work, programming assignments, and studying for my intro to cognitive science class - I was there at all times and totally focused. But it was a challenge with my other classes. That’s probably bad. I’d say being able to do things you don’t enjoy and just generally be dedicated is good. On the other hand, I’m probably going to wind up doing more work that I enjoy as time goes on, not less. Either way, I’m planning to work on it.

        So while I’ve been stumbling in every other area of my life, school is going pretty well. Working at the Language and Brain Lab has been fantastic, and I’m working on a short write-up of what I’ve learned. I think you’ll be allowed to see that when it’s ready. Along with some promo photos of me looking snazzy! Aside from that, the seemingly disparate areas of my degree have started to connect in important ways. I’m starting to feel fairly competent in a number of domains - cognitive science as a whole, linguistics, and programming too (though maybe not computer science, I’m definitely lacking when it comes to algorithms).

        In reference to an article I read earlier this year, it feels like I’m getting an education, not just a degree. For all the people I knew in high school who agonized over where they wanted to go and would be willing to fork over ridiculous sums of money to go to a “better school”, you’d think the degree is all that matters. But if they don’t capitalize on the opportunities available, the way I’m doing at Carleton, no amount of money will help. While I had a brief crisis when I first read that article in April this year, I think it says a lot about how I’ve changed over the year that it now makes me feel better. Including books for two semesters and everything else, I’m probably totalling $7,000 per year of university. Four years for the degree, and I’m really not sure I could get the equivalent elsewhere.

        The only catch to all of this is that I’m probably failing horribly at a number of promises I once made. I said that I would live for the people in my life and find meaning in them, yet I’m mostly focused on myself. I promised I’d always be there for the people I care about, but now I expect them to come to me. I’ve said a lot of things I probably thought were trivial at the time, but I’ve now forgotten them so thoroughly I can only say I’m likely not staying true to my word. This kind of follows on from spending too much time “working,” but that doesn’t make it alright.

        I’ve upset people occasionally, sometimes severely so, but I think what’s worse is all the things I didn’t do. I don’t know if that’s going to change in the future. That’s probably what’s really important here. But I have no guarantees. So while it doesn’t really mean anything, know that I am truly sorry. I sincerely wish I’d been better in a dozen ways, and that I had taken the time to reach out instead of withdrawing. I’m no longer sure that doing too little is better than doing too much. For the people who still read all of this, you know who you are. To the people who cared enough to start reading, but decided to stop - I’m sorry about that, too.

        So here’s to 2011. I learned a lot, and I played a lot of Final Fantasy. Looking forward to 2012 and the downfall of Kefka. 

Tagged: personalrecap

28th December 2011

Text reblogged from The Great Crate with 639,128 notes

Please read: Due to a high amount of unused blogs on Tumblr, we are deleting every blog that does not reblog this by January first. People have been asking for taken URL’s and this is what we are doing.

thegreatcrate:

xsarahjoy:

DAMMIT, STAFF. 

Lol just gonna reblog this on all my saved urls.

 well, id hate to be the person that didnt see this.

only reblogging since Staff is the source.

::reblogs::

Here, let me just put “staff.tumblr.com” as the content source and make it TOTALLY LEGIT.

Considering this post isn’t on the staff tumblr going back to August, and since it sounds like a TOTALLY AWESOME CHAIN E-MAIL YOU SHOULD FORWARD TO ALL OF YOUR FRIENDS in the first place…

Reblog this post or you will die in seven days!

[totally true, don’t make me warn you again]

—————————————————————————————-

In response to the (unrelated) bottom half of vael’s almost instantaneous post along the same lines: I wouldn’t say inherent, because I certainly don’t think it’s genetic. “Inherent” in the sense that it’s a part of a given culture’s values (or a subsection of it), sure. You could make an argument for it being truly inherent based on the common development of patriarchies, but you could also argue a lot of silly thing based on inconclusive “evidence” and without any cause-and-effect connection. Plz to be showing me *at least* some correlations between genes only in men and their objectification of women (or genes in either gender that correlate with objectification of the other gender/people in general). Then we’ll talk about “inherent.”

If I’m just arguing about semantics here, it’s to illustrate an important difference between the potential meanings. I genuinely think it’s important to point out the problems with “every person who is X that I’ve met is like Y, therefore all X must be Y”. It’s a fatally flawed argument from the start, considering the sample is almost never representative. I also think cultural influence is a very likely confound for a lot of these sweeping generalizations, so that’s a second reason to make the point.

So… If I am being a jerk, those are my reason. Which is entirely tangential to the topic at hand but I felt like it was an important point to make.

(Source: staff)

26th December 2011

Text

Now available: TMI

[or at least, a more severe case of TMI than this tumblr already has]

I have this thing about keeping track of what I’ve seen/read/played/listened to. It helps to find new things I might like, too - Last.fm is a prime example. It keeps track of music I play, then puts together a list of similar stuff. For my own benefit, I’ve started using a site that does similar recommendations for anime and manga, and another for books in general. Conveniently, this also lets me share this information with anyone who cares to know what I’m interested in. And if you don’t, that’s ok too! You don’t have to keep track of every book I’ve ever read. But maybe you’d like to know what books I haven’t read and might like to read, so now you can do that. Then you’ll be able to shower me with gifts that won’t make me say “oh, you didn’t have to get me anything!”

I’m linking to them on my main tumblr page now, but I’ll put some links below as well. I guess there’s sort of a creepy aspect to having all this information available, but I’m not terribly worried. I figure that if someone arrives at my tumblr from any of my other profiles, they’re volunteering to sift through far more information about me than they really need. We probably already have some interests in common anyway, and this lets me share more information about that thing. So let’s talk about Dune, or the Malazan Book of the Fallen series, or whatever article I read the other day through Read It Later. Seriously! I’d much rather talk about my favourite nerdy stuff than my latest assignments or whatever else.

  • AnimePlanet profile: Tracks anime and manga, from stuff I’ve watched to stuff I want to watch. Yes, I watched all 220 episodes of the original run of Naruto in junior high (but I never started on Shippuuden!). Along with 130 episodes of Bleach. Apparently, I’ve spent two weeks straight on ridiculous shonen anime.
  • Goodreads profile: Books! I’ve got four different “shelves”: What I’m currently reading, what I’ve read, what I own and plan to read, and what I’d like to read but don’t own yet. I’ll probably never rate most of the books listed there, because I read them so long ago. I’m undecided on whether I’m going to rate things at all, honestly, but I thought I’d start with some 5-star ratings for a few series I really enjoy.
  • Last.fm profile: It’s been set up for a while, and I posted about it before, but I may as well link to it. It’s mainly meant to be a catalogue of all the different music I like, since I usually listen to my entire library on random, making the listening frequencies useless. But you can also see that I’ve listened to nothing but the soundtrack to Nier for the past few weeks. I’ll be writing about that soon, but let’s just say there’s a reason I had never <3’d any songs on my profile before.
  • Read It Later archive: An RSS feed of articles I’ve read recently. Yes, it’s inelegant and nowhere near as useful as the other services. But I’ve moved away from posting things I thought were interesting in favour of just talking to people about things I know they’d be interested in (which doesn’t mean I think nobody else is interested, but maybe you would be and I never knew!). In reality, it’s going to be fairly useless - nobody’s going to keep track of all the junk I read just to find the occasional gem. There’s way too much information with no organization or context. But it takes zero effort for me to promote, since I’m already using the service (which I highly recommend), and you never know.

Also, I’m considering changing the layout of my tumblr page to ideally give a better first impression. I’m pretty sure no more than two or three people every actually see it, and one of those people is me when I want to access my tagged posts. So uh… Yeah. If you didn’t know, my main tumblr page has a tag cloud on the left side! Which is useful if you don’t share all of my interests.

Tagged: linksanimebooksmusic

25th December 2011

Text

BCN Christmas Loot Mk II

BLAST FROM THE PAST

This year, my brother and I are with my dad for Christmas. My mom went home to spend Christmas with her family, but before she left we did half-a-Christmas. So my gifts from her, my grandparents, and one or two “from Santa”:

  • A pre-order for the limited edition of FF XIII-2 (once bitten, twice excited about the changes they’re making)
  • An IOU for a copy of Valkyria Chronicles 2 for PSP
  • How to Do Things with Videogames, by Ian Bogost (kindle)
  • Reality is Broken, by Jane McGonigal (kindle)
  • Punished by Rewards, by Alfie Kohn (kindle)
  • The Googlization of Everything (and why we should worry), by Siva Vaidhyanathan (kindle)
  • The Blade Itself, by Joe Abercrombie (kindle, First Law #1)
  • Newsgames: Journalism at Play, by Ian Bogost (kindle)

Oh, and I picked out the Game of Thrones board game as a gift for my brother and we’ve had a lot of fun with it. Enough that I’d consider it partially a gift for me, which is the good thing about doing your own gift shopping. If you’ve got a group of people willing to sit down and play a really political game for 3+ hours, I’d definitely recommend it. Imagine Risk if there were no dice rolls, and manipulating people is a far better strategy than outright destroying them. You tell them you’ll guard their back as long as it suits you, and when it doesn’t…. well.

—————————————————————————————————

For our second Christmas, which was on the proper date, I mainly got more books, but physical ones this time:

  • Valkyria Chronicles 2, for real
  • A Theory of Fun for Game Design, by Raph Koster
  • The Golden City, by John Twelve Hawks (Fourth Realm trilogy #3)
  • Shutting Out the Sun: How Japan Created Its Own Lost Generation, by Michael Zielenziger
  • Before They Are Hanged, by Joe Abercrombie (First Law #2)
  • Last Argument of Kings, by Joe Abercrombie (First Law #3)

My personal gift to my brother was Penny Arcade: Gamers vs Evil, another double-gift. We played it before going to bed, and I had fun with it. I can’t say how it compares to other deckbuilding games, but turns are very quick once you get used to it and the cards interact with each other in some pretty interesting ways. For example, I won the last game we played using the Carl  hero, from the Automata strips. His ability makes the most expensive types of cards - Boss Loot - cheaper by one. There’s another card, Broodax In Disguise (not for the faint of heart - it’s an alien wearing a person’s body), that has a value of 1 when you play it, OR a value of 3 if you intend to put those points towards buying Boss Loot.

Whenever I failed to have enough to buy a Boss Loot, I bought more Broodax. Eventually, I got hands that - out of six cards - three of them are Broodax in Disguise.

Needless to say, I acquired a good chunk of phat lootz, which won me the game.

—————————————————————————————————

Honourable mention goes to a couple of gifts I could only get shipped to the US, so my aunt brought them to my mother while she was visiting. So when she gets home, I’ll get two gifts that you may find very strange: a shell replacement for my DS Lite (a few hours of tinkering, which may ruin the machine!) and a bundle of empty cases for PSP games. Anyway, I’m weird like that. Both of those things were pretty cheap, and I’ll be happy to have them. I can replace the sticker-covered cases from PSP games I bought used, and if all goes well, be the owner of a non-broken red and black DS. Woo.

(also, does anyone still say woot? I have the strangest desire to start saying it, just because)

Tagged: booksgamingBCN CHRISTMAS LOOT

6th December 2011

Photo

So I lost 5% on my last comp 2001 assignment for something that, to the best of my knowledge, actually works.
On the other hand, I lost nothing for all the other &#8220;features&#8221; I managed to include. So I think it&#8217;s best not to argue the point.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
I mainly wanted to post the above image, but thought I&#8217;d flesh out the post a little with a story. So here&#8217;s the deal with the above card, which will make a lot more sense if you&#8217;re familiar with the source material. The blue and green icons on the side indicate that the character can participate in Intrigue battles and Power battles, respectively. &#8220;Renown&#8221; means that a character has a lot of political clout - whenever they win political power for your faction, you get more than normal. I&#8217;m not so sure about the effect on non-unique characters, but it&#8217;s the final ability that really stands out for me.
&#8220;After Lyanna Stark is killed, stand (untap) all Lord characters in play. Those characters gain deadly until the end of the round.&#8221;
This is so perfect if you&#8217;re familiar with the source (both the books and the game), but I&#8217;m going to give you a rundown of what the mechanics are saying. After a number of fierce battles (offence and defence lead to kneeling, as well as using other abilities), the death of a well-loved (in more than one sense) Lady leads all the Lords in play to surge up and seek deadly vengeance. For the rest of the round, they shoot to kill, so to speak. The catch here is that few abilities outright murder a specific character - when a player loses a military battle (or any challenge that includes a deadly character), they get to choose who dies. So generally speaking, this will be a strategic sacrifice.
Moreover, the way the deadly keyword works is that it only comes into effect if the attacker has more deadly characters than the defender. If your opponent has two Lord characters, who are now deadly, and you initiate a battle with three Lord characters, the fact that everyone gets the benefit of the card is irrelevant. Everyone rejoins the fight, but that doesn&#8217;t mean they can win. &#8220;But this is an outrage! Lyanna&#8217;s death won&#8217;t go unavenged!&#8221; And so on.
Anyway, I know this is probably uninteresting unless you share my interest in card games and Game of Thrones. But I think it&#8217;s important to appreciate good design in any kind of game, even if you only play video games. With keyword systems to cut down on the text for individual cards, a lot of the heavy lifting is already done to sum up the mechanics and communicate with the player. If every single card simply said, &#8220;During a challenge, if the attacking player controls the most participating characters with this text, the defending player must choose and kill a defending participating character after the challenge resolves.&#8221; it would never occur to (most) players that this mechanic means the same thing as what the deadly keyword communicates.
It&#8217;s a definite strength of the format, and I don&#8217;t necessarily have ideas for how to adapt it elsewhere. I know memorizing keywords is a challenge whenever you&#8217;re learning a new CCG - we&#8217;ve always had to play AGoT with a keyword cheat sheet. So taking the benefits of the system without the negatives could be a challenge. But it&#8217;s something worth thinking about in terms of ways to communicate mechanics more effectively, and (if you&#8217;ll forgive one pretentious sentence in this whole endeavour) how to situate them in the overall narrative context of the game. Stay tuned for a post in a week or two that might make this a bit clearer.

So I lost 5% on my last comp 2001 assignment for something that, to the best of my knowledge, actually works.

On the other hand, I lost nothing for all the other “features” I managed to include. So I think it’s best not to argue the point.

—————————————————————————————————————

I mainly wanted to post the above image, but thought I’d flesh out the post a little with a story. So here’s the deal with the above card, which will make a lot more sense if you’re familiar with the source material. The blue and green icons on the side indicate that the character can participate in Intrigue battles and Power battles, respectively. “Renown” means that a character has a lot of political clout - whenever they win political power for your faction, you get more than normal. I’m not so sure about the effect on non-unique characters, but it’s the final ability that really stands out for me.

“After Lyanna Stark is killed, stand (untap) all Lord characters in play. Those characters gain deadly until the end of the round.”

This is so perfect if you’re familiar with the source (both the books and the game), but I’m going to give you a rundown of what the mechanics are saying. After a number of fierce battles (offence and defence lead to kneeling, as well as using other abilities), the death of a well-loved (in more than one sense) Lady leads all the Lords in play to surge up and seek deadly vengeance. For the rest of the round, they shoot to kill, so to speak. The catch here is that few abilities outright murder a specific character - when a player loses a military battle (or any challenge that includes a deadly character), they get to choose who dies. So generally speaking, this will be a strategic sacrifice.

Moreover, the way the deadly keyword works is that it only comes into effect if the attacker has more deadly characters than the defender. If your opponent has two Lord characters, who are now deadly, and you initiate a battle with three Lord characters, the fact that everyone gets the benefit of the card is irrelevant. Everyone rejoins the fight, but that doesn’t mean they can win. “But this is an outrage! Lyanna’s death won’t go unavenged!” And so on.

Anyway, I know this is probably uninteresting unless you share my interest in card games and Game of Thrones. But I think it’s important to appreciate good design in any kind of game, even if you only play video games. With keyword systems to cut down on the text for individual cards, a lot of the heavy lifting is already done to sum up the mechanics and communicate with the player. If every single card simply said, “During a challenge, if the attacking player controls the most participating characters with this text, the defending player must choose and kill a defending participating character after the challenge resolves.” it would never occur to (most) players that this mechanic means the same thing as what the deadly keyword communicates.

It’s a definite strength of the format, and I don’t necessarily have ideas for how to adapt it elsewhere. I know memorizing keywords is a challenge whenever you’re learning a new CCG - we’ve always had to play AGoT with a keyword cheat sheet. So taking the benefits of the system without the negatives could be a challenge. But it’s something worth thinking about in terms of ways to communicate mechanics more effectively, and (if you’ll forgive one pretentious sentence in this whole endeavour) how to situate them in the overall narrative context of the game. Stay tuned for a post in a week or two that might make this a bit clearer.

Tagged: gaming

22nd November 2011

Photo reblogged from Linguist Llama with 142 notes

lingllama:

ˈtiːm.wɝk
[Picture: Background: 8-piece pie-style color split with alternating shades of blue. Foreground: Linguist Llama meme, a white llama facing forward, wearing a red scarf. Top text: “There is too” Bottom text: “an /i/ in team!”]

nyoro~n
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
So yeah anyway. Actually trying to work on my problems has been helping a lot. I&#8217;m sleeping better (though not quite enough), and haven&#8217;t had a whole lot of anxiety despite actually spending time with people. Still not so hot on the whole &#8220;starting conversations with strangers&#8221; thing (even when they&#8217;re cute strangers), but that&#8217;s less of a crippling issue.
But hey, if you&#8217;re that girl with the glasses from the Unexpect concert who was orbiting me for almost an hour, call me.
School&#8217;s doing alright, although I wish I could be further ahead than I am. You know how I said I should get X work done over the weekend? I did all of that before class thursday morning. But then I did practically nothing friday, had no time to even think about working saturday, and then got through MAYBE an hour of actually working on sunday. Bleh. Still, I&#8217;ve got 1/2 synopses done and the second just needs to be written, which shouldn&#8217;t take long (famous last words, etc.). I&#8217;ve got a written assignment to do for that class, as well - a 2 page research proposal. I&#8217;ve successfully resisted the urge to &#8220;propose&#8221; the research project I&#8217;m already working on, but again, it shouldn&#8217;t take too long. After that, I become a code monkey until December 2nd. More time would be better, but provided I have at least a week, I should be alright.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
I&#8217;ve got stuff to write about, but no time right now. Come Christmas break I&#8217;ll throw up a few posts. Mostly gaming-related. But speaking of gaming, I think it&#8217;s hilarious how everyone is off playing Skyrim and I&#8217;m like FINAL FANTASY VI ADVANCE! XENOBLADE ON THE WII! As far as the former goes, the right hinge on my old DS Lite just broke yesterday morning D: The crack has been progressing for a while. It&#8217;s still relatively playable with the screen flopped back.
As for Xenoblade, it&#8217;s exactly what I&#8217;ve been wanting since the end of the PS2. It&#8217;s really a natural extension of that era of jRPGs, the most striking influence being Rogue Galaxy - a game I absolutely cannot stand anymore, but which Xenoblade improves on in every single way. Now I&#8217;m finally playing an unarguably great &#8220;current generation&#8221; jRPG, and it&#8217;s on the Wii. It&#8217;s better than PS2 games, sure, but where has this game been for the last five years? 
Anyway, I hope you guys are enjoying your games. I&#8217;ll be over here, playing single player japanese RPGs, loving every minute.

lingllama:

ˈtiːm.wɝk

[Picture: Background: 8-piece pie-style color split with alternating shades of blue. Foreground: Linguist Llama meme, a white llama facing forward, wearing a red scarf. Top text: “There is too” Bottom text: “an /i/ in team!”]

nyoro~n

———————————————————————————————-

So yeah anyway. Actually trying to work on my problems has been helping a lot. I’m sleeping better (though not quite enough), and haven’t had a whole lot of anxiety despite actually spending time with people. Still not so hot on the whole “starting conversations with strangers” thing (even when they’re cute strangers), but that’s less of a crippling issue.

But hey, if you’re that girl with the glasses from the Unexpect concert who was orbiting me for almost an hour, call me.

School’s doing alright, although I wish I could be further ahead than I am. You know how I said I should get X work done over the weekend? I did all of that before class thursday morning. But then I did practically nothing friday, had no time to even think about working saturday, and then got through MAYBE an hour of actually working on sunday. Bleh. Still, I’ve got 1/2 synopses done and the second just needs to be written, which shouldn’t take long (famous last words, etc.). I’ve got a written assignment to do for that class, as well - a 2 page research proposal. I’ve successfully resisted the urge to “propose” the research project I’m already working on, but again, it shouldn’t take too long. After that, I become a code monkey until December 2nd. More time would be better, but provided I have at least a week, I should be alright.

———————————————————————————————-

I’ve got stuff to write about, but no time right now. Come Christmas break I’ll throw up a few posts. Mostly gaming-related. But speaking of gaming, I think it’s hilarious how everyone is off playing Skyrim and I’m like FINAL FANTASY VI ADVANCE! XENOBLADE ON THE WII! As far as the former goes, the right hinge on my old DS Lite just broke yesterday morning D: The crack has been progressing for a while. It’s still relatively playable with the screen flopped back.

As for Xenoblade, it’s exactly what I’ve been wanting since the end of the PS2. It’s really a natural extension of that era of jRPGs, the most striking influence being Rogue Galaxy - a game I absolutely cannot stand anymore, but which Xenoblade improves on in every single way. Now I’m finally playing an unarguably great “current generation” jRPG, and it’s on the Wii. It’s better than PS2 games, sure, but where has this game been for the last five years? 

Anyway, I hope you guys are enjoying your games. I’ll be over here, playing single player japanese RPGs, loving every minute.

Tagged: languagepersonalgaming

16th November 2011

Link reblogged from net slum with 1 note

net slum: If "the censorship bill" eventually goes through... →

vael:

I’m moving my sites off of American servers. No, it doesn’t really stop the possibility of this being enacted against my sites - and in fact, I don’t even serve content that I don’t have the rights to - but I will not support a country that enacts such things.

I understand we want to control…

The best part is what Lifehacker posted earlier today: you could still access the blocked sites through their IP addresses. In other words: LOLOLOL.

        It’s like if they said “we don’t want to encourage people to smoke, so we’ll hide the cigarettes behind a screen. But you can still buy them if you really want.” Which is something they’ve done here in Canada, actually. Surprisingly enough, people who want to smoke still buy cigarettes! Who could have predicted that! Granted, I know there are people who are too lazy/stupid to navigate to websites that way (would a bookmark to a site’s IP address still work?). However, those are the people who are just waiting for a decent legal alternative to illegal downloading. The actual pirates, who will pirate any way necessary, will keep doing it even if you try to hide the stash.

        So yeah, gotta love ineffectual politics. Oddly enough, Canada is doing alright as far as the internet goes these days - the CRTC changed its mind about usage-based billing. Now, this doesn’t sound all that exciting at first. But here’s an illustrative example:

  • When we were moving to Ottawa last summer, the usage based billing hammer had just dropped on independent ISPs. The one available to us in Ottawa, TekSavvy, had pretty high praise from its existing customers. 
  • Suddenly, TekSavvy’s bandwidth caps were dropped dramatically - on some plans, they went from 200 gb/month down to 25 gb/month.
  • We ended up going with Rogers, paying $47+tax for 60 gb/month, “up to” 12 mbps download, and “up to” 512 kbps upload, plus inescapable throttling and outages in response to torrenting activity.
  • Looking at TekSavvy now, for $43+tax per month, we would get “up to” 24 mbps download, “up to” 1 mbps upload, and a 300 gb/month cap. While they use the Rogers infrastructure, I don’t believe they enforce throttling and otherwise screw with their users. And for another $10/month, we’d get unlimited bandwidth (although we actually survive just fine with 60 gb).

        I don’t remember what the offered speeds were for TekSavvy back then, but I assume they were terrible. But hey, would you look at that, the bandwidth caps went up by twelve hundred percent, making the independent ISP better in every way than the company they source their service from. Thanks, free market! Actual competition sometimes is good for consumers like the capitalists always said it would be!

        Anyway, I think this is the exception to the rule when it comes to technology-related politics in North America. Politicians/the lobbying groups giving them ideas are perpetually behind the times, or at least too busy looking out for their own interests. If everything were right with the world, people that clueless/horrifyingly selfish would have no place making decisions for other people.

——————————————————————————————-

        As far as school goes, I’ve somehow made it into the final stretch without noticing. There’s less than three weeks of actual class left, and a month from now I’ll be finishing my last exam. I’ve got three-ish final projects due Nov 30th-Dec 2nd, but nothing between now and then. This means there will be no consequences for failure to work during the next two weeks. Delayed punishment is a notoriously difficult thing to feel bad about.

        To combat this, I’ve drawn up an actual calendar on a piece of paper and put it at the front of my binder. I can see when my huge assignments are due, and see the divine punishment coming from a mile away. It helps to actually visualize the time I have left, instead of seeing a purely goal-based list of due dates. To that end, before Monday, my acceptable level of absolute failure will be completing two philosophy mini-papers (half a page of writing, unknown amounts of reading beforehand) and either some synopses or a mock research proposal for my research methods class. 

        I’m actually not being as hard on myself as it sounds, because I’m smarter than that, but I have to be honest too. I’ve been totally useless the past few weekends, and relatively unaccomplished during the weekdays in between (and for a while preceding them, too). Thus far, I’m pretty sure I’ve done well enough to scrape by with >90% in most of my classes - intro to systems programming is a bit iffy, since I’m doing great on the assignments (and, I think, the second test) but less well on the first test. I’m not reading my textbooks as religiously as I did last year, and in some ways it shows (not getting 100% on my multiple choice PSYC 2001 midterms, for example). But if I really push on these last assignments, it’ll be fine. I’m keeping my scholarship, too, even if I’d like to do a lot better than the 80% required for that.

        Anyway, I’ll see how it goes. Apparently I forgot to sign into IM today, even though I’ve been home for hours. Oops. I’ll be sitting down to work for real over the next few weeks, though, so expect less availability. On top of that, I’ve got two separate birthday parties to attend this weekend, and I’m probably leaving one a bit early to go see Unexpect live. Whether or not I can survive all of that and still manage to get work done, I have no idea. I’ll be working sooner rather than later, just in case. And hey, if I can actually power through my work instead of pissing away my time, I’ll come out well ahead of schedule. So things are looking alright so far. And I’m eagerly awaiting December 15th-21st, when I’ll have nothing to do but write a couple of papers…

16th November 2011

Photo

I had a prof last year for COMP 1005, the first programming class for non-computer science majors, basically just an intro to Java. I thought she was great, even if she demanded we actually know stuff in order to pass. Plus, she&#8217;s very personable, poking fun at talkative students and stuff.
I&#8217;ve got her now for COMP 2001, and again, she gives people the marks they&#8217;ve worked for. Apparently, the same goes for COMP 3004 (a class I&#8217;m not taking), where 75% of the class is failing. This is a month before the term ends, by the way. Apparently, her angry tirade was so vicious that it inspired the above image. Somebody put it on their facebook, and it&#8217;s made the rounds among all her prior and current students.
I know you won&#8217;t find it as funny as I do, but it had to be shared.

I had a prof last year for COMP 1005, the first programming class for non-computer science majors, basically just an intro to Java. I thought she was great, even if she demanded we actually know stuff in order to pass. Plus, she’s very personable, poking fun at talkative students and stuff.

I’ve got her now for COMP 2001, and again, she gives people the marks they’ve worked for. Apparently, the same goes for COMP 3004 (a class I’m not taking), where 75% of the class is failing. This is a month before the term ends, by the way. Apparently, her angry tirade was so vicious that it inspired the above image. Somebody put it on their facebook, and it’s made the rounds among all her prior and current students.

I know you won’t find it as funny as I do, but it had to be shared.

Tagged: Carleton


xfire: starvalddemelain MSN: mapleleafdude[at]hot(mail).com AIM: mattjdarling