Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tmm1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Cursor: 1.5x Faster Moe Training on Blackwell with MXFP8 Kernels
(cursor.com)
2 points
by
tmm1
1y ago
|
0 comments
2.
▲
by
tmm1
2y ago
atuin.sh
3.
▲
by
tmm1
4y ago
So the --headless=new doesn't work on any released version of Chrome yet?
4.
▲
by
tmm1
4y ago
What was used to author/render these docs?
5.
▲
by
tmm1
4y ago
Check out Channels DVR
6.
▲
by
tmm1
4y ago
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 the latest emscripten/llvm.
7.
▲
by
tmm1
4y ago
You can switch to text boxes via the gear at the top right.
8.
▲
by
tmm1
4y ago
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 designed to let researchers both change existing policy variable
9.
▲
by
tmm1
4y ago
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 regressive. To lower and redistribute the filing burden, som
10.
▲
Show HN: Calculator for US individual income tax, from 1970-present
497 points
by
tmm1
4y ago
|
155 comments
11.
▲
An interactive US Individual Income Tax simulator (1960-2023)
(taxsim.app)
2 points
by
tmm1
4y ago
|
0 comments
12.
▲
by
tmm1
5y ago
Not removed: https://github.com/apache/logging-log4j2/commit/d82b47c6fae9...
13.
▲
by
tmm1
8y ago
git clone --local will hardlink the existing git objects from the first checkout so no extra space is required.
14.
▲
by
tmm1
11y ago
There's a patchset for this feature being discussed on the mailing list: http://ffmpeg.org/pipermail/ffmpeg-devel/2016-February/18953...
15.
▲
by
tmm1
11y ago
Yes, much of GitHub's core infrastructure is written in C.
16.
▲
by
tmm1
11y ago
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 locally or on other machines to consume off the queue. We use t
17.
▲
Deploying branches to GitHub.com
(githubengineering.com)
178 points
by
tmm1
11y ago
|
28 comments
18.
▲
Git 2.4 – atomic pushes, push to deploy, and more
(github.com)
6 points
by
tmm1
11y ago
|
0 comments
19.
▲
by
tmm1
12y ago
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 probes that shipped with ruby 2.1
20.
▲
by
tmm1
12y ago
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 originally proposed for upstream inclusion in https:/
21.
▲
How GitHub Uses GitHub to Document GitHub
(github.com)
256 points
by
tmm1
12y ago
|
53 comments
22.
▲
by
tmm1
12y ago
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.
23.
▲
by
tmm1
13y ago
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 before it forks off workers. I recently upstreamed a w
24.
▲
Garbage Collection in Ruby 2.1
(tmm1.net)
163 points
by
tmm1
13y ago
|
30 comments
25.
▲
Ruby 2.1: Profiling Ruby
(tmm1.net)
102 points
by
tmm1
13y ago
|
15 comments
26.
▲
Ruby 2.1: Process.clock_gettime
(tmm1.net)
15 points
by
tmm1
13y ago
|
1 comments
27.
▲
GitHub Pulse
(github.com)
64 points
by
tmm1
13y ago
|
10 comments
28.
▲
GitHub: Issues Dashboard for Organizations
(github.com)
23 points
by
tmm1
15y ago
|
1 comments
29.
▲
The Merge Button
(github.com)
254 points
by
tmm1
15y ago
|
18 comments
30.
▲
by
tmm1
16y ago
Unicorn pre-forks workers upfront. New processes are not created per request. posix-spawn is also only useful for fork+exec, where the new process starts executing a new binary. This is not the case in unicorn or resque, where the child pro
More ›