HackerLangs
TopNewTrendsCommentsPastAskShowJobs

boulos

13,513 karmajoined 13 वर्ष पहले
If you're trying to reach me about GCE (or Google Cloud generally) my username at Google is the same as this one.

Submissions

Mixed-Precision SVD on GPUs via Ogita–Aishima Iterative Refinement

research.nvidia.com
3 points·by boulos·3 दिन पहले·0 comments

Waymo Premier

waymo.com
208 points·by boulos·30 दिन पहले·525 comments

Accelerating our global growth: Waymo raises $16B investment round

waymo.com
5 points·by boulos·5 माह पहले·1 comments

Clear skies and autonomous Waymo rides at SFO

waymo.com
14 points·by boulos·5 माह पहले·2 comments

Maia 200: The AI accelerator built for inference

blogs.microsoft.com
6 points·by boulos·6 माह पहले·1 comments

The Art of Digital Rendering (Loren Carpenter's Last Interview)

computer.org
2 points·by boulos·6 माह पहले·0 comments

[untitled]

1 points·by boulos·6 माह पहले·0 comments

Creating an all-weather driver

waymo.com
125 points·by boulos·9 माह पहले·106 comments

comments

boulos
·5 दिन पहले·discuss
But it's not clear that using Sonnet or any other LLM as a "grader" would result in the same improvement. For objective grading, you could be sure that the additional adaptive support is helping. For subjective things like writing style, literature, poetry, you end up with whatever Sonnet thinks is good (and randomly so).

It still could be better for students, but it's not obvious that it would be (or maybe not as strongly?).
boulos
·5 दिन पहले·discuss
Do you have a larger study planned for the Fall? It definitely seems promising.

I'm curious how well you feel this worked because the subject was Statistics (objective grading) versus something more subjective like Civics or Literature.

PS - I'd say this qualifies for Show HN, too!

Do you
boulos
·6 दिन पहले·discuss
And it made a classic optimization: removing New Zealand :).
boulos
·7 दिन पहले·discuss
This is nice work, but I found the bug finding example to be weird:

> One such bug was in the sign function for zigzag decoding of the datrs/varinteger library. On input Std.U64.MAX, the expression (value + 1) overflowed, causing crashes in debug mode and silent corruption in release mode—an edge case that testing and fuzzing would typically miss.

In what way would this boundary condition case be considered something that "testing [...] would typically miss"? It's certainly something that bad tests would miss or not think about, but I find that (a) careful people and (b) ML coding systems are actually really good at "oh, I should test the extreme values". Especially for things that parse user input.

I'm curious if they found other bugs that were more interesting, but found them too hard to explain quickly.
boulos
·11 दिन पहले·discuss
I appreciate the focus on amusement in:

> Some of the newly added features may come as a surprise to those of you who keep a close track of ZLUDA development. Most of them were previously explicitly outside ZLUDA's roadmap. There has been a change of plans. ZLUDA development is no longer commercially funded, so it's back to being my weekend project. This means that the priority is no longer what makes commercial sense, but what I find the most entertaining. That's why the sudden addition of textures, PhysX and better Windows support.

Outside of the time commitment that full-time support would offer, I generally think focusing on amusement is a good life strategy.
boulos
·16 दिन पहले·discuss
Yep. Google does this in Finland for the Hamina datacenter: https://blog.google/company-news/inside-google/around-the-gl...
boulos
·18 दिन पहले·discuss
529 and not 429?
boulos
·30 दिन पहले·discuss
Technically, we did RTSL before Ingo and then Matt did their stuff at Intel. LLVM wasn't particularly usable in 2007, but Austin and I did try it (this isn't in the paper!). A few years later, I did an actual LLVM JIT for OSL, but we didn't have enough coherence for vectorized shading at the time at Sony.

But none of it was surprising. The original RenderMan shading language was "vectorized" and it even used SIMD instructions on modern processors to run the "interpreter loops". That is, a single "color add" in RSL might have looked like:

  for (int i=0; i < grid_points; i++) {
    out_color[i] += foo;
  }
and the inner part there could use vector instructions. That just isn't nearly enough to get useful wins.

The point of ISPC et al. was to give people CUDA-like easy mode for "trust me, just vectorize the whole thing and deal with the masking for me". It goes beyond a hardcoded shading language (easier target!) though didn't reach as far as CUDA with complex structs / C++ capabilities.
boulos
·पिछला माह·discuss
Because it's complex?
boulos
·2 माह पहले·discuss
Perhaps you missed work like https://crfm.stanford.edu/2025/05/28/fast-kernels.html ?
boulos
·3 माह पहले·discuss
That's not the "edge" in the title. It means competitive advantage in this case.
boulos
·3 माह पहले·discuss
How do you like the brikka vs the classic?
boulos
·3 माह पहले·discuss
How's your experience with Fil-C been? Is it materially useful to you in practice?
boulos
·3 माह पहले·discuss
This used to be true, but GCP forced their hand in January of 2024 with https://cloud.google.com/blog/products/networking/eliminatin...

AWS matched a few months later:

https://aws.amazon.com/blogs/aws/free-data-transfer-out-to-i...

I'm not trying to convince you to stay (I work for neither anymore!), just wanted to note that you can technically request a waiver. I'm not sure how this works in practice though. Like, if you want to leave Athena and move to something on-premise is that enough to have just that workload? Maybe!

Edit: I also didn't follow this at the time, but the AWS wording suggests that the "EU Data Act" is also involved.
boulos
·3 माह पहले·discuss
Yeah, but that missing context is super important.

If they want it for local dev work, that's pretty different from wanting a high-performance air gapped object store without rewriting clients.

They seem to know what they're doing (having complained about a methodology problem in MinIO), and yet don't personally want to throw their hat in the ring not maybe pay anyone...

Context matters!
boulos
·3 माह पहले·discuss
Neat. I wish I could select just a couple lines at once though. I feel like the 1/2/3 plus one of the other lines would make something more appealing.
boulos
·3 माह पहले·discuss
Compared to roll-your-own with S3 or GCS it does :)
boulos
·4 माह पहले·discuss
Will do. I wanted mostly to (re)inform the submitter.
boulos
·4 माह पहले·discuss
Please don't editorialize titles unless they're clearly clickbait.

"Designing AI for Disruptive Science" is a bit market-ey, but "AI Risks 'Hypernormal' Science" is just a trimmed section heading "Current AI Training Risks Hypernormal Science".
boulos
·4 माह पहले·discuss
Our sixth generation sensor suite is intended for winter driving: https://waymo.com/blog/2025/10/creating-an-all-weather-drive... for some nice visuals.