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.
- 1 Post
- 10 Comments
0t79JeIfK01RHyzo@lemmy.mlto
Rust@programming.dev•Just call clone (or alias) · baby stepsEnglish
2·25 days 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
1·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.mlOPtoThinkPad@lemmy.ml•Is there a better budget device for $230?English
2·6 months agoIt arrived earlier today.




I placed it next to an old 2014 13" MacBook Pro for scale.
I think it’s in very good condition, I would say lightly used. The smudges from the ebay pictures are only noticeable if it’s under certain lighting. It seems to perform really well. I think the value to dollar on it seems really good, and I’m very happy with it. It seems like one of the best purchases I have made for it’s price.
0t79JeIfK01RHyzo@lemmy.mlOPtoThinkPad@lemmy.ml•Is there a better budget device for $230?English
7·6 months agoIt was on ebay. I was actually watching Intel versions sell then noticed the AMD version had 8 cores and was selling for around the same price, so I purchased one.
0t79JeIfK01RHyzo@lemmy.mlOPtoThinkPad@lemmy.ml•Is there a better budget device for $230?English
8·6 months agoThis was the listing. It seems like the pricing is around $150-$250. There’s a 16 GB version with the same processor, but in worse physical condition for $222 right now. Maybe just slightly lucky?
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.
0t79JeIfK01RHyzo@lemmy.mlto
News@lemmy.world•Are egg producers inflating prices during the bird flu outbreak to boost profits?English
1·9 months agodeleted by creator
0t79JeIfK01RHyzo@lemmy.mlto
Programmer Humor@lemmy.ml•Using comments as arguments in python.English
3·1 year agodeleted by creator
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.