Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
inlineint
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
61.
▲
by
inlineint
10y ago
Sorry, it was of course 0.02 eV, not just 0.02 :) k = 1.38e-23 J/K = 8.6e-5 eV/K, so kT = 0.025 eV for T = 300 K.
62.
▲
by
inlineint
10y ago
Just note that in practice nobody wants to keep their data storing atoms frozen near absolute zero, but rather prefer to have them at temperature close to 300 K. However to store 1 bit of information at given temperature the energy differen
63.
▲
by
inlineint
10y ago
With condition of being suppled by resources for living I think it's a good idea to go into research. It's a bit unrelated, but I think that maybe instead of just introducing basic income to suppress social tensions caused by bots
64.
▲
by
inlineint
10y ago
It is unclear what kind of technology are they planning to use for this shield. If it is usual electromagnets, it's unclear where would they take energy from, if superconducting ones than it's unclear that it would be possible to
65.
▲
by
inlineint
10y ago
Did you try Qt? Creating GUI with qtdesigner is similar to Delphi, and Qt Studio is well integrated nowadays.
66.
▲
by
inlineint
10y ago
I think that Continuum Analytics does incredible work in this direction, so it is really possible to just do `conda install matplotlib` and install matplotlib on any distribution.
67.
▲
by
inlineint
10y ago
It seems that something like entropy-based helpers that predict probabilities of next letters and make those letters large could increase input speed. One of the first examples of such helper was done in David McKay lab: https://
68.
▲
by
inlineint
10y ago
I don't like this use of dual numbers notation for differentiation because division by a dual number is not defined. For example, how would one calculate ε^2/ε? If ε is a matrix [0,1;0,0] then it doesn't have inverse and thus
69.
▲
Ask HN: Why there are no GPU clouds using cards like GTX 1080?
3 points
by
inlineint
10y ago
|
1 comments
70.
▲
by
inlineint
10y ago
It would be really fascinating if you added GPU instances with GTX 1080 cards. These cards could allow you to make the prices much lower than those of AWS GPU instances that use K-80 and make it a perfect fit for Deep Learning applications
71.
▲
by
inlineint
10y ago
And it is processed not by Vim itself, but by the terminal emulator that sends Esc character to Vim. So the shortcut Ctrl+[ was not invented by vi author, but is a consequence of using Esc to exit from the edit mode.
72.
▲
by
inlineint
10y ago
There is also another fundamental limit, the speed of light. Because of the special relativity theory nothing including electrical current can transmit information faster than the speed of light (c = 3*10^10 cm/s). So if maximum size d
73.
▲
by
inlineint
10y ago
> Once we've accepted the hypothetical that technology allows for a single car to fly from A to B safely (which is almost certainly automated), it seems clear that having cars move at different altitude will be trivially possible. I
74.
▲
by
inlineint
10y ago
The article recalls teletype terminals. I'm just putting a video showing how it worked in close: https://www.youtube.com/watch?v=MikoF6KZjm0 . It hypnotizes IMO :) I'd like to see how looks editing and running BCP
75.
▲
by
inlineint
10y ago
Take a look at Google's "Best Practices for ML Engineering" [1] and "Machine Learning: The High Interest Credit Card of Technical Debt" [2]. They are not tutorials, but cover a number of interesting topics related t
76.
▲
by
inlineint
10y ago
This MBP model is a little bit dated and the photo is blurry: http://www.nerdalize.com/wp-content/uploads/2016/06/mockup-e...
77.
▲
The theory of relativity and the Pythagorean theorem (2008)
(arxiv.org)
2 points
by
inlineint
10y ago
|
0 comments
78.
▲
by
inlineint
10y ago
An alternative to Cython is Numba [1], which speeds up some cycles in pure Python by just adding a single decorator. [1] http://numba.pydata.org/
79.
▲
Wolfram Programming Lab: cloud-hosted Mathematica without registration
(lab.open.wolframcloud.com)
1 points
by
inlineint
10y ago
|
0 comments
80.
▲
by
inlineint
10y ago
I think it's worth to mention here that Wolfram site also has a so called "Wolfram Programming Lab", which is basically a free access to Mathematica hosted in a cloud and not requiring registration. Link to create and open a
81.
▲
by
inlineint
10y ago
There is an open source webcam driver now [1], although it has some problems. [1] https://github.com/patjak/bcwc_pcie
82.
▲
by
inlineint
10y ago
This submission seems to be a kind of follow-up to the one about Braess's paradox ( https://news.ycombinator.com/item?id=13352513 ).
83.
▲
by
inlineint
10y ago
I'm reading an early release of this book in O'Reilly Safari and confirm that it's worth reading. However, if you don't get used to deep learning previously it might be worth to combine it with something more foundationa
84.
▲
ChainFORM: a linear, modular, actuated platform for shape changing interface
(vimeo.com)
1 points
by
inlineint
10y ago
|
0 comments
85.
▲
Edward: a TensorFlow wrapper for Bayesian modeling, inference, and criticism
(github.com)
3 points
by
inlineint
10y ago
|
0 comments
86.
▲
by
inlineint
10y ago
I didn't have much trouble by just booting from an Ubuntu 16.04 USB stick and installing it to the entire SSD on MBP 2015. Almost all of hardware works, but require installation of some modules and changing configs. Shameless plug: I p
87.
▲
by
inlineint
10y ago
I'm not sure wouldn't someone say that it is bloating of such simple format as Markdown, but I really want to see embedding of TeX math formulas in Markdown RFC/standard. I'm talking about $\frac 3 4$ and $$\int x dx$$ n
88.
▲
by
inlineint
10y ago
But any measurement device always has a conscious observer that reads in one or another way results of measurements (e.g. spin directed up or down) from this device. Without such observer a combined system of the device and the quantum syst
89.
▲
by
inlineint
10y ago
Could you elaborate what's wrong with that idea? As far as I could understand he just talks from psi-empistemic point of view about wave function collapse. Although now we don't have any way to determine whether psi-epistemic or p
90.
▲
by
inlineint
10y ago
Did you try GCC with -O3 and -ffast-math? It seems like ICC has its analogue to ffast-math enabled by default: http://scicomp.stackexchange.com/questions/20815/performance...
More ›