Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TimothyFitz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
TimothyFitz
9y ago
Can you help me understand, how can the V100 have 10x the TFLOPs of the P100, but only get a 2.5x speed increase in training a neural net according to nvidia's docs? https://devblogs.nvidia.com/parallelforall/insid
2.
▲
by
TimothyFitz
9y ago
EOL for Chrome Apps outside of Chrome OS was announced in August 2016 https://blog.chromium.org/2016/08/from-chrome-apps-to-web.ht...
3.
▲
by
TimothyFitz
10y ago
I wish more web services provided opensource versions (Service-as-a-Software). Large orgs would still pay for service contracts even if they self host, and just having the option makes everyone more likely to invest on top of your service.
4.
▲
by
TimothyFitz
10y ago
Seems to be correct, went from $120 to $200 by the time I made it to checkout... which I then abandoned, but I was buying it for personal stuff.
5.
▲
by
TimothyFitz
11y ago
Chat at "indie scale" is fairly easy. 10-20k concurrent users fit into one or two machines with off the shelf software (ejabberd) with minimal expertise. 1k-2k concurrent users could easily be done in almost any stack. If you'
6.
▲
by
TimothyFitz
11y ago
The author works for mozilla, and firefox is a common theme on his blog. I think it's for regular readers of his blog to understand the practical impact (readers he assumes care more than average about firefox).
7.
▲
by
TimothyFitz
11y ago
He didn't post it by mistake. He asked Visual Studio to create a private repo and it created a public one. A bug which he reproduced.
8.
▲
by
TimothyFitz
11y ago
The sources I could find say 4% is used for plastic and another 4% for the energy to make the plastic. Nowhere near 50%. http://www.plasticoceans.net/the-facts/energy-consumption/
9.
▲
by
TimothyFitz
12y ago
Found this after Joël tweeted the quote "The dilemma every artist confronts, again and again, is when to stick with familair tools and materials, and when to reach out and embrace those that offer new possibilities." So true. If t
10.
▲
Notes on Art and Fear
(joel.franusic.com)
9 points
by
TimothyFitz
12y ago
|
1 comments
11.
▲
Freelancing: 2 Years of Learning and Evolution
(mikerooney.rowk.com)
3 points
by
TimothyFitz
13y ago
|
0 comments
12.
▲
8 Years of Income, Graphed and Analyzed
(mikerooney.rowk.com)
6 points
by
TimothyFitz
13y ago
|
0 comments
13.
▲
by
TimothyFitz
14y ago
"This method takes a foo object, applies HTML encoding, and returns an array of the original and the clean code." could be a 3-line unit test that's just as clear to read, but has the side effect of actually being true instead of maybe bein
14.
▲
by
TimothyFitz
14y ago
Actually, that's EXACTLY the case I had in mind. Obviously I couldn't put a 50 line function with weird data structures in my blog post, or it would be unreadable. But the point is that comments for that function are bad! They'll rot if you
15.
▲
by
TimothyFitz
14y ago
Cool, but unfortunately it breaks if the code your testing does from datetime import datetime :( https://gist.github.com/4261936
16.
▲
Getting Started with Continuous Deployment
(timothyfitz.com)
2 points
by
TimothyFitz
14y ago
|
0 comments
17.
▲
by
TimothyFitz
14y ago
module = NaN will cause your script to be tricked, because NaN !== NaN. Not sure how to fix it, because isNaN can be overridden.
18.
▲
by
TimothyFitz
14y ago
Thanks for the clarification. The downsides to that approach are that you need multiple machines, and the duration of your deploys is much longer. Not to mention, you'd have to script a deploy process across multiple machines (which is not
19.
▲
by
TimothyFitz
14y ago
Your method will stall responses for server shutdown + server startup time, which for Ruby/Python apps is usually measured in tens of seconds, and for other web servers can be much worse. Hot code reloading lets you avoid any downtime at al
20.
▲
by
TimothyFitz
14y ago
By far the easiest way to get similar behavior is to run your Django app via Gunicorn (proxied from Nginx). Gunicorn supports hot code reloading via SIGHUP, and it does so by forking and gracefully killing old processes. If your requirement
21.
▲
by
TimothyFitz
14y ago
One really impressive thing to me about 4chan's infrastructure: All traffic is served via 4 machines. Two webservers, a database and an admin/cron box. 22M uniques on 4 machines is insane. Hopefully Chris will write more about his setup som
22.
▲
Freelancing: A 6-Month Retrospective
(mrooney.github.com)
17 points
by
TimothyFitz
14y ago
|
2 comments
23.
▲
by
TimothyFitz
14y ago
New York, NY - Software Engineer - Fulltime Canvas (USV Funded) is looking for engineers #3 and #4 to join a small close team building the rich-media community platform of the future. The job title says "Software Engineer" but really we're
24.
▲
by
TimothyFitz
14y ago
Cool! Do you mind posting your PS1 so other people can try out your config?
25.
▲
by
TimothyFitz
14y ago
New York, NY - Software Engineer - Fulltime Canvas (USV Funded) is looking for engineers #3 and #4 to join a small close team building the rich-media community platform of the future. The job title says "Software Engineer" but really we're
26.
▲
by
TimothyFitz
15y ago
New York, NY - Software Engineer - Fulltime Canvas (USV Funded) is looking for engineers #3 and #4 to join a small close team building the rich-media community platform of the future. The job title says "Software Engineer" but really we're
27.
▲
by
TimothyFitz
15y ago
New York, NY - Software Engineer - Fulltime Canvas (USV Funded) is looking for engineers #3 and #4 to join a small close team building the rich-media community platform of the future. The job title says "Software Engineer" but really we're
28.
▲
by
TimothyFitz
15y ago
New York, NY - Software Engineer - Fulltime Canvas (USV Funded) is looking for engineers #3 and #4 to join a small close team building the rich-media community platform of the future. The job title says "Software Engineer" but really we're
29.
▲
by
TimothyFitz
15y ago
The researchers uncovered an XML Signature Wrapping attack, which requires the attacker has access to the plaintext of a correctly authorized XML request sent to Amazon. Given that every client I know of uses https for EC2 APIS, this isn't
30.
▲
by
TimothyFitz
15y ago
Yeah, I've been keeping my eye on the javascript GIF scene (there are now decent decompressors and compressors), but all of the existing options are fairly expensive and don't work on older browsers / slower JavaScript engines / slower comp
More ›