j-m-o | 9 years ago | on: Joining a billion rows 20x faster than Apache Spark
j-m-o's comments
j-m-o | 9 years ago | on: Billions of Messages a Day – Yelp's Real-Time Data Pipeline
j-m-o | 10 years ago | on: Show HN: A Cryptocurrency in 4K Lines of Scala Code
There may still be attack vectors on them, but that's about as close to "reviewed by professional cryptographers" as you're likely to get at this point.
j-m-o | 10 years ago | on: Show HN: A Cryptocurrency in 4K Lines of Scala Code
Any particular reason you chose to roll your crypto rather than build on top of existing implementations?
j-m-o | 10 years ago | on: Announcing Apache Spark 1.4
j-m-o | 12 years ago | on: Show HN: Phoenix – an ultra-fast SQL layer on top of Hbase
So far the results look very promising. Across millions of rows, we're getting queries back in the orders of single seconds.
I'm also able to get millions of rows back on specific, unindexed queries (e.g. "SELECT * FROM EVENTS WHERE TYPE = 'some_type'"), and can run analytics across that data in under a minute per run.
The previous comparison to CQL for Cassandra is apt, though I've found the builtin functions and grammar to be a lot more powerful.
j-m-o | 12 years ago | on: I Bought An Apartment To Rent Out On Airbnb
I have several customers who are AirBnB hosts who use my service, Ringo [1], which lets their guests into the units via the apartment buzzer. That combined with Lockitron, and you never need to worry about key transfer again. You can effectively live on a different continent than your AirBnB property.
j-m-o | 12 years ago | on: Show HN: Manage access to Basecamp, GitHub, Heroku, and more
The onboarding/offboarding process is generally initiated from there, and internal apps and services tend to use that as the canonical user store.
Good luck with your project, I hope it works out well for you!
j-m-o | 12 years ago | on: Burner Phone
A list of carriers I think would be useful, or a way to verify that the phone will work in your area (e.g. zip code or phone number lookup).
Also, is it US only? Any support for Canadian carriers?
j-m-o | 12 years ago | on: Seriously.js
j-m-o | 12 years ago | on: Ask HN: worth monetizing?
This looks like something that could work well as SaaS, I'm not sure you'd get enough traffic for ads to work out for you.
BTW, the graphing library is beautiful, but you might want to outsource some logo and design work.
Good luck!
j-m-o | 12 years ago | on: ANTHYMN by String Theory Entertainment — teach music through MMORPG
Take a look at the Creative Team and check out their pedigree. In my opinion, it looks like they might just have the talent they need to get this thing off the ground.
j-m-o | 12 years ago | on: Buttons with built-in loading indicators
j-m-o | 13 years ago | on: Ask HN: Is NodeJS stable enough to build the next Twitter?
j-m-o | 13 years ago | on: Show HN: my 1st web app, a p2p rental marketplace. Thoughts?
Your call to action button is hidden in the bottom right, well below the fold. I'd recommend hiding the main form completely on the landing page and replacing it with that. Use A/B testing to see for sure, but in general, 1 easy button = conversions.
The layout and design flow look great, though I'd drop the 'PlaceIt Screenshot' byline with something else, even though they're super useful ;). Ideally if you can get a video in there, that'd be excellent, but I know that gets pricey...
I'm also in the 1st webapp startup boat, and as a fellow Canadian, I wish you best of luck! You can check out my startup at http://wwww.tryringo.com
Good luck!
j-m-o | 13 years ago | on: The 21st century skill students really lack
I think the thesis of the article is generally accurate, that students are capable, but less inclined, to pay attention to things not deemed worthy of the effort. However, I think the ability to separate the wheat from the chaff of stimulus is also an important lesson.
I look back to most of my courses fondly, but there were definitely periods where the professor was rehashing previously covered material, or pushing their own research agendas well beyond the course curriculum. As a student with limited hours (and in my case limited again with several part-time jobs), does it make sense to pay perfect attention to the lectures at hand, or maybe put the finishing touches on that assignment for another class?
That said, coming back to the author's example of art history, that was one of the most rewarding classes I took in university. Albeit a 3-hour examination of one work seems excessive, there's a lot to gain from the appreciation of fine works outside of algorithms and data structures.
j-m-o | 13 years ago | on: Paid for Stripe
iOS 6.1.4, iPhone 5.
j-m-o | 13 years ago | on: Paid for Stripe
I'm only a little disappointed you beat me to the punch, the level of polish here is outstanding. Just a quick note that I tried to rush the login while 'authorizing' spinner was going, and got an app crash. I had no problem after that.
j-m-o | 13 years ago | on: Idempotent Web APIs: What benefit do I get?
The link to Apache Camel is a bit more informative with actual examples with code snippets.
j-m-o | 13 years ago | on: Idempotent Web APIs: What benefit do I get?
I know they don't get too much love on HN, but it would be cool to see this done for a set of enterprise integration patterns.
See:
http://www.eaipatterns.com/toc.html
http://camel.apache.org/enterprise-integration-patterns.html
[1] https://issues.apache.org/jira/browse/PHOENIX-3600