Live data from Hacker News

Viewing profile — SmileyKeith

SmileyKeith

HN member
Joined
Sat, May 12, 2012, 3:05 PM UTC
HN karma
878
Public activity
181 items

About SmileyKeith

https://github.com/keith

https://keith.so

Recent public activity

  1. story
  2. comment
    Comment #46297267

    Yea that one is fine and well covered in the blog post, and pretty easy to spot in light testing. I'm much more worried about the ones that are harder to spot until you have a fals…

  3. comment
    Comment #46296657

    Can you add some examples of the things users care about that aren't well covered by this? I empathize with everyone who wants a feature comparison chart so they can be confident s…

  4. comment
    Comment #38552546

    Original YouTube link: https://www.youtube.com/watch?v=yD2JaAnMMo0

  5. comment
    Comment #36879755

    Looks like someone filed an issue about this https://github.com/bluewhalesystems/sold/issues/35

  6. comment
    Comment #36878415

    That has been there for a while so I think it's still an open question of if this change of strategy applies to that repo too

  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #33501073

    This isn't the primary part of this conversation but I found this quote pretty interesting: > Now, we are starting to work on Safari again but look at Chrome. They put out releases…

  12. comment
    Comment #33441711

    I've had similar problems contributing to bazel (Google's open source build tool) for the past few years. I've found contributing only goes smoothly if there is a single Googler wo…

  13. comment
    Comment #32947495

    FYI your website's CSS on mobile causes unexpected horizontal scrolling issues

  14. comment
    Comment #31861683

    Daily. I find it a great way to follow many low frequency blogs without having to fill my twitter feed or email with them.

  15. comment
    Comment #31412148

    > Github seems to be primarily focused on becoming a social network I never hit the GitHub.com homepage so I never see any of this work. I always start directly on a repo, notifica…

  16. story
  17. comment
    Comment #30235397

    > Even the slack requires an @google.com email to get in. This shouldn't be the case, I'm in this slack and it's mostly non-google folks. Do you see this at https://slack.bazel.bui…

  18. comment
    Comment #29884882

    In this case I meant taking an approach similar to this one for bazel[0] that is not limited to only code that works on Linux. It would only allow you to build on Linux and would r…

  19. comment
    Comment #29814753

    For bazel users there is also this project[0] which runs the tools natively on Linux without requiring this layer. Although you lose tools like ibtool / actool which don't have ope…

  20. comment
    Comment #29814725

    This does generally work, but it requires a lot of manual effort to setup the environment correctly with Xcode's SDKs to satisfy the compiler / linker.

  21. story
  22. comment
    Comment #25772176

    An Apple employee tweeted after the news with 11.0 that this was a bug so I'm not surprised, but happy to see it fixed!

  23. story
  24. story
  25. comment
    Comment #13736071

    > The entire pbxproj format is horrible, but at least you have stuff like BUCK ( https://buckbuild.com/ ) that can mitigate some of that. FWIW I'm still not sure what the BUCK work…