One does not simply calculate the absolute value

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • JDK

    JDK main-line development https://openjdk.org/projects/jdk

  • But if `x` is `-0.0`, you're back to the same problem that `-0.0 >= +0.0` actually turns out to be `true` and not `false`, hence the return value will be `-0.0`.

    Looking at the actual implementation[0], `doubleToRawLongBits` is again here to take care of this edge case.

    0: https://github.com/openjdk/jdk/blob/36e2ddad4d2ef3ce27475af6...

  • imagepipe

    Image processing pipeline

  • Roundtrip tests are great when you don't have a gold standard. It allows for at least consistency across operations. I've done a bunch and found quite a few corner cases. I also did a few roundtrip tests in RGB spaces where being exhaustive was no longer feasible. For those I ended up iterating over the whole RGB space but skipping values in each component by different prime values, to try and cover as much of the space as possible:

    https://github.com/pedrocr/imagepipe/blob/12269f04ac2fa0d165...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts