Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SmileyKeith
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
37 ms
·
1.
▲
by
SmileyKeith
9mo ago
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 false negative that turns into a real bug which would be ca
2.
▲
by
SmileyKeith
9mo ago
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 switching without unknowingly losing important safety ch
3.
▲
by
SmileyKeith
3y ago
Original YouTube link: https://www.youtube.com/watch?v=yD2JaAnMMo0
4.
▲
by
SmileyKeith
3y ago
Looks like someone filed an issue about this https://github.com/bluewhalesystems/sold/issues/35
5.
▲
by
SmileyKeith
3y ago
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
6.
▲
Rust: The wrong people are resigning
(gist.github.com)
295 points
by
SmileyKeith
3y ago
|
317 comments
7.
▲
Why I Left Rust
(jntrnr.com)
861 points
by
SmileyKeith
3y ago
|
783 comments
8.
▲
Design Priorities for the Swift 6 Language Mode
(forums.swift.org)
3 points
by
SmileyKeith
4y ago
|
0 comments
9.
▲
The Future of Foundation
(swift.org)
77 points
by
SmileyKeith
4y ago
|
7 comments
10.
▲
by
SmileyKeith
4y ago
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 at least every month while we basically do it once
11.
▲
by
SmileyKeith
4y ago
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 working in your area who cares about open sourc
12.
▲
by
SmileyKeith
4y ago
FYI your website's CSS on mobile causes unexpected horizontal scrolling issues
13.
▲
by
SmileyKeith
4y ago
Daily. I find it a great way to follow many low frequency blogs without having to fill my twitter feed or email with them.
14.
▲
by
SmileyKeith
4y ago
> 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, notifications, or search.
15.
▲
Announcing the Hare programming language
(harelang.org)
3 points
by
SmileyKeith
4y ago
|
0 comments
16.
▲
by
SmileyKeith
5y ago
> 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.build ?
17.
▲
by
SmileyKeith
5y ago
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 require any testing / running would still happen on macO
18.
▲
by
SmileyKeith
5y ago
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 open source re-implementations. [0]: https:/&#x
19.
▲
by
SmileyKeith
5y ago
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.
20.
▲
The Mobile Native Foundation
(eng.lyft.com)
7 points
by
SmileyKeith
6y ago
|
0 comments
21.
▲
by
SmileyKeith
6y ago
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!
22.
▲
Uber’s Search for New C.E.O. Hampered by Deep Split on Board
(nytimes.com)
6 points
by
SmileyKeith
9y ago
|
0 comments
23.
▲
The Open Era of Autonomous
(take.lyft.com)
1 points
by
SmileyKeith
9y ago
|
0 comments
24.
▲
by
SmileyKeith
10y ago
> 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 workflow is suppose to look like for most
25.
▲
by
SmileyKeith
10y ago
The videos from many WWDC sessions are altered. So even if you got the right session it may not have this. I've been in sessions where much less interesting this have happened that haven't made it in to the video. Also last WWDC t
26.
▲
by
SmileyKeith
10y ago
That is fixed in an open PR: https://github.com/XVimProject/XVim/pull/1016
27.
▲
by
SmileyKeith
10y ago
XVim[0] still works well if you're willing to resign Xcode. There are simple instructions in INSTALL_Xcode8.md. 0: https://github.com/XVimProject/XVim
28.
▲
by
SmileyKeith
10y ago
Here's another new one to try http://dejalu.me/ (from one of the creators of Sparrow)
29.
▲
by
SmileyKeith
11y ago
One really nice benefit is that you don't have to duplicate any type information. Once you define your model with the data types you expect, mapper infers those types and converts the JSON values accordingly. It seems like with SwiftyJ
30.
▲
Using Mapper to Parse JSON in Swift
(eng.lyft.com)
19 points
by
SmileyKeith
11y ago
|
4 comments
More ›