Live data from Hacker News

Viewing profile — codingbinary

codingbinary

HN member
Joined
Mon, Jul 01, 2013, 2:00 AM UTC
HN karma
71
Public activity
54 items

About codingbinary

No profile information was provided.

Recent public activity

  1. comment
    Comment #16727135

    Same here. I thought that's pretty normal. The generic one looks pretty...normal to me. The clang version iss too much compiler voodoo and kinda makes it less readable.

  2. comment
    Comment #13795250

    Back when MOSA got created, we were aiming for a pure approach. For example, we were trying to use as few intrinsics as possible and a mostly architecture agnostic approach. Furthe…

  3. comment
    Comment #11108278

    I'm just wondering how the same statement (if the data would show it) would be perceived if it would be said for males. Studies could also show that there is a higher chance for mo…

  4. comment
    Comment #11107521

    Plus, wouldn't that contradict the whole idea of "we are all equal. Men are not better than women" but suddenly stating the opposite is totally fine? The data on this would really …

  5. comment
    Comment #11107506

    Which is true, because your child should be your #1 priority. Regardless of your gender.

  6. comment
    Comment #11030795

    Wow, they didn't have SSA in there yet? That's quite a surprise as, as far as I understand, SSA is pretty common nowadays in compiler techniques. Even for the MOSA compiler we had …

  7. comment
    Comment #10958887

    "Homogenous european states." Did I miss something?

  8. comment
    Comment #10951041

    Then that's the reason. The config is a dylib, so I have to force it into using jemalloc, which I cannot do when using stable.

  9. comment
    Comment #10950796

    But that wasn't always the case, right? I think around the time of 1.3/1.4 jemalloc was not the default.

  10. comment
    Comment #10950595

    Really? Last time I checked it still didn't work. Will have to try when I get home. The problem was that the config is compiled into a dynamic library and gets passed the config st…

  11. comment
  12. comment
    Comment #10950166

    Yep, exactly that killed my window manager on stable. I _have_ to use nightlies now, because I need the alloc_jemalloc feature.

  13. comment
    Comment #10707172

    The one is on a language level, the other on an application/framework level.

  14. comment
    Comment #10707170

    Type Erasure is the reason you can't use builtin types as generic arguments. And in a lot of cases it forces you to cast. And as type erasure happens very, very early in the compil…

  15. comment
    Comment #10701788

    And don't forget Java's type erasure. Still wondering how they could actually call that a FEATURE.

  16. comment
  17. comment
    Comment #10666583

    That is exactly the reason I stopped reading halfway through. I couldn't take any more of his narcissism.

  18. comment
    Comment #10661815

    Same here. I couldn't care less about Hamlet or other works by Shakespeare. And I cannot recall any of my other friends having _any_ tendency towards Hamlet at all.

  19. comment
    Comment #10545549

    Ah that brings back memories. Around the same time Midori was announced we started working on the MOSA Project[1], with the similar goal to create an operating system and accompany…

  20. comment
    Comment #10365250

    According to that logic we can also go ahead and ban all products that rely on the chemical element Bromine.

  21. comment
    Comment #10070475

    Because hello_world returns an IronResult, which in turn is just a simple Result type from Rust. Note that the status::Ok is different from the Ok(...). Iron::new expects a functio…

  22. comment
    Comment #10067112

    That statement isn't constructive either and also tends towards zero signal. Even if "du-jour" languages don't end up being used in production, some of them add really nice new con…

  23. comment
    Comment #10014834

    What you want to get down to is the intrinsic dimensionality. Go below that and you start discarding useful information.

  24. comment
    Comment #10011605

    That depends on your clustering algorithms. If it is for example based on shared-neighbor information, then you end up with the same clusters as you did before scaling. And in your…

  25. comment
    Comment #10011474

    You can get around the curse a little bit by using shared nearest-neighbor methods, but that only helps you a little bit. Although, the curse of dimensionality is no precise. The r…