Live data from Hacker News

Viewing profile — kreeger

kreeger

HN member
Joined
Tue, Apr 26, 2011, 7:17 PM UTC
HN karma
38
Public activity
24 items

About kreeger

[ my public key: https://keybase.io/kreeger; my proof: https://keybase.io/kreeger/sigs/uFj6IbhyCVWibctHR4jWCX60fgi-QDDjpyI4Ub5sr2s ]

Recent public activity

  1. comment
    Comment #8991785

    For a moment there, I thought this was related to the Eero language project ( http://eerolanguage.org ).

  2. comment
    Comment #8232601

    While I like Swift (from what I've played with it, around SourceKitService crashing every two seconds), it doesn't provide you with the "just enough rope" that Objective-C does. Ma…

  3. story
  4. comment
    Comment #8022202

    Correct; Apple has made the latest Xcode beta available to "free" developer accounts, as of today (source: https://developer.apple.com/news/?id=07112014a ).

  5. comment
    Comment #7970159

    When I worked for Universal Uclick, we released the GoComics app all at the same time for iOS, Android, and Windows Phone. I worked on the iOS release until its launch, and we had …

  6. comment
    Comment #7458492

    DHH is reporting that criminals are bringing down the Basecamp network of sites in a blackmail attempt. A working writeup is on a gist from DHH right here: https://gist.github.com/…

  7. comment
    Comment #7428681

    I'm beginning to appreciate the concept of Interactors and Entities more these days (application-specific business logic versus application-independent business logic), now that I'…

  8. comment
    Comment #7227734

    Granted, to each their own, but the one thing I concern myself with is readability and learning curve, especially on projects where there's even the remotest possibility that someb…

  9. comment
    Comment #6458447

    I glossed over that originally, apologies; I've updated my comment.

  10. comment
    Comment #6458240

    Kudos to Mattt Thompson and the whole community of collaborators that put work into this release. AFNetworking makes a large part of my job making iOS apps a joy, and I can't wait …

  11. comment
    Comment #5774690

    My favorite line from the article: "Even so, his specialty has been hardware, designing a product out of materials such as aluminum and glass - not software, which is based in code…

  12. comment
    Comment #5262592

    Another person trying to make this a "Hacker News vs. Reddit" thing, which still doesn't appeal to the reason sectors of my brain. Definitely not a ripoff; Mashable's clearly grasp…

  13. comment
    Comment #5245573

    Split panes is pretty much the main reason I need iTerm2. That, combined with system-wide hotkey toggling (which I used to get on Terminal with Visor), and Send Commands to All Ses…

  14. comment
    Comment #4982739

    I'm with thwarted on this one. I don't want to put my repo on a service where I have to opt-out of things based on extraneous files in my repo. That's extra clutter in my repo for …

  15. comment
    Comment #4939945

    I'm not a computer scientist, but I speculate it's due to Objective-C's compilation with LLVM.

  16. comment
    Comment #4916220

    As I'm not terribly familiar with AirBnb and its terms, why won't it let the poster spell out "Google"?

  17. comment
    Comment #4909834

    I can't stress enough how important it is to _not_ use `and` and `or`. As a former die-hard fan of those operators, it bit me in the ass so hard when those didn't exactly work the …

  18. comment
    Comment #4857955

    Andrews McMeel Universal / Universal Uclick, Kansas City, MO, looking for a full-time software engineer. We're an awesome, closely-knit tech department with a core web / design / s…

  19. comment
    Comment #4584110

    The Xbox never was an open platform to begin with, unlike the PC. The PC has never been the kind of platform to lock stuff down; while Microsoft may have their merits for doing so,…

  20. comment
    Comment #4553865

    Thank you (x3) for the explanation on how this works and what went wrong. Your comment alone is more insightful on any of these articles that've been submitted on this problem. You…

  21. comment
    Comment #4298605

    Wait a minute, they snagged the Bukkit guys? I must have totally missed that. I'd love a link, if you've got one.

  22. comment
    Comment #4298585

    You also may want to investigate adding a podspec for CocoaPods. http://cocoapods.org/

  23. comment
    Comment #3883835

    Design or number of users regardless, people really need to stop using the word 'disrupt'. It's one of the top reasons I steer clear of TechCrunch.

  24. comment
    Comment #3334052

    So it's not just me, then. IMO, writing `someThing ||= {}` is much more eloquent than `var someThing = someThing || {}`. The first point he raises is a valid argument; CoffeeScript…