Live data from Hacker News

Viewing profile — invpt

invpt

HN member
Joined
Tue, Jan 03, 2023, 1:27 AM UTC
HN karma
183
Public activity
11 items

About invpt

https://github.com/invpt

Recent public activity

  1. comment
    Comment #39046488

    If you look at the source for into_boxed_slice, it calls shrink_to_fit at the beginning before doing anything else. Hence the documentation is slightly wrong, and no copies occur. …

  2. comment
    Comment #39044780

    I appreciate the mention of Box . I've never (or at least very rarely?) seen people using it, even in rustc, although I'm sure there's somewhere in the compiler that uses it. I've …

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #35081722

    Yeah, I think the problem is that the memory model (computer science) article is too short, so the model ended up spitting out information from something seemingly related, i.e., h…

  8. comment
    Comment #35081324

    I asked it "what is a memory model in computer science" to see how it handles something slightly obscure. Its answer: > The multi-store model (also known as Atkinson–Shiffrin memor…

  9. comment
    Comment #34645031

    That's great to hear! When I get the chance, I'll update the article to note that custom context menus are actually supported now.

  10. comment
    Comment #34643964

    I guess I'm thinking of Flutter's desktop support in relation to how it is on mobile. Flutter mobile does have a lot of built in stuff.

  11. story