Live data from Hacker News

Viewing profile — jaspervdj

jaspervdj

HN member
Joined
Tue, Aug 18, 2009, 8:33 AM UTC
HN karma
484
Public activity
59 items

About jaspervdj

No profile information was provided.

Recent public activity

  1. comment
    Comment #45166831

    Limiting access helps, but if you are storing the logs on a 3rd party (e.g. DataDog, CloudWatch), you will still need to assume it can leak through that 3rd party and start rotatin…

  2. comment
    Comment #43527556

    This talk seems like exactly what you are looking for for: Gabriel Gonzalez - “A bare-bones Twitter clone implemented with Haskell + Nix” @ ZuriHac 2020 https://www.youtube.com/liv…

  3. story
  4. comment
    Comment #39617401

    You can use trace for that which is part of the base library: https://hackage.haskell.org/package/base-4.19.1.0/docs/Debug...

  5. comment
    Comment #37255136

    If you wanted to log from fibonacci, you would pass a some logger instance down to this function. In Haskell, this could be a record or a typeclass instance. In other languages, it…

  6. comment
    Comment #29650826

    The builder interface has important performance benefits over working with lists: similar to e.g. concatenating many small Strings vs using StringBuilder in Java. The builder inter…

  7. story
  8. comment
    Comment #25919777

    Thanks again for the feedback, we've added a little "help" page now.

  9. comment
    Comment #25914406

    Yes, we considered it, but I'm not sure if and when that'll happen. However, we also added PWA features [1], so you should be able to add it to your homescreen and it should work f…

  10. comment
    Comment #25901791

    Clicking and keyboard work on the computer, and tapping and swiping works on touch devices. I was hoping this would be clear enough since I don't want to take up people's time with…

  11. comment
    Comment #25901786

    I'm not sure if this is the same issue but we've heard from tons of people that the "undo" button should be at the bottom in order to make it easier to reach using a phone one-hand…

  12. comment
    Comment #25896203

    I second this as a great resource! Your game HyperRogue was also a big inspiration for this game.

  13. comment
    Comment #25893047

    Of course!

  14. story
  15. story
  16. comment
    Comment #18238192

    Not really, if you wanted to do a version using only immutable arrays: import Data.Array fw :: Int -> Array (Int, Int) Int -> Array (Int, Int) Int fw 0 graph0 = graph0 fw k graph0 …

  17. comment
    Comment #17502568

    Slightly off-topic, a big part of seeing a painting in real life is seeing the structure and layers of brush strokes. It's a long shot but does anyone know if any work has been don…

  18. comment
    Comment #16327849

    sshuttle does not tunnel UDP out-of-the-box. It only works on Linux and only if you are using the tproxy mode, which is not the default and a little more involved to set up. See: h…

  19. comment
    Comment #15747736

    Explanation in this comment: https://github.com/bountysource/core/issues/1147#issuecommen... On July 27, we reached out to Bountysource in response to a complaint we received from …

  20. story
  21. comment
    Comment #12656922

    I haven't done any sort of profiling, but yeah that's a bit much. Unless Pandoc really needs that much memory to do the conversion, I can probably cut it down by quite a lot. I wil…

  22. comment
    Comment #12651361

    I don't intend to make money with it, but yeah I found it to be pretty useful if I want to give quick-and-dirty presentations to other engineers or technical folks. It basically al…

  23. story
  24. story
  25. story