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 [...]
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:
hosting,
server,
tips,
web,
web dev,
webmaster,
www
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:
agh,
centos,
coding,
database,
gnu,
gnu/linux,
hack,
jmeter,
linux,
mariadb,
mysql,
open source,
python,
redhat,
terminal
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:
agh,
animation,
blender,
render,
study
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 [...]
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 [...]
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 . [...]