Viewing profile — invpt
invpt
HN member- Joined
- Tue, Jan 03, 2023, 1:27 AM UTC
- HN karma
- 183
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About invpt
Recent public activity
-
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. …
-
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 …
- story
- story
- story
- story
-
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…
-
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…
-
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.
-
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.
- story