Pivotal Labs

Main menu

Skip to primary content
Skip to secondary content
  • About
  • Case Studies
  • Team
    • Executives
    • Locations
      • San Francisco (HQ)
      • Boston
      • Boulder
      • Denver
      • London
      • Los Angeles
      • New York
  • Community
    • Blogs
    • Tech Talks
    • Events
  • Careers
    • Lifestyle
    • Principles & Practices
    • Benefits
    • FAQ
    • Apply
  • Contact
    • Press Room
    • Press Releases
    • In The News
    • Press Kit
  • All
  • Labs
  • Standup
  • Tracker

Welcome to Earth

Pivotal Labs
Monday, April 22, 2013

Interestings

Earth day special: How to dry your hands with one paper towel

http://www.youtube.com/watch?v=2FMBSblpcrc

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Progress is Regress

Pivotal Labs
Monday, April 22, 2013

Interestings

a jQuery plugin introduces regression

A plugin introduces a regression. Wait to upgrade jQuery 2.0.x.

http://blog.mindedsecurity.com/2013/04/jquery-migrate-is-sink-too.html

jQuery 2.0

It's out! And it dropped support for IE versions > 9!

Full release blog post here: http://blog.jquery.com/2013/04/18/jquery-2-0-released/

Also, as JT had mentioned, there is a security hole that was introduced in 2.0. Hold off until this is fixed!

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

UTC FTW

Pivotal Labs
Friday, April 19, 2013

Interestings

Date.yesterday is a lie

Rails provides a handy 'Date.yesterday' method. This effectively uses 'Time.zone.today' to calculate yesterday as per the configured timezone.

Ruby's 'Date.today' method uses the system's timezone via a call to localtime(). Therefore, if your Rails app is configured in UTC and you live on the West Coast, tests that assert that 'yesterday < today' will start failing at around 5pm.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Not *that* kind of standup

Pivotal Labs
Thursday, April 18, 2013
  • 0 Shares
  • Share on Facebook
  • Share on Twitter

A light dusting or snow

Pivotal Labs
Thursday, April 18, 2013

Interestings

Sending a JSON array in the POST body

When you send an array in your post body, there is a middleware that will put that array into params[:_json]. This is because params has to be a hash.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Is this thing on?

Pivotal Labs
Tuesday, April 16, 2013

Interestings

Ruby method cache article

James Golick wrote an interesting article on MRI's method cache and how difficult it is to write software that uses it effectively.

http://jamesgolick.com/2013/4/14/mris-method-caches.html

Google Mirror: API for Google Glass

https://developers.google.com/glass/about

"The Healthy Programmer" book in Google Drive

"The Healthy Programmer" by Joe Kutner, same guy whose video was watched for Monday's lunch video. Full of amusing chapter titles.

Events

Tuesday: Pair Exchange

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Pizza will be served

Pivotal Labs
Monday, April 15, 2013

Interestings

0 duration != no animation

UIView documentation for animateWithDuration:animations: says: "If you specify a negative value or 0, the changes are made without animating them." but specifying a zero duration is not the same as not using animations at all. Specifically, constraints still animate even if the duration is 0.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Friday

Pivotal Labs
Friday, April 12, 2013

Interestings

Working With Ruby Threads Book

Jesse Storimer (Working with Unix Processes & Working With TCP Sockets) released a new book on threading with Ruby.

You don't know try

If you thought, ActiveSupport :try caught any NoMethodError, you were just as wrong as me: it does not raise only on nil and NilClass.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Robbie Clutton

NY Standup: Documentation interpolation and RVM, Brew and autolibs FTW

Robbie Clutton
Tuesday, April 2, 2013

Interestings

Grant Hutchins / David Lee

If you wrap the opening name of a Ruby heredoc in single quotes, its insides will act like a single-quoted string.

If you wrap the opening name in backticks, the heredoc will be immediately executed through system()

<<-HEREDOC
1 + 2 = #{1 + 2}
HEREDOC
=> "1 + 2 = 3\n"

<<-'HEREDOC'
1 + 2 = #{1 + 2}
HEREDOC

=> "1 + 2 = #{1 + 2}\n"

<<-HEREDOC
uname
date
HEREDOC

=> "Darwin\nMon Apr 1 17:50:43 EDT 2013\n"

Found at http://jeff.dallien.net/posts/optional-behavior-for-ruby-heredocs

rvm autolibs

https://rvm.io/rvm/autolibs/

In the latest versions of RVM, you can have RVM build dependencies automatically for you. For instance, if you use Homebrew, you can run

$ rvm autolibs brew

and from then on, RVM will automatically build any packages it needs via Homebrew.

As always, read "brew doctor" to get more info about how to set up your particular system.

  • 0 Shares
  • Share on Facebook
  • Share on Twitter
Luke Winikates

Massive Problems may Affect YOU!

Luke Winikates
Thursday, March 28, 2013

Interestings

Massive DDoS might affect Internet speed

http://mashable.com/2013/03/27/massive-cyberattack-spamhaus/

http://mashable.com/2013/03/27/biggest-cyberattack/

http://blog.cloudflare.com/the-ddos-that-almost-broke-the-internet

http://blog.cloudflare.com/deep-inside-a-dns-amplification-ddos-attack

  • 0 Shares
  • Share on Facebook
  • Share on Twitter

Topics

  • agile (780)
  • rails (113)
  • testing (88)
  • ruby (83)
  • ruby on rails (70)
  • jobs (62)
  • javascript (55)
  • techtalk (44)
  • rspec (38)
  • ironblogger (32)
  • productivity (30)
  • activerecord (29)
  • gogaruco (29)
  • git (28)
  • nyc (27)
  • rubymine (26)
  • bloggerdome (23)
  • mobile (22)
  • process (21)
  • pivotal tracker (20)
  • cucumber (20)
  • jasmine (19)
  • design (18)
  • ios (18)
  • webos (17)
  • objective-c (17)
  • android (16)
  • palm (16)
  • "soft" ware (16)
  • fun (15)
  • tracker ecosystem (15)
  • ci (15)
  • cedar (15)
  • rails3 (14)
  • performance (14)
  • bdd (14)
  • gem (13)
  • css (13)
  • tdd (13)
  • selenium (12)
  • goruco (12)
  • bundler (12)
  • meetup (11)
  • railsconf (11)
  • nyc-standup (11)
  • capybara (10)
  • mac (10)
  • mojo (10)
  • chef (10)
  • api (10)
Subscribe to Standup Feed
  1. ←
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. ...
  10. 89
  11. →
  • About
  • Case Studies
  • Team
  • Community
  • Careers
  • Contact
  • Labs
  • Events

Contact Us

contact@pivotallabs.com
+1 415-77-PIVOT
TwitterLinkedInFacebook

Pivotal Tracker

Tracker is the award-winning agile project management tool that enables real-time collaboration around a shared, prioritized backlog.
Visit pivotaltracker.com >