Viewing profile — DrMeepster
DrMeepster
HN member- Joined
- Sun, Mar 14, 2021, 7:46 PM UTC
- HN karma
- 21
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About DrMeepster
No profile information was provided.
Recent public activity
-
comment
Comment #42734275
there's a wrapper type, AssertUnwindSafe to get around it. The whole concept of unwind safety was a mistake so don't worry about using it
-
comment
Comment #42641391
please no. that article is nonsense. this is all nonsense.
-
comment
Comment #40666481
Unsafe is one of the most important things in rust. The point is that you stick all the unsafety into well marked areas that can be more easily checked.
-
comment
Comment #39362047
You don't actually explain why Mojo doesn't need Pin, you just say that it works. Does Mojo automatically fix up self referential pointers on moves or something?
-
comment
Comment #39120356
See also https://doc.rust-lang.org/nightly/nomicon/leaking.html
-
comment
Comment #37017941
Banning unsafe is actually really easy. Just one line `#![forbid(unsafe_code)]` at the start of your code.
-
comment
Comment #32492706
Box operator isn't actually used in Box::new anymore. It's been replaced with a magic attribute, #[rustc_box]
-
comment
Comment #32303015
Rust also tests all public rust code on github
-
comment
Comment #32190141
So to be clear, you want it to be harder to update the compiler? I cannot interpret "rustup seems to encourage that behavior" as anything else but that.
-
comment
Comment #31207033
"pronoun people" What, you cant handle queer people existing?
-
comment
Comment #30424148
what does this mean? It sounds like you tried to make a funny programming insult, but it fell flat if that's what you were going for
-
comment
Comment #29925609
This can never happen with regular string literals. String literals have the type `&'static str` but formatting returns a `String`.
-
comment
Comment #29787447
this study is extremely flawed. It is impossible to tell if these results are from the garbage collection or how bronze violates rust aliasing
-
comment
Comment #29542397
ok sure whatever but what does this have to do with the article?
-
comment
Comment #29285538
that doesn't mean abuse isn't an asshole move
-
comment
Comment #29244100
Would be a lot less work if he didn't do this package splitting nonsense
-
comment
Comment #29098553
You can interpret its MIR (mid-level intermediate representation) like Miri or const evaluation does
-
comment
Comment #28362144
or maybe it's because most people are not using tor browser and do not vote for links they can't open
-
comment
Comment #27066083
RIP mutable noalias (again)
-
comment
Comment #26458295
What is a custom lifetime?