Ryan Brodie

  • Link List
  • Editorials
  • News
  • Archive
  • RSS

The iPhone was more important than the iPad ever will be.

When the iPad was unveiled back in January 2010, the media were underwhelmed, but consumers still queued in line. It’s success has been unprecedented, but for me it’ll always be an evolution next to the iPhone. As I sit here in a station waiting for a train, everyone around me is using their phone. Not T9 dumb phones, but touchscreen smart phones. People are playing Angry Birds, reading Tweets, and checking the news.

5 years ago browsing the internet on your phone was so intolerable that even the most savvy of users didn’t go near it. In 2012, Americans spend more time browsing Facebook from their phone than from their desktop PC. Despite what the media say, the successor for the PC won’t be the tablet.

It’s already been superseded by the smartphone.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #editorial
  • 1 week ago
  • 1
  • Permalink
  • Share
    Tweet
'\x3cscript type=\x22text/javascript\x22 language=\x22javascript\x22 src=\x22http://assets.tumblr.com/javascript/tumblelog.js?914\x22\x3e\x3c/script\x3e\x3cdiv id=\x22photoset_23166353115\x22 class=\x22html_photoset\x22\x3e \x3ciframe class=\x22photoset\x22 scrolling=\x22no\x22 frameborder=\x220\x22 height=\x22780\x22 width=\x22500\x22\x0a style=\x22border:0px; background-color:transparent; overflow:hidden;\x22 src=\x22http://ryanbrodie.co.uk/post/23166353115/photoset_iframe/rysle/tumblr_m44evfycAQ1qbdsl2/500\x22\x3e\x3c/iframe\x3e\x3c/div\x3e'

GuestSort

I couldn’t be more excited to finally reveal the fine details about my new start up. It’s a free, web based service that let’s event or venue promoters create guest lists with deep Facebook integration. Bars and clubs are leveraging social media to better promote their events. A common method is to create an event page as a guest list, rewarding those that add their name with reduced price entry or special offers. The problem is, event pages aren’t guest lists.

Users add their names in the comments section. In short, this sucks. Most people get the concept, but do it in the wrong format, or comment on the venues page instead of the events page. Others ask, in the ironic form of a comment, how to add their name. It doesn’t work for the promoters point of view either. They have to copy and paste names manually into their word processor of choice to assemble the finished lists. But it doesn’t end there, these guest lists don’t automatically close, so you’ll see a comment from a promoter stating “guest list closed”. A lot of people don’t seem to read this message, which means new names are added, pushing this comment below to the “See more” section. 

From a users point of view, there’s never sufficient proof that they’ve actually been added to list. Some promoters ‘Like’ your comment as a confirmation, but this often leads to confusion and uses up even more of the promoters time. GuestSort solves all of these problems and goes one step further. Our guest lists close automatically at a specified time, they can even reach a chosen name limit. The creator chooses a colour scheme and a background to match their brand. Each guest list has it’s own unique URL, allowing great sharing options.

User’s have a one click ‘Connect with Facebook process’. Once signed in, they can add names in seconds. When they begin typing, GuestSort helps to predict which friend they’ll add and provides helpful suggestions based on their friend list. GuestSort is also one of the first applications to receive Timeline integration from Facebook. This means activity on the platform is elegantly relayed to users Facebook timelines, akin to how Spotify works. Users can expect to see an aggregation of guest lists they’ve added to along with how many names they’ve added in total.

When the guest list closes, the promoter is emailed a list of all the added names, copy and pasting will suddenly feel very antiquated. User’s are also sent an email at this time confirming which names they’ve added to list. All of these features combine to give an overall better experience for both organisers and guest list users.

You can view a demo guest list here:

http://guestsort.com/fR9GAM

I’ll be opening the application up tonight to begin public testing, currently clicking ‘Connect with Facebook’ will get you no where. If you’re interested in using the service, click the source link to apply for early access. I’m please to announce the first event to use GuestSort will be Troupe at XOYO London on the 1st June.

You can follow GuestSort on Twitter, @GuestSort, or like the Facebook page.

    • #guestsort
    • #announcement
  • 1 week ago
  • Permalink
  • Share
    Tweet
Not long now.
Pop-upView Separately

Not long now.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #guestsort
  • 1 month ago
  • Permalink
  • Share
    Tweet

Facebook Graph API Error Codes: A full, comprehensive list.

Early warning: This isn’t a general post, and is specific to developers. If you don’t fall into the category of developer, or you’re not interested in it’s related topics, this post will be of no interest to you.

I’m currently building an application that relies heavily on communicating with Facebook’s Graph API (GuestSort.com). The documentation for API error code’s is fairly lacking, so I’ve compiled a comprehensive list from some good sources to help debug authorisation errors.

General Errors

0 - API_EC_SUCCESS: Success
1 - API_EC_UNKNOWN: An unknown error occurred
2 - API_EC_SERVICE: Service temporarily unavailable
3 - API_EC_METHOD: Unknown method
4 - API_EC_TOO_MANY_CALLS: Application request limit reached
5 - API_EC_BAD_IP: Unauthorized source IP address
6 - API_EC_HOST_API: This method must run on api.facebook.com
7 - API_EC_HOST_UP: This method must run on api-video.facebook.com
8 - API_EC_SECURE: This method requires an HTTPS connection
9 - API_EC_RATE: User is performing too many actions
10 - API_EC_PERMISSION_DENIED: Application does not have permission for this action
11 - API_EC_DEPRECATED: This method is deprecated
12 - API_EC_VERSION: This API version is deprecated
13 - API_EC_INTERNAL_FQL_ERROR: The underlying FQL query made by this API call has encountered an error. Please check that your parameters are correct.
14 - API_EC_HOST_PUP: This method must run on api-photo.facebook.com
15 - API_EC_SESSION_SECRET_NOT_ALLOWED: This method call must be signed with the application secret (You are probably calling a secure method using a session secret)
16 - API_EC_HOST_READONLY: This method cannot be run on this host, which only supports read-only calls
17 - API_EC_USER_TOO_MANY_CALLS: User request limit reached
18 - API_EC_REQUEST_RESOURCES_EXCEEDED: This API call could not be completed due to resource limits

Read More


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #facebook
    • #oauth
    • #error
    • #codes
    • #graph
    • #api
    • #list
    • #full
    • #1
    • #2
    • #3
    • #4
    • #5
    • #6
    • #7
    • #8
    • #9
    • #10
    • #11
    • #12
    • #13
    • #14
    • #15
    • #16
    • #17
    • #18
    • #19
    • #oauthexception
  • 1 month ago
  • Permalink
  • Share
    Tweet

wheree next?

Last November I had a business idea, an idea at the time which needed refining, but didn’t appear to have too many barriers to it achieving success. It was simple, a site that recommended one venue or event to it’s users each day, along with exclusive offers for that venue or event. A GroupOn of sorts, but only for one bar or club at any given time. The service, dubbed ‘wheree’ (the extra ‘e’ plagued me), aimed to solve the common question ‘where to go out tonight?’. Current promoters earn around £1 per name for every customer they bring into a venue. The goal with wheree was to become a completely digital promotions company, one that had far lower overheads than traditional promoters and one that could significantly undercut this £1 per person price point.

As an 18 year old student working out of a dorm room, with a ‘business’ that had nothing to show for itself (bar from a few screenshots of an unfinished site), convincing bars and clubs to take part in trial nights wasn’t easy, but after speaking to over 30 venues, I managed to book 3. I couldn’t of wished for the 3 consecutive nights going any better; wheree was a big success. We got over 2000 unique visitors to the site during these 3 nights, and ended up bringing in an extra 500 customers for the 3 bars and clubs. This was down to unbelievable support from my friends and family on the nights and during the weeks leading up to them - I can’t thank you all enough.

I learnt a lot from this experience, not just technically (teaching myself PHP, MySQL and jQuery in a weekend) or how to handle myself when speaking to clients, but about myself, and about what I want to achieve in my life. This process was one of the most enjoyable things I’ve ever undertaken, but this doesn’t stop the concept of wheree from not aligning with my skill set or ambitions. The idea is sound, and is still perfectly feasible, but because of it’s nature, it being filled by the company, rather than it’s users, it isn’t a project I want to continue to be a part of. If I’m going to invest as much time into a project, I want to spend it building and creating a product that can be enjoyed and filled by its users, rather than one that involves constant selling to clients. 

Up until a few weeks ago, wheree was going to be bought by someone who would of carried the business forward, but unfortunately this deal fell through. I’m still in the process of talking to potential buyers, but I feel that now is the right time to announce my next venture, one that is completely separate and different from wheree, GuestSort. Something I learnt time and time again from my experience with wheree is that club’s and bars are now very much into promoting themselves through social networks rather than outsourcing this process. Guest lists are increasingly becoming the go-to-method of drumming up publicity for an event on Facebook. 

The problem is that Facebook doesn’t offer anything like a guest list system. It provides basic event pages for, you’ve guessed it, events, but these have to be bodged into becoming guest lists by using the comment section. GuestSort is going to change that, in a very big and exciting way, not just for promoters, but for those that add themselves and their friends to guest lists. The end goal is to make joining guest lists much easier and more intuitive for you, the user, but to also dramatically increase the events presence on Facebook, helping promoters. The core product to all of this, LiveList’s, is a month into it’s development and is nearly ready to be unveiled. I can’t wait to be able to show it off to you, but until then thank you all for your continued support.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #wheree
    • #guestsort
    • #announcement
  • 1 month ago
  • Permalink
  • Share
    Tweet
Why can’t the Wii play DVD’s?
I just tried to watch a New Years Eve hangover curing episode of The Simpsons. I loaded the disk into the slot loading drive, waited for the whir of the motor, sat back, and then read an error message. The Wii can’t play DVD’s, but why?
The compact disk was invented in the 70’s and finally saw public release in 1981, the first record of which ever printed on a CD was Abba’s The Visitors [1]. The Digital Versatile Disc, CD’s higher capacity cousin by a factor of 10, was invented in 1995 and released soon after. Technically speaking, the two formats, in terms of their process of storing data, are identical, the reason why CD’s are playable in DVD drives. The key difference is that the DVD’s ‘pits’ (the technical term for the grooves that store the binary bumps) are half the diameter of those found in the CD, and that the DVD has two layers of these pits as opposed to the single layer of the CD.
Surprisingly this doesn’t equate to DVD players to requiring any sort of more accurate or sophisticated lasers to read the previously mentioned binary bumps. This component in a DVD player is exactly the same as the one found in a CD player.
The monetary difference comes between the two formats because using the DVD standard requires a licensing fee - something that makes up $20 of the $200 [2] spent on such a player. It seems therefore that the lack of DVD playback on the Wii was because Nintendo got cheap, and couldn’t stomach this extra cost.
PS - in researching this post, I stumbled upon possibly the worst looking website in the world, take a look for yourself. Oh, and Happy New Year.
Pop-upView Separately

Why can’t the Wii play DVD’s?

I just tried to watch a New Years Eve hangover curing episode of The Simpsons. I loaded the disk into the slot loading drive, waited for the whir of the motor, sat back, and then read an error message. The Wii can’t play DVD’s, but why?

The compact disk was invented in the 70’s and finally saw public release in 1981, the first record of which ever printed on a CD was Abba’s The Visitors [1]. The Digital Versatile Disc, CD’s higher capacity cousin by a factor of 10, was invented in 1995 and released soon after. Technically speaking, the two formats, in terms of their process of storing data, are identical, the reason why CD’s are playable in DVD drives. The key difference is that the DVD’s ‘pits’ (the technical term for the grooves that store the binary bumps) are half the diameter of those found in the CD, and that the DVD has two layers of these pits as opposed to the single layer of the CD.

Surprisingly this doesn’t equate to DVD players to requiring any sort of more accurate or sophisticated lasers to read the previously mentioned binary bumps. This component in a DVD player is exactly the same as the one found in a CD player.

The monetary difference comes between the two formats because using the DVD standard requires a licensing fee - something that makes up $20 of the $200 [2] spent on such a player. It seems therefore that the lack of DVD playback on the Wii was because Nintendo got cheap, and couldn’t stomach this extra cost.

PS - in researching this post, I stumbled upon possibly the worst looking website in the world, take a look for yourself. Oh, and Happy New Year.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #wii
    • #dvd
    • #playback
    • #cd
    • #licensing
    • #cost
  • 4 months ago
  • 11
  • Permalink
  • Share
    Tweet

The place where the grass seemed greener. (Nokia Lumia 800 Review)

A few weeks back, as I sat in front of my iMac, admiring it along with my Macbook Air, iPad, iPod and iPhone, something dawned on me: I’m too tied into Apple’s ecosystem. I needed a change from the Cupertino lifestyle, and thought the grass looked greener elsewhere. At the same time Nokia coincidently offered me a Lumia 800, to have, for free. I of course gladly accepted.

First things first, despite sounding very much like a point and shoot camera, the Lumia 800 is in actual fact Nokia’s latest flagship device, the first offering from the Finnish company to run Microsoft’s Windows Phone 7 (WP7) operating system. The phone features a 3.7” OLED capacitive display, an 8 megapixel camera, 8 Gb of onboard storage, a 3.5mm headphone jack, HSDPA support, and a 1.4 GHz single core processor, all of which is crammed into a 142g unibody, polycarbonate casing.

Despite myself just listing these, a phones hardware specifications are almost irrelevant these days, what really matters is the software that’s nestled inside it’s black bezel. Windows Phone 7 is a compelling re-imagining of current smart phone operating systems. The biggest change from the norm is it’s truly revolutionary user interface, what Microsoft like to call ‘Metro’. There’s no artistic drop shadows, artistic trickery creating illusions of bygone physical objects, or elements that try to add dimension to the pixels onscreen, just a fresh, simple layout, with a big focus on large type headings and monochromatic, inverted text-on-background colour schemes. It’s nice to finally see originality in this industry, especially from Microsoft.

I’ve been an iPhone user for over 5 years now, so during this process I wanted to be as open minded as possible. I completely moved all of my content to the new phone and made it my primary device. The short of it: I didn’t enjoy this switch. My challenge now is to try and explain exactly where the phone fell down, leading me to this conclusion. There was no startlingly broken or bad features that lead to this, more that there was a lengthy series of fairly small failures that accumulated to this resounding No.

In terms of the basic navigation of the OS, it’s tile home screen paradigm just doesn’t work on a functional level - you feel yourself constantly wanting to go backwards another level to a real home screen every time you return to it. Instead of icons, WP7‘s home screen is a grid of tiles, all of which containing unique and personal information relating to your activity from within each application. This on paper sounds effective at relaying new, important information, but in reality becomes an overly noisy mess with key information being hidden amongst the unimportant.

The badge approach - when a number is displayed on the applications icon to show new activity - is a much more effective method of highlighting this to the user. On OS’s that use this paradigm, users are able to quickly scan the home screen, on WP7 you find yourself devoting far more time than necessary to achieve the same effect. The lack of a notification area, one that delivers a quick overview of all recent messages, email, and calendar appointments, much like those found on iOS and Android, is also sorely missing on WP7.

The phone has 3 capacitive buttons running along the bottom of the handsets front panel; Back, Start, and Search. Start takes you to the discussed tile launch screen, Search to the Bing mobile app, and Back to the previous level or state of the current application. Holding down this Back button takes you to the phones multitasking interface. This presents running applications in a card like manor, very similar to what is seen in WebOS, letting the user quickly jump between ‘running’ applications. Multitasking on phones is an odd being as in reality the applications that are supposedly ‘running’ are most definitely not, they’re actually put into a dormant state. 

This process requires memory allocation by the operating system, but allows applications to be launched far quicker the next time they’re opened. Theres a limit of how many applications can be put into this fast switching state due to the scarcity of RAM available; WP7’s limit is 7. You’d assume therefore that a key function of the multitasking interface would be to kill some of these dormant applications, freeing up memory and saving battery life in the process, but surprisingly no, this infuriatingly isn’t possible from the multitasking switcher. The way the user actually goes about this task is by switching back into the application and then going back to the home screen. This makes as little sense as having Germany share the same currency as Greece in 2011.

My next gripe is Hubs. This is more of a personal preference rather than an actual complaint about the operating system, but is one that became increasingly more annoying when I spent more time with the phone. WP7 combines and amalgamates all of your contacts from your phone book, Facebook, LinkedIn and Twitter, into one ‘People Hub’. This Hub also contains an extremely basic integrated timeline, showing recent user activity, such as photos, wall posts and statuses. I don’t like this integration. Searching through 1500 contacts to call just one number isn’t fun, especially when you quickly find duplicates. 

It doesn’t make any sense to me to include an activity timeline when all 3 of these social networks offer far more powerful downloadable applications from the Marketplace. Other hubs include ‘Photos’ and ‘Me’. The first of which again combines your photos and friends photos from the networking sites into one central location, the second is a combined Facebook, Twitter & LinkedIn application that again offers less functionality that the stand alone downloadable applications. The very worst offender of this stupid integration is the ‘Messages’ hub - you’ll go to text someone but instead will Facebook Message them without realising, brilliant.

WP7’s applications rely heavily on an interaction called ‘pivoting’ - swiping from left to right - on doing this, another section of the application is revealed. When theres only 2 sections within an application, pivoting works effectively as you the user is aware of the other section as it’s labelled next to the current one at the top of the screen. It starts to go wrong when applications exceed this number of sections as the oversized label style then means that sections become hidden, often making you not realise that there’s more functionality inside an application than what is visible.

The included Maps application couldn’t correctly locate me (always deciding that I was in a location a mile away from my actual one). The speakers really disappoint, they’re loud yet are distinctly average, producing extremely tinny and flat results. The included browser - Internet Explorer - renders some sites extremely peculiarly, and doesn’t match the speed of the competitions offerings. Bing search, has always been, and always will be, is rubbish. This wouldn’t be an issue if you could change the search button to link to Google, but you can’t. Text selection is overly long winded. Moving the text-cursor is second to selecting entire words - something that is the opposite on iOS and Android for the very good reason that it’s a task done more than the other.

A core part of any touchscreen phone is it’s keyboard. WP7 isn’t necessarily bad, on a basic level it works fine, but it could be greatly improved. On iOS and Android, touchspots for certain keys become bigger when the probability of the user using them next increases. This lets the user type furiously fast yet still achieve perfectly coherent and grammatically correct sentences.

To be truly impartial I need to also mention what’s actually good about this phone, and a lot thankfully is. The overall speed and snappiness of the OS is outstandingly good, especially considering that it’s running on a now last-generation single core processor. It’s a much better experience than on Android phones, where interactions can at times feel laggy, and is definitely on par with iOS. The camera is good, and the bundled application lets the user quickly add fun filters to their photos, Instagram esc. Where the heavy social integration actually works is in such a use case scenario - taking and then sharing a photograph to Facebook takes 2 taps, far better than the equivalent process available on iOS or Android. 

The phones casing, however aesthetically pleasing, is made of polycarbonate, which lends to the device not feeling nearly as precious or valuable as a phone such as the iPhone 4S, which offers far superior materials and build quality. The screen is polarised and in combination with the OLED technology means colour reproduction is particularly good, the resolution however is now subpar when put next to a phone like Samsung’s Galaxy Nexus. I wouldn’t go as far as saying impressive, but the battery life still allowed a full days use without needing a charge, which matches that of the competition. The Zune Marketplace, which offers all-you-can-eat downloads of songs for a very reasonable £8.99 a month, worked well and contains a great selection of music. The phones Marketplace (App Store equivalent) now features over 50000 applications, despite this most are lacking in quality, but the odd gem can still be found.

Despite a recent major update to WP7, dubbed Mango, the OS still feels lacking and half baked. The Lumia 800 is on par with the iPhone and the top end Android phones, in terms of contract prices and handset costs, but just doesn’t seem to offer a comparable user experience. It may be that in a years time Nokia will be offering more competitive and compelling hardware, and that Microsoft will have delivered on making the phones’ OS more feature rich, but until then I can’t recommend this phone, nor WP7 as a platform.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #editorial
  • 4 months ago
  • Permalink
  • Share
    Tweet
Dumb feature.
That’s a drag cursor. One that symbolises a draggable, movable, onscreen object. The beneficial functionality added by making the profile popover draggable: 
None.
Pop-upView Separately

Dumb feature.

That’s a drag cursor. One that symbolises a draggable, movable, onscreen object. The beneficial functionality added by making the profile popover draggable: 

None.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #new
    • #twitter
    • #design
    • #dumb
    • #feature
    • #drag
    • #draggable
    • #pop
    • #over
    • #box
  • 5 months ago
  • 95
  • Permalink
  • Share
    Tweet

iBooks full screen mode: the first sign of Jobs’ absence from Apple.

Jobs rarely compromised when it came to design. He viewed himself as an artist, and was the soul vision behind many of Apple’s projects. In his mind, his opinion wasn’t so much an opinion, but more so the truth. He was a true perfectionist, a stickler for the finest details and had a love for excessive polish. His response to a passing viewing of a third-party app best reflects this - “The background needs more texture”.

But now Steve is gone, and Apples’ employees are creatively free to do as they wish. When Apple first introduced the iPad back in January 2010, their e-reading application iBooks was given extensive coverage. With its sophisticated page curls, subtle shading and realistic paper bound texture, the app created an illusion that the user was holding a physical, tactile book. This was Steve’s vision, and is the epitome of his aim to create products that intersect technology with the liberal arts.

Yesterdays iBooks update brought a feature dubbed ‘Full Screen Mode’. When enabled, all of the artistry featured in the previous design of the application is removed, stripping it down to its most basic, bare bones form. This option would of never been allowed under Apples’ previous CEO, and to me best represents where the company is creatively heading.

Design by committee never works (Hello, Google), but neither does narrow-mindedness and ignorance. It’s not hard to imagine that we’ll soon see an expansion of this new user-flexibility in Apples future products without Jobs’ sometimes unnecessary dictatorship, a departure from their love of the infamous linen texture seems less likely. 


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #ibooks
    • #apple
    • #steve
    • #jobs
    • #future
    • #control
    • #ceo
    • #design
    • #vision
    • #texture
    • #ipad
    • #iphone
    • #ipod
  • 5 months ago
  • 3
  • Permalink
  • Share
    Tweet

Right now, most computers suck.

When people first discover what course I’m reading and my main interest in life, I get bombarded by questions, and I love it. I love that normal, everyday people are now passionate for a once non-consumer relatable industry. People care what device is best for them, what their next phone should be, and if tablets really are the future of computing. But something troubles me about this; the people that make these products don’t understand the consumer.

Industrial design used to be key. Now the importance of hardware has been superseded by software. The modern day form factor of a smartphone is a mere canvas for the content displayed on the screen - a plain, black frame that allows the software to really shine.

The people that design software don’t think like designers, they think like engineers. The best representation of this is Android. The Android OS has dominated the handset market in recent years, but from a usability standpoint it’s crap. Key features are hidden deep behind pages and pages of obscure menus and navigational items. There’s no consistency between the placement of user interface elements between one application and another. This is fine if you’re geek, but if you’re not - and general consumers aren’t and crucially never will be - you won’t get as much out of the device as you should and deserve. It seems engineers design things that suit their needs, without any thought of those of the greater population.

It used to be that Computers were only good for mathematical operations and word processing, making them ideal for business use and business use only. This clearly is no longer the case.

Computer Science needs to adapt to its new demographic. User experience and design needs to be at the core foundation to everything that we do. Brilliant engineers that solve the problems that enable us to progress ever further are of course essential, but if the consumer can’t access these solutions, they go wasted.

We shouldn’t make grey ugly boxes that are aimed at enterprise customers that run software that only can be interpreted by its creators like we’re still in the 80’s. But should build truly beautiful devices that enable everyone to meet there full creative and academic potential, delighting them in the process.

The one company that truly gets this, and has always gotten this, is Apple. As a collective they understand that you don’t care about RAM or ROM, or the CPU’s clock speeds, but whether the device works in a usable, coherent and accessible way, every single time you use it. Consumer electronics is at the intersection of liberal arts and technology. Technology is becoming ever more advanced and powerful, in turn becoming ever more complex. This complexity shouldn’t translate down to the consumer, and it doesn’t need to.

The fact that technophobes exist is a sign that something is going wrong. Things are improving, thanks to people like Matias Duarte, but at a frustratingly slow rate. We shouldn’t have to rely on Apple to push the boundaries of inclusive software design.

I’m fed up of fanboyism. I like good products. Products that work together in unison, make my life easier, are straightforward to use but at the same time infinitely powerful, dependable, and aesthetically gorgeous. Apple are the only one that can continually make products that are a polished combination of all of these things. The lack of true competition is getting boring.


Follow Ryan Brodie on Twitter, @rysle, to keep up with his latest posts and projects.

    • #future
    • #computer
    • #science
    • #user experience
    • #user
    • #interface
    • #graphical
    • #android
    • #ios
    • #apple
    • #google
    • #microsoft
    • #steve jobs
    • #matias duarte
    • #suck
    • #editorial
  • 6 months ago
  • 10
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 5

Portrait/Logo

Ryan Brodie, a Computer Science Undergraduate at the University of Nottingham, former Starbucks Barista, creator of Left Angled and founder of wheree, is mad about Consumer Electronics. So mad that he fills this very blog with his facts and opinions on the biggest news stories within the industry.

Contact
ryanbrodie@me.com

Me, Elsewhere

  • @rysle on Twitter
  • Facebook Profile
  • ryanedwardbrodie on Youtube
  • rysle on Flickr
  • rysle on Last.fm
  • My Skype Info

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile

© Copyright 2011 Ryan Brodie. All Rights Reserved.