Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
desuvader
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
desuvader
9y ago
Time to short some futures ᕕ( ᐛ )ᕗ /s In all seriousness, I wouldn't be surprised if a group of high-net-worth individuals go short (exactly how you described) in order to shake out all the inexperienced traders/investors in
2.
▲
by
desuvader
9y ago
I personally haven't had an issue with disabling telemetry. Also, stumbled upon this a while back (maybe worth checking out): https://github.com/W4RH4WK/Debloat-Windows-10
3.
▲
by
desuvader
9y ago
Nothing some hot OTC options can't solve (hah!) - AMD definitely got played. I am short AMD, long NVDA. Keep an eye open on ER tomorrow.
4.
▲
by
desuvader
10y ago
Same! Naiver-Stokes & Lattice Boltzmann.
5.
▲
by
desuvader
10y ago
I actually like the monospaced font. Maybe it's an unpopular view, but it has really grown on me. Here is another one: https://design.google.com/
6.
▲
Show HN: Lightspeed Oscillator 3 built with JS/Canvas
(tofuness.github.io)
1 points
by
desuvader
10y ago
|
0 comments
7.
▲
by
desuvader
10y ago
Location: Malmo, Sweden Remote: Yes Willing to relocate: Yes Technologies: Javascript (including ES6 and Node.js); Flux/Redux/Nuclear; React; Ember; Java; C; HTML5, CSS3/SCSS and BEM; MongoDB; Postgres; Git SCM; Photoshop. Ré
8.
▲
Show HN: Satoshi Visualizer – Audio Visualizer Built with Canvas/JavaScript
(tofuness.github.io)
4 points
by
desuvader
10y ago
|
0 comments
9.
▲
by
desuvader
11y ago
Atom is (almost) like any normal web app from a performance standpoint. Runs on electron. No asm.js magic here.
10.
▲
Show HN: A tiny canvas (js) experiment called “Einstein Waves”
(tofuness.github.io)
3 points
by
desuvader
11y ago
|
0 comments
11.
▲
by
desuvader
11y ago
Very cool! Mine only shows the vectors/direction of flow :c
12.
▲
Show HN: I Coded a Vector Field in Canvas (JS)
(tofuness.github.io)
4 points
by
desuvader
11y ago
|
3 comments
13.
▲
by
desuvader
11y ago
NPM is a wonderful thing. Sure it has some perf. issues, but JS is growing faster than ever because of it. And RN is awesome as well. RN for front-end devs is kinda what Bootstrap is for back-end devs (or any dev that doesn't like to t
14.
▲
by
desuvader
11y ago
Running very smoothly for me. Tested on Chrome 47, Win 10 with 970 strix card.
15.
▲
by
desuvader
11y ago
Atom still sometimes freezes for me (on computer with high-end specs). Opening large text files also makes Atom freeze. The built in spotlight thing is slow for bigger projects (expected). The overall performance has definitely improved tho
16.
▲
by
desuvader
11y ago
Jesus christ. On a more serious note, training set probably didn't include data from Asia. Edit: Just scrolled down and saw your question (and the answer you received). :C
17.
▲
by
desuvader
11y ago
Here are all his live streams. Half of them seem to be investing lessons. All videos: https://www.youtube.com/channel/UC8gjB1PSXv_oAUSAQ16S0fA/vid... Example investing lesson: https://www.youtube.com&#x
18.
▲
by
desuvader
11y ago
I believe that is his apartment, unless you meant that he maybe lives at a hotel (?).
19.
▲
by
desuvader
11y ago
He is one of the best investors in pharma. Started out as a teenager in hedge funds. Famous for shorting biotech and earning millions.
20.
▲
by
desuvader
11y ago
No point in being less aggressive (compared to Linus) when doing code reviews? I think when you hire someone the least you can expect from them is to not cuss out a co-worker for a mistake.
21.
▲
by
desuvader
11y ago
Refs are simply references to DOM nodes that you have to specify through the ref (HTML) attribute. You can give a DOM node the ref value "foo" and then later reference it in a react component with this.refs.foo (previously this.re
22.
▲
by
desuvader
11y ago
Wohoo! .getDOMNode() is finally gone! Edit: Haha, I just noticed that someone else was also happy about this. Also, now that classnames is standalone module, I recommend that people start using a standalone implementation of keyMirror (for
23.
▲
by
desuvader
11y ago
You can use Babel with node on the back end. See https://babeljs.io/docs/usage/require/ . Definitely not the most ideal solution, but it allows you to easily transition into ES6 when all the features land in n
24.
▲
by
desuvader
11y ago
Great job, Steven. I don't think I have ever seen anything like this before on the web. This was extremely fun to watch/read. I'll be taking a look at MathBox.js and see if I can build something fun with it as well.
25.
▲
by
desuvader
11y ago
I am still using Mitro and I really love it. I am pretty sure their company got acqui-hired by Twitter [0][1]. Sadly, the service might shut down before the end of 2015 because of time/money problems [3]. [0] https://twitter
26.
▲
by
desuvader
11y ago
Holy moly. Looks like I have some cleanup to do :|
27.
▲
by
desuvader
12y ago
It is okay to forget framework-specific syntax/methods. The most important thing is that you get to understand its underlying concepts. Re-learning a framework/tool is usually pretty easy.
28.
▲
by
desuvader
12y ago
No fun allowed >;(
29.
▲
by
desuvader
12y ago
How does this compare to Mailgun's email validation API? ( http://documentation.mailgun.com/api-email-validation.html )