Beware, fraudsters: Chrono Informatique

I’ve been recently scammed by a French e-shop called Chrono Informatique (chrono-informatique.com) from Agen, France. They sold me a dead power supply for Synology NAS 2413+ and refused to refund after I sent it back, claiming that I opened and damaged it myself. Continue reading

Posted in Journal | Leave a comment

A brief note on BizonBox 2 + GTX 980

BizonBox is a Thunderbolt enclosure for PCIe videocards, assembled by Russian company Bizon specialising in selling Hackintoshes and hardware upgrades for Macs. I had a chance to get my hands on one of these devices. Continue reading

Posted in Journal | Tagged , , , | 12 Comments

On macOS Sierra support and the future of SmoothMouse

⚠️ 2023 update: finally, macOS Sonoma has an option to disable pointer acceleration ⚠️

Long story short. Continue reading

Posted in SmoothMouse | 123 Comments

XQuartz.pkg stalls at “verifying” in El Capitan

I don’t know why OS X El Capitan sometimes fails to verify XQuartz 2.7.9 package (the process just gets stuck despite “Allow apps downloaded from anywhere” on “Enabled”). What I know, however, is that you can still install it via Terminal as easy as:
sudo installer -pkg ~/Desktop/XQuartz.pkg -target /

Posted in Solutions | Tagged | 17 Comments

SmoothMouse does not work in macOS Sierra

Do not install macOS Sierra if your productivity depends on SmoothMouse, currently it  does not work on it. We’ll be investigating the problem soon. Update: sorry, we won’t support Sierra.

Posted in SmoothMouse | 21 Comments

Run Django dev server with Gulp

This is basically an extract from this excellent article by Caktus Group’s Calvin Spealman. Continue reading

Posted in How to’s | Tagged , , | Leave a comment

About the author

My name is Eugene, but on the Internet I often go by Dae. Welcome to my personal technical blog.

I’m an IT professional, web developer, and producer/investor who works with small teams and SMEs in Europe in various roles involving IT, management, marketing, and design. I’m passionate about helping small businesses achieve big goals with the help of cost-efficient and non-bloated technology.

My IT company: https://dae.io/
Connect with me on LinkedIn

Continue reading

Posted in Journal | Leave a comment

Django: add i18n template tag to built-ins

Django 1.9 allows you to load template tags globally, i.e. without having to include {% load %} statements at the top of each template. The new option is called builtins and you can set it in your settings.py like so (in the example, I’m loading the i18n tag library). Continue reading

Posted in Programming | Tagged | Leave a comment

librsvg 2.40.11 breaks resizing in rsvg-convert

rsvg-convert 2.40.11 calculates SVG bounds incorrectly resulting in an empty or cropped image. (See my comment in Homebrew repository and the bug report).  Continue reading

Posted in Bugs | Tagged | 1 Comment

Magnific Popup + HTML5 History API (demo)

A demo of Magnific Popup with unique URLs and browser Back/Forward button support, using HTML5 History API via History.js. GitHub.

Posted in Programming | Tagged | Leave a comment