What was the dumbest thing you implemented/prototyped?

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

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

  • The @SOA attribute.

  • soa-derive

    Array of Struct to Struct of Array helpers in Rust

  • For those interested, Odin and Jai (I think) implement this at the language level. D can do this with its metaprogramming. Rust can also do it, but with procedural macros (i.e. the token stream is parsed and transformed prior to semantic analysis).

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

    upstream mirror (by coreutils)

  • That's the fun part. --no-preserve-root did exist at the time (it's been around since at least 2003), but it only works if you pass / verbatim, as in rm -rf /. In this case, however, steam.sh effectively invoked rm -rf /*. Since /* expands to /bin /boot /dev /etc /home ..., but doesn't include the root directory itself, rm considers that fine and happily proceeds.

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

  • Blog Post: Builder Lite

    2 projects | /r/rust | 29 May 2022
  • Generic constant expressions: a future bright side of nightly Rust

    2 projects | dev.to | 16 May 2024
  • Higher RAII, and the Seven Arcane Uses of Linear Types

    1 project | news.ycombinator.com | 14 May 2024
  • Aya Rust tutorial Part One

    1 project | dev.to | 9 May 2024
  • Symfony 7 vs. .NET 8 - same-same but different?

    1 project | dev.to | 3 May 2024