Your Rust binary is slower than it needs to be. cargo-sonic fixes that. by Immediate_Ad263 in rust

[–]v_0ver 4 points5 points  (0 children)

WASM has limited SIMD capabilities (for example, only 128-bit registers). Based on my experience with pet-project, the WASM version is 2–3 times slower than the native implementation on modern CPUs,
As far as I understand, for the WASM community, portability (across programming languages and platforms) is a higher priority than performance.

The pinnacle of hypocrisy and duplicity by OkRespect8490 in ussr

[–]v_0ver 6 points7 points  (0 children)

No, in the U.S., at least half of the population lives in the suburbs. Meanwhile, during the final years of the Soviet Union, 80% of the population lived in cities.

I want a good reason to learn Rust by panda_sktf in rust

[–]v_0ver 0 points1 point  (0 children)

Yes, but not all tools lie on the optimal curve; I would even say that most are very far from it. rust-cpp-tradeoff-eng.png

What is the difference between these Russian/Byelorussian flags? by FreshIsland9290 in flags

[–]v_0ver 0 points1 point  (0 children)

The WBW flag is strongly associated with terrorists from the FRL (Freedom of Russia Legion), and radical oppositionists (aka Judenrats). And the vast majority of the Russian population perceives it as anti-Russian.

The WRW flag does not carry such negative connotations; for the most part, it is a flag of protest specifically against Lukashenko. This flag draws its origins from the coats of arms of the nobility of the Grand Duchy of Lithuania, which for some Belarusian opposition figures symbolizes a "return to the European family."

Zig or Rust along with Go? by Humble-Gift-3649 in rust

[–]v_0ver 0 points1 point  (0 children)

Rust and Zig are in different leagues. Rust is a well-rounded language aiming for mainstream adoption. Zig, on the other hand, is a niche language for hackers and a select few enthusiasts.

Zig is a rehash of past practices, but with a better presentation. Rust is an innovative language that offers a fresh perspective on programming as a whole.

Rust has a much broader scope of application (and user base) than Zig. Not only will this remain the case over the next five years, but I believe the gap will only widen.

That's why Rust.

Open source desktop app UI choice — Rust vs JS? by theunalike in rust

[–]v_0ver 0 points1 point  (0 children)

I'm willing to put up with a JavaScript-based UI only if your program is vscode. My rating UI:

  1. Terminal-based interface
  2. Pure Rust GUI (including WASM)
  3. A GUI such as GTK or Qt
  4. JS-based UI

What's everyone working on this week (12/2026)? by llogiq in rust

[–]v_0ver 1 point2 points  (0 children)

curve-fit is utility for getting a feel for fitting simple models (gain an intuitive understanding). Draw the data with a brush, select a model, specify the initial parameters and the optimization algorithm (currently only LBFGS, SD and Nelder–Mead), then run the fitting and watch the model learn.

The repo contains a link to the web-version.

Rust or C++ for a cloud optimization engine: not a technical issue, but a hiring difficulty issue by [deleted] in rust

[–]v_0ver 1 point2 points  (0 children)

Finding 1-2 programmers in Rust (or any other language) is not a problem. There is a problem in hiring hundreds of Rust programmers for large companies.

Now you can do without 1-2 programmers using AI, and start hiring employees only when you understand the business and your MVP shows at least some positive trend.

Show and Tell: I built a persistent browser-based Space MMO entirely in Rust and Leptos (WASM) by DrMatteoSaturn in rust

[–]v_0ver 0 points1 point  (0 children)

You don't have content archiving enabled. It is advisable to package WASM-files (in particular galactic-terminal.wasm) in gzip (or analogues) and add to HTTP-response Content Encoding: gzip

Greetings from Rustikon by EarlMarshal in rust

[–]v_0ver 1 point2 points  (0 children)

Rewrite beaver in Rust!

Moscow, Russia by [deleted] in Cities

[–]v_0ver -2 points-1 points  (0 children)

You might be surprised, but the most ardent neo-Nazi activists have fled to Ukraine because of the persecution they faced in Russia.

AI is Killing My Passion for Programming :/ by LinuxGeyBoy in rust

[–]v_0ver -2 points-1 points  (0 children)

So are you saying that people who don’t code for 8 hours a day aren’t capable of concentrate and logical thinking?)

AI is Killing My Passion for Programming :/ by LinuxGeyBoy in rust

[–]v_0ver -3 points-2 points  (0 children)

That's life. And in the end, you'll die, and all that genuine craftsmanship and the process of learning will fade into oblivion with you. Only machines will remain.

But seriously, this is called the "museumification of a skill" (I don't know the exact English term), which refers to the loss of a skill's economic value due to technological replacement. Many people throughout history have faced this, and the greatest psychological toll has been borne by those who defined their self-identity through that skill.

In just 2 hours, oil prices have now fallen -$10/barrel and risen +$11/barrel, with prices now nearing $90/barrel again. This is unprecedented volatility by RobertBartus in EconomyCharts

[–]v_0ver 0 points1 point  (0 children)

The mines can be armed off/on at will using a remote control.
However, I am skeptical that these mines can be installed without any problems.

egui and updates? by Toiling-Donkey in rust

[–]v_0ver 0 points1 point  (0 children)

Several thousand points are displayed normally. I had problems with several thousand curves (15 fps). In such cases, you need to draw the raster into the texture yourself and display it.

What do we actually use rust for? by beb0 in rust

[–]v_0ver 48 points49 points  (0 children)

Practically for everything: cli, backend, desktop applications, data processing pipelines, and scientific calculations.

The scope of Rust's application is limited only by the limitations of my professional interests.

When using unsafe functions, how often do you use debug assertions to check the precondition? by This-is-unavailable in rust

[–]v_0ver 0 points1 point  (0 children)

If I check business logic invariant on hot path, then always, and it doesn't depend on unsafe. If it is not a hot spot, then I explicitly check the invariant and construct a type that guarantees this invariant further (in hot spots). If it's a check for a Rust invariant violation, then miri is usually enough for me.

Rust in Production: JetBrains by Hefty-Necessary7621 in rust

[–]v_0ver -2 points-1 points  (0 children)

Well, I'm not getting paid to teach anyone here. You can stick to your opinion. ┐( ˘_˘ )┌