24 May 2013

The Ruby Reflector

Topic

Launchpad

  Source Favicon
By Klampaeckel of till's blog 2 years ago.
Email

nginx-app and php-fpm recipes (along with our launchpad repository ).

Problem?

The other day, I noticed that for some reason whenever our API returned an error — e.g. a 404, for an empty result — it would display a standard nginx error page and not the actual response.

Solution

Digging around in /etc/nginx/fastcgi_params , I discovered the following: fastcgi_intercept_errors on;

So what this does is that it intercepts any errors from the PHP

till.klampaeckel.de Read
  Source Favicon
Email

And, if you want to repeat this benchmark, the sysbench code is on Launchpad lp:~vadim-tk/sysbench/insert-roll-2 ,

command line to run: sysbench --test=insert_roll.lua --oltp-table-size=10000 --mysql-user=root --oltp-tables-count=32 --mysql_table_engine=tokudb --oltp_auto_inc=on --max-time=18000 --report-interval=10 --max-requests=0 --num-threads=32 --rand-type=pareto run

and InnoDB options are: [mysqld_safe] numa-interleave malloc-lib=/usr/local/Percona-Server-5.5.30-rel30.2-500.Linux.x86_64/lib/mysql/ …

mysqlperformanceblog.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 3 months ago.
Email

Visualizing memory leaks in Ruby - By patching ObjectSpace and watching them happen.

Introducing BitNami Cloud Launchpad: Demo Your Favorite Apps in the Cloud for Free - One click launchers for a whole mess of open source projects.

Zepto 1.0 - Full release of this "jQuery-compatible micro-library for modern browsers."

Optimising a slow build? You're solving the wrong problem - Though depending on your app it may be the only problem you can solve.

afreshcup.com Read
  Source Favicon
On carpeaqua by Justin Williams 7 months ago.
Email

…called "Springboard". The name fits, but I think a better one is used by OS X: Launchpad. To Apple, iOS is a launchpad for the ecosystem of apps that define the platform. iOS may not evolve much visually year over year, but the third-party software available today is nothing like the apps that shipped when the App Store opened. Something like Hipstamatic which was considered cutting edge and pushing boundaries in 2008 looks bloated and antiquated compared to a Camera+ or Instagram

carpeaqua.com Read
  Source Favicon
Email

The Percona Toolkit team is happy to announce the release of Percona Toolkit version 2.1.4. This is the fifth stable release in the 2.1 series, and primarily a bug-fix release; We suggest that users upgrade to the latest version of the tools.

The complete list of changes is on the Launchpad milestone for 2.1.4 , but here are some highlights the release:

pt-table-checksum now works with Percona XtraDB Cluster

The " Version Check" feature, explained at length here .

mysqlperformanceblog.com Read
  Source Favicon
By John Leach of Brightbox Ruby Blog 1 year ago.
Email

All the above packages are available right now for testing in our experimental Launchpad package repository . You can add the repository to your servers like this: sudo apt-add-repository ppa:brightbox/ruby-ng-experimental sudo apt-get update

and you can install or upgrade ruby like this: sudo apt-get install ruby rubygems ruby-switch

If you're upgrading, some packages have been replaced so you will see apt removing some packages (such as rubygems1.8, irb1.8 and others) - don't …

blog.brightbox.co.uk Read
  Source Favicon
By John Leach of Brightbox Ruby Blog over 1 year ago.
Email

We've built Ubuntu packages for the latest release of Phusion Passenger, 3.0.11. They're available now on our apt repository and our Launchpad ppa. Instructions on how to get set up are on our wiki as usual.

Updated NGINX Passenger packages will follow shortly (they'll be available via a separate ppa )

brightbox.co.uk Read
  Source Favicon
By Klampaeckel of till's blog over 1 year ago.
Email

…(sort of) and leverage Canonical's build farm, etc.. There are a few downsides to Launchpad: it's confusing, your PPA only holds the latest version of your build and overall publishing packages could be a lot easier. Which is why I'm so thankful for everyone who takes the time to publish.

Chris Lea seems to build most of the software I need. And he put all packages online in various Launchpad PPAs! Kudos to him!

Here's how you get setup!

Discover the …

till.klampaeckel.de Read
  Source Favicon
By Klampaeckel of till's blog over 1 year ago.
Email

On top of these things, it will check Launchpad and third-party PPAs as well, if an issue is found, it'll just disable the entry in the sources file (by commenting it out: # ).

Future releases will probably re-check commented out entries and also attempt to do some kind of sanity-checking of entries using the release name, etc.. These things are hard though and it might be the wrong approach to be opinionated here because e.g. Lucid packages sometimes also work on Karmic. Disabling …

till.klampaeckel.de Read
  Source Favicon
By Loren Segal of gnuu.org almost 2 years ago.
Email

I just installed Lion today, though I had been using the Developer Previews for a while now. I like Lion, but some things irk me. I've compiled a list of tips that I use to make my experience more sane, most specifically, clearing the list of apps in Launchpad (which I couldn't find discussed anywhere else).

gnuu.org Read