Viewing profile — alexhornby
alexhornby
HN member- Joined
- Fri, Apr 06, 2018, 9:17 PM UTC
- HN karma
- 33
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About alexhornby
No profile information was provided.
Recent public activity
-
comment
Comment #48797841
Atari ST, Jason Bourne in the hacker space
-
comment
Comment #48515191
keyd is great, I use it to have mac-style bindings
-
comment
Comment #46644857
[dead]
-
comment
Comment #41728588
Few examples I’ve come across: hashing, float summation, reproducible serialisation
-
comment
Comment #41086799
https://news.ycombinator.com/item?id=18783525 has previous discussion on why windows filesystem is slow
-
comment
Comment #39750771
If you change a core lib CI will build and test relevant code, which will be a lot, but it will scale over a massive CI plant. Still best to run unit tests locally first of course!…
-
comment
Comment #39314733
loved the dust theory. really stuck with me, bit like the dark forest from three body problem
-
comment
Comment #39272508
EdenFS Linux building now as well, problem was some minor python 3.8 incompatibility in a test
-
comment
Comment #39252032
Check GitHub actions. Mononoke OSS currently builds and EdenFS did a month or so ago. Not claiming it’s perfect, but the OSS versions are buildable
-
comment
Comment #38592830
yep both extended it and have versions that can work against GitHub/git servers. sapling scm from meta has I think the best cli and VS code UX https://sapling-scm.com/ jj from goog…
-
comment
Comment #37158192
https://crates.io/crates/directories is a good crate for handling cross platform config locations for rust based tools
-
comment
Comment #36929416
> git-lfs, as in the binary, CLI application is the only (open) implementation in existence. There is nothing else. There’s at lease one in sapling and Mononoke. https://github.com…
-
comment
Comment #36531448
same, KDE has great global menu support
-
comment
Comment #36507496
reviewstack is the thing now, adds some parts of phab UX ontop of github apis. Been enjoying using it for oss stuff oursite meta and fixed a limitation of it recently, https://revi…
-
comment
Comment #36507357
reviewstack adds the missing stack and versioning phab UX on top of github apis, been enjoying using it outside meta for some oss stuff, and fixed a limitation of it recently in ht…
-
comment
Comment #36394350
As a MacOS user wanting global menu on linux KDE is definitely better at that than GNOME. I agree GNOME looks a bit better in default config, but I suppose thats subjective. I use …
-
comment
Comment #36378414
“the house that vanished” may sound like a father Ted episode but actually happened on Tory island https://www.bbc.com/news/uk-northern-ireland-57720152.amp
-
comment
Comment #36181561
KDE has option to swap ctrl and meta or ctrl alt and meta depending on your keyboard. If you then map meta to ctrl in the kconsole settings things are very mac like. KDE even has g…
-
comment
Comment #36041322
my sister tests all her recipes, takes her ages! https://www.amazon.co.uk/What-Cook-How-Jane-Hornby/dp/071485...
-
comment
Comment #32902816
Been been enjoying using this. Great for regular repos as well despite monorepo in the tag line
- story
-
comment
Comment #31882962
Why the described CTC algo instead of querying bazel graph to deduce targets to build given changed files? e.g. https://github.com/bazel-contrib/target-determinator