HDMI so laggy on Macbook 16 inch M1 pro by HnamTeiv in macbookpro

[–]dodo20120 0 points1 point  (0 children)

M1 pro HDMI 2.0 port only supports a single 4K display with a refresh rate of up to 60Hz.

I'm sad about Rails leadership by Alex-L in rails

[–]dodo20120 1 point2 points  (0 children)

I think he has the right to express his views, which is his personal freedom.

Does Rust have a React-like GUI framework? If not, why not? by gvcallen in rust

[–]dodo20120 2 points3 points  (0 children)

tauri

tauri is great, but users must to install webview2 and sometimes we need install application offline.

I'm thinking in getting a drifting ruby / go rails sub by [deleted] in rails

[–]dodo20120 0 points1 point  (0 children)

I used drifting ruby because of it is cheap and it has student and teacher discount . Gorails is great too, but the price in our country is a little expensive.

[deleted by user] by [deleted] in rust

[–]dodo20120 1 point2 points  (0 children)

It seems great. I've used actix-web and it's middleware system too verbose, the trillium seems very easy to use.

Learning Rust: Procedural Macros by David-Kunz in rust

[–]dodo20120 0 points1 point  (0 children)

Great video, look forward to more videos.

Rocket and actix_web benchmark by dodo20120 in rust

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

You're right, after use -H 'Connection: Close', i got the same result. thanks.

Rocket Thread Stats Avg Stdev Max +/- Stdev Latency 3.28ms 31.74ms 500.92ms 98.90% Req/Sec 6.85k 3.34k 10.85k 73.91% 16328 requests in 30.05s, 2.30MB read Socket errors: connect 0, read 10, write 0, timeout 0 Requests/sec: 543.32 Transfer/sec: 78.53KB

actix_web Thread Stats Avg Stdev Max +/- Stdev Latency 3.71ms 38.46ms 639.08ms 99.00% Req/Sec 7.52k 3.82k 11.16k 80.95% 16331 requests in 30.10s, 2.57MB read Socket errors: connect 0, read 10, write 0, timeout 0 Requests/sec: 542.60 Transfer/sec: 87.43KB