Posts under null

[song] Follow the GNU – Void Main feat. Richard ‘rms’ Stallman

Posted by Ktoso under null (No Respond)

Todays fun-friday will be about my most super favourite geek song of all time. It’s basically just a part from Richard Stallman‘s speech from NY from 2001 with neat music added to it. I really like this speech as it is both powerful and easy to understand for licensing newbies. That said, here is the [...]

OVH’s “main domain” concept

Posted by Ktoso under coding, null (2 Responds)

This will be an short explaination about how OVH treats domains/servers (virtual servers) as @pwesolek asked me on twitter to expand about this a little. What I don’t “like” there is that an server is bound to one special domain that they call the server’s “main domain“. Fair enough, he ought to have some “main” [...]

Tags: , , , , , ,

MySQLIntegra: dbfiller & wiki

Posted by Ktoso under coding, null (No Respond)

I passed all my exams at my first attempt and should have now some time to relax, right? Well something like that, I’m actually doing quite a lot these days. We’re on the roll with MySQL Integra. Our server “Kopiec” is somewhat online (running CentOS off course) – we’re able to start/stop if thanks to [...]

Tags: , , , , , , , , , , , , , ,

“Teamwork” – my simple blender animation for class

Posted by Ktoso under fun, null (No Respond)

It’s an increadibly tought time now at my Uni, lots and lots of exams, stuff to hand in etc… One of such things is this simple blender animation which I have created with my friend Tomek in order to pass Graphics class: Yeah it’s simple, rough anc certainly not the next Katedra… ;-) But as [...]

Tags: , , , ,

Netbeans LookAndFeel

Posted by Ktoso under null (No Respond)

As I’m using a very slim and dark theme on my dekstop, some apps tend to behave quite weird sometimes, one of this apps is my favorite IDE – netbeans. I thought I’d post how to use this IDE with any LookAndFeel you want to use – in my case “Metal” – the default “Java [...]

TOP5: Funny code comments

Posted by Ktoso under null (No Respond)

Some of you may know some of those as they seem to be a little (in)fameous in the codding world, yet here is my TOP5 of funny coding comments: Found on google code: //here there be dragons [source] Found on google code: //I am drunk and coding like I am the greatest coder of all [...]

Terminal Heroes – part 2 – sed all files

Posted by Ktoso under null, terminal heroes (No Respond)

Did you ever have to substitute a single word with another one in lets say… 200 files? I just had to, since I used some old files from a client and wanted them to work in the new project – where some classes where named different because of Propel stuff. Here’s my solution: find . [...]