We can imagine many scenarios, but the most plausible scenario is that she presented herself to him as entirely willing. Assuming she was being coerced by Epstein, he would have had every reason to tell her to conceal that from most of his associates.
I’ve concluded from various examples of accusation inflation that it is absolutely wrong to use the term “sexual assault” in an accusation.
- 0 Posts
- 7 Comments
0t79JeIfK01RHyzo@lemmy.mlto
Rust@programming.dev•Just call clone (or alias) · baby stepsEnglish
2·1 month agoI like this solution more too, what about something like?
code examples
{ spawn(async move { do_something_else_with( ^{ self.some_a.clone() }, ^{ self.some_a.clone() }, ^{ self.some_a.clone() }, ) }); }Which desugars to
{ let (a, b, c) = (self.some_a.clone(), self.some_a.clone(), self.some_a.clone()); spawn(async move { do_something_else_with(a, b, c) }); }Then have like
'super1: { 'super2: { spawn(async move { do_something_else_with( ^super1: { self.some_a.clone() }, ^super1: { self.some_a.clone() }, ^super1: { self.some_a.clone() }, ) }); } }Which desugars to
'super1: { let (a, b, c) = (self.some_a.clone(), self.some_a.clone(), self.some_a.clone()); 'super2: { spawn(async move { do_something_else_with(a, b, c) }); } }And finally, the harder to read
'super1: { 'super2: { spawn(async move { do_something_else_with( ^^{ self.some_a.clone() }, ^^{ self.some_a.clone() }, ^^{ self.some_a.clone() }, ) }); } }Which desugars to
'super1: { let (a, b, c) = (self.some_a.clone(), self.some_a.clone(), self.some_a.clone()); 'super2: { spawn(async move { do_something_else_with(a, b, c) }); } }
0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•The Hunt For The Perfect Laptop ContinuesEnglish
3·5 months agoI really like the MacBook Air, but I was dissuaded from it because the M4 isn’t supported by AsahiLinux yet.
0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•Recommend a simple, small cheap laptop < 15" I can chuck in my bag for use in coffee shops!English
2·5 months agoYou can get ten x130e’s for $250 too. Why buy 1 when you can get 10?

0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•Recommend a simple, small cheap laptop < 15" I can chuck in my bag for use in coffee shops!English
4·5 months agoThere’s also multiple T14’s with the 8 core AMD variant at the moment on ebay. I recently purchased a similar version myself.
- https://www.ebay.com/itm/187345973525 - Grade C - $165
- https://www.ebay.com/itm/236180535889 - $180
- https://www.ebay.com/itm/236134873233 - $205
- https://www.ebay.com/itm/187365382026 - $253
- https://www.ebay.com/itm/157131848816 - $260
I have both a 2014 MacBook Pro and the listed device. The T14 has a trash tier trackpad and display when compared to a MacBook, but if I was buying it to do any type of programming, I’d choose the T14 everytime if I’m comparing it to a MacBook with 8 GB of ram and a dual core processor. (when compared to a T14 that has the 8 core AMD 4750U)
0t79JeIfK01RHyzo@lemmy.mlto
linuxmemes@lemmy.world•Powertoys: "Run" was my favorite.English
4·7 months agoI know it’s not KDE Plasma, but Gnome on Ubuntu has Tiling Shell. It also lets you span multiple tiles too.
Your comment is much funnier but it did get him removed from his position at MIT and later the FSF. The creator of the GNU license is an Epstein apologist.