Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cweld510
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cweld510
10d ago
Writing is already amenable to many different levels of abstraction, though. If an LLM can expand your outline into writing, then you aren’t writing at the correct level of abstraction in my opinion; you should instead be explaining how you
2.
▲
by
cweld510
24d ago
Obviously yes, how can you design good systems without studying the systems created by others?
3.
▲
by
cweld510
2mo ago
Math is based on axioms because you need some a priori axioms to do logical deduction, but the axiom selection is also historically fluid. Mathematicians suggest new axioms or move away from old axioms based on their understanding of which
4.
▲
by
cweld510
2mo ago
We try to spread out sandboxes evenly across the cluster (at least, across the workers which are available to take new sandboxes) to minimize conflict. But in general we don't get close to saturation thresholds so high that conflict be
5.
▲
by
cweld510
2mo ago
We make a probabilistic routing decision based on worker load and attributes of the sandbox request. I compare to a load balancer because it's essentially just forwarding an HTTP request.
6.
▲
by
cweld510
2mo ago
I'm a huge scheduling nerd, and the container scheduling system in this post is probably the most impactful system I've worked on. It's quite different than existing solutions, and I personally feel it's at an interestin
7.
▲
by
cweld510
2mo ago
The PM’s job in this situation is to articulate some sort of high level strategy generalizable across customers, based on information gathered from customers, which includes feature requests but is more than just that.
8.
▲
by
cweld510
2mo ago
The skillset is different. SAs everywhere I’ve worked are solidly salespeople. They can do AE work in a pinch, they use Salesforce, they know how to understand the state of an account, etc. They tend to be more limited technically and as su
9.
▲
by
cweld510
3mo ago
Is the point of math really to prove the statement? Arguably interesting, unproven statements are interesting often specifically because they are hard to prove with existing techniques.
10.
▲
by
cweld510
3mo ago
It definitely is at the youth level. I don’t think any football or basketball pros could be soccer stars, but absolutely there are kids who are star point guards on their youth basketball team but top out at 5’8”, or football players who ne
11.
▲
by
cweld510
4mo ago
Sure, but then the interesting question becomes how people decide whether or not an action is in their self-interest.
12.
▲
by
cweld510
5mo ago
AI is only eating some of that though. For instance, everyone who does performance work knows that perhaps the most important part of optimization is constructing the right benchmark. This is already the thing that makes intractable proble
13.
▲
by
cweld510
6mo ago
I agree with this — there is at least some bifurcation by skillset and capabilities. Lots of engineers are overfitted to working on consumer web apps or SaaS products, but those are no longer an area of focus. You need to be adaptable enoug
14.
▲
by
cweld510
7mo ago
Context windows are a natural improvement, but new architectures are completely speculative and it’s unclear we can make any sort of predictable progress with new, better architectures. Most progress has been made on essentially the same ar
15.
▲
by
cweld510
8mo ago
You said above that our country “needs the best engineers and doctors.” Are the tests you mention really objective, direct measures of which student is likely to be the best engineer or doctor in the future? What does it even mean to be th
16.
▲
by
cweld510
10mo ago
Depends on the team — managing can be quite a bit more scope than being a senior IC, depending on expectations for that role. You have broader ownership of technical outcomes over time, even aside from the extra responsibility for growing a
17.
▲
by
cweld510
11mo ago
I don’t agree with that though, plenty of places practice agile well. Maybe big corporations don’t practice it well, but startups often do agile correctly and understand the philosophy.
18.
▲
by
cweld510
1y ago
I think the primary benefit of LLMs for me is as an entrypoint into an area I know nothing about. For instance, if I’m building a new kind of system which I haven’t built before, then I’m missing lots of information about it — like what are
19.
▲
by
cweld510
1y ago
What matters is whatever he believes the likelihood to be, not what it actually is.
20.
▲
by
cweld510
1y ago
Big companies hired a lot, but I don’t think this specifically is true? In theory a high-value engineer would be productive, or else they aren’t worth stealing. The simpler explanation seems more correct here — there was a lot of product fl
21.
▲
by
cweld510
1y ago
What does it mean for someone’s model of the world to be accurate? My experience with mild depression is that you notice many negative things which are true but then lack perspective about how much they matter. When you feel better you just
22.
▲
by
cweld510
1y ago
It’s probably also the case that being physically fit and healthy helps one think more clearly. Carlsen notably spends a lot of time on physical health in addition to prep.
23.
▲
by
cweld510
1y ago
Doesn’t that imply an interface is necessary though, so you can compile (and potentially release) the components separately? I don’t use .net but this sounds quite similar to pulling things into separate crates in Rust or different compilat
24.
▲
by
cweld510
1y ago
Reading between the lines, my guess is that the standup was the only forum for communication that the team had, and lots of communication was required because people weren’t working on the same things. The only real solution to that is to g
25.
▲
by
cweld510
1y ago
I don’t think this is because of AI. Rather, it seems a continuation of a shift which has already been occurring for my entire career, which is that the tech industry continually sheds people whose skills are entirely practical and are tied
26.
▲
by
cweld510
1y ago
You're right -- we do relax the integrality constraint, gaining performance at the expense of some precision, and we're generally able to paper over the difference at scheduling time. We've investigated integer linear progra
27.
▲
by
cweld510
1y ago
Great to see this post here -- really enjoyed writing it! I think it's really cool how an algorithm from an operational research context can play a critical role in a high-availability large-scale cloud service.
28.
▲
Linear Programming for Fun and Profit: Finding Arbitrages in the GPU Market
(modal.com)
11 points
by
cweld510
1y ago
|
0 comments
29.
▲
by
cweld510
2y ago
Sure, but without an LLM, measuring customer retention might require sending a request over to your data scientist because they know how to make dashboards, then they have to balance it with their other work, so who knows when it gets done.
30.
▲
by
cweld510
2y ago
Rust is more a response to C++ than to C. Both C++ and rust are big and complicated languages that are good for large projects that are performance-sensitive. Both have very strong static typing and can be verbose as a result. C feels subst
More ›