daringfireball.net

Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine...

blog.patricktriest.com

Sometimes modern Javascript projects get out of hand. A major culprit in this can be the messy handling of asynchronous...

timetobleed.com

This post will describe how I stumbled upon a code path in the Linux kernel which allows external programs to...

github.com

With this gem your transaction blocks raise an error when they have side effects that cannot be rolled back.

plnkr.co

Flexbox is awesome. Most of it even works in IE11, but flex: 1 won't work reliably in Internet Explorer...

blog.bigbinary.com

This error is raised because your old database does not have a configured environment yet, which Rails 5 enforces.

github.com

This might be a known issue with Rubygems 2.5.1. This will help: gem update --system

depfu.com

TL;DR: Bundler 2.0 will rename Gemfile to gems.rb and Gemfile.lock to gems.locked (sic). The old filenames will be supported...

makandra dev
stdgems.org

Ruby's standard library is in the process of being gemified. It will soon - Ruby 2.5 - consist of RubyGems, which...

askubuntu.com

Luckily, this is simple. Just install three packages: sudo apt install ipheth-utils libimobiledevice-dev libimobiledevice-utils

stackoverflow.com

...you turn to landscape mode. In precise CSS building, this is annoying. Disable this behavior with: body -webkit-text-size-adjust: 100% // Prevent font scaling in iOS landscape

makandra dev
javascript.info

To move elements around we should be familiar with coordinates. Most JavaScript methods deal with one of two coordinate systems...

makandra dev
labs.detectify.com

The postMessage API is an alternative to JSONP, XHR with CORS headers and other methods enabling sending data between origins...

makandra dev
pexels.com

You can find great stock photos on pexels.com. All pictures are free for personal and commercial use without attribution, and...

quilljs.com

A new open source WYSIWYG editor that promises superior fidelity and customizability. This might be a future alternative to Redaktor...

til.hashrocket.com

Apparently you can pash a second scope to a hash-condition and the whole thing will be evaluated as a...

about.gitlab.com

When full text search is overkill and like queries do not deliver this might be an approach you could try...

nateberkopec.com

rack-mini-profiler is a powerful Swiss army knife for Rack app performance. Measure SQL queries, memory allocation and CPU...

github.com

We will use this for new Angular code. Consider the guide in "beta". Things will still refine, but the general structure should be final...

makandra dev
ne.di.unimi.it

Command line text editor with syntax highlighting, menus (F1), etc. This might be a worthy replacement for nano if you...

shrinerb.com

Now that CarrierWave is no longer maintained, Shrine might be worth a look.

makandra dev
support.mozilla.org

You cannot find your account passwords in the Account Settings – that'd be too easy. Here is where you find...

docs.puppetlabs.com

The condition for an if statement has to resolve to a boolean true/false value. However, all facts are strings, and...

makandra dev
github.com

A different take on what we're doing with ActiveType. Since it lives under the rails organization it might be...