Live data from Hacker News

Viewing profile — krallin

krallin

HN member
Joined
Tue, Jul 03, 2012, 2:13 PM UTC
HN karma
319
Public activity
119 items

About krallin

thomas@orozco.fr

[ my public key: https://keybase.io/torozco; my proof: https://keybase.io/torozco/sigs/wglORATs2f-ODCPmqV8ChpDvGYkLPuAjm_Ux4EaGzms ]

Recent public activity

  1. comment
    Comment #35471113

    (engineer working on Buck2 here) Buck2 is actually used internally with Git repositories, so using Sapling / hg is definitely not a requirement

  2. comment
    Comment #15608852

    I love SQLite (and use it in a large number of places in our application stack!), but I feel that it suffers from a case of bad defaults. To name a few: - Foreign key checking (and…

  3. comment
    Comment #15199257

    AWS provides you with a number of DNS records for each NLB: - One record per zone (which maps to the EIP for that zone) - A top-level record that includes all active zones (these a…

  4. comment
    Comment #14814959

    Author here - let me know if you have any questions! (whether that's about using Supercronic... or making regular cron work in containers)

  5. comment
    Comment #11737766

    Yes, you're entirely correct; that's actually what I meant by "provided the Kernel can represent [it]" (albeit perhaps not very clearly!). Cheers,

  6. comment
    Comment #11737192

    (Note: the following is only applicable to Linux) The default for overcommitting on Linux is heuristic; it doesn't always succeed: if you try and allocate several exabytes or RAM, …

  7. comment
    Comment #11295613

    Unfortunately it looks like the distros have not been particularly diligent about releasing a fix via the security channel (according to the article), so this PPA is a workaround

  8. comment
    Comment #11293550

    Note: if you're using Ubuntu, there is a semi-official PPA that has a non-vulnerable version (2.7.3): https://launchpad.net/~git-core/+archive/ubuntu/ppa

  9. comment
    Comment #11211405

    This means "install the `requests` package with the `security` extras. In this particular case, this installs 'pyOpenSSL>=0.13', 'ndg-httpsclient', 'pyasn1'. See: https://github.co…

  10. comment
    Comment #10858781

    This principle doesn't necessarily mean functions should never return booleans, though. Booleans are used in a variety of (popular) Python libraries when checking whether a passwor…

  11. comment
    Comment #10854256

    Quick disclaimer: I'm the author of Tini (thanks for the hat tip, by the way!). Note that for interactive usage, Tini actually hands over the tty (if there is one) to the child, so…

  12. comment
    Comment #10736945

    While not as common as nounset and errexit, pipefail is a useful option as well (set -o pipefail). Using pipefail, if any program in a pipeline fails (i.e. exit code != 0), then th…

  13. comment
    Comment #10703592

    Ha, interesting trick! : ) The GitHub API allows up to 5,000 requests per hour. I currently poll once an hour, so there's a bit of headway. If that becomes a problem, I think I can…

  14. comment
    Comment #10703564

    Indeed, not yet! Private repo support would require authenticating with GitHub, which makes the project a bit more complex. I definitely plan to add this if there's enough interest…

  15. comment
    Comment #10703167

    Ha, this is a great idea! I've added this now :). Just reload.

  16. comment
    Comment #10703115

    I made this mainly to scratch my own itch :). It's slightly more convenient for me to get a notification than to periodically pull repositories and check them for changes, but I un…

  17. comment
    Comment #10702968

    Here's the email I got inviting me to re-post the story. That's all I know : ) Hi there, https://news.ycombinator.com/item?id=10690114 looks good, but didn't get much attention. Wo…

  18. comment
    Comment #10702481

    These are great points; thanks for your feedback! :) I'm trying to validate whether there's any interest in something this, so I definitely cut a lot of corners (e.g. the app doesn…

  19. story
  20. story
  21. story
  22. comment
    Comment #10298801

    When I worked at Scalr, we used Chef's Omnibus ( https://github.com/chef/omnibus ) to create "full stack" RPM and Deb packages, which basically include all your dependencies all th…

  23. comment
    Comment #9804742

    GP is most likely referring to VPCs with dedicated tenancy. Those are not free, and they're pricey [0]. [0]: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instanc…

  24. story
  25. story