Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rrrrtttt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
rrrrtttt
10y ago
The glorious state of California has the highest taxes in the nation and is the home of the tech industry. If wealth isn't trickling down, it's because it is being wasted.
2.
▲
by
rrrrtttt
11y ago
Presumably, Google's core business has better return on capital than real estate, or else Google would have become a real estate shop.
3.
▲
by
rrrrtttt
11y ago
Cray nowadays is purely a government contracting shop (think healthcare.gov in terms of technology chops).
4.
▲
by
rrrrtttt
11y ago
Reading Hacker News, I get the impression that tech startups are the only sector of our capitalist economy that has transcended the profit motive and is apparently serving a higher cause.
5.
▲
by
rrrrtttt
11y ago
In my small corner of numerical computing, pretty much every name I know on the east coast who doesn't hold a university position has moved to Yahoo Research in recent years. So at least their research lab does not seem to experience a
6.
▲
Study: Elite scientists can hold back science
(vox.com)
3 points
by
rrrrtttt
11y ago
|
1 comments
7.
▲
by
rrrrtttt
11y ago
I can't see how arXiv helps with the outlined problems. The goal of publishing is getting a stamp of approval from your peers, which you can then bring to hiring or promotions committees to buttress your case. Arxiv merely helps you pu
8.
▲
Tip 84: Use m4 to automate OOP boilerplate
(modelingwithdata.org)
2 points
by
rrrrtttt
11y ago
|
0 comments
9.
▲
Numba vs. Cython: How to Choose
(eng.climate.com)
2 points
by
rrrrtttt
11y ago
|
0 comments
10.
▲
Who's Afraid of Peer Review?
(en.wikipedia.org)
1 points
by
rrrrtttt
12y ago
|
0 comments
11.
▲
by
rrrrtttt
12y ago
S3QL may be a good fit for your needs. It's a FUSE filesystem for S3 that supports encrypted dedup snapshots. You can do backups by rsyncing your current state into the filesystem and snapshotting it. I considered using it for my backu
12.
▲
by
rrrrtttt
12y ago
Adding in neuroengineering makes it sound even more pretentious and fake.
13.
▲
by
rrrrtttt
12y ago
As a tangent, I was appalled to read that Stanford undergrads can major in "management science". What happened to the high academic standards for which Stanford is famous?
14.
▲
Why no one should use brokerage accounts
(pbs.org)
4 points
by
rrrrtttt
12y ago
|
0 comments
15.
▲
by
rrrrtttt
12y ago
It takes the groups and arranges them as the columns of a table. Whereas groupby allows you to operate on this table in the vertical direction, the full pivot table allows you to also operate on it horizontally.
16.
▲
Hacker News metrics (first rough approach)
(mjg59.dreamwidth.org)
3 points
by
rrrrtttt
12y ago
|
0 comments
17.
▲
A Note on the Johnson-Lindenstrauss Lemma
(johnmyleswhite.com)
2 points
by
rrrrtttt
12y ago
|
0 comments
18.
▲
by
rrrrtttt
12y ago
Yes, but the second half dealing with iterative algorithms is pretty much useless, especially the chapter on conjugate gradients which is the one most relevant here. There isn't really a book that offers as easy an intro to iterative a
19.
▲
Tiptop: Hardware Performance Counters
(tiptop.gforge.inria.fr)
55 points
by
rrrrtttt
12y ago
|
15 comments
20.
▲
by
rrrrtttt
12y ago
Initially when you start with C++11 you get the impression that the old heap of idiosyncrasies was fixed, but then you realize there's a whole bunch of new ones. My most recent peeves: 1) You can create range for loops over containers:
21.
▲
Gitless: an experimental version control system built on top of Git
(people.csail.mit.edu)
67 points
by
rrrrtttt
13y ago
|
46 comments
22.
▲
by
rrrrtttt
13y ago
Exceptions are kind of like gotos, but worse, because the jump target is decided at runtime based on the state of the call stack and therefore cannot be determined just by looking at the code. So they're more like comefroms [0] than go
23.
▲
by
rrrrtttt
13y ago
Once your language allows you to use MKL and its equivalents, your code will use every arithmetic unit of the CPU in almost every cycle and therefore performance-wise there is no difference which language it is. So it's all down to whi
24.
▲
by
rrrrtttt
13y ago
No matter which language you use, you will not beat Intel MKL because that code is optimized by Intel specifically for each architecture. Precisely because automatic optimization by compilers is not good enough. These comparisons are comple
25.
▲
by
rrrrtttt
13y ago
Established scientists stop producing groundbreaking results because of tenure. Once you have tenure, the biggest incentive to work hard goes away; it's simple economics. (Hence "mathematics is a young man's game".)
26.
▲
Should technical errors disqualify conference papers?
(agtb.wordpress.com)
1 points
by
rrrrtttt
13y ago
|
0 comments
27.
▲
by
rrrrtttt
13y ago
There is a point of view that says that computer science conferences exist for the purpose of gaming the tenure system. The name of the game is plausible deniability: you're not supposed to submit papers that contain known false claims
28.
▲
by
rrrrtttt
13y ago
The fact that 10x as many people train to be scientists as those who become scientists only shows how attractive academia careers are. I like to compare this to sports. Only three people in the world get an Olympic medal once every four yea
29.
▲
by
rrrrtttt
13y ago
Not much to elaborate. You're told to bring a stack of documents if you have a scientific or technical background, such as CV, a list of publications, an invitation letter from your US host, a letter from your university etc. If the em
30.
▲
by
rrrrtttt
13y ago
Scientists specifically are targeted for extra scrutiny. In my visa interview I was asked if my research is in cryptography and waved through when I said it isn't.
More ›