Live data from Hacker News

Viewing profile — bitmapper

bitmapper

HN member
Joined
Sun, Nov 24, 2019, 8:06 PM UTC
HN karma
42
Public activity
24 items

About bitmapper

No profile information was provided.

Recent public activity

  1. comment
    Comment #34749161

    It would be, if the code wasn't so horrifically bitrotted at this point. GHC has changed a lot since Elm last got any meaningful update, and they decided to use unsafe GHC primitiv…

  2. comment
    Comment #34459991

    this got replaced with ghcup iirc

  3. comment
    Comment #34144089

    What do you mean the function to create a directory? When would you be creating directories outside of derivation build phases?

  4. comment
    Comment #33765886

    I find the options search to be generally suitable for that case https://search.nixos.org/options

  5. comment
    Comment #33015657

    This is just a ChromeOS tablet except it's running a customized version of ChromiumOS?

  6. comment
    Comment #32459125

    There's cadmium there, yeah. But cadmium is not addictive, and is not a reason for cigarettes being addictive. Removing the cadmium will not make cigarettes less addictive. Tobacco…

  7. comment
    Comment #32020879

    For simple languages, it can be a bit of a pain to write and maintain a lexer and a parser. For example, if I'm gonna parse JSON and nothing more, I think it's a bit silly to use a…

  8. comment
    Comment #31666730

    https://hoogle.haskell.org/ can be helpful for this

  9. comment
    Comment #31666566

    I'm really not a fan of IHP for that purpose due to how it redefines so much of the Haskell Prelude without making it clear it does that.

  10. comment
    Comment #31665521

    I don't really think many people are calling it a panacea. From my experience in the community most people I know who write Haskell write it for productivity reasons (including me,…

  11. comment
    Comment #31605718

    I personally don't like Rust (I like to have a garbage collector for what I do), but I don't think it's a hard to read language. Readability is an incredibly subjective thing. For …

  12. comment
    Comment #29952329

    Parametric polymorphism is even older than that! It's almost 60 years old, having originated in CPL.

  13. comment
    Comment #28590793

    Honestly, my main issues are with the lack of generics and the "dynamically typed effect system". The idea of a minimalist runtime and language reminds me of Clean a little bit.

  14. comment
    Comment #28590628

    Fair enough! Sorry, I didn't intend that to be rude, I just genuinely didn't understand as it seems to be two very conflicting ideologies merged.

  15. comment
    Comment #28590488

    Since when are generics automatic casting?

  16. comment
    Comment #28590479

    I cannot comprehend what would drive someone to make this.

  17. comment
    Comment #28361599

    Yeah! I worked with Robert Smith on porting it to modern CL implementations. Not a fun codebase.

  18. comment
    Comment #28352833

    I used to use CL quite a bit, but have since abandoned it for Haskell, so I'm a bit biased. There's a number of issues with that: - I'd be missing all the optimizations that can be…

  19. comment
    Comment #28352202

    And then when things like dependent types get involved, I'm betting that the amount of bugs greatly decreases, even more than that.

  20. comment
    Comment #27732855

    eh, iirc fused-effects is used in production, along with haskell (obviously)

  21. comment
    Comment #27413559

    I already brought this up with them, they knew about it but decided that it "doesn't have enough usage so we aren't worried about people getting our product confused with it".

  22. comment
    Comment #27126578

    My favorite example of this is probably Clean, which solves this using uniqueness types. You can have unique values that are managed using compile time memory management, but also …

  23. story
  24. story