Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

Waymo says it has built an ASIC chip that will improve its robotaxis' reflexes and navigational skills and help it diversify away from companies like Nvidia (Edward Ludlow/Bloomberg)

Alphabet Inc.'s Waymo has built a custom chip that the company said will improve the performance of its robotaxis …

We haven't written up this one. Techmeme has the full story — the link below goes straight to it.

Read the original at bloomberg.com →

More in Tech

Money as a data type

Most guides open with 0.1 + 0.2 === 0.30000000000000004 and conclude "don't use floats for money." True, and not very useful.

  • Money is a combination of number, currency, scale, and rounding policy
  • Floats for money can lose precision and cause unexpected results
  • Storing minor units as integer values in BigInt ensures exactness

Going freestanding

  • Go language can be compiled to C code, creating Solod subset.
  • Solod aims to provide Go-like experience with freestanding code.
  • Author ported Go's standard library to make packages freestanding.

More from Thursday 20 August →