HN user

villek

75 karma
Posts0
Comments25
View on HN
No posts found.
[GET] "/api/user/villek/stories?hitsPerPage=30&page=0": 500 Failed to fetch user stories

Looks like a great start!

One thing that would be essential is better feedback on errors. Currently, if I enter an invalid SQL query I’m only told that it was incorrect. For beginners, this can be frustrating.

Fish has been my favorite shell for a few years. My favorite part is the auto suggestions, which works really well. And new completion rules are relatively easy to add.

My post [1] made it to #8 on the front page last week and stayed there about 5 hours. I haven't made proper analysis yet, but here are rough numbers. The page got ~3500 visits, most of which within the first 24 hours. Most concurrent users was ~80. The first 24 hours got the linked app ~500 downloads, so that would give a pretty good conversion rate. I don't have data on how much of that came through the website or HN, though.

[1] https://news.ycombinator.com/item?id=8070131

Thanks for the feedback! Some of the questions have quite long code snippets, while some have only one line. But there should be room at least on iPhone5 to make the buttons larger. I'll work on it for the next update.

That's good to know, thanks. Based on a previous launch, I was under the impression that they wouldn't reset. But it certainly does make sense that they do reset when going from free to paid.

The app is free today and will change to paid ($0.99) tomorrow. I wanted to get downloads and hopefully climb in the rankings when launching.

That said, I built the app mostly for fun and learning, so making money -- while a nice bonus -- isn't the main motivator.

In my app, you cannot try out the code. You can step through the execution to see how the program state changes, but that's based on a pre-generated trace of the program execution.

In Pythonista and 'Python for iOS' mentioned by ldayley you can execute the code you write. Don't know how they do it, though.

Thanks!

Pythonista and 'Python for iOS' are good apps, with quite different goals than my app. They allow trying and exploring the language and learning to write programs, whereas I aim to teach basic reading skills of programs. Both are important skills.

There nowadays seems to be 'Python x.x for iOS' for almost all recent versions of Python :)

Nice game! Simple, quick to learn but yet difficult to master.

One nitpick, though: the game should support other orientations than the default one (on an iPad). At least the "other" landscape orientation. I had to rotate my device 180 degrees to a more uncomfortable position with the cover I have.

It's nice to see people are actively voting, but I'm way more interested in the data than the too rapidly flashing yellow. Just changing the numbers and flashing the font bold (or some other effect on only the number) when new votes come in should be sufficient to make it clear the number are updated realtime. But I'm no designer so what do I know ;)

My thought exactly! I still occasionally want to login to sites on, for example, my Android tablet. Given that Apple doesn't provide other platforms access to my data in iCloud, I find it hard to see how they would allow software on other platforms access to my login credentials.

"The transaction is expected to close in the first quarter of 2014, subject to approval by Nokia’s shareholders, regulatory approvals and other closing conditions."

So yes, it will require consent from Nokia shareholders.

Link to the source (http://www.nngroup.com/articles/scrolling-and-attention/) is in the comments.

However, as the author admits in the comments (after being corrected by a reader), he has interpreted the results of the source incorrectly. The cited report actually only says that "Web users spend 80% of their time looking at information above the page fold. Although users do scroll, they allocate only 20% of their attention below the fold."

The cases presented don't give much evidence for the impact of bigger images on conversion rates. Only the first case seems to be a direct comparison of images of different sizes. In the two others, the copy and design in general have changed significantly as well. In the second case, the image on the page is actually the same size, the button has been resized.

In general, though, I do completely agree with the article that the only way to find out what works is to test, test, test.