Live data from Hacker News

Viewing profile — tmm1

tmm1

HN member
Joined
Thu, Mar 29, 2007, 8:18 AM UTC
HN karma
1,882
Public activity
96 items

About tmm1

Aman Karmani, @tmm1, github.com/tmm1

Recent public activity

  1. story
  2. story
  3. comment
  4. comment
    Comment #34868860

    So the --headless=new doesn't work on any released version of Chrome yet?

  5. comment
    Comment #32658884

    What was used to author/render these docs?

  6. comment
    Comment #32581061

    Check out Channels DVR

  7. comment
    Comment #31929320

    Thanks for sharing this! I tried it and indeed it works quite well. This will be much simpler/easier than gfortran+dragonegg, and removes some roadblocks preventing me from using t…

  8. comment
    Comment #31928960

    You can switch to text boxes via the gear at the top right.

  9. comment
    Comment #31927079

    In 2014, the Policy Simulation Library [1] added a model called Tax-Simulator [2], which is a Python reimplementation of TAXSIM [3][4]. It is available as open-source [5], and desi…

  10. comment
    Comment #31926557

    From the abstract of NBER paper I mentioned [1]: > Each year Americans spend over two billion hours and $30 billion preparing individual tax returns, and these filing costs are reg…

  11. story
    Show HN: Calculator for US individual income tax, from 1970-present

    I wanted to share a simple web app I created recently, which lets you estimate income taxes owed in the US: https://taxsim.app All the calculations occur directly in the browser, a…

  12. story
  13. comment
    Comment #29506646

    Not removed: https://github.com/apache/logging-log4j2/commit/d82b47c6fae9...

  14. comment
    Comment #19007893

    git clone --local will hardlink the existing git objects from the first checkout so no extra space is required.

  15. comment
  16. comment
    Comment #11184753

    There's a patchset for this feature being discussed on the mailing list: http://ffmpeg.org/pipermail/ffmpeg-devel/2016-February/18953...

  17. comment
    Comment #10260670

    Yes, much of GitHub's core infrastructure is written in C.

  18. comment
    Comment #10056051

    test-queue supports minitest too, and follows the same basic design outlined in this article: a central queue sorted by slowest tests first, with test runners forked off either loc…

  19. story
  20. story
  21. comment
    Comment #8927846

    The https://github.com/simeonwillbanks/busted gem provides some nice helpers around RubyVM.stat for finding cache invalidations. It can also take advantage of the dtrace/systemtap …

  22. comment
    Comment #8927832

    Before the release of 2.1.0, funny_falcon, samsaffron and I developed a patch that removes the global method cache in favor of a local method cache inside each class. (This was ori…

  23. story
  24. comment
    Comment #8672902

    Copying `/usr/bin/gdb` and `/usr/libexec/gdb/gdb-i386-apple-darwin` from an OSX Lion installation is one way to get a functional gdb on Mountain Lion or Yosemite.

  25. comment
    Comment #6984104

    We implement preload_all, which loops over app/{models,controllers}/ and requires everything. This method is generally called from config.ru, and happens in the unicorn master befo…