Viewing profile — myrrlyn
myrrlyn
HN member- Joined
- Mon, Mar 27, 2017, 11:31 PM UTC
- HN karma
- 66
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About myrrlyn
Recent public activity
-
comment
Comment #31208012
why isn't it inconsistent to allow creation of a record with missing components but to deny creation of a stack frame with missing components
-
comment
Comment #31207877
good
-
comment
Comment #31207866
yeah the actual titleholder to those is seattle
-
comment
Comment #31207673
rustup is available in your package manager's repository
-
comment
Comment #30706039
> C is an amazing language [citation needed] > the best way to use C is to use it to implement core algorithms and data structures is this a joke. you literally cannot write contai…
-
comment
Comment #30706032
lol.
-
comment
Comment #30616510
given that the sole purpose of software is to do what people want, "it didn't do what i want" is automatically incorrect behavior
-
comment
Comment #28532350
is this going well for you
- comment
-
comment
Comment #28373786
> Rust must stabilize its ABI if it seeks to be a useful systems language. ? no it mustn't. what's the c++ abi
-
comment
Comment #28373674
> Having multiple implementations is a sign of a healthy programming language this is frequently taken as axiomatic but there's no actual support for it in reality. there are plent…
-
comment
Comment #28373600
why not
-
comment
Comment #28373552
(there are none)
-
comment
Comment #27960788
every time this comes up i just have to ask - what do you think a language standard is or does - what languages with standards do you think standardization has helped (this is a tr…
-
comment
Comment #27959205
PRs welcome!
-
comment
Comment #27958083
yeah, bounds written on the type decl shouldn't be repeated on the impl. the current typeck is not smart enough to do that but the ever-"nearly there we promise" replacement is. it…
-
comment
Comment #27958066
the reason for > I still feel uneasy depending on so many other crates, but this seems to be a level of paranoia that others in the community don't share. Having 1000 dependencies …
-
comment
Comment #27958054
> What slice of Rust users are both such noobs they haven’t heard of cargo-edit and can’t Google it, but also so advanced they are interested in implementing Future manually to dee…
-
comment
Comment #27700863
I am the author of a library that requires knowledge and awareness of integers that are strictly not wider than the general purpose register on the processor; the fact that `usize`…
-
comment
Comment #27177593
the good news is that a vector of any object can be reduced to a vector of integers by `Box`ing, and then you only incur a miss when you access the data, but not during every step …
-
comment
Comment #26846328
this magical thinking about standards documents is one of the primary incentives to not have one
-
comment
Comment #26846274
yeah this is a common pattern in runtime permissions modelling. it's a really cool trick and i hope it gets more awareness from cases like this
-
comment
Comment #26846185
the unstated part here is that in the absence of a compiler-visible atomic modelling system, an atomic model is implemented in `core::atomic` and LLVM. similarly, a `kcore` library…
-
comment
Comment #26845991
unless you plan to run `rustc` as a kernelspace application, anything in tier 2 (`core`, `alloc`, maybe `std` all compile and likely pass tests) is sufficient
-
comment
Comment #26845948
putting my marker on 2030 as implementing a tokio runtime in kernelspace