Hacker News new | ask | show | jobs
by miguelraz 664 days ago
Author here!

I have no idea why this blog is making the rounds again and I've learned a lot of Rust since, see my (badly benchmarked!) presentation at this year's Scientific Computing in Rust 2024:

https://www.youtube.com/watch?v=bdsBhqKOe7A

and a PR I sent in for the Rust compiler to speed it up for some low hanging fruit:

https://github.com/rust-lang/rust/pull/110477

I'll have to revisit this blog at some point and see what I should update, as well as a "From Rust to Julia" post for those that want to venture into that world as well.

2 comments

Peeve of mine: blog posts that lack a date stamp. The only date appearing anywhere in the article is at the bottom, where it says "Last modified: August 29, 2024." So for all I knew it was a brand new post, until this comment. How old is it actually?
The blog post itself [1] as well as its modification history [2] are available on GitHub. Looks like it's from mid-2021.

[1]: https://github.com/miguelraz/miguelraz.github.io/blob/master...

[2]: https://github.com/miguelraz/miguelraz.github.io/commits/mas...

You could edit your blog post to say what you’ve just said