badposting
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:
- 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
- This is not a comm where you direct people to other people's bad posts. This is a comm where you post badly.
- This rule intentionally left blank.
- 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
view the rest of the comments
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.Is Rust Lisp but with <> instead of parentheses?
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
It's just generics being ugly. C++ templates can also get quite bad, but rust seems to be taking it to the next level
And macros, macros are so scary in Rust but they're also very cool so I'll give them a pass...
No, you still have to write your code after all the >< ">
This only works on nightly though.