Delighted

I recently switched my Internet provider choosing Tim.it as I plan to switch to a Fiber To The Cabinet networking. I also moved my mobile subscription under the same bill with a comfy 500 minutes 2gb every 4 weeks. Then after a few days they billed me almost 20€ for a few megabytes of mobile data, less than 20,if I recall correctly. 

I notified one of their “Twitter customer care” men and in less than 2 days they gave me back the undue credit, adding this sweet gift :

Gentile cliente, per scusarci ancora dell’errato addebito nei giorni scorsi, riceverai in regalo 3 GIGA di internet per 3 mesi. Nelle prossime ore un SMS ti confermerà l’attivazione. Info al 409161 o nella sezione MyTIM di TIM.it

Well done! 

Black magic

I’m considering to move my personal cloud from OwnCloud to NextCloud. Then you read those build instructions.

Building on Linux

Run:

mkdir build-linux
cd build-linux
cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
make
make install

Building on OSX

Attention: When building make sure to use an old Core 2 Duo build machine running OS X 10.10. Otherwise the resulting binary won’t work properly for users of an older device. Have at least 180 GB free disk space when compiling Qt. Make sure your user is named “builder”.

The building instructions for MacOsX are almost black magic. You must build it with user “builder”?

Really?

You must use an old machine otherwise the binaries won’t run on older devices? Are you serious?

That’s another set of reason why I will surely avoid Apple.