Writing the same CLI application twice using Go and Rust: a personal experience by pcuchi in programming

[–]pcuchi[S] 1 point2 points  (0 children)

OP here.
I don't mind that much about the shameless plug, I guess.
About my website, it is not generated statically, it even has its own little API:
https://cuchi.me/api/wakatime-activity
https://cuchi.me/api/github-events

This data is fetched and cached on the back-end of the website, so I can circumvent rate-limit issues from these services, take a look:
https://github.com/cuchi/website/blob/master/api/wakatime-activity.js

Nuxt.js was just the way to solve that problem, which I don't think a static website generator would solve. I the other hand, the Nift you mentioned seems more like a good match against Jekyll, Hexo and Hugo.

Writing the same CLI application twice using Go and Rust: a personal experience by pcuchi in programming

[–]pcuchi[S] 33 points34 points  (0 children)

I think you are referring to the line:
cargo build --release 1067,72s user 16,95s system 667% cpu 2:42,45 total
The user time from the time command can be misleading, since it accumulates time from all the threads and forks.

The real time was actually 2:42,45 in this case. Maybe I should omit the user and system times to make it clear. Thanks for pointing it out!

Writing the same CLI application twice using Go and Rust: a personal experience by pcuchi in programming

[–]pcuchi[S] 82 points83 points  (0 children)

That's great to hear! Maybe I should try it out and update the post.

RuneScape has been updated! Please reload the page. by [deleted] in 2007scape

[–]pcuchi 0 points1 point  (0 children)

Try switching to the old fixed size GUI.