Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhansen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mhansen
5y ago
Thanks, I've gone through and added these HPC tools to the spreadsheet. FYI I'd consider py-spy for profiling Python+C extensions: https://github.com/benfred/py-spy#can-py-spy-profile-native-...
2.
▲
by
mhansen
5y ago
Author here; thanks for sharing, the HPC world is a real blindspot for me and I think we're probably missing some of their insights when profiling regular applications. I'll research these and add them to the database
3.
▲
by
mhansen
5y ago
Author here. You're probably already aware of this, but you can convert the `perf record` format to a format Clang understands: https://clang.llvm.org/docs/UsersManual.html#using-sampling-... I expect the problem
4.
▲
by
mhansen
5y ago
Author here. Yeah, Chrome Trace Format + Perfetto is great and so easy to output. Anyone wanting to trace software could get some very quick wins by outputting Chrome Trace Format. For converters, I'm trying to map those too, here'
5.
▲
by
mhansen
11y ago
You can donate at http://www.cureblindness.org/
6.
▲
by
mhansen
14y ago
You might be interested that this is such a common way to derail conversations about privilege that it's made part of 'Derailing for Dummies'. http://birdofparadox.wordpress.com/derailing-for-dummies-goo...
7.
▲
by
mhansen
14y ago
Have a look in Google Earth. It has street view from generations of rovers ;)
8.
▲
by
mhansen
14y ago
For Google Apps paid users: http://googleenterprise.blogspot.com.au/2011/11/24-x-7-phone...
9.
▲
by
mhansen
14y ago
Nowhere are abbreviations forbidden by the Google Style Guide.
10.
▲
by
mhansen
14y ago
Yeoman was launched today at Google IO.
11.
▲
by
mhansen
14y ago
Yes.
12.
▲
by
mhansen
14y ago
Feature request: RTL. :)
13.
▲
by
mhansen
14y ago
Angular doesn't include JSON parsing any more.
14.
▲
by
mhansen
14y ago
Sorry, what I meant is that when the application rerenders (digesting changes that have been made) it will re-evaluate the function to check if the result has changed. Polling the function for changes, contrast with how e.g. knockout.js pus
15.
▲
by
mhansen
14y ago
Yes, it polls. Most functions are quite fast, and fine to just poll, and it's quite convenient to be able to bind to functions when needed. But it's all tradeoffs - in our app we have a few that aren't - for those, we profiled to find them,
16.
▲
by
mhansen
14y ago
[Googler here] There's little overlap between Closure Library and Angular. Closure Library is a grab bag library full of useful functions that you can pick and choose from and integrate into your own code. Kind of like a standard library. A
17.
▲
by
mhansen
14y ago
Angular's agnostic to which testing framework you use. We test our angular app with a headless v8 running http://code.google.com/p/google-js-test/ .
18.
▲
by
mhansen
14y ago
I work at Google, but not on the Angular team. Our team has deployed angular.js: places.google.com/manage. Angular's also used extensively in internal projects.
19.
▲
by
mhansen
14y ago
Override Backbone.Sync, and you should be sweet.
20.
▲
by
mhansen
14y ago
I use fish ( http://fishshell.com/ ), and it's amazing. However, they're missing the most important feature from their front page: Syntax highlighting! Valid executables are colored green, as you type. Invalid commands are red, as you type.
21.
▲
by
mhansen
14y ago
I don't believe that browsers let uploads be gzipped, as it can't be sure that the server supports gzipped requests.
22.
▲
by
mhansen
14y ago
pygame works well for this.
23.
▲
by
mhansen
14y ago
I daresay by now users are more familiar with web-based UI paradigms than traditional OS paradigms. I think they'd spend more time interacting with web-based applications than traditional OS applications. If that's the case, then Firefox is
24.
▲
by
mhansen
14y ago
It makes it easier for contributors to hack on if the code is HTML/JS/CSS. It'll let them iterate faster - just change code and reload. No recompilation needed.
25.
▲
by
mhansen
14y ago
Thanks for the very enlightening reply. :)
26.
▲
by
mhansen
14y ago
I like jsonpipe better - then you don't have to remember all the command line flags, and you can compose pipes with your familiar unix tools. https://github.com/dvxhouse/jsonpipe $ echo '{"a": 1, "b": 2}' | jsonpipe / {} /a 1
27.
▲
by
mhansen
14y ago
Android, instead of making the web a first-class citizen, has in fact set the mobile web back by years. I don't know how you can come to this conclusion. Android has made an excellent mobile web browser available to over a quarter
28.
▲
by
mhansen
14y ago
They're reimplementing it because Firebug is an unmaintained mess.
29.
▲
by
mhansen
14y ago
Windows Research Kernel. It's an almost-complete source code of Windows ~2003. There's a few omissions, like the TCP/IP stack. https://www.facultyresourcecenter.com/curriculum/pfv.aspx?ID...
30.
▲
by
mhansen
14y ago
It would be more helpful for people reading this comment if you gave reasons beyond "It's taboo". I'm sure you have good reasons, I just can't see them here.
More ›