this post was submitted on 11 May 2024
25 points (100.0% liked)

badposting

389 readers
334 users here now

badposting is a comm where you post badly


This is not a [email protected] alternative. This is not a [email protected] alternative. This is a place for you to post your bad posts.

Ever had a really shitty bit idea? Joke you want to take way past the point of where it was funny? Want to feel like a stand-up comedy guy who's been bombing a set for the past 30 minutes straight and at this point is just saying shit to see if people react to it? Really bad pun? A homemade cringe concoction? A cognitohazard that you have birthed into this world and have an urge to spread like chain mail?


Rules:

  1. Do not post good posts.
    • Unauthorized goodposting is to be punished in the manner of commenting the phrase "GOOD post" followed by an emoji that has not yet been used in the thread
    • Use an emoticon/kaomoji/rule-three-abiding ASCII art if the rations run out
  2. This is not a comm where you direct people to other people's bad posts. This is a comm where you post badly.
  3. This rule intentionally left blank.
  4. If you're struck for rule 3, skill issue, not allowed to complain about it.

Code of Conduct applies just as much here as it does everywhere else. Technically, CoC violations are bad posts. On the other hand: L + ratio + get ~~better~~ worse material bozo

founded 11 months ago
MODERATORS
 

Fork my git, oh yeah stick your dongle in my usb 4.0 port.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 5 months ago (2 children)

In Rust we don't say "I love you", we say Pin<Box<dyn Future<Pin<Arc<HashMap<Arc<String>, Vec<Arc<Mutex<Box<dyn Future<u128>>>>>>>>>>> and I think that's beautiful.

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

Is Rust Lisp but with <> instead of parentheses?

[–] [email protected] 6 points 5 months ago* (last edited 5 months ago)

It will never be this bad in an actual use case, there are some cases where you will have a few of them nested in each other but it's not too bad. Rust is just a very verbose language in some areas because of it's strict type system but that's also what makes Rust so powerful, it's by design. Though I will admit, Rust being so verbose in some areas kind of scared me away from it for a long time, but I've grown to like it a lot and it's actually really good and worth learning if you're ever bored. The borrow checker and type system are your friends crab-party

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

It's just generics being ugly. C++ templates can also get quite bad, but rust seems to be taking it to the next level

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

And macros, macros are so scary in Rust but they're also very cool so I'll give them a pass...

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

No, you still have to write your code after all the >< ">

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

This only works on nightly though.