HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SmileyKeith

no profile record

Submissions

Rust: The wrong people are resigning

gist.github.com
295 points·by SmileyKeith·3 yıl önce·317 comments

Why I Left Rust

jntrnr.com
861 points·by SmileyKeith·3 yıl önce·783 comments

Design Priorities for the Swift 6 Language Mode

forums.swift.org
3 points·by SmileyKeith·4 yıl önce·0 comments

The Future of Foundation

swift.org
77 points·by SmileyKeith·4 yıl önce·7 comments

Announcing the Hare programming language

harelang.org
3 points·by SmileyKeith·4 yıl önce·0 comments

comments

SmileyKeith
·7 ay önce·discuss
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 caught by 1 tool and not another.
SmileyKeith
·7 ay önce·discuss
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 checks.
SmileyKeith
·3 yıl önce·discuss
Original YouTube link: https://www.youtube.com/watch?v=yD2JaAnMMo0
SmileyKeith
·3 yıl önce·discuss
Looks like someone filed an issue about this https://github.com/bluewhalesystems/sold/issues/35
SmileyKeith
·3 yıl önce·discuss
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
SmileyKeith
·4 yıl önce·discuss
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 a year.

Even though this was in 2013 nothing about the release cycle (still only major changes with the major OS release versions). I wonder if some of the other emails have more context on this.
SmileyKeith
·4 yıl önce·discuss
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 source. Otherwise everything is very Google centric and the open source community is definitely a secondary concern (which is of course their right!)
SmileyKeith
·4 yıl önce·discuss
FYI your website's CSS on mobile causes unexpected horizontal scrolling issues
SmileyKeith
·4 yıl önce·discuss
Daily. I find it a great way to follow many low frequency blogs without having to fill my twitter feed or email with them.
SmileyKeith
·4 yıl önce·discuss
> 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.
SmileyKeith
·4 yıl önce·discuss
> 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 ?
SmileyKeith
·5 yıl önce·discuss
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 macOS, but that might still be worth it in some cases. Theoretically you could deploy your iOS app that way as well.

[0]: https://github.com/apple-cross-toolchain/rules_applecross
SmileyKeith
·5 yıl önce·discuss
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://github.com/apple-cross-toolchain/rules_applecross
SmileyKeith
·5 yıl önce·discuss
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.