19 May 2013

The Ruby Reflector

Topic

Stack Overflow

  Source Favicon
On Coding Horror 19 days ago.
Email

…always our hope that concrete, substantive programming career questions like these could be asked on Stack Overflow, and some early ad-hoc community polling indicated that career questions might be accepted by the community, but if you look at later poll results , it's clear that the career questions came out juuuust under the cutoff point as determined by the Stack Overflow community.

Well, what about the rest of the Stack Exchange network ? How about …

codinghorror.com Read
  Source Favicon
On Coding Horror 1 month ago.
Email

I've been a Microsoft developer for decades now. I weaned myself on various flavors of home computer Microsoft Basic , and I got my first paid programming gigs in Microsoft FoxPro, Microsoft Access, and Microsoft Visual Basic. I have seen the future of programming, my friends, and it is terrible CRUD apps running on Wintel boxes!

Of course, we went on to build Stack Overflow in .NET. That's a big reason it's still as fast as it is. So one of the most frequently …

codinghorror.com Read
  Source Favicon
By Mike Gunderloy of A Fresh Cup 2 months ago.
Email

…text editors and IDEs for the same coding style.

OverAPI.com - Massive collection of programming (and other) cheat sheets.

The State of Ruby Web Application Servers - A fine roundup hidden in a Stack Overflow answer.

Heroku.json - Create a Heroku app with addons and settings taken from a json description file.

afreshcup.com Read
  Source Favicon
By David of David Chelimsky 6 months ago.
Email

…pull requests, etc. He also makes a habit of answering RSpec-related questions on Stack Overflow and Twitter, and he does this all with thoughtfulness, patience, and wisdom.

I can't think of a better choice to lead the RSpec project, so I invited him to do so. Thankfully, SEOmoz , Myron's employer, is allowing him to work on RSpec during work hours, and so he accepted.

In addition to the overall project lead, Myron will be the lead maintainer of the rspec-core, …

blog.davidchelimsky.net Read
  Source Favicon
By Peter Cooper of Ruby Inside 8 months ago.
Email

Rails, JS and CoffeeScript development. They're designed to be used with Anki, a free open source flashcard viewer.

What is ARGF.class in Ruby 1.9?

A question on Stack Overflow shows off an interesting quirk in Ruby 1.9. Why does " ARGF.class" give such a curious response? Two respondents try to come up with an answer.

rubyinside.com Read
  Source Favicon
On Dalibor Nasevic 10 months ago.
Email

…(invite friends to your application) with Facebook API but did not find any solution on Stack Overflow ( 1 , 2 , 3 , 4 , 5 , 6 , 7 , ...) because Facebook Graph API does not allow to send/reply/delete messages, only allows to view a message !?

Here is the trick.

It's possible to send messages using Facebook Chat API , and if the Facebook friend is offline the message will be displayed in the …

dalibornasevic.com Read
  Source Favicon
On ZURB 12 months ago.
Email

…May ZURBsoapbox speaker was Jeff Atwood, Co-Founder of Stack Overflow. In case you missed the event, Ryan provided a nice summary of the event as well as a link to the podcast. Addressing small problems may have small solutions, but they add up over time.

Read More: Stack Overflow Co-Founder Jeff Atwood: Don't Accept The Status Quo

We're Solving Everyday Problems — Even The Stubborn Ketchup Bottle

There's nothing worse than watching your steaming …

zurb.com Read
  Source Favicon
On ZURB 12 months ago.
Email

…Exchange. They also sought to identify existing problems in other similar systems and fix them with Stack Overflow.

When Stack Overflow was launched, that didn't end Jeff's quest to challenge the status quo. The Q&A site deploys changes on a daily basis, which is crucial to have for a site that's constantly live. To me, unless you're changing all the time, you're kinda dead. If you have a product that hasn't changed in a year, two years, it's …

zurb.com Read
  Source Favicon
By Taryn of Ruby-coloured glasses 1 year ago.
Email

…start out by blogging the solutions to problems you have in your other coding. This is a bit like Stack Overflow (and I recommend you submit your problems to both). However the approach you use on a blog is different to what you use on S/ O. On S/O it's all about "here's the problem" and "here's the answer". A blog post is about the journey. How did you come across the problem? Why was it a problem for you? What did you try to solve it? How did that work out? …

rubyglasses.blogspot.com Read
  Source Favicon
By Peter Cooper of Ruby Inside 1 year ago.
Email

Ryan Bigg promises to 'blow your mind' in his answer on Stack Overflow that shows some Rails 3 routing magic (in the context of versioning an API through the URL).

Sinatra + Heroku = Super Fast Deployment

Darren Jones demonstrates creating a very simple Sinatra app and deploying it on Heroku.

How to Write MiniTest:: Spec Expectations

Getting the Most out of Bundler Groups

Bundler lets you create different 'groups' …

rubyinside.com Read