1. Vapiano Berlin – review

    Being hungry one cold evening in the heart of Berlin is not a pleasant feeling, but among options that pop up in your face is Vapiano, located nearby Brandenburg Gate, just a couple of minutes walk on Unter den Linden – there’s a passage and you get in, staff is friendly, prices? Not so much, but tolerable. We’ve ordered pasta creme di fungi and bruschetta and of course some beer, but at the end our conclusion was “this place is more like a fast food place masked as cool not fast food place”. Pasta was made in front of our eyes by a friendly cook, but the result had no taste, even with great and fresh ingredients, no taste, my amazing spouse can’t tolerate spicy food, but she settled even with adding chilly oil, lots of pepper, salt and well, it still – my daughter could cook a better pasta. Besides the lack of taste and poor quality cheesecake for desert, the place looks good and cozy. So if you are high or drunk and so hungry- you’ll eat about anything and not broke – you’ll love this place.

    תגיות: , , , , ,

  2. butterfly labs email addresses database went to spammers

    As I’ve previously mentioned I have separate mailbox setup for every website I register with, this way I can track compromised websites and block senders accordingly in case of security breaches. I’ve already written about compromised cex.io, this time it was butterfly labs, I’ve just received spam message offering scrypt miner to specific address used only with bfl. I didn’t trust bfl from the beginning, but had some hope that they would actually deliver, but not after this.

    תגיות: , , , , ,

  3. asshole

    WordPress theme called asshole is stuck ‘in development’, I really would like to make it properly downloadable and customizeable, but since I’ve switched my personal career path, I have no time for myself or my own project, this way my electronics projects are halted, photography, coding and everything else is on hold, until better times.

    anyway, if you’d like the theme, the repo should be on my github account https://github.com/dafuk/asshole2

    תגיות: ,

  4. convert all videos to mp3s

    all you need is bash and ffmpeg
    for z in *.mp4; do ffmpeg -i "$z" "${z%.*}.mp3"; done
    note the quotes, they escape the file names, so you can use it on files with spaces in filename, it also cuts out everything after a dot and puts mp3 after it, this way ffmpeg knows that you needed mp3s

    תגיות: , , , ,

  5. cex.io emails database went to spammers

    I went over my spam folder on gmail and found out that there are couple of emails with the same subject line, both email addresses used on one and only website – cex.io (I know that for sure, as I use catch all on multiple domains, all forwarded to my main gmail account), keeping in mind that history repeats itself and mtgox had some security problems, I was surprised to see that spam body contained  a message promoting a forum filled up with credit card database trading threads, ‘unbelievably’ cheap hot selling merchandise with strictly non-refundable and mostly anonymous methods of payment and ‘hax0rz’ style design.

    I’m sure that cex.io email database was leaked, it could be a result of actual attack or maybe an employee, abusing access to database dumped the whole thing, as they have enough sources of income. In between writing these lines I ran a google search and realized that those are not news, that people assume that cex.io themselves are selling the db to spammers and it couldn’t be true, ghash.io is the biggest mining pool on the interwebs, so they have stable income for sure, also, reputation is more important than couple of grand just once.

    In other words, if you use cex.io for trading or ghash.io (they are the same company) – you’re screwed and will probably lose your coins.

    Be safe, use two factors or notifications to stay on the healthy side.

    תגיות: , , , , ,