mcorrand | 8 years ago | on: Vim Tutorial as an Adventure Game
mcorrand's comments
mcorrand | 8 years ago | on: Vim Tutorial as an Adventure Game
mcorrand | 8 years ago | on: Vim Tutorial as an Adventure Game
mcorrand | 8 years ago | on: Sorting 2 Tons of Lego, Many Questions, Results
mcorrand | 8 years ago | on: Sorting 2 Tons of Lego, Many Questions, Results
Then you'd go and pick the bins, run them through, and the machine assembles the sets from those bins. That's similar to the way Amazon does it. Now they have the shelves on robotic trolleys that bring them directly to the packers, but that's just a required efficiency at their scale.
I guess the problem with this scheme is that you move the problem from classifying to identifying... twice. So the precision requirement goes up. I don't know how big your dataset would need to be to require minimum human intervention.
mcorrand | 8 years ago | on: Sorting 2 Tons of Lego, Many Questions, Results
Coincidentally, it kind of simplifies the sorting problem too. Just do like Amazon and don't sort!
Instead, use the machine to figure out exactly what was in that bin you just bought. Give the bin an ID, and store it as is. Then, when putting together a set, have your software find the minimum number of bins you need to pull from to assemble the set. Run them through, and have the machine pull the parts.
mcorrand | 9 years ago | on: Britain passed the “most extreme surveillance law ever passed in a democracy”
mcorrand | 9 years ago | on: How a team of young people helped rebuild healthcare.gov (2015)
mcorrand | 9 years ago | on: Startup incorporation checklist
mcorrand | 9 years ago | on: Startup incorporation checklist
- Docracy.com has some good templates (contributed by some incubator I can't recall) for bylaws, ip assignation, founder terms, terms of service and privacy policy and customer contracts, etc.
- Listing a phone number with one of the large online directories helps with various verifications (including EV SSL if you need it and facebook page)
- insureon.com to shop for insurance.
- Get bookkeeping software. Right away, and keep it up to date
Edit: the docracy docs are by Techstars: https://www.docracy.com/userprofile/show?userId=30 and Orrick, a law firm: https://www.docracy.com/p/10881/orrick
mcorrand | 9 years ago | on: UK votes to leave EU
mcorrand | 9 years ago | on: UK votes to leave EU
mcorrand | 9 years ago | on: UK votes to leave EU
mcorrand | 9 years ago | on: Fintech Firm Plaid Raises $44M
mcorrand | 9 years ago | on: Inside ACH Payments with Stripe and Plaid
Users authenticate with bank username and password rather than routing and account number so they don't have to hunt those down, and there are no worries about mistyping (failed ACH payments cost $4).
The bank account is verified straight away, which bypasses the microdeposits flow that takes a couple business days.
I'm working on adding ACH payments to my Stripe Connect app, and I'm planning on adding only the Plaid Link flow because the routing/account number + microdeposits flow just seems like too much of a headache.
mcorrand | 10 years ago | on: Is Being a Digital Nomad a Lie?
mcorrand | 10 years ago | on: AngularJS and MongoDB: Goodbye middle tier?
If a middle tier is a foreseeable requirement then this architecture does lose a lot of its charm.
I do think there has to be a way to easily strangle out the prototype but I haven't done much thinking about that yet. Maybe start reading from a pouchdb instance and proxy writes through a middle tier?
mcorrand | 10 years ago | on: AngularJS and MongoDB: Goodbye middle tier?
Couchdb is also a really nice way to do this, since it provides you with an extensive (an extensible) rest api out of the box, serves your site and even gets you a nice heroku like deployment workflow with the Couchapp project (https://github.com/couchapp/couchapp). Sticking it behind varnish is really easy too.
mcorrand | 10 years ago | on: JetBrains redesigned their website and logos
mcorrand | 10 years ago | on: Our Team Won Startup Weekend and All We Got Was a Shitty New Boss
Such a startup weekend would be a wonderful occasion. Why organizers do not draw up a simple legal checklist is beyond me.
Just drafting a paper signed by the whole team at the beginning of the event stating "I am going to put ~30 to 40 hours at my hourly rate of $X and thus my contributions can be bought for $Y", or whatever stock terms float your boat, would set clear expectations. They actually were less naive than most since they had that "handshake deal", but they should have gotten it in writing.
That, and realizing "Applicant tracking system in an original niche" is not a revolutionary idea. They owed that Billy guy absolutely nothing and should probably have kicked him out.
However, as a solo entrepreneur, I agree even more with the creator of the game. He gets to price his creation however he likes, and he probably needs to make money like the rest of us. His game teaches a super valuable skill that has saved me well over the price in typing efficiency. Again, I'm fine with the price tag. Just wish he had the option to renew for a month after the initial purchase to brush up. Probably leaving money on the table!