Live data from Hacker News

Viewing profile — myrrlyn

myrrlyn

HN member
Joined
Mon, Mar 27, 2017, 11:31 PM UTC
HN karma
66
Public activity
41 items

About myrrlyn

[ my public key: https://keybase.io/myrrlyn; my proof: https://keybase.io/myrrlyn/sigs/MI_cHzxLL8w3_de2VzLxXHtkc9tKj7phor7xymAsens ]

Recent public activity

  1. 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

  2. comment
  3. comment
    Comment #31207866

    yeah the actual titleholder to those is seattle

  4. comment
    Comment #31207673

    rustup is available in your package manager's repository

  5. 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…

  6. comment
  7. 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

  8. comment
    Comment #28532350

    is this going well for you

  9. comment
  10. 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

  11. 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…

  12. comment
  13. comment
    Comment #28373552

    (there are none)

  14. 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…

  15. comment
    Comment #27959205

    PRs welcome!

  16. 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…

  17. 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 …

  18. 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…

  19. 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`…

  20. 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 …

  21. comment
    Comment #26846328

    this magical thinking about standards documents is one of the primary incentives to not have one

  22. 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

  23. 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…

  24. 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

  25. comment
    Comment #26845948

    putting my marker on 2030 as implementing a tokio runtime in kernelspace