tomeric's comments

tomeric | 11 years ago | on: YouTube to Acquire Videogame-Streaming Service Twitch for $1 Billion?

Twitch has rapidly become the site I stay on the longest, mostly for Hearthstone and Magic the Gathering streams. It's the first time I enjoy watching a "sport" live. Just a few hours ago I decided to pay for a Twitch account in order to not see ads, something I wish YouTube would allow me to do (I don't want to use AdBlock, because I think it's unethical).

I hope that if this is true, it's a feature that YouTube will copy and not one that will be disabled in the future.

tomeric | 12 years ago | on: TDD is dead. Long live testing.

I've been feeling this way about testing for a while now and I'm glad that DHH wrote about it so I don't have to feel "wrong" or "embarrassed" by it anymore.

I personally have gone a bit further and only write tests after a successful incarnation of a project (that means customers) that I want to keep developing, or if writing and running the test itself costs me less time then F5'ing a page or mucking around in the rails console.

I have noticed that it's much easier to throw away code that I haven't invested a lot of time in and usually the second time I write it (with tests), I have a much clearer idea of how to implement and test something.

tomeric | 12 years ago | on: Flexcoin is shutting down

How can Bitcoin ever go mainstream if you need regular people to secure their computers, remember their passwords and backup everything so wallets aren't lost?

tomeric | 12 years ago | on: In Kuwait, Instagram Accounts Are Big Business

This is not exclusive to Kuwait. I've seen several of these kinds of storefronts all over South East Asia. People use an app like "Line" to order stuff and communicate payment options . It's really interesting to see how people use social networking in unintended ways.

Most of the stuff that is sold is relatively cheap (< 15$), but trust is still a big problem. In my time there, I always wondered if it would be worthwhile for Facebook to facilitate this by for instance handling the payments, but I don't even know if they knew about this kind of stuff happening.

tomeric | 13 years ago | on: With 10 pirated copies for every 1 sale, iOS dev pulls game after just one week

I have seen a lot of small shops in Thailand that feature iMac's with iTunes accounts that are loaded with apps. People go there, pick out the apps they want, leave their phone there for an hour or so and then pick it up again for a very low fee.

I'm not sure if all of those phones are jailbroken, or if they just use a single iTunes account to synchronise with hundreds of phones.

tomeric | 13 years ago | on: Why Google’s Sparrow Acquisition Just Ruined My Morning

They can always sell the app and charge for updates Tweetie 2 style. Or add in new features via in-app purchases. Or they can charge for push notifications.

Sparrow was selling hundreds of copies each day for 25$, they were making a lot of money from it. They probably wouldn't have made 25 million $ like they apparently made with this sale, but it's enough to keep a team of developers happy and productive.

tomeric | 13 years ago | on: Seriously? Ads?

The second biggest social network in The Netherlands (Hyves) introduced something like this in 2010. They mainly intended it to be used to pay back (small) debts to friends or relatives, but also made partnerships that enabled you to order food online or order drinks at a bar.

As far as I know, it did not really lift off, but this could be because Facebook overtook Hyves as the most popular social network shortly afterwards.

tomeric | 15 years ago | on: Rails 3.1 beta 1 released

The IdentityMap makes sure that there is only 1 ActiveRecord instance for a given row in the database.

This basically means that calling Article.find(3) and Comment.where(:article_id => 3).first.article both return the same instance.

tomeric | 15 years ago | on: Why HTTP Streaming?

I believe that's one of the main reasons this won't be on by default.

It's going to be a tradeoff, either you accept that an exception can occur after sending a '200 OK' status code and possibly resort to javascript to display the error in a nice way, or you'll use the old fashioned way and send the correct response when the full page has loaded.

I'm going to use HTTP Streaming and rely on my tests and Hoptoad to fix errors as soon as they'll occur. I think the performance boost outweighs the consequence of not sending the correct status code when an exception occurs.

tomeric | 15 years ago | on: When crisis hits

We think it was because of the economic crisis. The restaurant sector was hit pretty hard and that probably caused a lot of companies to stop advertising.

The revenue is now back to it's old levels, but it stayed that way for 6-7 months.

We started a program that allowed restaurants to advertise directly with us. Made it very easy to try by not having any contracts and being a lot cheaper than our competitors. We got someone to do sales on a commission-only basis. He was so good (~ 70% of the restaurants he calls become a customer) that he is now a partner.

We also added affiliate links to sites where you can order food online, make reservations, etc.

tomeric | 15 years ago | on: When crisis hits

We run a big online restaurant guide in The Netherlands.

At the beginning of 2009, our income from AdSense (our main source of income) halved overnight and later dropped to about 25%. We had a little bit of money in the bank, but not enough to survive for more than a few months.

We immediately focussed on finding and developing alternative sources of income and those sources have now become our main sources of income and have enabled us to grow a lot.

Without that crisis, we probably wouldn't have grown as much as we have.

tomeric | 15 years ago | on: Show HN: I'll help you name your next startup/product for $50

We were John's first customer. It was mostly an impulse buy because it was so cheap.

We have a restaurant guide in The Netherlands with a dutch name (eet.nu, translates to eat.now) with a big community of reviewers. We want to expand, so a international name is required.

If we brainstorm about names, it takes up a lot of time and we're never completely satisfied with the results. Naming stuff is hard, and it's even harder if English is not your first language.

After 4-5 hours of waiting, John gave us a list of 14 names (we got 7 bonus names!), and we picked the name HungryJury.com. Registered the .com and twitter account a few minutes ago.

We're pretty satisfied with the service and will probably use it again in the future!

page 1