Live data from Hacker News

Viewing profile — blubb

blubb

HN member
Joined
Thu, Dec 17, 2009, 10:38 AM UTC
HN karma
36
Public activity
19 items

About blubb

No profile information was provided.

Recent public activity

  1. comment
    Comment #1275714

    True, and they did it for OWA. When they realized the consequences of what they had done, they stopped IE development for several years.

  2. comment
    Comment #1269009

    It's Dieter Rams, and he's been a big inspiration to a lot of designers (including Jonathan Ive). He actually said "only a few companies", and then mentioned Apple. There are other…

  3. comment
    Comment #1268980

    I think this goes to show just how much thought has been put into small stuff like this. For instance, there is no need for the the sleep indicator to indicate anything when it's o…

  4. comment
    Comment #1251117

    Don't worry, there's still plenty of features that most people don't care about that techies can have mile long threads about. - You can't change the battery - It doesn't support 3…

  5. comment
    Comment #1250900

    I think a slightly better comparison is if most other car makers had really lousy automatic transmissions that used 30% of the fuel, and VW waited to announce a car with an automat…

  6. comment
    Comment #1245077

    All I can say is that I feel sorry for you in the US. In Norway, I get 16MBit DSL at my cottage (yes, half an hours walk from the nearest dirt road). We don't even have any net neu…

  7. comment
    Comment #1240852

    Which is why Safari IS actually multitasking. You can leave it, launch another app, go back to it and be right back where you are. Sometimes Safari doesn't quit and you're back in …

  8. comment
    Comment #1199773

    I'm not in the US so I can't recommend any particular provider. http://www.voip-info.org/ has a lot of information about both providers and equipment. - For hosting the PBX yoursel…

  9. comment
    Comment #1165363

    Yep. I think so. When you get big enough not to care, you inevitably stop caring. At some point, you become evil, and the smartest guys usually don't want to work for the evil comp…

  10. comment
    Comment #1155569

    Exactly right. Life is in fact devoid of meaning except for the meaning you choose to apply to it yourself. This includes playing computer games, spending time on facebook, climbin…

  11. comment
    Comment #1155559

    It's up to you to decide. Go climb a mountain, or go play WoW. In my view the guy's not full of it, he only wants people to be aware of, and make conscious decisions about how they…

  12. comment
    Comment #1142473

    He's actually written quite a bit about programming, but over the years he's (naturally) shifted to writing more about the business of software development and how to run a softwar…

  13. comment
    Comment #1142471

    Fantastically, offensively wrong? Care to give an example? I think a lot of the "he's wrong" reactions stem from knee-jerk reactions. People often miss the point that what he's wri…

  14. comment
    Comment #1141071

    Ah, I didn't know that Proc.new != proc/lambda :) They both return Proc objects though, so I wonder if it is possible to "convert" them.

  15. comment
    Comment #1140968

    >> lambda {} == proc {} => true Can you shed some light on the difference? I always thought that lambda is simply a synonym for proc - has this changed in more recent versions?

  16. comment
    Comment #1140916

    There is no special block or lambda type in Ruby, AFAIK there is just proc and method. The difference is simple, a method is a proc that will be evaluated in the context of its obj…

  17. comment
    Comment #1135382

    I think you can trust that any quality problems are quickly identified long before any products leave the factory. Read up on the MicroSD failure blog post on the same blog for an …

  18. comment
    Comment #1097496

    I would guess that a lot of engineers DO care about money. In fact, i would think that MOST do, because most become engineers in order to make a living, and nothing more. The probl…

  19. comment
    Comment #1000782

    There's nothing about REST that requires you do use GETs for everything, quite the opposite in fact (read up on how the Rails REST API is designed for some inspiration). Then again…