Software Developer
Based in Beirut, Lebanon

 

parislemon:

This is actually the craziest chart about Apple following their insane earnings today.
There is exactly one company on that entire list that is not an oil and gas company. And they’re not that far from the top. 

parislemon:

This is actually the craziest chart about Apple following their insane earnings today.

There is exactly one company on that entire list that is not an oil and gas company. And they’re not that far from the top. 

Rails gets automatic EXPLAIN logging for slow SQL queries

thechangelog:

In a fresh commit, Rails edge now has the ability to automatically add query plan info to the standard Rails logger:

# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
config.active_record.auto_explain_threshold_in_seconds = 0.5