March 2017

2017-03-31 10:52 (9 years ago)
Using ACE in Django Admin

1. Add to requirements.txt django-ace

2017-03-28 01:02 (9 years ago)
VULTR Instance Upgrade Notes

System packages needed to fix `pip install Pillow` failing due to missing JPEG / PNG libraries — per Debian / Alpine / macOS.

2017-03-26 02:58 (9 years ago)
Setting Up a Ruby on Rails Environment on macOS

Let's install rbenv using git clone instead of apt or brew.

2017-03-12 05:29 (9 years ago)
Reviewing the Response Time Settings When You Think "It's So Slow" After Connecting a Philips 4K Display

I bought the Philips 4K Display BDM4350UC/11 for work and tried using it by connecting it to a MacBook Pro Retina 2014, but the response speed was so slow that I almost lost my mind.

Rails
2017-03-12 01:00 (9 years ago)
Setting Up Ruby on Rails + Vagrant + Rubymine Environment

At work, I use Python + Virtualenv + Django + PyCharm, but since a project requiring Rails came up, I set up a new environment.

Javascript
2017-03-02 05:50 (9 years ago)
Parsing URLs and Retrieving Query Parameters in JavaScript

The code `new URL(location.href).searchParams.get('q')` is a JavaScript expression used to retrieve the value of the query parameter `q` from the current page's URL. Here is a step-by-step breakdown of what this code does:

Categories

Archive