Do I really need mobile internet?

Written on 2 October 2015, 02:07pm

Tagged with: , , ,

In the beginning of this week I started a little experiment. I did not reload my prepaid phone card – meaning I no longer had the usual 2Gb of mobile internet which were typically lasting for 3-4 weeks. I didn’t really know what to expect: without being a social media guy (probably one of the last on this planet not being on Facebook), I thought that FOMO will kick in. Well, it didn’t, maybe also because I was not 100% disconnected, still being able to access the internet from work.
Here are my top 10 findings, collected in a random order. Next to each item I put a score representing how much I missed the connected mode:
1 – not missed it at all
2 – not missed it, but it was nice to have
3 – missed it, but I could easily find a workaround
4 – missed it; the alternative is inconvenient or time consuming
5 – definitely missed it; impossible to do offline and no real alternatives/workarounds

My offline experiment

1. Music: I missed the fact that I could not listen to a particular song that crossed my mind and I had to rely on the offline playlists. Also, on one occasion I could not Shazam a song playing on the radio. Score: 3/5
2. Email: Not receiving emails on the fly is not a problem; I rarely receive emails I must respond urgently. In any case I could check the email several times per day from work. What was really annoying was the fact that I could not snooze emails to have a clean inbox. Score: 3/5
3. Photos: Here the only problem was not being able to post the photos on flickr or share them with family on Google Photos. Not very annoying, so score: 2/5
4. Files: Accessing files from Dropbox could eventually be replaced using the website; but extracting a file stored on my iPhone (like a photo or scanned invoice) required connecting the device to my work computer, which is not always possible and definitely inconvenient. Score: 4/5
5. News: Being informed is important to me, and I like being notified about the latest news. I use Newsify as feed reader – and during the test I had to make sure that I download the news in the morning. I was eventually catching up with the updates in the evening, along with the football and local news. Score: 3/5
6. Connected devices: Here I found that the mobile internet is essential. I was no longer receiving updates from my connected security camera or smoke detector, unable to see/set the home temperature or to find my Tile. Internet of things, so score: 5/5
7. Messages: switching from iMessages to old-school SMSs was not an issue in communicating with the persons that already knew about my experiment. But it was an issue for the ones who didn’t, so I was not receiving iMessages until the evening. Also, I was unable to send/receive other media than simple text. On the other hand, synchronous communication is not ideal, so score: 2/5.
8. Weather: In Belgium the weather can change quickly. So I got used to checking the forecast regularly and have the temperature displayed on my watch. Also, I was relying on push notifications to have weather updates twice per day. With the offline mode being active, I had to make sure that every morning I check the weather from home. Score: 2/5
9. Maps: During the experiment I did not need the maps. However, I know that it’s a feature that I use from time to time, and I would rate it as essential. The alternative would be to download maps for offline use, but it’s not always practical. Score: 4/5
10. Others: I realized that I am using the mobile bank app more often than I thought. But this was not an issue and it can always wait for the wi-fi.
Tracking car fuel consumption was still possible by taking a few pictures and filling the data at home.
Checking the mobile operator stats (credit, usage, etc) was impossible even on wi-fi (cellular data must be enabled), but I could always send a mobile request (#120# or similar).
Calendar, TV schedule or Skype could always wait for the wi-fi.
Overall, I would put score: 2/5.

Conclusions

Being disconnected is not a first world problem. We got used to do certain things from mobile internet. Meanwhile, it’s true that the current technology makes it incredibly easy to introduce yourself ‘mobile’ needs: communication, information, home automation, secure mobile banking, etc.
During the offline experiment, I also noticed some benefits. Being offline meant:
– more time to read e-books or 100-pages long PDF posts
– more time to play Peak
– more time to take/edit pictures
But being disconnected did not meant I stopped using my iPhone. Nor that it pushed me to buy newspapers/books. It just meant that it made me plan better for the day, re-organize things and make the most of the wi-fi usage.

To answer the question in the title – yes, I need mobile internet. After all, my scoring system above indicated that 3 items out of 10 scored 4 or 5, and the average was 3/5. What’s more important, mobile phone slowly becomes synonym with mobile internet device. And that’s the point to remember.

brussels

The Web in 2011: these are exciting times!

Written on 16 December 2011, 12:32pm

Tagged with: , , , ,

This is a selection of the most important ideas expressed in this article: What I Learned About the Web in 2011

User experience

Emotion is at the heart of every decision we make. Emotion shapes our behavior by casting the tie-breaking vote when logic determines appropriate options for our consideration.
It’s centrally important to seek simplicity, and especially to avoid making things hard to use or understand.
Most websites and apps launching today all are beautifully designed with care.
God is in the details.

Mobile apps

A small screen doesn’t signal a desire to do less. The real question isn’t what to take out of a mobile app, but what to add.
Websites are becoming more and more “app-like.”
Mobile payments – increasing percent

Responsive design

Speed: A web application is a “living” thing and all living things are continually changing from cradle to grave. The faster they can respond, the better they can adapt to change.
Websites should be intelligently malleable things—adaptable and responsive to a broad continuum of uses and devices
Silent browser updates: how can we best help our users understand the changes in experiences that they will encounter as we adapt to building single, responsive sites?

The Web

We have to start realizing that our job is no longer solely to produce sites, apps, and pages built in HTML, CSS, and JavaScript. We have to expand our definition of what the “web” is. More and more, the “web” is not a platform. It’s a service with clients on many platforms.
That iteration is king and that perfection should never be achieved—shipping it is more important than trying to perfect it endlessly behind the scenes. It’s better to release with a solid core set of features and then iterate and add as time or users necessitate it.
(more…)

Amazing things you can do in HTML5

Written on 24 November 2011, 07:21pm

Tagged with: , , ,

  1. manipulate the browser history and build awesome asynchronous user interfaces like this one or highly responsive and intuitive interfaces like this one
  2. know the user location and serve him customized content (remember that ‘date single women near [your location]’ ads? :P)
  3. store data in the user browser: more than 4k of data, stored on the client, that persists beyond a page refresh and isn’t transmitted to the server. For example to store the number of the last page read in an online book or to save the settings of an online game between browser restarts
  4. use new input types (like the slider, color picker, date picker, etc) and unload the validation task on the browser
  5. allow the user to take your app offline, edit it, and synchronize it when back online. Example: GMail offline
  6. Play video for everybody
  7. Use the canvas element to draw amazing 3D text or sticky things (try this link on your mobile device, and shake it :))

Yes, you can use all of these features plus many, many more right now. Most of them will gracefully degrade if the browser is too old or simply does not support them.
Now read the list above once again thinking about the implications on the mobile browsing.