ExperimentalGuy

joined 2 years ago
[–] [email protected] 11 points 4 months ago (2 children)

Dumb question but is that a real command line tool

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

The internet archive has a lot of torrents that need seeding if you're up for something like that? I think they're still down, but once they're back up, it's pretty easy to help out with that.

[–] [email protected] 6 points 5 months ago

Every high school yearbook

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

Why not just compress a directory then encrypt that?

[–] [email protected] 2 points 5 months ago

This is beautiful, but what would be even better is to have the program open a reverse shell so you can log into the computer to install pandas manually.

[–] [email protected] 19 points 5 months ago (29 children)

I think one thing to mention is that Rust is highly specific in what it does. In most of the examples you mentioned, string types, tokio::main, you can essentially just say that rust is more explicit. When initializing an integer variable in C using int, it's not specified what use the integer is or whether it's signed or not. i32, uint16_t you can see how it's specified. Using tokio::main before your main function just specifies that you're using the tokio asynchronous executor for your async code. In the case of string types, they all have different implementations which just help with being specific.

The reason I like Rust is because I know what's happening when I read it. Did I have to read the whole async book to understand how the tokio::main stuff works? Yes. But now I understand exactly how it works. The problem I have with using Javascript is that it doesn't have that high amount of explicitness(is that a word?). At the end of the day, if you're using it for a personal project or you're arguing for language supremacy, it really just comes down to personal preference.

[–] [email protected] 2 points 5 months ago

May he rest in peace

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

Sweet - I didn't realize that malware is tailored for one OS usually, but that makes a lot more sense.

[–] [email protected] 0 points 5 months ago

This is great I really appreciate it :)

[–] [email protected] 0 points 5 months ago

I kind of want to see something on this because my past experiences with ChatGPT is that it was horrible at math, but I used it again the other week for some insight on some math, and it worked it out completely correctly. I don't know anymore, is it shit at math, is it good at math or in between?

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

I love you so much. Never change

view more: ‹ prev next ›