Viewing profile — kupo
kupo
HN member- Joined
- Mon, Sep 13, 2010, 7:09 PM UTC
- HN karma
- 14
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About kupo
No profile information was provided.
Recent public activity
-
comment
Comment #20113328
Check out Boostnote: https://boostnote.io/
-
comment
Comment #17535825
Surprised it hasn't been mentioned yet but WizNote is a pretty decent Evernote clone with clients for all platforms. Use Google translate on the site: https://wiz.cn/
-
comment
Comment #7286463
median = size % 2 == 0 ? (homework[mid] + homework[mid-1]) / 2 : homework[mid]; In my opinion the ternary operator is misused here when an if/else would have been clearer.
-
comment
Comment #7286238
Though I also recommend this book, their example code teaches bad habits (such as assignment within conditionals and horrendous compound statements) which should be avoided in any …
-
comment
Comment #6604075
Embedded/RTOS
- comment
- story
-
comment
Comment #3053717
The Playbook is more business orientated (secure QNX OS) but is also on sale to consumers. The kindle is purely a consumer product.
-
comment
Comment #3047691
Spotify is 100% licensed. AFAIK, Grooveshark is more like Napster in that it's a free-for-all with user uploaded content, though they have worked out deals with some of the record …
- story
-
comment
Comment #1901805
Does the app produce a unique coded signal of flashing screen colours for each user? Otherwise, what's to stop someone from loading an image of their own face with someone else's b…