I think the trick is to shed your imposter syndrome, but remain humble. You can be confident and humble at the same time. It can come with accurate self-assesment. Keeping your weakness in mind helps a lot.
HN user
cgislason
How would you recommend becoming familiar with idiomatic Go?
I've read various articles including (but not limited to) tutorials, made a point of exploring a few open source projects and I've written a few thousand lines of Go. I enjoy writing Go, but I have a hard time so far figuring out if what I write is idiomatic.
BTW, feedbin.me DOES work on mobile. The layout adjusts and shows just the list or just the article view, instead of both at the same time.
Right. I read that, and in hindsight should have used more inclusive wording. Anyway, I really like Feedbin even though it could use a bit more polish (a couple of animations would go a long way e.g. when it is loading an article).
Reeder is going to use Feedbin. See: http://reederapp.com/reader/
I also noticed that it counts the Mac and PC versions of games separately. e.g. Sid Meier's Civilization IV has 2 IDs: 3900 and 34440
Don't you think the reality is some middle ground? It's a perfect game controller for some games.
Sort of. You can rearrange the task circles, but they float into a somewhat arranged layout. In practice this means that the order is not immediately obvious.
I played with it a bit and unless I missed something, the size of the circle is only related to how many other circles are inside it.
The circles actually seems to reduce value because there is no intuitive order to each group. In some (many?) use cases for Trello, priority is important.
One thing that the circle metaphor does add is nested groups, which I can see being important for a different set of use cases.
Trello does have Google Drive integration. You can attach files to cards from your Computer, Google Drive or Dropbox.
I wanted to compare the old and new pages, but noticed that their robots.txt disallowed the wayback machine from caching it.
Also, the Octocat was not on the page that Google cached: http://webcache.googleusercontent.com/search?q=cache:SZgkdCZ...
I've heard a few times before that the iOS keyboard invisibly grows the touch target on the letters it predicts are most likely to be typed next. Unfortunately, my quick attempt to find a source failed.
Potty training; put baby on the toilet before the diaper gets wet. Babies can be "trained" a remarkably young age, if the parents can predict urination.
I personally find it useful to have a plankton mode and a shark mode, switching between them as necessary. Drifting is useful at times, but you definitely miss out on many of the best parts of life if you don't push yourself.
Don't get distracted by the politics and fighting in the mobile space. Work on what you love and enjoy.
My suggestion: start with native app development for the device that you own and use most. Run through a couple of beginner tutorials and write a few toy apps. This will give you a more solid foundation for making decisions. (I would not recommend using cross platform tool-kits until you understand the trade-offs.)
Then, I recommend that you build one of your ideas for the same device and release it. After releasing it, you can either move on to the next idea or port it for the other platform.
Netflix Canada definitely has a Not Interested button.
I've seen randomized images bypassed by simply taking a screenshot in conjunction with logging keyboard and mouse actions.
Just FYI, the first iPad will not be compatible with iOS 6. Still a pretty decent lifespan, but coming to an end.
The idea is for the light to be definitive, but I am not sure how secure they are. Also, as far as I can tell/remember all Macs have indicator lights on their cameras.
The motivation of the question may be opinion based, but the actual question is technical in nature. "Is there a way to find out which framework and components are used in an iOS app?" has a factual answer.
For example, you can certainly learn a few things by looking at what is in the distributed app package.
This question seems like it might get some good answers on Stack Overflow. http://www.stackoverflow.com
Last summer I evaluated Lift vs Play 1.x and was leaning heavily toward Play. I wrote some toy apps in each. We chose Lift only because it turned out that Play was incompatible with our Maven setup. (I have heard it has improved in 2.0 but I have not looked into it myself.)
I found Play to be fairly intuitive and it matched my mental model pretty well. It was lightweight compared to Lift and the other Java frameworks I looked at. Play 2.0 seems to have made improvements in the areas I found weak in Play 1.x. i.e. modularity, Scala support (specifically for continuations)
Lift is a fairly heavy framework, but you can ignore big parts of it if you need to. In Lift it took me a while to grasp the HTML transforming concept, partly because the documentation seemed to out of date. It felt both cumbersome and elegant at the same time. Sadly I didn't get very far on the project so I have no idea how Lift has changed/improved since then.
Today I would choose Play in a heartbeat if it fit the parameters of my project.
It seems that the 'worldwide' claim a bit of a stretch. I can only search for an iTech in the US and the front page has a US map on it. (Though it seems you can sign up to be an iTech worldwide.)
What a misleading headline! Cheap calls maybe, but not free.
Even if you ignoring the fact that he is paying for the data plan, the author mentions that he is paying "$0.019 per minute" for most outgoing calls within the U.S.
The difference between free and $150 might be enough to prevent a good chunk of those apps.
I wonder how these points relate to the high satisfaction rate of iPhone users. Or maybe there's no relation at all?
I agree, unless someone can point to anything Apple has ripped out or deactivated in WebKit. Apple seems to have been pretty open with Mobile Safari.
The most closed thing I can think of is when they only enabled their faster JS engine for the browser itself and not for apps. The next major release changed that, and it is not related to WebKit itself.
Seeing evidence of this trick is one criteria I use to block people and (possibly) report them for spam.
The Play framework (http://www.playframework.org/) is a good example of how things can be done better with Java. None of the bloat or XML config, just a productive set of APIs to work with. It seems to mostly try to stay out of your way. I would love to try it on a real project one day.