TheJach.com

A blog about the going-ons of Jach's mind

The Perfect Ones

This is a short story I wrote for a class assignment in 11th grade (I think it was to write a Canterbury Tale) that a friend recently dug up to remind me about. She says she likes it, so I'm posting it here unedited. I think it's okayish. I may go back to this world and do a Part Two. Note that while I still share a significant number of the underlying views presented here, my 11th grade self (only a few years ago too!) is almost a completely different person to me now.




There once was a country, larger than any, full of people of all sizes and colors and opinions. The ruling force was well-begun, but by this time the whispers and shadows of its crumbling were near certainty for a large group of people. These people gathered together, discussed the situation, and debated on a course of action. War was no solution, for their country possessed the mightiest troops and machines designed for a hundred years with the sole purpose of killing in masses. Yet nor was a passive resistance the answer, as the government had suppressed many uprisings in the past (with rebel forces far outnumbering their own) and the general population was so deceived and mindless that they did not give a second thought, if they heard of it at all.

See Full Post and Comments

Eminem's New Album Rules

Just throwing that out there. Recovery wins.

I don't even think I have a really favorite song from it, either, because they're all such great tracks. I think I can make a list of my favorite five, maybe, but among those? Not sure how to rank them. I think this is a mark of a great album; with Relapse, Beautiful was clearly the best song, followed by Underground, and the rest were good but not fantastic.

Also, yay flac files!

See Full Post and Comments

Enjoy it!

Why all the focus on "live life in the moment, 'cause tomorrow you may die!"? Or "Enjoy it while it lasts!"? Why not simply live life, sometimes in the moment, and why not simply enjoy it? Why should something have to end in order for you to appreciate it more?

Of course it's not necessary, and humans have no problem whatsoever with valuing "everlasting" things. I can find some stories about valuing old trees if necessary, but surely everyone can see it?

Life's great, I don't know why people have to use death to justify its greatness. And in the end it just makes us rationalize it all the more when one of our number decreases, some people going so far as to suggest it's a good thing. It boggles my mind.

See Full Post and Comments

Role Playing Is Like Chess

I started doing online role playing roughly 6 or 7 years ago, though for the past 2 years at least I've been on an RP hiatus. I just lost interest, and I lost contacts with people. My primary source of RP has always been Furcadia (before you ask, no I don't consider myself a furry and don't think yiffing really constitutes RP), in addition to the once-in-a-blue-moon forum RP or quick session in an IM window.

Anyway, I did an RP earlier tonight that lasted a long time, and it was fun, interesting, cool. I'm using a classic character I've had for years, but I'm re-inventing him in some aspects and giving him at least temporary oddities such as communicating through metaphors, symbols, and examples. (It's fun to think that way.)

And I realized: RPing is fundamentally quite simple. You put yourself in situations, and write about it with other people. The nature of this makes pretty much every RP unique in many respects, even if there's strong similarity at some points or there's an overall theme. So this is a lot like Chess. Chess is fundamentally simple, you only have a certain amount of pieces with a certain amount of valid moves. But while each game may have similar openings and other aspects, they nevertheless tend to be fairly unique. And fun, interesting, cool because of it.

See Full Post and Comments

Why I Sometimes Really Dislike Java

I don't hate Java, but the formalities really annoy me sometimes. And I wrote this code, so I don't hate it at all. (Well, the XML design wasn't mine, and it will be refactored.) Anyway, this is why. Mainly just the first line.


Map<String, Map<String, Map<String, Map<String, String>>> > meta_data = new LinkedHashMap<String, Map<String, Map<String, Map<String, String>>> >();

while (rs.next()) {
int c = 1;
String type = rs.getString(c++);
String schemaName = rs.getString(c++);
String name = rs.getString(c++);
String col_name = rs.getString(c++);
c++;
int col_len = rs.getInt(c++);
boolean is_null = rs.getBoolean(c++);
String data_type = rs.getString(c++);

See Full Post and Comments

Is Environmentalism a Religion?

I heard an interesting argument in this vein today, and I want to explore it. So first of all, let us be rational about this, and determine what it is we mean by religion. That is, picking two concepts such as Environmentalism and Christianity, what criteria can we select to promote either of these two concepts to "religion-hood"?

First, however, I must make it clear what Christianity and Environmentalism are, or rather what their members are. Christians are anyone claiming to be such, which includes Mormons and fundamentalists. (It doesn't make sense to call a Muslim "Christian!", so what a Christian is should be left to who declares themselves one.) Now, who constitutes an Environmentalist is a trickier notion. Are hippies environmentalists? Are people who just care about not destroying the environment, environmentalists? (That is, people who would vote to nationalize a Park but don't have any moral issues about chopping down trees for paper (just not all trees!).) For the purposes of this post, I think I'll pick Al Gore as an example of environmentalism, and consider hippies on a similar level as I consider fundamentalist Christians.

Now I will make my list, and briefly mention how Christianity and Environmentalism do or do not fit the list. The Black Belt Bayesian has, fortunately for me, created most of this list after accusation of the Singularity being similar to a "Rapture of the Nerds", which, upon examination, is absurd. So, let's discuss Christianity and pull out criteria that we might use when classifying Environmentalism as a religion. I'll start off with BBB's list.

See Full Post and Comments

Pain-Free Meat

I recently read of the idea of using our advanced technology to remove the capacity for our farm animals to feel pain. I've thought about whether that would be a good way to go, and I'm kind of on the fence. I see logic in both sides of the argument, and if actually faced with making the final decision I assign slightly higher chance to go down the path of no-pain meat but not completely like it.

So, why would I oppose it? Suffering is bad, right, and I want to reduce suffering in the world? Yes. However, a question to that question is "Is it suffering even if the organism can't actually feel the suffering?" A common comparison is taking a human child, knocking it out, then raping it. It can't feel any discomfort, if you do it right the child won't have any memory of it, what's the harm?

My main source of discomfort is where such actions will lead us. If it becomes common practice to knock people out and do things normally considered abusive to conscious people, how far will it go, and why should we think the abuse will simply stop at unconscious people? If we remove the capacity of animals to feel pain, are we then going to stack pigs as we stack logs, carve them up piece by piece instead of killing them in one go? Are these actions only wrong when done on an organism able to cognitively tell they are harmful? Do they cease being bad if we remove that cognitive ability and leave everything else the same?

See Full Post and Comments