Viewing profile — tmm1
tmm1
HN member- Joined
- Thu, Mar 29, 2007, 8:18 AM UTC
- HN karma
- 1,882
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About tmm1
Recent public activity
- story
- story
-
comment
Comment #43054677
atuin.sh
-
comment
Comment #34868860
So the --headless=new doesn't work on any released version of Chrome yet?
-
comment
Comment #32658884
What was used to author/render these docs?
-
comment
Comment #32581061
Check out Channels DVR
-
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…
-
comment
Comment #31928960
You can switch to text boxes via the gear at the top right.
-
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…
-
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…
-
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…
- story
-
comment
Comment #29506646
Not removed: https://github.com/apache/logging-log4j2/commit/d82b47c6fae9...
-
comment
Comment #19007893
git clone --local will hardlink the existing git objects from the first checkout so no extra space is required.
- comment
-
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...
-
comment
Comment #10260670
Yes, much of GitHub's core infrastructure is written in C.
-
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…
- story
- story
-
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 …
-
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…
- story
-
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.
-
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…