Archive for June, 2010

My daily readings 06/30/2010

June 30, 2010
  • To Rick: 这里有人说了一种方法,说可以select PDF 中的东西。

    tags: PDF

    • I’m implementing a document viewer with highlighting/annotation capabilities for a custom document format on iPad. The documents are kind of long (100 to 200 pages, if printed on paper) and I’ve had a hard time finding the right approach. Here are the requirments:

      1) Basic rich-text styling: control of left/right margins. Control of font name, size, foreground/background color, and line spacing. Bold, italics, underline, etc.

      2) Selection and highlighting of arbitrary text regions (not limited to paragraph boundaries, like in Safari/UIWebView).

      3) Customization of the Cut/Copy/Paste popup (UIMenuController) This is one of the essential requirements of the app.

    • 1) Precise layout & formatting control (using the formatting metrics and text styles I’ve already calculated).

      2) Arbitrary selection of text.

      3) Customization of the UIMenuController.

      4) Efficient recycling of resources for off-screen objects.

    • Does your document have any semantic components other than each paragraph? If you already have some concept of sections or pages, I would recommend you render each one of those as an independent tablecell. It’s pretty simple to create a tablecell that makes you forget you’re actually looking at a UITableView. All you would need to do is override drawRect: and setSelected: and setHighlighted: and tah dah! No More cell dividers unless you want them. Furthermore you could do some nifty things by using a tableview as your base. If you defined sections in the UITableView then you could have a nifty header that scrolls along as you’re paging through your document. Another thing you could do is add a “jump to section” bar / a bookmarks menu, and that way you don’t have to provide selection across the boundaries of sections.
    • If you use NSTextField subclasses to host the text you’ll be able to get the selection behavior you’re looking for. – fbartho Jun 14 at 8:40
  • tags: no_tag

    • Selecting text in an ebook on the iPad (that is, in iBooks – not in a PDF reader) is somewhat different from selecting it in, say, Pages or Safari. It can even be a little erratic when you try something “fancy” like selecting a paragraph. In addition, there are two different “modes” for a single-word selection: one that assumes you may not have selected what you really wanted (due to tiny text, fumble fingers, or both) and one that figures you got what you wanted on the first try.

      To select a word:

      1) Double-tap the word to select it; you’ll immediately get the Copy/Dictionary/Bookmark/Search buttons. (In a DRM’d book, you won’t get “Copy.” See You Can So Copy from an eBook for info on how to copy from such a book.) This is the method that assumes you hit your target on the first try.

  • tags: Startup, failure

  • tags: Startup, Founder

    • The only thing better than the CEO being the keeper of the vision is the CEO being the creator of the vision. In Foursquare’s case, Dennis not only created the vision for the company, but for the entire product category. Beyond that, he is very clearly the thought leader in the market. This is not at all surprising as he has been working on the problem for a decade and has highly refined his thinking through that period.

      As importantly, Dennis embodies the kind of leadership that I described in Notes on Leadership. He’s the kind of leader that great technical minds will be excited to follow: visionary,

      righteous

      righteous, and competent. I am really excited to work with Dennis to help him on his path from being a great leader to a great Chief Executive of an incredibly important company.

    • I often hear people attribute Foursquare’s success entirely to check-ins or other easy-to-understand product features. It reminds me of the early days of Zynga when people thought the secret sauce behind Mafia Wars and Farmville were that those games were web-based.
    • At a macro level, over 4.6B people have mobile phones and there are 1.7B people on the Internet. Already, over 200M people worldwide have smart phones and that number is headed north fast. Foursquare might not win the entire smart phone market (some people don’t even like to leave their house), but it will capture a huge portion of it because it’s incredibly fun and addicting.
  • tags: no_tag

    • We’ve seen it time and time again. The internet enables people to communicate directly with each other and create more efficient solutions than some larger (often regulated) industry, and that industry freaks out. Remember how a bus company freaked out about an online carpooling service and had it fined for being an “unregulated transportation company?” It looks like something similar, though in a different field, is happening in New York. With hotels in the Big Apple being ridiculously expensive much of the time, people have taken to Craigslist, as well as some specific services like AirBnB, Crashpadder and Roomorama, to find residents willing to rent out their rooms or apartments on a short-term basis — for much lower prices.
  • tags: no_tag

    • 8_35933037_590125
  • tags: no_tag

    • 8-35933037
  • tags: no_tag

    • 8-35932825
  • tags: no_tag

    • 8_35932825_590113
  • tags: no_tag

    • 8_35932797_590111
  • tags: no_tag

    • 8-35932797
    • Designing and implementing efficient, provably correct parallel machine
      learning (ML) algorithms is challenging. Existing high-level parallel
      abstractions like MapReduce are insufficiently expressive while low-level tools
      like MPI and Pthreads leave ML experts repeatedly solving the same design
      challenges. By targeting common patterns in ML, we developed GraphLab, which
      improves upon abstractions like MapReduce by compactly expressing asynchronous
      iterative algorithms with sparse computational dependencies while ensuring data
      consistency and achieving a high degree of parallel performance. We demonstrate
      the expressiveness of the GraphLab framework by designing and implementing
      parallel versions of belief propagation, Gibbs sampling, Co-EM, Lasso and
      Compressed Sensing. We show that using GraphLab we can achieve excellent
      parallel performance on large scale real-world problems.

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/29/2010

June 29, 2010
  • tags: AR

  • tags: AR, Game

  • tags: AR

  • tags: no_tag

    • I can’t wait until someone comes out with a tablet that has a camera on the backside, so you can do proper Augmented Reality. Imagine being able to walk around with a window into another world – now that’s revolutionary.
    • I can’t imagine many people would take to strolling around with a large LCD screen poised in front of their faces.

      —–

    • I’ve heard complaints from several (and happen to agree) that augmented reality sounds awesome in theory, but in practice you feel like a weirdo standing there holding a device in front of your face, aiming around the town square. I can only imagine how much of a jerk I’d feel like waving my tablet around. Perhaps that’s just “my problem”, but I think it’s got a decent chance of preventing AR from ever being anything but a novelty. Integrate it invisibly (to others) into a contact lens or stylish glasses and you’ve REALLY got something, though.

      (On the other hand, just as I didn’t predict that AR would feel as weird to do in public as it does on a phone, maybe it’s less bad in practice when done on a tablet with both arms. More like a map.)

  • tags: no_tag

  • tags: Aging, Life

  • tags: no_tag

    • Can you make something that looks at what someone is wearing, and then alters colors, patterns, etc? So I try on a certain shirt type, and then it’ll show what I would look like with other shirts of the same cut?

      I would also enjoy a gesture controlled UI for a simple computer. Maybe something that can turn sign language into typed English?

      I’ve got no idea how difficult these systems would be to build — absolutely no experience in the field.

    • Changing shirt colours would be a fairly straightforward segmentation problem. Applying patterns accurately would require some kind of 3d reconstruction, which is obviously harder.

      I like the gesture controlled UI idea. Understanding sign language is probably several steps too far – I think it relies heavily on facial expressions to give the gestures context, and it almost certainly isn’t a straight mapping from gestures to words.. Will hunt around for literature though, as even understanding a small subset would be fascinating and I’d love to learn to sign.

  • tags: AR

    • An Augmented reality App which can be used to view historic images/view of a location, For example use the app and look at Times Square and it lets you view how Times Square looked 20/40/60/100 years back.
      It can be called “Time Machine” unless apple has issues. :) What do you think?
  • tags: no_tag

    • - Augmented reality .. for dating. Wouldn’t it be great to walk into a club with a pair of glasses that double as a HUD and tell you a girl’s OKCupid profile name, what her favorite band is, and what personality flags are set? Or even better, glasses that double as a HUD and can use AdBlockPro HUD Version in order to block out billboards and
    • I’m working (slowly) on the iPhone and Android Augmented Reality kits (open source). We could always use help, check it here

      http://github.com/haseman/Android-AR-Kit/

      and here

      http://github.com/zac/iphonearkit/

    • I think the technology for augmented reality dating is almost ready, or might be ready now. Face recognition seems to have become really good lately.

      The only real problem is getting all the profile pics out of facebook.

  • tags: AR

    • I’m going to make a bold assertion here: This is useless.

      This kind of “augmented reality” (I think it diminishes reality) is a usability disaster. It’s basically the worst possible way to display information about locations. Maps offer so many more advantages that it makes it hard to find any way to justify Layar.

    • I think one of the biggest hinderances to “augmented reality” is the currently available viewers. Holding up an iPhone or some other smart device to look through its small screen doesn’t cut it. The concept is powerful, the usability is awful.

      The smart device needs to be used as sender / receiver of data, not as the viewing tool. If there were glasses that could synch with your smart device and semi-transparently overlay whatever augmented reality layer you wanted to currently view, then you have something that is very powerful AND usable.

  • tags: no_tag

    • Honestly Google’s bifurcation in supporting both Chrome OS and Android was, at least to me, a perplexing decision, as they seem fundamentally (competing UI’s, similar market) to be incompatible roadmaps.

      If touch tablets ends up upending the netbook category, then Chrome OS won’t really have a home. It doesn’t have the capability of taking advantage of advanced hardware, and netbook functionality might be fully accounted for by Android tablets. Chrome OS was an interesting bet in the direction of computing (smaller, inexpensive notebooks as the norm for Internet consumption and light office work), but things might not pan out the way Chrome’s founders had thought.

    • Steve Ballmer said it quite right: Android was a bet on the technology of the past (OS, installable apps, etc), and Chrome OS is a bet on the future (webapps, light clients, etc.)
    • Chrome OS is completely browser-centric & cloud-centric. While Android is a small device OS oriented to phones. Android also supports installing 3rd party applications, which my guess is Chrome doesn’t.

      I assume that Chrome OS will completely sync with Chrome on the desktop. This means that if you’re working on your web-based apps on your computer, you’ll be able to pick up your Chrome tablet and seamlessly continue the work and then switch back again.

    • I’m really curious about the core motivations a devloper like Matt has for leaving a project like Chrome OS before it’s seen through to completion.

      To be as gifted as Matt appears to be, you have to have a deep love for what you do. And with that love, I would hope comes a sense of pride and ownership in your work. I just couldn’t fathom walking away from something like Chrome OS to work at Facebook.

      I imagine Facebook gave him one heck of an offer. But if there is anything I’ve learned in the short time I’ve been a devloper and the even shorter amount of time I’ve been reading HN, it’s that people who truly love what they do in this industry don’t always go for the gold. And even if he is dirven by financial gain, I can’t imagine he was wanting for much of anything working at Google, so why the switch?

  • tags: no_tag

    • might have been a better idea to build this for the Blackberry. Not that I’d install it anyway. 15 seconds vs 1 second to exchange cards and I can do cards in parallel. Imagine how silly you’d feel in an actual business setting bumping iPhones with one another… A better idea would be to point the iPhone at someone in a mtg and it identify them using some form of augmented reality. we don’t need tagging, there are much better ways.
  • tags: no_tag

    • > What good is that when show up in Japan and can’t read any of the signs around you?

      Anyone have an idea of how difficult it would be to do an augmented reality iPhone app that would translate these signs, etc., on the fly for you? If I were traveling, I would probably buy an iPhone just for that app.

      A quick Google search turned up this NYT article [1] from 2002 about the idea. Does this exist in a retail app already?

      [1] http://www.nytimes.com/2002/03/14/technology/what-s-next-poi…

  • tags: Startup

  • tags: iPad, family

  • tags: reader

  • tags: Paypal, Startup

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/28/2010

June 28, 2010
  • tags: no_tag

    • I don’t see this as effective advertising (though that is what gets you to buy it) as much as effective UX design. I never thought I needed a phone with anything but the ability to call, but now I can’t imagine not having an phone with internet, GPS, email, etc. That change wasn’t advertising, but the best design and form factor made at the time of its release.

      Advertising gets you into the store, but an innovative product creates the “need we never knew we had.”

  • tags: no_tag

    • I use iBooks and the Kindle app a lot. The interface they present is just better for reading books. I can also highlight a word and look it up or see a mention of a book and quickly check it out on a website, so there’s no loss of interactivity for me. I much prefer WeatherBug to websites because of response time. Maps is also indispensable, and I think more reliable than a Web App would be. Now Playing also has a superior interface. It’s basically a mashup of a Google Maps search for nearby theaters with Rotten Tomatoes ratings. Netflix is indispensable, of course.

      As for Web apps I use instead of local apps: FlightStats, Google Voice, and Google Reader. Google Voice is only available as a Web App and isn’t really a content app, but the other two I’ve chosen because I think they have a superior interface compared with the other options I tried.

      Most of the rest of the apps I use frequently are utilities, toys and games.

      These facts about my App use corroborate Fred’s observations. It’s about the UX! However you can achieve a superior UX, do it, but remember that you must beat the web. This is harder to do on the more comfortable screen of the iPad. On the iPhone, it’s easy, because the screen is cramped.

  • Content discovery 

    tags: RSS

    • Content discovery is a really exciting space, and I’m really excited to see how it will evolve. Twitter is another evolution of this I think, and I think way more people use twitter as content discovery or a news source as opposed to “what I am doing right now.” But following one of these loudmouths who retweets and links to articles suffers the same problems as RSS in that there is this tendency for one of these people to make a huge amount of tweets due to some event like a conference (or gets drunk one night) and then some stuff you don’t care about pushes a lot of the stuff you do care about off your page. I only follow 25 people on twitter and if I don’t check it for a day then I have 200+ tweets to dig through, so I have no idea how people with massive lists make their twitter work for them.
    • That’s interesting, because I’d say I value RSS for exactly the reasons you disclaimed. A dozen or two authors online are sufficiently good writers & so well in tune with my mind (or an area of my interest) that I am interested in almost anything they have to say. I use RSS in order to not miss their material. Without RSS, I would have to visit a ton of bookmarks every few days in order to scan for new posts.

      Like you indicated, I don’t see any value to a site like HN or Reddit having an RSS feed. The main page is the RSS feed. For me, RSS feeds excel at keeping me up to date with authors that only post every few days, or every few weeks. A couple dozen carefully chosen feeds gives me tremendous pleasure in the form of a few great posts a day. I’ve pretty much used RSS like this for five years, occasionally rotating in and out new blogs and authors.

    • Personally I use GReader a lot to source content and interesting ideas.
      Typically I will instantly subscribe to rss to a blog/etc when I come across an article I like from another aggregate source (HN/etc). As I see more of the blog, and get a feel for it’s content, I may unsubscribe from it the very next day, depending on the drivel or quality of content it spews forth. How often a blog updates has no impact, only the quality and uniqueness of the ideas presented. (I have very little tolerance for another me too fluff article about the ipad, for example.)
    • I really don’t see a point to RSS. I use it to subscribe to a particular forums category, but that’s it. If I want to get a persons blog post, I add them to my ‘Tracking’ list on twitter.

      Most people don’t write consistently good stuff. And I dislike seeing “50 unread items” in my google reader – it seems as if I am obliged to read them, when most will be bad. Any really good post is either going to show up on hacker news, on reddit, on delicious.com/popular or on my twitter tracking list. If it does not show up there, then I probably don’t need to read it.

      Twitter pre-filters my posts, RSS does not. That’s why I use rss.

  • tags: no_tag

    • products. If we have success in a market, we’re
      not going to put all of our resources into raising our market
      share — we’re going to polish our product
    • of a Reasearch
      & Development lab with the practical, results-oriented
      approach of a software development company. The result is a
      fun, challenging en
    • Our current focus is on mobile applications for the iPad,
      iPhone, and iPod Touch. We feel that the excitement around
      these products is indicative of this market’s potential:
      mobile computing is already having a significant impact, and
      will soon become ubiquitous. The iPhone platform is a pioneer
      in this area, combining for the first time serious computing
      power, a dynamic and flexible user interface, and powerful
      APIs to support creative development of amazing
      applications. We see great potential in this device for
      changing how we interact with our information and the world
      around us, and our goal is to find new ways to bring that
      potential to you.
  • tags: iPad, APP

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/26/2010

June 26, 2010

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/25/2010

June 25, 2010

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/24/2010

June 24, 2010
  • tags: image, thumbnail, iPhone

  • Less is More

    tags: Startu, VC

    • he founder and CEO of another of our portfolio companies is wrapping up a large round and he showed me his pitch deck. Guess what? Six slides. I had nothing to do with his deck. But it was a work of art.

      Like many things in life, less is more in fundraising slides. You can explain your business in mind numbing detail or you can inspire an investor and let them imagine. Guess what works better?

    • I learned this lesson when Brad and I starting raising USV 2004 in the fall of 2003. We retained an advisor to help us raise the fund and they told us to keep our deck to “six slides.” I was aghast. How could Brad and I possibly take all that we had done and learned in almost 20 years in the venture business and put it into six slides? 

      But the advisor won that argument. Two things happened. We learned to simplify our story and we learned how to create six killer slides. And killer slides are not slides with a dozen bullets each. They are six powerful points that combine to tell the meat of the story.

    • 1. Imagine a world where….
      2. Here’s how we get there…
      3. Known obstacles to overcome
      4 The pot of gold
      5 Why our team is awesome
      6 Routing number for investment
  • tags: Startup, video

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/23/2010

June 23, 2010

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/22/2010

June 22, 2010

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/21/2010

June 21, 2010
  • tags: no_tag

    • Evernote — The latest version (3.3.5) brings some pretty solid iOS 4 support. This means not only does it offer fast app switching, but it also uses some of the more advanced background APIs. For example, you can both download and upload notes while the app isn’t currently open. Even cooler is that if you start recording an audio note and then leave the app, it will keep recording. A big red bar along the top of the iPhone will let you know that this action is still taking place, and clicking it will take you back into the Evernote app. The Evernote blog has more on it. You can find the free app here.
  • tags: no_tag

    • GPS is just one example of the ever-widening gap between PCs and smartphones. Sure, PC makers could add a separate GPS chip to the motherboard, but why hasn’t Intel pursued location as a core piece of IP in its chipsets to drive a better mobile experience for laptops?

      It’s simple – they don’t need to. Intel loves high margins, and their market monopoly allows them to pursue margin at the expense of innovation.

    • In PCs, Intel dictates the pace of hardware releases– OEMs essentially wait for CPU updates, then differentiate through inventory control, channel / distribution and branding. Intel and Microsoft win no matter which PC makers excel – they literally don’t care if it’s Asus, Dell or HP.
    • Consider Infineon, which supplies the 3G wireless chipset in the iPhone. In order to stay in Apple’s graces, Infineon must do everything necessary to help the hardware and software play well together, including staffing permanent engineers in Cupertino or sending a team overnight from Germany. Do you think Intel does this for Dell?
    • It’s this overall combination of component advancement, system integration, and software which will continue to drive unprecedented innovation in mobile. Meanwhile, the WinTel monopoly is taking PCs along a slow linear path, where features and user experience drag way behind available technology.
  • tags: no_tag

    • consuming and resulted in bloated code. With CSS3, these creepy hacks are becoming history. And better still, we can use CSS3 right now.
  • tags: ideas

  • tags: webkit

  • tags: Life, Love

  • tags: Life

  • tags: readability

    • Speaking of Readability, and with apologies for the off-topic self-promotion, I made a multi-column stylesheet which some may find appealing: http://anoved.net/tag/readability/
  • tags: ReadLater, Reading

    • I prefer to hit my “Read Later” bookmarklet for Instapaper and then use “toread” to send it to my email, since that way I keep it consistent and can archive the article in Gmail but use the Instapaper mobile interface on the go. Best of both worlds.
    • I’m running out of space on my browser’s bar for another bookmarklet. Plus, it seems like the market for this sort of service is sort of saturated.
  • tags: AppStore, iPhone

    • Yes, just like the dot com boom, this growth is unsustainable.

      But again, just like the dot com boom, once the market has matured to blow away the chaff, what remains will have proven pretty game-changing.

  • tags: Android

    • Blatant misinformation. At the beginning of this article, they suggest Google is going to impose a single UI, as though Sense and Motoblur would no longer be allowed. By the end, they acknowledge that they’re only hoping to make the default UI so good that it discourages other manufacturers from rolling their own, which we already knew. Terribly, if not manipulatively written.
    • This sounds a lot like the rational for the Nexus One. Google will a set a standard so high it will become the baseline for everyone else, minimizing fragmentation (if not eliminating it).

      It didn’t work then and I’m not sure why they think this is going to work now. Handset makers do not want to become “box makers” for Google, period. If that means splintering Android into a million pieces, so be it.

      Google has painted themselves into a corner. The most touted benefit of Android (that it’s “open”) is proving to be its biggest drawback. But now the question is how do they can maintain control of their platform without mimicking Apple?

  • tags: Android

    • Citing “multiple sources close to Google”, bloggers at TechCrunch report that the top priority for the next Android update, codenamed Gingerbread, is to homogenize the user experience and address criticisms of fragmentation. This could severely curtail the freedom of licensees to create their own user interface overlays – most famously, Motorola’s Motoblur and HTC’s Sense.
    • However, some developers fear they will need to choose between being ‘Motoblur programmers’ or ‘Sense programmers’, rather than having their Android apps run entirely unchanged on all the versions. This would create a world more like traditional Symbian – with very different user interface layers such as Nokia Series 60, DoCoMo MOAP, and the now defunct Sony Ericsson/Motorola technology UIQ, all with their own programmer bases.

      In the Symbian world, all these three have been donated to the open source Symbian^3 project, though it is not yet clear how prescriptive the Symbian Foundation will be about the user experience.

    • According to the TechCrunch report, Google believes proprietary overlays are variable in quality and often slow down the device. It cannot, in the open source world, ban these UIs as Apple can, but it aims to make them “as pointless as possible” by enhancing the vanilla look and feel and ensuring it drives the fastest and most efficient performance for the handset.

      However, Apple levels of UI performance are almost impossible for a platform that is geared to a wide variety of devices and vendors, and Google may, once again, be overestimating its own power, and the need for its key partners to differentiate themselves.

  • tags: Startup

  • tags: no_tag

    • 只不过,有记者这个身份,会约束人们表达自己好恶的本能,它要求你提供尽可能多的事实,而不是看法。

      八十岁的时候,海伦离开供职五十七年的美联社,开始成为一个专栏作家。

      专栏作家与记者的区别是,她从此提供看法。

    • 我自己有过这种经验,知道英雄与混蛋的道德模式最容易煽动人们的情绪,一个“反对……!”的立脚点很容易变成一个集体的代言人,使人热血激沸泪水涟涟。
    • 我们都痛恨暴力和对记者的虐杀,但是ANN的话让我不能不去想—-我之前对安娜的评价是否没有保留?抒情的背后没有更复杂的事实?单纯的强弱黑白的报道能不能完全解释现实?

      我说“也许她是在一个那样的环境下,常常被迫害的人很难避免……”

      “但这样慢慢会变成你本来反对的人”

      “……那么你认为最好的方式是什么?”

      她说“最好的防御就是准确”

    • 后来看完老郝这个片子,我觉得领导的决定是对的,音乐是一种倾向,抒情,也可以说是一种强烈的看法,音乐一起,观众就跟着一哽,一软,被影响了,但是如果出发点就是为弱者张目,事件的因果和逻辑就可能来不及宕实,直接进入了情绪。


      同情是人类最美好的品质之一,但先入为主的悲情是需要我们共同警惕的。

      有个朋友把一篇批评我的文字发给我过,我觉得说的真好,引在这儿跟老郝老范分享

      如果你用悲情贿赂过读者,你也一定用悲情取悦过自己,我猜想柴静做节目、写博客时,常是热泪盈眶的。得诚实地说,悲情、苦大仇深的心理基础是自我感动。自我感动取之便捷,又容易上瘾,对它的自觉抵制,便尤为可贵。每一条细微的新闻背后,都隐藏一条冗长的逻辑链,在我们这,这些逻辑链绝大多数是同一朝向,正是这不能言说又不言而喻的秘密,我们需要提醒自己:绝不走到这条逻辑链的半山腰就嚎啕大哭。


      他写道“
      准确是这一工种最重要的手艺,而自我感动、感动先行是准确最大的敌人,真相常流失于涕泪交加中

  • tags: scribd, HTML5, PDF

    • It’s a huge relief to look at a file on scribd and have the file be HTML, rather than flash.

      I used to avoid scribd, but now I’ll happily use it. As well as the pauses and slowdowns, even the flash text rendering is wretchedly bad in comparison with the HTML rendering I get in Safari.

      Scribd have done a great job in moving over to HTML, and I’d expect the growth to keep coming. Good on them!

      Can’t find the transition item here on YCN, but the first article of the transition to HTML is:

      http://coding.scribd.com/2010/05/17/facing-font-in-html/

    • Same here. I was using OReilly Safari the other day, which also hosts PDFs like Scribd. I kept cutting and pasting sample code from I book I’d purchased, then wondering why the code had ransom spaces inserted into it that kept breaking things.

      And then I remembered: Safari is Flash, Scribd is HTML. This is why Safari cut and paste doesn’t work.

      Scribd dudes: please talk to OReilly.

    • If you look at scripd’s source code, you cannot really call it “HTML5″. It’s the same old nested DIVs with absolute positioning and class names such as “only_ie6_border”. Plus some CSS3 eye candy. Hard to see why it couldn’t have been implemented years ago.
  • tags: Motivation

  • tags: Motivation

  • tags: Motivation

  • tags: Startup

Posted from Diigo. The rest of my favorite links are here.

My daily readings 06/20/2010

June 20, 2010
  • tags: html5

  • tags: LBS

  • tags: LBS

  • tags: Motivation

    • This is kind of cool because otherwise we would barely have a chance to confront our points of view. And it appeared every single one of us pointed different things as our main motivators. This is basically the lesson I want to share with you. If you want to know what motivates people working for you, move your fat ass from your damn throne and learn what drives every individual in your team, instead of asking for universal recipes.
    • Don’t expect simple answer for a question about motivating people. The subject is just too complex. And if you still believe there is a simple and universal solution for the problem you may want to reconsider
      predisposition

      predisposition to be a manager.

  • tags: Startup

  • tags: management

    • This is sort of schizophrenic experience for me because almost always I have two different pictures of the same thing. I see senior managers praising people who are disrespected by their teams. I see folks who get credited for the work they didn’t do. I see line workers being completely frustrated while their managers are saying these guys are highly motivated. I see managers completely surprised when people suddenly leave while almost everyone saw that coming for past half a year.

      I see it and I don’t get it. All these managers do very little, if anything, to learn a bit about their people but they claim they know everything. I may be wrong but I believe I do much more to learn about my team, yet I still consider I know nothing.

    • Stop expecting you know oh so much about your people and at least try to talk with them. If you’re lucky you may find a couple of folks who actually are willing to talk with you. Remember though, if you ignore them once or twice they aren’t coming back to you.
  • tags: Scribd, HTML5

    • In early May, Scribd announced its plans to ditch Adobe’s Flash and began the arduous process of converting every document (of its “tens of millions”) to native, HTML5 pages. “We are scrapping three years of Flash development and betting the company on HTML5 because we believe HTML5 is a dramatically better reading experience than Flash, “co-founder and CTO, Jared Friedman, told Erick Schonfeld. Although many documents on the web are still boxed into Flash players, the HTML5 format turns them into rich, interactive web pages.
    • Now that the company has its HTML5 and iPad strategy in place, Adler says they are focusing on making Scribd more social and less reliant on search engines. Today, the majority of their traffic comes from Google, but Scribd is putting a greater emphasis on the social by closely integrating with Facebook.

      Earlier this year, Scribd revamped its Facebook Connect option (enhanced content sharing and added an activity feed plug-in) and introduced Readcasting, which automatically tells your social networks, like Twitter and Facebook what you’re reading. According to Adler, those initiatives are growing: the number of people who are auto-Readcasting is increasing by roughly 10% each day and daily subscriptions to other users is up 15x (in the last three months). Quick video with Adler above.

Posted from Diigo. The rest of my favorite links are here.


Follow

Get every new post delivered to your Inbox.