Recent comments
- Lobezno on Forcing ReadyNAS to update via SSH when all else fails
- dark168 on “Building boot caches” error when changing startup disk
- Guac User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- Niall on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- gp on Downgrade any Homebrew package easily
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jinja2
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- time machine
- virtualization
- vite
- vscode
- vue.js
- windows
- windows server
- xcode
- zola
Author Archives: Dae
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.
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.
On macOS Sierra support and the future of SmoothMouse
⚠️ 2023 update: finally, macOS Sonoma has an option to disable pointer acceleration ⚠️ Long story short.
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 … Continue reading
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.
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 … 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 … Continue reading
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).
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.