Why I’ve decided to write in english?

 

All of my posts until now were written in lithuanian language. But now I’ve decided to write in english. Why? Hm, there are some reasons why I’ve done that. Let me tell you some of them:

1. I want to get better with english language because I don’t know it as good as I want to. So since now I’m writing in english and I hope my english skills will get better.

Continue reading

Pycon-LT 2012 took place in Vilnius

 

Although I’m not a Python programmer (well I’ve tried it a little bit), but I didn’t refuse an oppurtunity to participate in PyCon-LT 2012 which is back after three years break. Since the event finished a little bit later than it was planned, the time passed by really quickly. Participants were reading interesting reports, people were giving questions to each other, a lot of discussions have been held.

Continue reading

ProjectEuler: How to solve 10th problem with C?

 

ProjectEuler - it’s a project where you can try your math skills by programming. Programming basics are enough to solve first problems. But it wont be easy as it looks like.

Today I’ll show you how I’ve solved the 10th problem using C. How does the 10th problem sounds like?

Find the sum of all the primes below two million.

So we need to find the sum of all prime numbers below two million.

Continue reading

How to make seperate cable for X230 subwoofer?

 

In the last article I’ve said, that I’ve bought new studio monitors, but they lack low end frequencies boost. Since I’ve had my old Logitech X230 speakers, I’ve decided to use it’s subwoofer. But here comes the problem: these speakers has integrated cable to subwoofer, so there are two solutions: unsolder sound speakers (but then I’d have unnecessary speakers on my table) or make seperate cable for subwoofer. I’ve chosen 2nd variant.

Continue reading

How did I buy studio monitors?

 

I’ve been thinking where I should spend my money and I’ve decided to spend it on studio monitors. Since I’m new in DJ’ing, I’ve been searching for a cheap studio monitors, for like ~200-250$. So after a long search I’ve decided to get Behringer MS40 studio monitors. I’ve bought them from Lithuania. It costed me about 200$ and I got them after 2 days. I was sleeping in the morning and I just heard a car which was driving into my yard. First thought – they’ve brought me monitors. And my guess was right! I’ve went down the stairs and I’ve taken them from courier.

Continue reading

Some tips & tricks with Linux Terminal

 

Remove spaces from files name using Linux Terminal

If you use Linux OS, Terminal is probably your most frequently used tool. You may know, that if you want to work with a files in a terminal, it’s very inconvenient, when there are spaces in file names. We often get files with such a names from Windows users. Anyway, it’s not a problem. We can remove spaces from file’s names easily and quikcly. Just type in this command into Linux Terminal:

for FILE in *; do mv “$FILE” “$(echo “$FILE”|tr ‘ ‘ ‘_’)”; done

Continue reading

Steins;Gate review

 
Japanese anime called Steins;Gate action starts in Japan capital – Tokyo. Crazy scientist Okabe Rintarou, programmer, or how Okabe says – super hacker Hashida Itaru and Okabe’s childhood friend and at the same time assistant Myuri Shiina is a group of friends, who accidently created a microwave, which can send messages to the past and change time lines in this way.