Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
battwell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Atoms' First Open Source Project: Splitter
(github.com)
12 points
by
battwell
5mo ago
|
1 comments
2.
▲
by
battwell
5mo ago
This is Atom’s first open source project: Splitter – a coordinator for stateful sharded services. It is used to manage our most critical stateful services: product-oriented (e.g., food order handling) and pure infra services such as our inh
3.
▲
by
battwell
1y ago
Gimbel et al's methodology and limitations are well described. The data is available. And crucially Joshua Kendall's code is available online ( https://github.com/Budget-Lab-Yale/AI-Employment-Model ). I wish m
4.
▲
by
battwell
1y ago
The impact is not terrible given active coding takes <25% of engineers time at most companies1. GenAI can't help too much with high level design work, collecting feedback, etc. 1 https://www.microsoft.com/en-us/
5.
▲
by
battwell
2y ago
I didn't write this post. But I work with the guys We've been doing data science and ml for years. After iterating on our tooling for a few years, we've finally settled on some tools that we're happy with. A lot of the w
6.
▲
ML Infrastructure Doesn't Have to Suck
(techblog.citystoragesystems.com)
22 points
by
battwell
2y ago
|
2 comments
7.
▲
Moving Millions of Orders with Robotic Conveyance
(techblog.citystoragesystems.com)
15 points
by
battwell
3y ago
|
2 comments
8.
▲
by
battwell
3y ago
Doesn't seem a crazy way to start a company. RDS will have scaling problems but is very mature and fairly easy to use early on when you're working on your MVP I've used CRDB early on at a startup. There was some overhead. You
9.
▲
by
battwell
8y ago
Quick update here: You can now use Nanoscope without flashing a device by launching the Nanoscope Emulator. This feature was largely implemented as a result of on hackernews and reddit.
10.
▲
by
battwell
8y ago
We're also working on creating a build for the emulator. See https://github.com/uber/nanoscope/issues/53
11.
▲
by
battwell
8y ago
True. Fortunately, the custom fork is very easy to install if you have a supported device (right now just 6P. Just run `nanoscope flash`.
12.
▲
by
battwell
8y ago
We've been building up CI tooling on top of Nanoscope. The short term goal for this is: make sure that none of our internal libraries (analytics, experimentation, etc) contribute a significant percentage of the time it takes to respond
13.
▲
Nanoscope: Method-Tracing Tool for Android
(ubere.ng)
25 points
by
battwell
8y ago
|
6 comments
14.
▲
by
battwell
9y ago
> Science is a process and is close to an infallible thing as we have created as humans. There is no problem with science. Wouldn't you say mathmatics is the most infallible thing human's have come to creating? The level of rig
15.
▲
by
battwell
9y ago
I wrote this post. What is most interesting to me: we prioritized mobile app architecture and saw big wins as a result. Usually its hard to commit time upfront to app architecture. We've made that the norm (ex, 80% of our app code live
16.
▲
by
battwell
9y ago
It's definitely a lot of engineers. But we cram a lot of features into the app. I expect that most people will only experience 10% of them. Consider: 1) We exist in a tonne of countries. And different counties often require different p
17.
▲
by
battwell
9y ago
We were all skeptical about doing a rewrite too. A bunch of us have worked at companies that went through bad rewrites. And we've read https://www.joelonsoftware.com/2000/04/06/things-you-should-... :p B
18.
▲
by
battwell
11y ago
Everyone who uses AspectJ for AOP is performing bytecode manipulation. This is probably the main usecase for bytecode manipulation on Android.
19.
▲
Android Annotation Processing
(brianattwell.com)
2 points
by
battwell
11y ago
|
0 comments
20.
▲
Distributing Android Libraries via JCenter for Gradle Importing
(brianattwell.com)
1 points
by
battwell
11y ago
|
1 comments
21.
▲
by
battwell
13y ago
Where do you live that you've been handed out so many tickets?
22.
▲
by
battwell
13y ago
I expect lots of us use it. There is nothing in my email that the NSA would find remotely interesting. Therefore, there is no practical reason not to use it.
23.
▲
by
battwell
13y ago
nitpick: Opera is going with Blink. Admittedly, Blink is very similar to WebKit at the moment.
24.
▲
by
battwell
13y ago
Minified js isn't much easier to reverse engineer than compiled native code.