8 posts tagged

Books

Later Ctrl + ↑

UX Design for Mobile

by Pablo Perea, Pau Giner

While working on Not So Fast I felt acutely how hard it was to design user experiences. The app itself was basically just two screens, but there were so many challenges: How do you present date and time spans while preserving space? How to show the choice and selection of four meal components? What is the best layout for a summary? And on and on.

I felt that first of all, I lacked the mental library of design patterns i.e. how certain interactions are _usually_ designed. I read a few articles, there were a couple that stood out. One is Joel Sposky’s User Interface Design For Programmers, written in 2001 (!), still very relevant today and caused me to chuckle quite a few times. This was the one that allowed me to start moving instead of just thinking. Another one is A developer’s guide to web design for non-designers by Patrik Krupar on Indie Hackers. It’s simple and to the point and offers a few heuristics that you can use immediately to make a weak design a bit better.

I did some research, asked around and found a few recommended books, but none of them were specifically about mobile. So after lurking on Amazon I found “UX Design for Mobile” from Packt. The description seemed enticing and relevant to what I was looking for.

After reading the book, I can give it three stars. I can’t honestly say it’s “bad” – it’s not. In a weird way, it is both high level and extremely specific.

There are high level sections on how to approach UX design at all, how to plan and conduct user interviews, what kind of activities a UX designer is engaged in and so on. Then a pretty vague section on how to design for iOS and Android with mentioning the Apple Human Interface Guidelines and Material Design respectfully – and there’s a comparison on how the same interactions and elements are handled differently on the platforms.

Then the book takes a deep dive and focuses on several prototyping tools, including tutorials with minute details on where to click to setup a few animations. I got stuck and just skipped most of this section.

Overall, it’s useful as an overview of what exists in mobile UX and what to read about in detail elsewhere.

 61 comment   2018   Books

Books I read in January

Why not write about some of the books I read in January? Honestly, thinking about writing a post about some of my reading prompted me to read more, so it’s a good thing and I’m planning to keep up the habit.

“Functional Swift” by Chris Eidhof, Florian Kugler and Wouter Swiersta of objc.io

I believe it was called “Functional programming in Swift” recently, but when the book was updated in December 2015 for Swift 2.1 (which I read) it got renamed as well, and for the better.

This one read a lot like the Apple’s official Swift book for me: clear, concise, to the point and at the same time introductory. The book consists of several sections exploring different topics e. g. writing a wrapper for Core Image or implementing a test suite which generates tests automatically, all of them revolving around the functional approach to solving problems.

I would say that the authors succeed in demonstrating that writing in a functional way is at least as safe and rewarding, if not superior, than a more imperative approach. A typical Swift programmer comes either from the Objective-C or, possibly, the frontend JavaScript background, both of the languages loosely-typed as in not encouraging being strict with your types. This book gently presents a different approach and prompts for further reading (at least I was sufficiently interested to read further).

If you’re interested in the actual functional programming, reading “Learn you a Haskell” would be more beneficial, but if you’re curious how to think differently while writing in Swift or learn some new approaches to common problems, it’s a great introductory book that you can later supplement with more reading on the topic, having the primaries down.

“Turning Pro” by Steven Pressfield

This is a small but intense book intended for everyone who is (or should be) hard at work. I read it last time three years ago, worked a lot since then, and this time it stood out even brighter than before. It’s a great reminder why you would jump out of bed each morning and work hard. A motivational book, so to say, but not in a happy way — a sobering one: the work is hard and it’s you who has to do it, no exceptions.

Here’s my slightly longer review on Goodreads if you’re interested.

The final two books are (surprise!) about financial markets and specifically, high-frequency trading. Why read them over crunchy programming books? December saw the launch of Stockfighter, a game where you basically write a trading bot to try and game the simulated financial market. Yes, this is supposed to be someone’s idea of having a good time, and incidentally I had a good time designing and (partly) writing my own library for it. Anyway, on to the books.

“Flash Boys” by Michael Lewis

Lewis is a good writer and writes a good story, but when it comes to the technical details… not so much. Some glaring holes right there, and far more than once I was close to making a facepalm.

Still, it’s probably the best book to start with on this topic as it paints the picture in large strokes and gives you a good idea of the emotions behind what people were doing. You can read any number of technical books on the subject, there are many, but first you have to dive in and look around, and this is a really good introduction that starts slow and holds you by the hand all the way in.

Yes, some claims are outrageous and plain wrong, but it’s entertaining and Lewis gradually explains most of the buzzwords you’re likely to encounter in other books about the subject.

Don’t confuse it with “Flash Boys: Not So Fast” by Peter Kovac which is sort of a bashing reply to Lewis. Kovac too makes quite a lot of mistakes, judging by the reviews, so I haven’t read it yet.

“Dark Pools” by Scott Patterson

This is another “introductory”, or rather, non-technical book, which looks at the same process described in Lewis’ “Flash Boys”, but from a different angle. Where Lewis mostly follows the story of a banker playing catch-up to high-frequency trading firms, Patterson describes the lives of several prominent people who directly influenced the rise of HFT from the inside. Small shops which eventually grew to enormous size and changed the market altogether.

Arguably, “Dark Pools” is far more technical of the two and I really enjoyed reading it. It’s more technical, but it’s still a story, so it’s perfectly readable and just as entertaining: Patterson goes into a lot of detail on how the markets worked since the early 90s up to the current moment. It also turned out to be more applicable to Stockfighter: quite a few of the actual techniques he describes used by high-frequency traders I can see used in the game verbatim.

Reading about HFT is surely nice, but I decided that I should stop reading and beat a few levels of the game first :)

 No comments   2016   Books   Swift

Superintelligence: The Next Big Thing?

Some fascinating reading this week!

First, the New York Times asking “Why are the corporations hoarding trillions?” where they claim Apple, Google and other giants don’t spend or convert their cash, as if expecting something just beyond the horizon. Something that would need an insane amount of money.

Second, Ben Goertzel with “Superintellingence: fears, promises and potentians”, a through and in-depth review and criticism of current literature by Bostrom, Yudkowsky and others.

This struck me as amusing:

As Peter Norvig of Google has noted (personal communication), quite suddenly we’ve gone from outrage at the perceived failure of AI research, to outrage at the perceived possible success of AGI (Artificial General Intelligence) research!

For the last decade, AI research and theory is booming, and it’s very hard to ignore the fact that every other app or service now has some form of machine learning or AI-like capabilities, the most common example being Siri on iOS. There are many more examples, like Google Now or various personal assistants like AlfaSense, X.ai or even something as simple as a blog layout system.

Very excited to see the progress.

 No comments   2016   Books   Tech
Earlier Ctrl + ↓