Posted by Dayjo | Filed under Life
I will be going back down to Cornwall on Monday for a week which should be nice. Hopefully the weather will stay good as I intend on doing nothing but beaching, golfing and eating pasties.
Had a funny conversation with the guys at work today about thinking about every day things in code. For instance, at the pub;
while ( !empty('glass') ){
me=>move_arm('tomouth');
}
or some basic decision making;
var thedrink = "Water";
if ( in_stock("Guiness") ){
thedrink = "Guiness";
} elseif (in_stock("Corona")) {
thedrink = "Corona";
} elseif (in_stock("Pepsi")) {
thedrink = "Pepsi";
}
me=>buy_drink(thedrink);
me=>drink();
What came from this conversation was a sudden realisation that sometimes we just find ourselves thinking in code at the most random (and inappropriate) times.
It also turned out that one of the guys has dreamed about code before.. so much so that the entire dream was him getting physically stuck in a <div>.
I thought this was fantastic, and am now trying to write myself a function so that I can guarantee that I dream about code.
while ( time() > 2200 && time() < 2359 ){
me=>think_about("code");
}
Might just do the job…
Read more |
No Comments » |
July 4, 2009
Posted by Dayjo | Filed under Life
Breaking News
There is unconfirmed reports that Michael Jackson is dead.
It appears that michael Jackson died due to cardiac arrest shortly after mid day.
Read more |
1 Comment » |
June 26, 2009
Posted by Dayjo | Filed under Life
I wanted a lighter theme for the summer, so got this one from www.styleshout.com and converted it
You’ll notice I have an image gallery at the bottom, as well as recommended links. I think generally it suits the site better.
I’m hopefully going to have some more web & tech based articles soonish, I’ve recently gotten involved in this awesome tech project which is kind of secret at the moment, all I can say is it involves augmented reality!
Anyway, enjoy the theme I guess!
Read more |
No Comments » |
June 24, 2009
Posted by Dayjo | Filed under Entertainment, Life
Read more |
No Comments » |
June 20, 2009
Posted by Dayjo | Filed under Life
Read more |
No Comments » |
June 5, 2009
Posted by Dayjo | Filed under Life
So apparently my server got hacked, currently trying to find out how, why and by whom. The message left was:
HACKED BY EJDER21
ejder21@islamicihad.asli
So yeah.. bugger!
It appears I was running an old version of DotProject which was vulnerable to RFI. The hackers used this to create a defaced index page. It appears this was all they did, but I’m still going to update all software, and change passwords on the server.
If you’ve had the same problem, I suggest updating DotProject, or any other software you have on your server, forums, cms’ etc.
I was going to design a new summer theme for my blog last night, but obviously I was tied up sorting this crap out. I’m glad no real damage has been done, but it doesn’t half piss me off that they just deface any website for no reason. Granted, it alerted me to the fact that there was a vulnerability, but hey, there’s a contact form on here.. send me an email!
So hopefully if I’m not out this eve I’ll get on with a wordpress theme, I’m also working on a little tech project in VB and using my webcam to create a musical instrument >=D.
More Blog Soon.
Read more |
No Comments » |
Posted by Dayjo | Filed under Misc, Tech
So I’ve been playing around with Microsoft Bing today, just with the image search, and I actually really like it!
I’m as suprised as you, I really expected something boring, unintuitive and useless. I figured it wouldn’t be really any different to Google’s search, but with worse results. Au contraire!
Read the rest of this entry »
Read more |
2 Comments » |
June 3, 2009
Posted by Dayjo | Filed under Misc, Tech
Bing, is the new name for yet another re-launch Windows Live (MSN) Search, the search engine provided by Microsoft as a rival to Google.
Microsoft are launching an $80M – $100M ad campaign for the launch which is to occur in June.
Who knows what they’re USP is, currently Live Search isn’t particularly attractive to me personally, in that I mean, they’ve not convinced me to change my home page from google to live search.
Let’s wait and see what they do with Bing.
Please see my followup post here: Microsoft Bing – Image Search
Read more |
4 Comments » |
May 27, 2009