Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reyan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
reyan
6y ago
This is just too much. Nobody wants to have a linter for their code “documentation”! Oh we’re gonna have the linter in our CI pipeline too probably.
2.
▲
China's netizens get creative to share censored article on whistleblower
(straitstimes.com)
1 points
by
reyan
7y ago
|
0 comments
3.
▲
by
reyan
12y ago
Please don't use inline CSS in your page. In order to read the cached version [1] I had to manually remove the sidebar because it overlayed the main content with inline 'position: fixed'. [1] http://webcache.google
4.
▲
by
reyan
12y ago
Run this in your browser's JavaScript console: socket.destroy()
5.
▲
by
reyan
12y ago
How do you deal with interoperability? You Android clients use your Shiny frontend over HTTP? Have you used rserve?
6.
▲
by
reyan
13y ago
This is the correct xkcd for this analogy http://xkcd.com/882/ , not #1132.
7.
▲
by
reyan
13y ago
Great progress. I think it would be better if you replace those pie charts with bar plots. Better use of the space, much better for comparison.
8.
▲
by
reyan
13y ago
I think many of us want Go to be something it doesn't want to and will never be. There is potential for a fast, simple, statically typed language; borrowing good ideas from Lisp, ML and others (and NOT resulting in something like Scala
9.
▲
by
reyan
13y ago
Yes I have watched Bret Victor's talk. Narrow minded or not, Brooks's predictions held true for more than a decade after the time of writing. I'd like to read your counter-arguments. I'd say architecture and advances in
10.
▲
by
reyan
13y ago
I think the author should read Fred Brooks's "No Silver Bullet". Many of his arguments are still valid after 28 years. "There is no single development, in either technology or in management technique, that by itself prom
11.
▲
by
reyan
13y ago
I don't argue the merits, but the BMW case is obviously different (BMW core business, dependency on Google results, etc.), hence the disproportionate reaction.
12.
▲
by
reyan
13y ago
This (rather old) paper is still worth reading: Cleveland, W. S. (1984), "Graphical Perception and Graphical Methods for Analyzing Scientific Data" http://courses.ischool.berkeley.edu/i247/f05/readings&#x
13.
▲
by
reyan
13y ago
Soot is the first known environmental carcinogen ( https://en.wikipedia.org/wiki/Chimney_sweeps'_carcinoma ).
14.
▲
by
reyan
13y ago
Another invaluable resource is 'Ruby Best Practices' by Gregory Brown. You can download the pdf for free ( http://majesticseacreature.com/rbp-book/pdfs/rbp_1-0.pdf ).
15.
▲
by
reyan
13y ago
You can easily squash those experimental commits and have "incremental, atomic" commits in history. What it gives you is the freedom with a clean slate after each commit. And no stashing doesn't work because the next experime
16.
▲
by
reyan
13y ago
Isn't Murphy's book more up to date and comprehensive as a reference? Edit: Andrew Ng's Coursera course is CS229A ( http://cs229a.stanford.edu/ ), not really watered down.
17.
▲
by
reyan
13y ago
This is great. I suggest adding fallthrough statement in one of the switch cases.
18.
▲
by
reyan
13y ago
Original blog post: https://www.webkit.org/blog/2910/improved-support-for-high-r... > Note that at the moment WebKit only supports the resolution modifiers (e.g. 1x, 2x, 3x). The official [draft] specificatio
19.
▲
by
reyan
13y ago
It's interesting that you talk about others' logical fallacies, yet you started the thread with a fallacy (appeal to majority).
20.
▲
by
reyan
13y ago
A short and nice read is Unix for Poets by Kenneth Ward Church: http://www.stanford.edu/class/cs124/kwc-unix-for-poets.pdf
21.
▲
by
reyan
13y ago
You don't really need to completely uninstall homebrewed python. Just `brew unlink python` and after installation `brew link python`.
22.
▲
The Science of Why We Don’t Believe Science
(medium.com)
14 points
by
reyan
13y ago
|
13 comments
23.
▲
by
reyan
13y ago
Or use git-smart ( https://github.com/geelen/git-smart ). It adds three commands to git. One of them 'smart-pull' which "will detect the best way to grab the changes from the server and update your local branch, using a git rebase -p if the
24.
▲
by
reyan
13y ago
Did you use Python bindings for libsvm?
25.
▲
by
reyan
13y ago
In iTerm2 I use command+f and expand the selection using tab/shift+tab.
26.
▲
by
reyan
13y ago
Hotlinking raw.github.com assets has a rate limit. The demo is not working properly (apparently because of jquery.hotkeys.js).
27.
▲
by
reyan
13y ago
More on zsh globbing http://openclassroom.stanford.edu/MainFolder/VideoPage.php?c...
28.
▲
by
reyan
13y ago
Another book which I really liked is JavaScript Patterns by Stoyan Stefanov.
29.
▲
by
reyan
14y ago
Even better with the new syntax: expect(article.slug).to match(/[^\w-]/)
30.
▲
by
reyan
14y ago
Not really. At least RSpec's creator doesn't think so ( http://blog.davidchelimsky.net/2012/05/13/spec-smell-explici... ).
More ›