Tuesday, 3 January 2017
Thursday, 8 December 2016
4 tools a nomophobe with serious FOMO uses
Anonymous
08:30
apps, content, feedly, flipboard, fomo, nomophobia, pocket, productivity, tools, tweetdeck
No comments
I'm a self-confessed nomophobe - actually, it goes beyond that I'd say.
This is what nomophobia is...
My go-to anecdote on this is that I dropped my phone (at this point, I was on a Nokia 530 - one of those Windows phones) and whilst the screen was being repaired, I was phone-less for the first time in about 5 years. Five years I'd spent with a phone either on my person or within relative reach.
And it was seriously weird.
Anyway - back to my point. Nomophobia encompasses the sensation that you're lost without your phone. I'd argue I have a serious case of FOMO. What if I miss something? It's not quite anxiety, but I just like knowing... stuff. Think of Johnny Number 5
The crux of this blog is this; how does a nomophobe with serious FOMO keep on top of things? I'm going to share 4 "tools" I use to do this.
1. Tweetdeck (http://www.tweetdeck.com)

Tweetdeck is awesome. Simply awesome. If you can stand Twitter, and want to take it to one level further, check out Tweetdeck. I stumbled upon it when I was looking for a way to auto-refresh the native Twitter page - This is so much more elegant.
a) It's realtime. The latest tweets are at the start, it auto-updates.
b) All your streams. At once. You can view your "Home" stream, you can track hashtags (for instance, during the Tableau Conference in Austin, I was tracking the #Data16 tag and had it as a column)
c) And with streams, come lists. Come scheduled posts. Comes multi-account management. And it works so so so nicely.
The final feature which I like, is scheduled posting, a feature I mentioned above. Being able to stagger posts, re-post at "convenient" times for different time zones is really powerful when attempting to maintain an online presence.
Of course, Twitter isn't for everyone. But I like it, and Tweetdeck is my saviour for this.
2. Feedly (http://www.feedly.com)
For ages, I had no idea what RSS meant. And about a week or so after I found out, Google Reader (largely heralded as the best RSS feed manager around)
However, I soon found Feedly. There are two things I like about Feedly. First, is the - you guessed it - feeds. The fact you can great groups of websites/blogs to keep on top of is great. For me, being able to segment economics/financial thought, contemporary tech, as well as data viz and football analytics is priceless. During my placement year, much of the walk was spent catching up on feeds - not so much when I cycled into work though.
It's also great for integration & sharing - I rarely use the auto-completed tweet, but it's a nice way to tweet the articles you've read and are interesting. It's not perfect of course - some articles you will have to click through to the website after a sneak preview, while other you'll be able to read the full text of.
It's a great tool for curating content you know you regularly read.
Which brings me to number three...
3. Pocket (http://getpocket.com)
Pocket is a great quick, easy way to save content to 'read later' - As long as you keep syncing with your phone, you'll be able to read most of the content offline. I use it to tag posts I want to read, which I don't have time to - It fits nicely with Feedly, as if you're on your computer and you see a blog post which you might miss (due to whatever reason), Pocket is really nice for getting back to stuff you want to read.
The best bit, and for me how I use it the most?
Twitter likes.
There's a simple IFTTT "applet" (they don't call them recipes anymore...)
This does what it says on the tin. And it's superb - How many times have you scrolled through Twitter and liked something as a "I will read you later" action, and not been able to either find it, or simply forgotten?
This takes a step for making that not happen. It's handy!
4. Flipboard (https://flipboard.com/)
Flipboard is fantastic.
I've used it since the days I had an iPod Touch - You feed it topics that you're interested, and every morning, it populates new content from each of these. And, you guessed it, you flip through stories.
I largely use this to keep on top of the wider "real life" stories. This is what I flip through in the mornings while having breakfast.
Conclusions
Mobile has changed the way we consume content - indeed, it's helped us curate our content to stuff that we believe in, so we feel empowered.
Of course, your feed of content and data is as good as the funnel you create.
Am I missing any? What are apps or website which you use to keep on top of things?
Wednesday, 9 November 2016
QS1 | A New Project
Anonymous
16:42
dashboard, data, data viz, quantified self, tableau, visualisation
No comments

When doing Dear Data 2, Andy Kriebel used a multitude of mobile applications to track something every week. For me, I didn't want to commit to something over just 7 days, and wanted a bit more data to play with. So my plan is to go through and track one thing every month and visualise it and see what I find out. I'll be using 28 days of data (because, well, February)
This month, using a IFTTT (if this, then that) recipe to log the temperature of where I am to Google Sheets every morning. So what I've done with this data is a really simple visualisation. The fields I had were;
- Condition (cloudy/sunny/rain etc)
- Sunrise at
- High Temp
- Low Temp
- Temp
Given it's a temperature visualisation, I used a "thermometer" style chart, with the dot representing the daily low, and the Gantt showing the difference between high and low. The label itself is the simple daily temperature.
When I finished the visualisation, I created the key (top right) - I love stuff like this, and I've been a huge fan of Andy Kirk's "the Little of Visualising Design" series. The key is a really nice simple visual way of understanding how to read the chart. It saves on text, and when done will can be super brief - Let me know what you think about my effort!
After this point, and adding the text - I sat back and realised I had a lot of blank space at the bottom of the viz, so I added a few headline figures to add a bit more simple information to the viz.
Please feedback on this visualisation; next month (or rather this month), I am tracking the amount of times I consciously look at a clock/the time.
Wednesday, 26 October 2016
Visualising my first ParkRun
Anonymous
07:47
alteryx, data viz, parkrun, quantified self, spatial, tableau, visualisation
No comments

So - The workflow for the .gpx files like this overall:
Let's break this down..
First up, I've configured the Input to read .gpx files like this:
This is followed by three Data Prep tools - They're relatively self-explanatory, but for reference, the formula I've used to split out the "T" and the "Z" (which come with the native .gpx file in the "time" field) is this:
Substring([time],0,10) + ' ' + Substring([time],11,8)
I wasn't actually aware that you were able to integrate spatial formulas within an Alteryx workflow - so this was a great exercise to try new things. The running total & re-join is to add tags for the "start", "finish" and middle points on the way.
Finally, I added time as a factor to my dataset using seconds from the datetime field created from the formula tool which got rid of the T and the Z's
The multi-row formula tool I used to split out the seconds was this
The VisualisationIF [RecordID]=1 THEN 0 ELSEDateTimeDiff([DateTime],[Row-1:DateTime],"seconds") ENDIF
When it came to visualising the data, I had a few ideas in my head - but this is where I have to give kudos to Ben Moss, Peter "Bambi" Gamble-Beresford, Lorna Eden, Ian Baldwin & Elnisa Marques for the feedback and thoughts, even for the ideas I rejected.
Check out the various iterations below (I lost one of the most radical ones as I forgot to screencap it!)
Check out the finished visualisation below, or on Tableau Public here (
Wednesday, 12 October 2016
McCandless & Data Viz - The Rebellious Teenage Years
Anonymous
21:42
data, data viz, david mccandless, visual, visualisation
No comments
Since about 2013, when I lived alone in Manchester during my placement year, I've kinda been bored of simply having dinner - While cooking I'd watch something, and I'd need to be doing something while eating too. Sometimes I Skyped back home or my friends, other times I watched TV shows, Movies, YouTube docs and a lot of TED Talks.
This theme has continued when I have dinner alone (as in, when I get home too late for my family to wait) (which is sadly, fairly regular) - And this evening I watched this talk by David McCandless.
Among citing Hans Rosling as his master, there was a lot of great stuff in this 17 minute talk. The thing I love about TED Talks, is I see how great presenters present - and more importantly, how presenters best convey their information in an engaging way. Ensuring information is engaging was one of the prevalent points to McCandless's (I'm going to refer to him as DM now - sorry David!) talk. One of my favourite lines is, "visualisation allows you to compress lots of information down into one clear picture." And that's exactly what it does! The data obtaining process, the cleaning, the exploration and then the final presentation - This is what designers do.
On the subject of designers - DM mentions he has no professional design experience - and makes the point, that given the volume of information around us, and the way we're presented it [be it on the web, print media, advertisement..] we all have this inherent design sense. When something looks right or looks wrong, or colours which match or don't match. The rest comes through practice and refinement.
Above is a graphic from the presentation by, I believe, a Scandinavian physicist who shared the relative impact our senses had, or rather the volume of information that our senses understood. As you can see (ha!) sight is the highest, with touch, hearing/small followed by taste. The white box in the bottom right? That's how much we're aware of.
This just highlights the huge importance that data visualisation has on helping us consume content - And another key point DM made was the importance of relative context, and how the picture is the beginning, and that words help to refine and define the meaning of a visualisation.
During our training at the Data School, we were taught largely functional "best practices" and guidelines - and through my own personal development, working with clients, engaging in discussions... I'm beginning to move towards a McCandless view of thinking. Beautiful visualisations draw us in, and when presented, they are massively impactful. It all comes down to the medium and the way that we're consuming. Is there supporting text, is it clear when explained, what is the desired impact?
This is where I think our community is great at nurturing and challenging what we think we know - and where we get to the post-school rebellious teenage years followed by, well. Experimentation.
I'd love to hear people's thoughts, either on the TED talk or any of the points I've discussed above.
Tuesday, 27 September 2016
Data Visualisation Style Guides; Part III - Using Icons
Anonymous
12:44
data viz, style guide, visualisation
No comments
For Part II (Chart Types) of this series you can find it here
Icons are all around us and are visual cues to so many aspects of our lives. Small, often square, these pictures are images which we cognitively associate to the relevant area. And we don't even think about it.
The icon for new post, the icon to 'like' something... Even the settings icon! This is because meticulous work has gone into the branding of these firms, and the styles they should take. Check out the Google icon guide for instance (https://material.google.com/style/icons.html#)

- Visual cues in order to associate without drawing attention away from the main object/message
- Icons in homogeneous styles in order to follow & enforce branding and consistency
Next Time...
Thursday, 22 September 2016
#DataLessons - 5 Tips
Anonymous
19:00
data, data viz
No comments
Given that it's "back to school" month with Tableau, they're running a hashtag called #DataLessons - Aimed for people who have been working with data, the objective is to share lessons for those just getting started on their data journey.
Given I graduated straight into this field (sorta), and have had a very specific education in this field, I thought I'd share 5 tips - In no particular order;

1. Be Inspired by the Community
Getting started with Tableau *can* be daunting. The first visualisation that I saw that Chris Love had created was his incredible, insane, crazy History of the Football League chart. I remember telling Tom Brown that "He must have used some sort of code" in my interview. But the honest truth is, Tableau Public being the incredible open resource is, if I did want to look under the hood to see what Chris had done, I could - and I still can.
The community is one of the best, best, best parts about Tableau - And I'd argue for those working with data in general. Tableau itself is massively non-aggressive & there are mentors, inspirations and friendly people everywhere from the forums to the Twittersphere.
2. Come with an open mind to learn
The key part of any lesson is the willingness to learn - There are so many different ways to work with data. In anger, to solve a problem. As a hobby, because you want to know more about a subject. With intent, to create or bring to life a concept which you have in your head. The number of bloggers, tutorials and ways to pick up Tableau is growing every day, and similarly the resources to pick up R, Python, Alteryx and a whole host of data and data viz tools is growing almost daily. And long may that continue - It's only through learning can we help improve as a collective and feedback features which can make the learning curve that little bit shallower.
3. Keep it simple/Have a purpose
When working with data, it's easy to get lost. Your mind begins to wander, and you think to add more and more contextual data, some population data here, some demographics, some spatial... And before you know if you're lost in a data lake with half a paddle and wondering what you waded into the lake for in the first place.
In particular, I struggled with this to begin with - Because of the pace we were learning, applying and developing our Tableau knowledge, I wanted to use it all. Use EVERYTHING that I learned into one big amazing viz. Which, I can tell you from experience, is not the best way to approach it. Thinking about the question, the purpose, the reason for creating a visualisation. Complex charts are awesome, but keeping it simple is a great way to understand your tools.
You don't build conservatory if you've never built a wall.
4. Fail, and get better
Getting feedback is the key to getting better, especially given the friendliness of the data viz community. If something can be improved, and you actively seek advice & critique then you're well on your way to developing your data skills. This doesn't just apply to visualisation either; efficiency tips, blogs, meetups... all are legitimate ways of continual improvement - but the enthusiasm and willingness has to be present. The best data folk I know are curious, passionate & always looking to get better and learn more.
Further, don't ignore the value of being open to giving feedback too - Being able to cast fresh eyes on a piece of work is a valuable skill both to give feedback & for learning more about what's "under the hood"
5. Don't be alarmed when you start thinking in tables!
There will come a time when you start thinking about data, or visualisation that in your mind you begin to conceptualise (even dream!) in tables - What the shape of data should be for the desired output, the steps needed to transform your data to the format you want it to be in, the measures, dimensions, parameters needed to get to where you want to go... I think this is perfectly normal.
Once the table is achieved, never be afraid to bend, tweak or break the "rules". There are no rules! The bar chart isn't always the best route to go down, the table might not be the most granular view for your data... Data is a field where you can really be creative and experiment in order to ask and answer questions.
These are a select few of my #datalessons - But be sure to check out the hashtag on Twitter to see more thoughts from other champions in the community!
Wednesday, 21 September 2016
Data Visualisation Style Guides; Part II - Chart Types
Anonymous
08:30
data viz, style guide, visualisation
No comments
- Give direction to the designers, practitioners and analysts who you're working with
- Helps to encourage a unanimous "one company" facet to your business, especially if you're able to work with the marketing teams on this sort of thing (will expand on this shortly)
- Means that the charts created by your own firm and team are instantly recognisable
Sunday, 21 August 2016
Curiosity to Consultancy; Luck, Opportunity & Cole Skuse
Anonymous
22:10
No comments
After a busy few weeks, I was invited to speak at Data+Visual, an event run in London by the wonderful Eric Hannell - And below is the talk I gave there.
Eric sort've gave me free reign to talk, and mentioned that I should talk about my foray into sports data - or something similar. Now, given that I imagine most people reading this blow follow me on Twitter - This comes naturally to me. I enjoy speaking about sports analytics, and in particular tweet *_a lot_* about football in general.
The idea came to me (given I was trying to find time to create and think up a presentation) to talk about a) my journey into data and b) the role that sport played in that.
The raw structure I created when planning my presentation was this:
What?
I got into football analytics and it ended up leading me to my current day job - getting paid to do something I was doing for fun
So What?
Doing so & getting involved is simple, rewarding and opens up (fun?) new ways of analysing and consuming sport
Now What?
The potential for sports data is only growing, let's learn from the past and iterate for the future.
Okay, I came up with that line when brainstorming out loud to my colleague Ben Moss and I loved it - It became the 'takeaway message' of my presentation.
This is now the fourth public talk I've done (in an environment which isn't directly through work), and the third time I've spoken alone. Each time I've tried something new and attempted to get out of my comfort zone.
My aim this time was to speak for 35-40 minutes without losing the audience, and keeping them engaged. I do a lot of brutal self-reflection, so felt that I could have cut a couple of pieces out (such as connecting to my fitbit, speaking at length about wearables). The other thing I'm wary of is that I underexplained some things and overexplained others. I think this is something which I will learn as I get more confident at speaking to crowds of varying backgrounds.
I fully recommend you all sign up to Data plus Visual - There have been some fantastic speakers, and it's a great chance to meet other like-minded people if you're interested in the data space sign up here; http://www.meetup.com/data-visual-London/
Thanks again to Eric Hannell for inviting me to speak, and to David Pires & Andy Kriebel for recommending me to Eric.
Below is the video - I hope you enjoy, and please give me any and all feedback!