A Java Geek weekly 33

Making the most out of conferences. Structured data in environment variables. I was understanding WASM all wrong! Faster linking times on nightly on Linux using rust-lld. Consistent Hashing vs. Rendezvous Hashing: A Comparative Analysis. Envconfig. Open source is neither a community nor a democracy. Large Language models - A Street Full of Wrong-Way Drivers? Dark Mode, Athlete Intelligence, and More — The Biggest Announcements From Camp Strava.

Making the most out of conferences

TL;DR:

  • Plan ahead
  • Workshops over talks
  • Avoid long talks
  • Take notes
  • Put your phone away
  • Don’t be shy
  • Walk away
  • Try something new
  • Speaker over content
  • Meet new people
  • Don’t overdo it
Structured data in environment variables

I was searching for a way to structure data in this exact context and found this post. I implemented it in my Rust component right way.

I was understanding WASM all wrong!

The promise of more performance is not yet completely abstracted away. One need to make their original code more WebAssembly friendly.

Faster linking times on nightly on Linux using rust-lld

First, make it work, then, make it performant.

Consistent Hashing vs. Rendezvous Hashing: A Comparative Analysis

I wasn’t aware of Rendezvous Hashing.

Envconfig

Rust library that helps to initialize configuration structure from environment variables

Looks a lot like Spring Boot’s configuration class, but limited to environment variables.

Open source is neither a community nor a democracy

Straight and to the point. If you don’t work on something, why should you have anything to say about where it goes and how it’s done?

Large Language models - A Street Full of Wrong-Way Drivers?

I also am very cautious about LLMs, but the three mentioned use-cases make sense.

Dark Mode, Athlete Intelligence, and More — The Biggest Announcements From Camp Strava

As a user, I couldn’t care less about dark mode, but I like the other items.