@Dalkey_Archive@AdamPCoulter @_ryanruby_ @NewYorker This doesnโt seem to be the first time this has happened. Back when I ordered in May it had the release date set for June, then it said October, and now next year. Is there a reason this keeps happening?
@joamag Wow amazing job! Congrats on the project. Iโm looking to do a NES emulator some day. Years ago I started building the MOS 6502 cpu for it in c++ but ended up moving on to other things ๐
Itโs awesome to see so much positive attention on my first technical deep dive article with #rustlang
Learning Rust has been a great experience. Now I need to decide which project I want to build next
I just posted my new article about implementing md5 in #rustlang on @ThePracticalDev. If you are interested in a deep dive about how md5 works check it out!
https://t.co/vimTpp3603
๐ Vault is now available for all projects
Manage secrets and encryption keys from the Supabase UI or using SQL.
Learn how to use it: https://t.co/2S903ScqQP
๐ต Streaming on the web
- I could do a technical deep dive on audio or video streaming, and talk about how it works, and the technologies involved, such as HLS, Dash, WebRTC, etc. I've done some work in this domain so it might be a fun one!
I need to think of some good technical deep dive topics to cover in my next blog post. Anybody have a good idea? ๐ป
Some of my current ideas in thread ๐งต
๐ฆ More rust implementations!
- My last post (and 1st post on my new blog) was about how md5 hashing works and how to implement it in Rust
- My next Rust side project I'm planning to build a simple key/value store, so I could talk about that