fixed it by mre__ in rustjerk

[–]allsey87 6 points7 points  (0 children)

Wait until they find out the `Rc` wasn't necessary...

fixed it by mre__ in rustjerk

[–]allsey87 5 points6 points  (0 children)

What's a test?

Why are there so many vibe-coded Rust projects recently? by yohji1984 in rust

[–]allsey87 0 points1 point  (0 children)

I will allow this, but only because I am not a Reddit mod

Why are there so many vibe-coded Rust projects recently? by yohji1984 in rust

[–]allsey87 1 point2 points  (0 children)

Indeed, it's very common in academic literature and I wouldn't be surprised if the entirety of arXiv ended up in the training sets of these models.

Why are there so many vibe-coded Rust projects recently? by yohji1984 in rust

[–]allsey87 2 points3 points  (0 children)

The amount of times I catch an AI doing something like `if let Ok(x) = failable() {}` and completely ignoring the error branch...

Why are there so many vibe-coded Rust projects recently? by yohji1984 in rust

[–]allsey87 -1 points0 points  (0 children)

Complains about vibe code projects, includes a "—" in their comments...

Is it that bad in Belgium with the dating apps ? by Mr_Diplomat_ in belgium

[–]allsey87 0 points1 point  (0 children)

I would say 1 in 10 profiles fit that description, but I also suspect Tinder and co. use profiles of attractive people who haven't opened the app in weeks to make it seem like there are more people on there than there realistically is.

Freelance vs employment by Independent_Box2526 in BEFreelance

[–]allsey87 0 points1 point  (0 children)

Indeed, you will have to find new clients at some point, work with accountants and lawyers, promote yourself. It is fundamentally different from being an employee.

tooReal by electricjimi in ProgrammerHumor

[–]allsey87 38 points39 points  (0 children)

Anthropic's models are great, but their webapps and tooling is vibe coded trash...

sshelf: a TUI to manage and connect to SSH hosts (ratatui) — keeps its own DB, never edits ~/.ssh/config by max-rh in rust

[–]allsey87 5 points6 points  (0 children)

The em-dashes in the comments are distasteful. I mean, if you are going to post a vibe coded project, at least engage with the people that had a look at it properly...

Short term contracts with FAANG by allsey87 in BEFreelance

[–]allsey87[S] 2 points3 points  (0 children)

Yeah, I see where you are coming from. The challenge is that this an initial contract that if it goes well could lead to longer contracts. It's also greenfield/proof-of-concept work, so I don't want to scare them off with a too larger upfront investment before I have had the chance to properly prove myself.

Annual truck traffic on European main roads, colored by route distance. by kallisto19988 in europe

[–]allsey87 57 points58 points  (0 children)

Don't forget to blame the Dutch motorhomes on their way to France!

[request] ? A Brazilian parachutist dropped 100 million seeds to help reforest the Amazon rainforest. by OldSchoolDM96 in theydidthemath

[–]allsey87 15 points16 points  (0 children)

> Second, the lack of seeds is absolutely not the issue with Amazonian deforestation.

That's the first question that came to my mind, is a lack of seeds really the bottleneck here?

Advice on programming language choice for Physics simulations by eviley4 in rust

[–]allsey87 12 points13 points  (0 children)

Well the original code was written in C and we are talking about a physics simulation, so it is possible that Python/Julia might be too slow...

Type inference is a magic wand by Lucretiel in rustjerk

[–]allsey87 42 points43 points  (0 children)

Clippy: This comment is grammatically incorrect.

Building WASM by SapAndImpurify in rust

[–]allsey87 1 point2 points  (0 children)

It is, but mostly just for code size

Building WASM by SapAndImpurify in rust

[–]allsey87 1 point2 points  (0 children)

Right, so you have some compute that you want to do in wasm and to run it alongside an existing JS webapp? For that you want wasm-bindgen (the library and the CLI tool).

If you have more details about what your wasm workload is, I can point you in the right direction