A distributed attack on SSH *nix boxes
Servers with open SSH ports have recently begun to come under hacker attack, which seems to be coordinated, although it is not automatically reported... more »
1 commentsSave Tags: news, security, unix-linux
Porting Android to iPhone
I have been using the iPhone for nearly a year now and I like it. It's functional, looks good and has some good applications, but after seeing the top... more »
0 commentsSave Tags: c-and-cpp, java, mobile
Introduction to Abject-Oriented Programming
Abject-oriented programming is a set of practices for encouraging code reuse and making sure programmers are producing code that can be used in... more »
2 commentsSave Tags: how-to, humor, methodology
Advertisements in Google Android Applications
"Placing ads within applications could go a long way towards ending the system of selling software as we know it today. This could potentially make... more »
0 commentsSave Tags: mobile, opinion, trends, usability
Do Android dream of something more than Java?
Is it possible to write native C/C++ applications on Android? And how about using Prython, Groovy, Scala? This short article gives a quick glance of... more »
0 commentsSave Tags: c-and-cpp, groovy, python, ruby
Functional Programming for Java Developers
Fine article explaining advantages and main concepts of Functional Programming. Explains higher-order-functions, currying, continuations and closures... more »
3 commentsSave Tags: java, other languages