Viewing profile — SmileyKeith
SmileyKeith
HN member- Joined
- Sat, May 12, 2012, 3:05 PM UTC
- HN karma
- 878
- Public activity
- 181 items
- HN profile
- View on Hacker News ↗
About SmileyKeith
https://keith.so
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #38552546
Original YouTube link: https://www.youtube.com/watch?v=yD2JaAnMMo0
-
comment
Comment #36879755
Looks like someone filed an issue about this https://github.com/bluewhalesystems/sold/issues/35
-
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
- story
- story
- story
- story
-
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…
-
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…
-
comment
Comment #32947495
FYI your website's CSS on mobile causes unexpected horizontal scrolling issues
-
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.
-
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…
- story
-
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…
-
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…
-
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…
-
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.
- story
-
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!
- story
- story
-
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…