Atlas, a (hopefully) better engineering IDE

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
  • Unitful.jl

    Physical quantities with arbitrary units

  • Julia has the Unitful package [1], which does a decent job. It's quite ergonomic, and Julia's design helps with making existing code/libraries play nicely with Unitful-encoded units/values.

    [1] https://github.com/PainterQubits/Unitful.jl

  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • I see your site isn't using HTTPS yet. Might I recommend trying https://caddyserver.com to serve it? You'll get automatic HTTPS.

  • 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
  • Unchained

    A fully type safe, compile time only units library. (by SciNim)

  • I've recently written a units library for Nim [0]. It's still WIP, but it's already proven extremely useful for me as a physicist.

    Thanks to Nim's strong type system and metaprogramming features, it allows for a fully compile time design, without any runtime overhead (in form of special unit objects or such things; everything is a `distinct float`).

    In addition Nim's unicode support, the code even looks nice!

    A more complex use case (I can link more if desired): [1]

    [0]: https://github.com/SciNim/Unchained/

    [1]: https://github.com/SciNim/Unchained/tree/master/examples

  • Squants

    The Scala API for Quantities, Units of Measure and Dimensional Analysis

  • You might find the Squants library for Scala interesting; it even seems like an apt usage of some oft-questioned language features.

    https://github.com/typelevel/squants

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

  • How to securely reverse-proxy ASP.NET Core web apps

    3 projects | dev.to | 4 Apr 2024
  • Ask HN: How did you build feature flags?

    2 projects | news.ycombinator.com | 3 Apr 2024
  • Show HN: Nano-web, a low latency one binary webserver designed for serving SPAs

    8 projects | news.ycombinator.com | 25 Mar 2024
  • Terraform & HashiCorp Vault Integration: Seamless Secrets Management

    1 project | dev.to | 22 Mar 2024
  • Automatic SSL Solution for SaaS/MicroSaaS Applications with Caddy, Node.js and Docker

    1 project | dev.to | 29 Feb 2024