Recent Updates RSS Toggle Comment Threads | Keyboard Shortcuts

  • Jacob 5:20 pm on January 23, 2010 Permalink | Reply  

    Thoughts on “The New York Regional Mormon Singles Halloween Dance” 

    I just came back from a refreshing weekend in a cabin in North Georgia with some good friends. While I was there I read a book (on a Kindle, but that’s for another post) by Elna Baker – The New York Regional Mormon Singles Halloween Dance: A Memoir. The book, as the title tells you (if you managed to make it to the end of that title) is a memoir. Ms. Baker is 27. I think there should be some rules about when you get to call your book a memoir. Regardless, it does tell the story of about ten years or so of her life, so I suppose the title is accurate. The book focuses on three main themes: her struggle with being Mormon, her struggle with her weight, and her struggle with being self-absorbed. The third difficulty is the most crippling. I have some negative feelings about the book and Ms. Baker, but it was quite well-written, entertaining, and honest. The honesty is actually the biggest redeeming factor of the book. Just when you want to give up reading because her decisions are so absurd, she admits how absurd they are and lets you understand why she made the choices she made. She doesn’t excuse them, just explains them.

    The part I found the most interesting was in her discussions of her religion. She openly recounts her internal discussions about Mormonism where she asks some fundamental questions and brings up some difficult inconsistencies. It’s especially interesting to read because, although I believe most members of the church have these same internal debates, they are generally not talked about. Elna recounts these internal thoughts with candor. Unfortunately, with the direction Elna appears to be heading by the end of the book (i.e., out of the Mormon church), I fear members may see it as further confirmation that questioning your faith is dangerous. Regardless, it’s interesting to hear her thinking about such blunt questions as, “Are my spiritual feelings really just conditioned responses to my hopes and expectations?”, and, “Does my feeling of guilt when sinning come from the Holy Spirit or just the result of cognitive dissonance between what I was taught as a child and what I’m doing now?” I feel like these are questions that must be answered in some form in order to have a truly firm belief in God.

    So I liked her candor. But boy is she obnoxious sometimes. I almost had to stop reading after the chapter recounting her family vacation to Europe. Imagining a woman at 22 as selfish and bratty as she describes made me so angry I needed to pace around for a while. Again, her saving grace here is her ability to recognize these failures in herself. The first time she wrote “I’m an asshole” I almost breathed a sigh of relief. “At least she admits it,” I thought.

    The fact that that sentence appears a second time (and near the end of the book, no less) is a little troubling, though. She’s kind of like a season of Grey’s Anatomy – there are frequent profound insights, but no one seems to be learning anything. Near the end of the memoir, Elna recounts a trip to Africa where she hears about a sort of relationship shaman. Elna must see this shaman, she decides, because she needs some sex tips in case she decides to abandon her chastity. Meeting this shaman is a great honor and she is only even able to because she is friends with local royalty, but she barely mentions that. Her focus is, “How can I get what I want?” The image in my head of Elna was frequently one of a 13-year-old girl whining, “But mom, I’ll die if I don’t go!”

    As I mentioned, by the end of the book I got the impression that she was moving away from Mormonism. A graphic that she revisits throughout the book lists “What I believe” and “What I used to believe”. By the last entry her “Believe” column has worn down to new age ambiguity: “We can stop and know who we were, who we are, and who we will be.”, while the concrete items, like “The church is true!” have moved to the “Used to believe” column. Although she identifies the source of the shift, citing Jesus’ teaching that you cannot serve both God and Mammon, she doesn’t ever get the courage to really pick one or the other. So instead of progressing down either path (getting laid or growing in faith), she’s stuck in that miserable middle area where no one is happy. By the end of the book it seems she has come to the same realization, but the thing about fear of commitment is to get away from it, you’ve got to be committed.

    My hopes for her staying in the church aren’t high. I imagine in twenty years she’ll be a happy ex-member of the Mormon church, imagining that she made the decision to leave, when really she just drifted away because it was easier.

     
  • Jacob 11:46 am on January 6, 2010 Permalink | Reply  

    Recently I’ve been reading (mainly at arstechnica) how the entire I/O stack of current operating systems is designed around the slow seek time of a hard disk. That’s part of the reason that we aren’t seeing the huge jumps in performance hoped for from SSD. I’ve been thinking, though, what with Apple abandoning their port of ZFS (and possibly working on a new file system) that they should really design one assuming that it will use an SSD. That work could be put to immediate use in the iPhone (which has been solid state from the beginning) and probably any tablet they are putting together. I don’t think it will be too long before their notebooks adopt SSD as well – especially if, due to a new file system (and other OS changes), it boasts big performance gains over hard disk.

     
  • Jacob 10:09 pm on December 16, 2009 Permalink | Reply  

    Programming is Exciting 

    Looking back at my progress, it feels almost guided. I think it’s really just the natural progression of learning in life (line upon line – a similar scripture is in Isaiah for you non-Mormons out there) but it’s amazing to see how one idea or decision leads to another. When you’re in the middle of it it seems so random, islands of victory in a sea of problems, and then one day you see it’s all led you to an idea (as defined by Mr. Miyamoto) – a solution that solves multiple problems at once.

    Two or three years ago when working on the first version of our company’s website, I was working late to finish the site the night before the launch. I was putting together the form that would allow users to add a new issue. There were only two available actions: Save and Cancel. Both dismissed the form; to call it up again the user had to click a link. I realized that this was a terrible flow for how most users would be entering issues, because they normally had many issues to enter all at once. I knew I needed a better option. That night I added the “Save and Add Another” button to the form. Given my coding knowledge at the time and the fact that I only had that night to finish, I was (and still am) proud of myself for figuring out how to do it (I made the modal form an iframe that submitted to itself).

    Fast forward a year or two. I understand code better and have discovered jQuery (which is awesome). I’m tasked with building a site that will track LEED projects. The project was always one that was not meant (at least initially) for anyone outside the company, and even in the company there are only a few people who are likely to use it. In other words, it’s the perfect testing grounds for me. I put in AJAX editing and used jQuery all over the place, learning a ton in the process.

    Now we come to today (not literally, just generally) and I am working on launching the third major revision (v3) of our website. I have a couple of goals when it comes to data entry, most of them focusing on speed (as perceived by the end user) and just generally getting the software out of the way. I was already pretty happy with how things were going, as several of the improvements that I wanted to make over the previous version (v2) of the site were happening. In v2, although you could choose to save and add another issue rather than just save, you still had to wait for the issue to save before the blank form would come up again. The “Save and Add Another” button was basically a shortcut through several steps – it took away the clicks, but not the processing time. In v3 I was able to make the issue save in the background and allow the user to immediately start filling out the info for his next issue. I was also able to enable uploading of pictures in the same form, where in v2 you had to add the pictures in a separate step after you had added the issue (meaning that in a report where every issue had pictures, it felt as though you were entering the same report twice).

    These were some nice improvements that I had known needed to happen, and some of them had even been brought to my attention by my users (like the photo uploading problem). I was only able to make these improvements because of everything that had gone before – creating the v2 site, the last minute addition of “Save and Add Another”, creating the LEED site, and everything I learned along the way. But what really made me reflect on this whole path was a flash of brilliance that struck me while working on the new issue form in v3: what if the user could lock in a value so that when he saves an issue and starts a new one, so he doesn’t need to put in the same value again? For example, one of the fields for an issue is “Priority”. The priority of an issue is almost always “Low”. It sure would be nice if the user could just say “All these issues are low priority” once without having to select it every time.

    It was an immediately exciting idea because I knew that once our users saw this new feature they would wonder how they ever did without it. My initial feeling was that this would just speed things up. But as I reflected on it more, I saw that it solved a number of other problems. It allowed for one person to easily create issues on behalf of someone else, or to create issues for a date in the past. These are frequent occurrences at my company that I previously had no good solution for. Now, when a project manager hands an intern a handwritten page of notes to enter they can be a little happier about it, because it will be that much easier.

    I was especially blessed to be struck with both the concept and the way to execute it at the same time, so I was able to put it together that afternoon to show to my boss. With that done the new issue creation process finally felt complete. Although I’m still not satisfied with certain aspects of the new issue dialog (the speed of the background saving, some of the aesthetics), I feel like now it’s just a matter of optimization, not invention.

    And that’s where I feel almost guided. Three years ago when I was working on that v2 new issue form I knew that what I was creating wasn’t good enough. The feeling has stuck with me over these years, and although I didn’t realize it, I was choosing a path that would allow me to fix it. I’ve always felt that if there is something you really want, and you ponder and muse and ruminate on it, eventually it will be realized. Not in any mystical “The Secret” way, although it can seem miraculous at times, but rather that the act of thinking about a goal leads you to make choices that bring it closer to fruition. I reflect on James Allen’s marvelous “As a Man Thinketh” whenever I ponder the path that my life has taken:

    And you, too, youthful reader, will realize the Vision (not the idle wish) of your heart, be it base or beautiful, or a mixture of both, for you will always gravitate toward that which you secretly most love. Into your hands will be placed the exact results of your own thoughts; you will receive that which you earn, no more, no less. Whatever your present environment may be, you will fall, remain, or rise with your thoughts, your Vision, your Ideal. You will become as small as your controlling desire; as great as your dominant aspiration.

     
  • Jacob 5:23 pm on December 16, 2009 Permalink | Reply  

    Trees in Fog

    Trees in Fog

     
  • Jacob 6:25 pm on December 9, 2009 Permalink | Reply  

    Maturity 

    Gruber linked to this post today and noted:

    Seeking out the best solution, even if obvious, rather than the solution that makes the designer look the most clever or original, is a sign of maturity.

    That’s his comment in response to Mike Monteiro’s observation:

    The goal of design is to nail the problem, not showcase the cleverness of the designer.

    I was reminded of the realization I had while deciding on a college that I needed to pick what was right for me, regardless of the stigma associated with the college. Though this is a widely accepted truth, most people apply it in one direction: even if everyone is against your college of choice, you should still go if you think it’s right. The other direction is equally valid, though: the right school for you may be the one everyone pushes you towards.

    In my case everyone wanted me to go to BYU. I didn’t want to because nearly every one of my friends went there and it’s almost expected that a “good” Mormon will go there. It was rebellion, but couched in the rationalization that I would be showing everyone my ability to think for myself by going elsewhere. It was only after I matured over my mission that I realized I wasn’t truly thinking for myself when I decided not to attend BYU.

    As Mike writes in his post, sometimes the right answer is the obvious answer.

     
  • Jacob 11:37 am on December 9, 2009 Permalink | Reply  

    Quick Thoughts on Dragon Dictation for iPhone 

    I downloaded Nuance’s Dragon Dictation for the iPhone this morning on my way to work and gave it a try. It’s a free app that allows you to record short messages which are then processed by Nuance’s servers and returned as text that you can copy and paste into any other application. Dragon is pretty much the only game in town when it comes to PC and Mac dictation software, and those products routinely get great reviews from the press. However, my quick tests showed it to not be very accurate, or at least less accurate than Google’s excellent voice recognition in their app. Pondering this (and a few other things I noticed in the app) I’ve got a few ideas for them.

    First, Nuance has said that although the app and service is free now, they may change that in the future. What they need to do is have a free app and a paid app. The free one would be the same as the one available now. The paid app would add one key feature: profiles. Profiles would allow the software to learn your voice just like the desktop applications. You would create an account with Nuance and every time you sent a recording to process the server would store it with your account. Over time the system would learn your particular speaking style and the accuracy would greatly increase.

    This setup would have another benefit for Nuance: thousands of voice samples for them to study and use to improve their software. It would be even better if they could also get information on the corrections people made. The current app allows you to tap any word in the returned text and select a different word from a list of options (or edit it manually). I don’t know if the server returns the list of alternate words along with the text or if that is provided by a dictionary locally on the iPhone, but either way Nuance would be wise to have the app send them information on what words users changed. I would imagine having thousands of examples of words that the software got wrong, and the original voice recording that was processed, would be invaluable to Nuance. I didn’t see any indication of network access when I picked a new word from the list of alternatives so I don’t think they are currently sending that information back to them.

    Oh, and the app definitely needs a clear button. I had to quit out and come back in to get a blank text box.

     
    • Jacob 10:06 pm on December 11, 2009 Permalink | Reply

      Turns out that the app already creates an account for your device and so the results improve over time. That’s why you’ll find a “Reset” function in the settings – in case you let your Boston friend use it and now it doesn’t recognize anything you say.

  • Jacob 8:11 pm on December 7, 2009 Permalink | Reply  

    The Wii Situation 

    Stepping Up

    With reports out of both Ubisoft and EA recently of flagging Wii game sales, a fresh round of “It’s a gimmick!” and “Casuals don’t buy games” has erupted on blogs. But the Wii situation is far more nuanced than the simplistic analysis that is often accepted.

    In fact, I think the gaming masses have their analysis exactly backwards – the prevailing opinion is that the Wii is a gimmick, an aberration in the normal flow of the industry, peopled by idiots who don’t know what they want and who can be tricked into buying anything, and so the sooner it is swept off the stage into history, the better. Once the Wii is gone, they feel, everything can continue on as it “should”.

    But they’re wrong.

    In reality, the industry as it stands today (or as it stood three years ago, depending on how much the Wii has already changed things) is an insular environment that kills originality and creativity. The same people have been marketed to, in the same way, for years. Whether it’s out of laziness, shortsightedness, or fear, the industy has avoided “manning up” and setting their sights on something bigger, harder, and riskier – the mainstream market. With that risk comes the potential for far more profit.

    Nintendo (possibly more out of necessity than true desire) stepped up. They took a deep breath and said “We’re going to move into the bigger mainstream market and try to sell to people that, rather than being stupid, are busy. They have divided interest, and don’t play games for 20 hours a week, and won’t spend two hours figuring out our control scheme, and won’t give us the ‘benefit of the doubt’.”

    They decided to sell to, in many ways, a more discerning market, at least when it comes to accessibility and fun. And that’s scary. It takes a lot of work. You can tell Nintendo knows to what it’s committed – the executives often talk of the need to constantly strive to come up with fresh, surprising, fun products in order to keep consumer interest. But the rewards can be so much greater. Just ask Nintendo.

    Wii Considerations

    For companies that decide to step up to the challenge and sell to the mainstream market via the Wii, there are some unique challenges. Beyond the fact that both creating product for, and selling to, the mainstream market is harder than selling to “gamers”, the Wii’s attributes (especially in relation to the other consoles on the market) create unique challenges.

    First of all, “hardcore” games (where “hardcore” means involved, lengthy games with a large learning curve) on the Wii that are merely a lesser version of an existing Xbox 360/PS3 game are unlikely to sell, because most of those interested in these games will buy the “real” version on one of the other consoles. If the game is still fun and technically competent, maintains all the features of the other versions, and suffers only reduced graphical quality, it has a better chance, as it may sell to those who are interested in the game but only own a Wii. If the game, however, is a “spinoff” or in some way a subset of the other versions, it has even less chance of selling, because even those that only own a Wii may lose interest in the title when they find out it is not the same as the game they’ve been seeing ads for and hearing about from their friends. Dead Space Extraction failed because of this dynamic.

    Next, good, original games that are hard to grasp or overly abstract (MadWorld, Okami, No More Heroes) are unlikely to sell because they have limited appeal. You may sell to the small group of “hardcore” Wii players because there is not a “real” version on another console and because they read gaming magazines/websites and so know about it or use review scores for purchasing decisions. For the majority of Wii owners, however, if the appeal or fun is not evident with just a glance it is going to be very tough to sell.

    Third, both poorly-made “hardcore” games and poorly-made “casual” games (where “casual” means shorter games with a small learning curve), in general, are unlikely to sell. Word spreads even among casual gamers about a crappy product (if the packaging doesn’t tip them off to start with).

    So that leaves well-made, original (as in not a subset of another game, rather than new IP), easy to approach games. Well there aren’t many of those, are there? Most of what Nintendo makes, of course, and then what – Boom Blox? World of Goo? I can’t think of many.

    Marketing

    There are other factors. Marketing is a huge one, and what’s more difficult, an unusual (for the industry) type of marketing – mainstream marketing that targets just people rather than “gamers”. Creating a brand is much more important for the mainstream market. Recognizable mascots and a reputation of quality are two huge factors on Nintendo’s side that no other company in the industry really has. Given that, I think there is a lot of opportunity here. Nintendo has a reputation of quality and benefits immensely from it. Most people probably don’t even know the companies behind other games, though. If one of the companies out there could build their brand through quality and recognizable mascots, all carefully tied to brand awareness, they have a much greater profit potential on the Wii. Ubisoft has made progress on this with their Rabbids line.

    Opportunity

    The really good CEOs in the industry know that the Wii is an opportunity. They may recognize that its more than just a short-term opportunity – companies that through trial and error build successful strategies for the Wii will be that much more prepared for where the entire industry is headed in the long term.

     
  • Jacob 12:45 pm on December 7, 2009 Permalink | Reply  

    This site has some interesting gift ideas. I like the stocking stuffers and the design stuff. I’ve been tempted to buy Field Notes for a while, even though I currently do absolutely no note taking.

    http://shawnblanc.net/2009/12/nerd-gift-guide/

     
  • Jacob 7:22 pm on November 30, 2009 Permalink | Reply  

    If we get the design right, we can empower while clarifying; we can reduce complexity while enhancing functionality; we can expand freedom while not overwhelming with choice.

    Chris Messina
     
  • Jacob 2:00 am on August 28, 2009 Permalink | Reply  

    What’s Next for the iPhone? 

    I have a note on my iPhone, written nearly a year ago, listing phone features that I cared about that the iPhone lacked. Here it is (handily provided via OS 3.0’s copy and paste):

    Send a contact
    Save text message
    Forward text message
    Search email

    All of these have been rectified by OS 3.0 (Well, not quite save text message – but being able to delete all but one is the same thing) So what’s next? I’ve got some intelligent guesses, some speculative guesses, and finally a few wild guesses.

    DEFINITE

    Unified inbox – This one’s easy. Users are asking for it and Apple has no philosophical problem with it (exhibit A: the unified inbox in Apple’s own Mail.app). I think this one might even come in a 3.X release.

    Week view – Again, users want it and Apple has no issue with it (see iCal). This one I think is more likely because the Pre has shown that it can be done and done well. Plus, Apple could have it be landscape-only, and they seem to like showing off the rotate screen functionality.

    Invites with MobileMe – With the appointment of Eddy Cue, formerly in charge of the well-run iTunes store, to head of Internet services – and thus MobileMe – there should be a faster rollout of new MobileMe features. Since they’ve touted MobileMe as “Exchange for the rest of us,” I anticipate that they will work to bring it to feature parity with Exchange. Considering 3.0 added support for invites in conjunction with Exchange, MobileMe can’t be far behind.

    Shared Calenders – As the previous item, this would really be a MobileMe improvement, and one that mimicked features of Exchange. But a number of pieces are in place. Apple knows how the backend architecture should work given their investment in both Exchange support and their own calendar server software, iCal now has the ability to support it with the improvements in Snow Leopard, and MobileMe has a number of hooks for it (what about those family pack accounts that are nothing more than a discount currently?). And don’t forget that deal Apple recently closed to build a huge data center in North Carolina. We don’t know if it’s going to be used for expansion of MobileMe and Apple’s cloud services, but I wouldn’t be surprised.

    MAYBE

    Finder – In the announcement of the iPhone, Steve Jobs said it ran the same OS X that runs on Macs. That was somewhat misleading, but Apple likes to emphasize the connection, so a good place to look for future features is in what’s missing from the mobile version of OS X. The Finder is probably the most glaring omission. It’s the core of the desktop OS and yet does not exist (as viewed by the user) on iPhone. That Apple will eventually include some sort of local file management is guaranteed, in my opinion. That they will do it soon is less sure. That they would expose the entire OS in the same way they do on the Mac is far-fetched. In fact, if I had to choose, I would say it’s more likely that Apple would take the Mac OS in the closed direction of the iPhone than vice-versa. So if they do add file management capabilities, I think it is likely to be in the same manner they have implemented contacts and photos – a system-wide store of data that applications are allowed to read and write. The actual file system running behind the scenes will continue to be inaccessible. However, this solution would be enough for the functionality the average user is looking for: allowing the same files to be accessed by multiple apps without any confusing workarounds. It would certainly enhance email capabilities: incoming email attachments could be saved, and outgoing emails could have attachments.

    Search body of message – This feels like it should be a definite, but then why wasn’t it in the 3.0 release? If there are technical reasons or hardware limitations why Apple hasn’t enabled searching the body of emails, then it may be a while before we see this implemented.

    FAR-FETCHED

    Exposé – This feels obvious, though I haven’t seen anyone else talk about it. Again, I’m looking to the desktop. OS X has had Exposé, a feature that allows the user to see all their open windows quickly, for several years now. I think Apple will implement a variant of it on the iPhone that will really wow people. Apple likes to wait to implement features until they can do them in an impressive way. I would argue that they accomplished that with copy and paste. How better to answer the multitasking critics (who will only get louder as time goes on) than with a beautiful, functional approach to multitasking. That’s why I think when Apple adopts multitasking (and it is just a question of when) they will implement it with Exposé. Obviously it won’t work exactly like Exposé on the Mac, but I imagine it will do some of the same impressive live scaling. The Palm Pre already operates much like I would envision Apple’s implementation of Exposé, taking away a little of the potential wow factor, but I bet Apple would do it with more flair and a surprise or two.

    Speech-to-text – Apple has filed a number of patents for this in the last few years, so it may not be as distant as I think. However, speech recognition software is hard and the interface to support it (allowing easy correction of misspelled words and replacement of incorrect words) is also a difficult problem. But the concept is pretty great. Want to send an email or text message? Just say the message and the phone will write it for you. If they do implement it, I hope to see a live demonstration where the software dutifully types out Steve Jobs saying “Boom!”.

    Voice control API – This is the most unlikely, but it sure would be great. What if developers could hook into the voice control features that Apple put into 3.0? This would allow you to do a lot more than just call someone or play music with voice control. Developers could register keywords and associated actions with the API, allowing you to, for example, start Pandora without looking at the screen, or start a navigation app with a specific destination without your eyes leaving the road.

    THE DISTANT FUTURE

    iPhone Invisa (see also Apple’s loyalty program)

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel