Seeing that I got nothing better to do, I finished up a half done project of mine the other day.
I wrote this program mostly just because I was messing around with different pathing/filling algorithms and the Java PixelGrabber class.
The program lets you color different motives (animals, people, vehicles, etc..) and I’ve probably spent more time coloring dogs and bunnies than actual programming
I guess we CAN make cool music that’s not Black Metal. Haven’t felt such a surge of patriotism since the good old days.
The song says what I’ve been saying for years (except I’m usually not as polite): “Some people prefer other languages, and that’s OK if you’re retarded I guess”
I was inspired by Dani’s The Guild mashups, and wanted to make one of a Sin City poster/dvd cover.. Instead I ended up with a Sin City inspired wallpaper.
Click to view 1920×1080
Since this was originally supposed to be a mash up of the movie poster, Clara was to be edited in last. However as I changed my mind in the middle and made a desktop background, the element where she was supposed to be did not work well for a wallpaper.. And adding her in with the rest of the cast would at this point mean making the whole picture from scratch :/
10 points to the first who spots the little “photoshop disaster”
I love google analytics*, it’s great and awesome in all sorts of ways that I won’t go into right now, instead allow me to present some funny search queries that have all somehow led people to this blog.
*For those of you who didn’t know, Google Analytics is a way to know how many people visit your website, what they search for, or where they come from, etc…
variations of “stargate universe sucks” - 1100 hits
variations of “new star trek movie sucks” – 1800 hits
So far so good, at least there are a few people out there with good taste, but it is when you get down to the more unique searches, those with only a few hits that you find the weird stuff.. Apparently even tough Stargate Universe sucks, somebody on the show has huge (or big) tits
Stargate universe big tits - 13
stargate universe girl with big tits - 6
“stargate universe” “big tits” - 2
big tits on sgu - 2
big tits stargate universe -3
girl with big tits on stargate universe - 1
actress with the huge tits on stargate universe - 1
who is the girl with the big tits on stargate universe? - 1
biggest tits on stargate universe - 1
chick with huge tits on stargate universe - 1
sgu stargate universe big tits - 1
star gate universe big tits - 1
stargate universe huge tits - 1
sgu kills off big tits?- 1
stargate universe chick with huge tits- 1
stargate universe chick with big tits- 5
I can only assume they are looking for pictures of Julia Benson:
Hmmm. I just realized that due to it’s questionable content, this post will undoubtedly attract more hits from people with nothing better to do than googling for Julia Bensons boobs..
So I might just as well throw in another picture, I’d hate for people to leave here empty handed.
Some other weird searches with only 1 hit
why do the shields on the enterprise suck? – I have no idea, the real question is why would somebody write that phrase in a search engine? mexican knick knacks – I bet this guy was especially disappointed with my blog why are everyone in stargate universe morons? - I… Don’t… Know… all video editing software sucks and makes no sense at all - You should stick to pictures, they are simpler to wrap your head around best brand donkey balls chocolates - I’m afraid to even comment on this one fedcon convention swine flu - Hah! I see I was not the only one worried about swine flu duing fedcon 2009. Not so much worried about catching it, as guests not showing up feed trondheim - I’m definitely going to be keeping an eye out for starving children jello shot launcher - Let me know if you find one! ms paint police - These guys should have a SWAT unit!
While cleaning up in the core classes of Trekwar yesterday (documenting functions, formatting/structuring code, minor improvements) I also saw lots of equals(Object o) methods. And in my infinite wisdom I decided to use generics since it is used pretty extensively throughout the code anyway, so I changed basically all the equals methods.
Now this is not a problem when writing code, as you pretty much always compare objects of the same type. However, the code also uses the Java Collections contains() method a few places, and it always uses the equals(Object) version. So when my classes no longer provided this method, the default one inherited from java.lang.Object was used instead. This caused a strange array of bugs to appear (star systems on the map not shown with faction color/icon except for the Cardassians for some strange reason, users not having any technologies, unable to build any structures, generally erratic behavior, etc..). Luckily I discovered the cause pretty quickly and only wasted about an hour or so on this
I guess the lesson is that objects that needs to be compared, directly or indirectly by contains() or other methods, should always define an equals(Object) method that just passes the call along to the equals method written with generics.
I’ve always hated MSN (Windows Live Messenger) but “everyone” I know uses it. But today I decided to delete my MSN account, something I’ve wanted to do for years
Why?
The default (microsoft) client is horrible, so you have to use a different client like pidgin
My account was created way back when you had to use a hotmail account to do it, and having a hotmail account is actually quite embarrassing.
It’s a closed format, so when Microsoft changes something, all the clients that does not sucks breaks, and closed formats are ideologically incompatible with the concept of a free and open Internet.
I hate Microsoft, and by the laws of transitivity everything they make.
By using the Live Messenger protocol, you can only talk to other users of MSN live messenger. Using Live Messenger is like having a Hotmail account that you can only use to send/receive emails from other Hotmail users. Nobody would use such a limited and retarded mail service, but for some reason people are OK with using a IM service that works like this.
The alternative
The only viable alternative was to go with XMPP, which is an open and standardized protocol which anyone can use. XMPP is pretty much like email, anyone can set up a server and anyone who has an XMPP account can contact anyone else who has a XMPP account no matter which server they use.
The choice of server was between jabber.org or Google (there are thousands of other XMPP servers you can use, but these are the largest ones), but since jabber.org’s registration page was down while they were moving their servers, and I already have a Google chat account (which uses XMPP), the choice was pretty simple
I recently moved all my php sites to a new server, about a month ago, and had previously used VPS.net for my jsp/svn/etc.. server for quite a few months.
Running tomcat and sql + a few other things have used up almost all the memory on my java server, so I was thrilled to find a mail from vps.net in my inbox today, stating that they will upgrade all nodes from 256 mb ram to 375, and add 200 mhz cpu
on VPS.net you create your own virtual server which is made up of 1-18 nodes (1 node = 256 mb ram, 400 mhz cpu, 10 gb disk). So it’s very easy to make new machines, or upgrade an existing one by adding more nodes (then just restart the virtual server).
The server has been extremely stable, fast (the site your on now runs on a single node) and only restarted once, the website it runs is being monitored and have not had any downtime. This is by FAR the best virtual (or even dedicated!) server solution I’ve ever tried, and I would absolutely recommend it for anyone who needs a virtual or dedicated server. 1 node is just 20$ per month, there are no sign up fees and you can cancel at any time (1 node will be able to host a good amount of http/php/mysql content).
And if anyone wonders, no I’m not getting paid by VPS to advertise for them They’re just so awesome that I HAD to mention it, there are so many crappy hosting / virtual server companies but these guys really are awesome