Live data from Hacker News

Viewing profile — kalmar

kalmar

HN member
Joined
Wed, Jun 02, 2010, 3:21 AM UTC
HN karma
475
Public activity
88 items

About kalmar

http://kamalmarhubi.com/

Recent public activity

  1. comment
    Comment #47911496

    Separately from guix-the-distribution? Any chance your config in online somewhere?

  2. comment
    Comment #47815666

    The care taken here to achieve aesthetically pleasing results reminds me of this post about creating nice transit maps in the Transit App: https://blog.transitapp.com/how-we-built-…

  3. comment
    Comment #44579339

    I don't know of it's the reason, but inet_aton[0] and other parsing libraries that match its behaviour will parse 1.1 as 1.0.0.1. I use `ping 1.1` as a quick connectivity test. [0]…

  4. comment
    Comment #18839849

    This used to be me until I started using screenshot shortcuts that put images in the clipboard instead of files. You can paste directly into jira, slack, hangouts, whatsapp web, an…

  5. comment
    Comment #18586104

    Author here. Those are great tips, thanks! I actually just installed evolve from pip last night. I'll probably borrow from your hgrc, or at least let it inspire me :-) > I'm in the…

  6. story
  7. comment
    Comment #18043665

    And you get 4 extra cores and 24 gigs of ram "for free" vs i3.16xl (which is what we use). I think we looked into switching but it wasn't clear if the reservations could be switche…

  8. comment
    Comment #18043372

    Yup, that's the blog post I mentioned in the intro. Sometimes obsessively reading HN pays off. Even if it's a year later... :-)

  9. comment
    Comment #18043357

    Back when we ran the Citus cluster on EBS, we lost some EBS volumes as well. This manifested as disk not responding, followed several days later by an email from AWS with the subje…

  10. comment
    Comment #18043338

    Post author here. It's ephemeral, yes. It survives reboots, so that's not a problem. It doesn't survive instance-stop, so if a machine is being decommissioned by AWS we do indeed l…

  11. comment
    Comment #18043292

    Hi post author here! First off, we actually do use RDS for other databases. As you point out, having a lot of the operational stuff taken care of for you is great. The post is spec…

  12. comment
    Comment #18028687

    Post author here, happy to answer any questions. Looking into this one was fun, especially actually looking at the vDSO source instead of just thinking of it as "the makes gettimeo…

  13. comment
    Comment #17047100

    I'm curious why chroot is used instead of mount namespace and pivot_root(2). This would let them get away without CAP_SYS_CHROOT, while also providing stronger filesystem isolation…

  14. comment
    Comment #15649835

    Honest question: how do people use influxdb for monitoring and alerting? Our metrics feed into influx, and I cannot get answers to simple questions like “what is the failure rate” …

  15. comment
    Comment #14727542

    Some links I found: http://cryto.net/~joepie91/blog/2016/06/13/stop-using-jwt-fo... https://mailarchive.ietf.org/arch/msg/unbearable/QoybOl0cciD... https://paragonie.com/blog/2017/…

  16. comment
    Comment #14727531

    What are some more trusted alternatives to JWT for signed tokens with claims / expiry?

  17. comment
    Comment #14664526

    > Will all links mentioning woman driving have to be removed worldwide because some middle eastern country tells them to? Among "some middle eastern countries" that exist, only Sau…

  18. comment
    Comment #14541161

    Here's an issue: https://github.com/hashicorp/terraform/issues/15263

  19. comment
    Comment #14541043

    Oh interesting. Note to self: see if there's an option to disable `terraform apply` without a plan. I always refresh when running the pre-apply plan, but while iterating I use that…

  20. comment
    Comment #14540999

    I don't think it would work in this case, as the `ebs_block_device` block isn't a resource. In fact, the TF state doesn't even have the volume IDs for them! An alternative to doing…

  21. comment
    Comment #14540980

    That's pretty cool. So is the model that you don't manage the volumes in TF at all? (Btw I think I know people you know... also in Montreal and I know a couple folks at AdGear!)

  22. comment
    Comment #14540827

    Woah can you comment on lines in a comment ? /me dashes to investigate github And thanks for the suggestion. So far it's been on a someday maybe list, but if it really does help th…

  23. comment
    Comment #14540537

    Hey author here! Happy to answer any questions etc :-)

  24. story
  25. comment
    Comment #12766367

    This is a better link, as it will include the discussion: https://github.com/rust-lang/rfcs/pull/1774