thezoid | 11 years ago | on: ShopifyStor.es – Get Inspired by the Best Shopify Stores in the World
thezoid's comments
thezoid | 11 years ago | on: Profile of Tobi Lütke
thezoid | 11 years ago | on: Payola – A Rails engine for Stripe
As for subscriptions, that's a feature that could be added but many of the Gateways that ActiveMerchant supports don't have subscriptions baked into them (compared to say Stripe).
You could of course have your application store the credit card information and manage the charges yourself using ActiveMerchant, but that opens a bunch of PCI compliance and such.
If you just need to accept money and aren't already bound to a specific merchant account, then plain ole Stripe or Payola are a better option.
thezoid | 11 years ago | on: Uber ordered to halt transportation services in Germany
Licenses provide the proper checks and balances proving that the driver has complied with their legal requirements. The license is typically shown somewhere in the taxi, so the fare can see that they are covered if anything bad were to happen.
That's of course assuming the fare knows about this, which for foreigners isn't always the case.
thezoid | 11 years ago | on: Ask HN: Who is hiring? (August 2014)
thezoid | 11 years ago | on: Just let me code
If you are running the same application on equivalent hardware at the same API level then you should be fine.
Android has issues with hardware as well as the various API versions. The closest parallel in Java would be comparing a Pentium 4 running Java 1.3 vs some 12 core server running Java 1.7 or something.
thezoid | 11 years ago | on: RubyMotion 3.0 Sneak Peek: Android Support
This most likely makes the same assumption that you are using a similar kind of project management as in RubyMotion for iOS and using RM specific libraries.
thezoid | 12 years ago | on: How to Drink All Night Without Getting Drunk
thezoid | 12 years ago | on: 2048 is why we can’t have nice things
Maybe they spent too much time on it, but this is a thing many game developers do. They place a lot of emphasis on releasing finished products, or at least products that present really well.
thezoid | 12 years ago | on: RIP Captain Jerry Roberts – Bletchley Park Codebreaker
If I can recall it's something like a 45 minute train ride from Euston station to Bletchley.
thezoid | 12 years ago | on: More on Hiring Software Developers
A way to get around excuses like these are to encourage people to bring in their own systems. Explain that you know how your setup might be awkward and it's probably better if they work on something they are familiar with. Besides, during the pairing session, you shouldn't be writing too much anyway.
thezoid | 12 years ago | on: More on Hiring Software Developers
A lot of people don't parse XML as much anymore. Most API providers have moved over serving up JSON and pretty much ask developers to only use that API.
Also this company fucked up. So you can't provide access to an API, but here read this RSS feed instead of something like serving up a static JSON file from a server somewhere.
As for the regex there's shipping, and there's doing it right. For all we know, they had to have it done before the 2 hours were up so they cut corners and got it done within the time requirement.
thezoid | 12 years ago | on: More on Hiring Software Developers
Rejecting people because they don't match your idea of an A player (I'm assuming 'perfection') is pretty narrow minded.
thezoid | 12 years ago | on: Life is a game, this is your strategy guide
thezoid | 12 years ago | on: Open for everyone
Using Wordpress to simply serve up my content and manage comments has been working so far. I'm in between being locked in and lazy so I haven't bothered moving to something like Ghost.
thezoid | 12 years ago | on: Stripe CTF3: Distributed Systems is live
From the "best" score I was worse than it by 150 or something. Not that I care really.
thezoid | 12 years ago | on: Stripe CTF3: Distributed Systems is live
thezoid | 12 years ago | on: How Do You Teach Kids the Value of Money? (2006)
Besides, once they get old enough to work (maybe throw in chores) they'll already have plans on what they want to do with the money that goes beyond drinking, games and consumer goods.
thezoid | 12 years ago | on: Rails Consulting for Fun and Profit
Using they, spouse or partner is pretty safe and only the only people that are likely to get offended are more than likely already a part of an entitled group anyway.
thezoid | 12 years ago | on: Rails Consulting for Fun and Profit
Fear, spouses, family commitments.
The shopify_theme[1] gem or the new theme sync tool[2] help keep synchronization quick. I can see the problem in the lack of context objects that are available to a theme, and there was even a tool a long time ago that solved that.
Sadly, it was very difficult to keep in sync.
[1] https://github.com/shopify/shopify_theme [2] https://github.com/csaunders/phoenix