What's everyone working on this week (10/2023)?

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

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

    A fully typed LMDB wrapper with minimum overhead 🐦

  • At Meilisearch we are currently trying to add a better error handling in heed v0.20, our LMDB key-value store wrapper. Unfortunately, when there are a lot of generics it can become harder to play with…

  • ger

    Discontinued reg spelled backwards

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

    Simple Hierarchical Album Generator

  • Rewriting in Rust my hierarchical image album generator, because I need a better design than what I had in my old Albumin for my albums containing thousands images (many other features also coming with).

  • authzen

    A framework for easily integrating authorization into backend services.

  • tpr

    An anonymous and decentralized routing protocol. The code will be up once it is done, but the paper is already available.

  • I'm implementing tpr, so I'll definitely take a look at this

  • fftools

    🔨 FFMPEG-based toolkit for easy media manipulation

  • burn

    Discontinued Burn is a new comprehensive dynamic Deep Learning Framework built using Rust with extreme flexibility, compute efficiency and portability as its primary goals. [Moved to: https://github.com/Tracel-AI/burn] (by burn-rs)

  • Recently I learned about Burn (https://github.com/burn-rs/burn) project. I started contributing. My initial task was to make inference work with no_std so I can build a model in WebAssembly.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • scenewriter

    Fountain screenplay format parser in Rust / Nom

  • First Rust project, a fountain screenplay markup parser called Farce.

  • parsing-sandbox

  • I'm continuing to experiment with parsing performance, unicode and parallelization (https://github.com/garlicbreadcleric/parsing-sandbox). Motivation outline:

  • simdutf

    Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extension. Part of Node.js and Bun.

  • The next big thing is making it LSP-compatible. All language servers must implement UTF-16 based character offsets, which is kinda unfortunate considering that files are much more likely to be stored in UTF-8 (I think?). I don't want to do the UTF-8 -> UTF-16 transcoding, so instead I'll use the excellent simdutf library to count how much code points a UTF-8 string would take if it was transcoded into UTF-16 — which is much faster than actual transcoding. So this is what I'm going to do this week — rewriting parsers to produce UTF-16 offsets + some final benchmarking. After that is done, I'll consider the "research" part of this project completed and will start writing an actual Markdown parser.

  • jirust

    Jira terminal UI

  • Shameless plugs - GitHub: https://github.com/moali87/jirust Twitch: https://www.twitch.tv/mo_ali141

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

  • Burn: Deep Learning Framework built using Rust

    1 project | news.ycombinator.com | 24 Apr 2024
  • Transitioning From PyTorch to Burn

    5 projects | dev.to | 14 Feb 2024
  • Burn Deep Learning Framework Release 0.12.0 Improved API and PyTorch Integration

    1 project | news.ycombinator.com | 31 Jan 2024
  • Supercharge Web AI Model Testing: WebGPU, WebGL, and Headless Chrome

    2 projects | news.ycombinator.com | 16 Jan 2024
  • Show HN: Skytable's new NoSQL engine BlueQL with injection safety, improved perf

    2 projects | news.ycombinator.com | 10 Dec 2023