this post was submitted on 08 Apr 2024
55 points (91.0% liked)

Rust

5651 readers
12 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 4 months ago (2 children)

I think they meant using for accumulating, like this:

shapes.iter().map(Shape::area).sum()
[–] [email protected] 4 points 4 months ago

Yes. That's what I meant.

Though I heavily expect the rust compiler to produce identical assembly for both types of iteration.

[–] [email protected] 2 points 4 months ago (1 children)

Oh, I see. That would be interesting to benchmark too 👍

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] sugar_in_your_tea 2 points 4 months ago (1 children)

Anti Commercial AI thingy

Off-topic, but does that actually work? I would assume OpenAI would just ignore it and you'd have to prove that they did so.

[–] [email protected] 5 points 4 months ago (1 children)

Dunno if it works. AI has been tricked into revealing it's training data, so it's possible that it happens and they are sued for using copyrighted material.

This is my drop in the ocean.

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] sugar_in_your_tea 2 points 4 months ago (1 children)
[–] [email protected] 3 points 4 months ago (1 children)

Welcome 🙂 A drop more.

Btw, if you're using linux and X11, you can bind a keyboard shortcut to the following shell-script (probably will need to install xte).

#!/usr/bin/env bash
sleep 0.5
xte "str 
Anti Commercial AI thingy"xte "key Return" xte "str [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)" xte "key Return" xte "str
"

Anti Commercial AI thingyCC BY-NC-SA 4.0

[–] sugar_in_your_tea 3 points 4 months ago (1 children)

I'm on Wayland, but I'm sure I can figure something out.

I do most of my lemmy-ing on mobile, so I'll probably make a bot to auto-edit my posts or something.

[–] [email protected] 3 points 4 months ago

Have fun! I'm curious how you'll do it. If you figure out a way on Wayland, it would be great to read about it!

Anti Commercial AI thingyCC BY-NC-SA 4.0