Daily Reading - Monday, June 24 2013
Posted in dailyreading
24 Jun 2013
5 little design decisions to admire
read moreSnapchat’s single button for taking photo + video
Tap to snap. Hold to capture video.It’s intuitive because the thing you want to capture is the same in both instances; what’s different is how long you want to capture it forCandy Crush Saga’s “5 more moves.”
Couldn’t finish the puzzle in the allotted number of moves, buy for more 5 moves.Path’s sticker store
The sticker packs are displayed oh-so-prettily on neat little shelves, complete with dramatic spotlight as if this were a museum exhibit of sorts. Tilt the phone, and the stickers swing along, playfully reacting to your movements.Spotify’s “Popular” section
For one thing, the discrepancy between the order of the songs and the global plays gives you an indication of what’s popular recently vs. what’s been popular historically, useful if you’re new to an artist. You also get a sense for the difference in popularity between various songs, something a simple sorted list doesn’t give you, so you can tell if the artist is a one-hit wonder or a consistent chart-topperEvernote’s note cards
I’m talking about those little squares that look like white Post-It notes that show you a preview of the note’s content. There’s something about the tangibility and physicality of that design that makes it work so much better for me than a list.
Posted in dailyreading
23 Jun 2013
The benefits of reverse proxy
A reverse proxy is server component that sites between the internet and your web servers. It accepts http requests, provide various services and forward the requests to one or many servers.
Here are some benefits:
Posted in dailyreading
21 Jun 2013
Ice provides a birds-eye view of our large and complex cloud landscape from a usage and cost perspective.
Ice help us view our accouts, services, cost and usage,...
read morePosted in dailyreading
20 Jun 2013
TypeScript 0.9 Preview Release
This release provide some new features: Generics, Overloading on Constants, Export =, Enums. The new compiler improves performance, reliably, enhance completion, type information, error report.
Posted in dailyreading
19 Jun 2013
Startup geography
A look at where startups are located.
Posted in dailyreading
17 Jun 2013
Outsourcing and Limiting to Core Competencies are Essential
read moreThe leanest companies will identify as few core competencies as possible, and outsource everything else. Instagram’s initial core competencies were (a) software development of image filters, (b) iPhone photo-sharing application development, and (c) driving adoption. 14 employees can handle that. When you throw in the other things I listed above, they’d need at least double the staff—so they outsourced, for example, to Amazon Web Services (server + network administration).
85% of all developer time must be spent on business-specific logic
Posted in dailyreading
16 Jun 2013
What's Wrong with the iOS 7 Icons?
Poor choice of color, inconsistent language, weak use of metaphor are comments of iOS 7 icons on HackerNews
Posted in dailyreading
15 Jun 2013
Hekaton is a new in-memory OLTP database engine in SQL Server 2014. It's inside SQL Server, so it does not require a separate hardware, or seperate database.
read morePosted in database
15 Jun 2013