MISSION: Infiltrate the highly advanced, securely guarded enemy headquarters where scientists in the clutches of an evil master are secretly building a weapon that can destroy the world. Then render that weapon harmless and escape undetected.
Great article detailing how a cyberworm was designed to counter the threat that typically a la James Bond would be required to solve.
I loved the way they finished it.
Embedded in different section of the code is another common computer language reference, but this one is misspelled. Instead of saying “DEADFOOT,” a term stolen from pilots meaning a failed engine, this one reads “DEADFOO7.”
Remember something about this blog is called G33k not GEEK :P
Yes, OO7 has returned -- as a computer worm.
Stuxnet. Shaken, not stirred.
Many times when you write a simple HTML page, at the footer you'll need to include the year in the copright statement. For eg.,
Copyright © 2010 Gautham Ponnu
Many a time, in an infrequently updated site I often forget to update the year at the footer. This was until I came across this useful code snippet to generate the current year using simple javascript.
1 <script type="text/javascript">
2 var d = new Date()
3 document.write(d.getFullYear())
4 </script>
So, a typical usage of this piece of code would be like this.
1 <p>Copyright © <script type="text/javascript">
2 var d = new Date()
3 document.write(d.getFullYear())
4 </script> <a href="http://gauthamponnu.com">Gautham Ponnu</a>
5 All rights reserved.</p>
6 Please look at the code. Get inspired. Don't steal.
This will produce the above output.
I mean this is wicked. It's really a brilliant idea. Have USB's pluggable into the wall.
Dead Drops’ is an anonymous, offline, peer to peer file-sharing network in public space. I am ‘injecting’ USB flash drives into walls, buildings and curbs accessable to anybody in public space. You are invited to go to these places (so far 5 in NYC) to drop or find files on a dead drop. Plug your laptop to a wall, house or pole to share your favorite files and data. Each dead drop contains a readme.txt file explaining the project.
Anonymous file sharing. This is innovation. I could never ever walk away from one of those without plugging in.
Although, I could come up with a zillion ways of misusing this - from building an USB bomb to loadin it with gory images.
However, one must not forget that plugging and playing everywhere will lead to contraction of different STD viruses .
P.S: Std - Standard :P
There are really two kinds of blogging I’ve been doing: writing and sharing technical stuff generally desktop customization. However, I soon realized that my limited number of readers were predominantly not interested in any computer-related stuff let alone whatever latest and mightiest conky configuration I had set up. Hence, to cater to my exclusive tech audience I'm starting this new journal of my tech journey
G33k is simply a dumb word play on the word Geek. Wiki says,
The word geek is a slang term, with different meanings ranging from "a computer expert or enthusiast" to "a carnival performer who performs sensationally morbid or disgusting acts", with a general pejorative meaning of "a peculiar or otherwise dislikable person, especially one who is perceived to be overly intellectual
Quite a meaning, eh ? In this journal, you'll find me sharing links, information, tips and my views regarding technology and generally geeky things like - Bash scripts, Conky, Web 2.0, Web applications and other random stuff.
Then came the decision over what engine to use. Having already used Wordpress I did not want to use it again. Something like Posterous looked attractive, but I wanted to style my blog, and it needed to be hosted at the domain of my choosing. For the same reason, other hosted sites (tumblr.com etc) were disqualified.
Then I realized to truly realize the true geek, I needed to host this site in a different manner. So, came Jekyll - a ruby static site generator. I also decided to finally use Markdown - something which I wanted to use for a long time. Jekyll is really awesome !
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
Once, I learn enough about the entire system I'm using I'll probably port the entire stuff over at github.
I'm not a coder in the original sense.
And ya, say Hi to my favourite new pet - Barty ! Like him ?
He's partly inspired from the legendary Bartimaeus of the Trilogy.
His trademark cheekiness and wry, often hilarious side comments annotate the novels. Enjoying insulting his master for appearance, emotions, and stupidity, the chapters that he narrates often contain humorous footnotes that add information on the nature of spirits and his history. Although he is only a middle-class djinni, his quick wits often save him in difficult situations. He has a fairly large ego, due to his many accomplishments over the ages and often becomes indignant when forced to work with jobs he considers "unworthy of his talents".
Hope you who share the adventure with me enjoy it as much as I do.