The idea behind PopToo

GOAL
Augmenting Common Activity (Music Listening) with Associated Experience (Geo-social Interaction)

BACKGROUND (Reasoning)

1. People like to associate individual activity with the shared ideas like location and musical taste.
    e.g. Crowded concerts, Café playing music for customers

2. From this association, social interaction can happen.
    e.g. Making new friend because of being at the same place and liking the same kind of genre.

3. Such result of interaction is often actively pursued with expectation.
    e.g. Going to a place, or liking a genre, to make new friends.

4. This expectation has entertaining value, enough to encourage people to look for effective solutions.
    e.g. Reading a magazine promoting a Jazz bar playing only Jazz to have fun with new friends.
    e.g. Posting what song he or she just listened on Facebook and count how many Likes received.

  • An effective solution can provide entertaining value to people.
  • Social interaction should be expected from the effective solution.
  • Associating music and location can generate social interaction.

People can get entertaining value from the effective solution for Augmenting Music Listening with Geo-social Interaction.
-> Augmented Music Listening with Geo-social Interaction can be an effective solution for entertaining value.

EMAIL UPDATE SIGN-UP: http://eepurl.com/F5YQP

Advertisement

PopToo 2017 is Coming Soon!

Dear PopToo Friends!

Thank you for staying with PopToo ever since 2011 and 2014!

If you were wondering what has been happening ever since, why PopToo didn’t explosively made new progresses for too long, well, it was all because of the main developer (@petershine) being a busy graduate student since 2015. The developer will tell you more about the life of being a graduate student in later time.

Since the developer had to do his best to balance proper amount time for different jobs, it has taken too long to re-start New PopToo. But as graduation is coming, PopToo evolution can re-start again to excite all PopToo Friends with new evolution! Also, this re-starting is the significant part of Master’s Project for graduation credits.

The main focus of PopToo 2017 will be advancing social interaction among PopToo Friends. Intended as the original concept since 2011, location based song matching for making new friends and previously geocached song recommendation will be implemented.

Within about 7-days, new PopToo updates will be announced and distributed regularly via Apple’s TestFlight for iOS
If you don’t know what it is, it’s simple beta app distribution system under Apple’s management.
Once you downloaded the beta, just Geotag and Share Your Music!

EMAIL UPDATE SIGN-UP: http://eepurl.com/F5YQP

[Hollywood Ending] LIFE AFTER PI (Official)

Harsh reality. If we can’t start being paid for how we worked, we’ll only be able to work for how it’ll be paid. How much creativity can we get from this? Having almost identical problem in software development, I cried watching this video.

“Life After Pi” is a short documentary about Rhythm & Hues Studios, the L.A. based Visual Effects company that won an Academy Award for its groundbreaking work on “Life of Pi”– just two weeks after declaring bankruptcy. The film explores rapidly changing forces impacting the global VFX community, and the Film Industry as a whole.

This is only the first chapter of an upcoming feature-length documentary “Hollywood Ending,” that delves into the larger, complex challenges facing the US Film Industry and the many professionals working within it, whose fates and livelihood are intertwined.

http://www.hollywoodendingmovie.com/

Fully informed and experienced decision

My comment for “Why I Don’t Use Interface Builder”: http://blog.teamtreehouse.com/why-i-dont-use-interface-builder

IB is about Organizing, not about Replacing. IB is a tool, not a regulation.
Once you know the limits of IB and developed good programming habits, IB can be extremely useful.

I saw too much terrible spaghetti codes, which could have been helped by adopting MVC principles and knowing the life cycles of UIViewController & UIView instances.
As a way to help those developers to learn about the principles, I show them how to complete a project using IB and later replace it using only codes, to help them to realize the limits of XIB files and see how whole structure is preserved, to show the real reason for using IB: Separating codes.

And once VIEW components are separated from others, I point out patterns or repetition, which are just configurations at loading of the instances.
Other than iteration, they are not so easy to be solved creatively and quickly, without taking precious seconds, minutes, or hours.
Also, there are more important tasks for fulfilling the requirements of the app, than tasks for calculating frames for labels.

Unless you like it (I saw some people who like it), it’s smart or even necessary to use a tool which was developed to avoid working mechanically. Fortunately in Xcode, we have Interface Builder.

Depending on the characteristic of the projects, the decision to use or not to use IB is totally up to the developers. When they decide not to, I hope it’s fully informed and experienced one, instead of one caused by estranged or uncomfortable feeling toward IB.

Developing New PopToo

As PopToo, specifically the Classic version, is taking a break, New PopToo is busy being developed.

With the strong desire of the developer to try latest iOS methodologies, slowly but steadily, new looks have been tested and new ways to make the experience more enjoyable have been evaluated.

PopToo's New Look

Above image is showing not yet finalized look, but the main idea is to use the map as large and prevalent as possible.

Previously, I posted about my big hope for Google Maps iOS SDK. Without being actually disappointed at it, I have realized what I really needed for PopToo’s map.

Though Google’s map is great for showing regional information, the images are still bitmaps. For PopToo’s use of the map is focused around adding annotations, support for drastic zooming or scrolling, with better animation and rendering rate is more important.

Also, Google’s APIs are not really free. Until I can find the right strategy for PopToo’s growth, I can’t help but to delay my final decision to use Google Maps iOS SDK.

For now, the previous plan has been changed to use iOS’s original MapKit. Even though I recognize the many disadvantages of current MapKit, rather I am willing to make PopToo to complement it with the great features.

You can see them soon. Hope you would like them.

Don’t punish Yourself

It’s given as a PUNISHMENT to a student to write sentences REPEATEDLY on a blackboard.

If you are not careful, it’s quite easy to REPEATEDLY paste copies of identical code snippets. Not using iterative methodologies and not trying to find algorithmic solutions, is like let yourself to be in the state of uncomfortable incompetency, which is a PUNISHMENT.

Sensitive Programmer

As a learner of programming, you may feel stressed and uncomfortable, trying your best to maintain control over the machine, not to be controlled by it.

There are too little time to complete the assignment. Your mind is not clear enough to come up with the best structure of different classes. Inheritance, polymorphism, DRY, MVC and all other essential concepts about quality programming are just ideas without visible lines of codes.

Even if you could finish your work on time, it’s quite painful to see resultant chaos in your own codes. You don’t like your own work, knowing every line in it. And this is a good thing.

Being sensitive enough to realize inefficiency and incompetency in your own work, even if no one criticize it, is a great attitude, especially if you are a beginner. Congratulation! Make sure to keep it as sensitive and sincere like that.

Until you become a true master of programming, who can bring undeniable great architectural solution without taking too much time and resources, please don’t try to avoid or ease the pain for producing quality result.

It’s necessary to feel the inefficiency of scattered snippets within your codes. You need to experience the frustration of attempting to change a small thing, repeatedly about thousand times. After experiencing this, you will never forget the critical importance of DRY principles and will force yourself to learn how to use global variables and methods, apply proper hierarchical relationship among classes. Soon, it will become natural to you as you become a better programmer.

However, it you let yourself to be insensitive to pain while programming; e.g. listening to music or copying & pasting mindlessly; you will lose the opportunity to see the need to improve. Simply for the sake of finishing the work as soon as possible, you will just pass by the situation which may teach you very important principles.

Such insensitivity will bite you back, as you maintain the chaotic structure, slavishly patching the effects without fixing the causes. And finally, you will give up, unless you can start all over again.

%d bloggers like this: