Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
techno_modus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
techno_modus
4y ago
"Remote: Office Not Required", David Heinemeier Hansson, Jason Fried (the authors of ReWork: Change the Way You Work Forever). It is an old book but still very applicable to today (or maybe even more applicable).
2.
▲
by
techno_modus
7y ago
I also found this book quite useful: "REMOTE shows both employers and employees how they can work together, remotely, from any desk, in any space, in any place, anytime, anywhere."
3.
▲
by
techno_modus
7y ago
It is not about the language - it is about the interpreter (implementation). There are many aspects here: * You simply use it (in interactive mode) * You integrate it into your application as static lib * You integrate it into your applicat
4.
▲
by
techno_modus
7y ago
R is also quite controversial because of its GPL license. I know that there are ways to overcome this issue but most decision makers do not want to risk when they see that a product has such a license.
5.
▲
by
techno_modus
7y ago
Adidas is producing millions of its shoes using ocean plastic: https://mymodernmet.com/adidas-parley-sustainable-fashion (and these shoes can be then turned into jet fuel).
6.
▲
by
techno_modus
7y ago
It would be interesting to learn about some new (unified) theory that can formalize the notion of infinity. Apparently, this can hardly be done on the basis of the classical (Cartesian) view of space which is essentially a box with points (
7.
▲
by
techno_modus
7y ago
Here is another short guide on many useful features of Python 3: https://github.com/arogozhnikov/python3_with_pleasure
8.
▲
by
techno_modus
7y ago
Most of the post (~80%) is actually about decision trees: principles, how to train, choosing splits etc.
9.
▲
by
techno_modus
8y ago
I like this tutorial but it should be mentioned that before implementing a virtual machine one should understand that there are many computing models and many alternative mechanisms within each of them. Implementing VM for sequential progra
10.
▲
by
techno_modus
8y ago
> I think we should distinguish between gotos at language level and jumps in the underlying machine code. Is there any non-syntactic difference between these two lines? JMP Ox1234 GOTO label_1234 I think they are identical a
11.
▲
by
techno_modus
8y ago
Jumps to arbitrary instruction addresses (goto) are unavoidable and the dispute is about how to structure such jumps by effectively replacing goto by some other mechanism: - Introduce scopes and program structure instead of explicit labels
12.
▲
by
techno_modus
8y ago
Yandex offers an excellent free email service indeed. What I really like is their free support for custom domains which you need if you later want to move to another email provider later or if you want to create many user email accounts wit
13.
▲
by
techno_modus
8y ago
I personally think first about the loop/iterator organization (FROM in SQL) and only after that what I am going to do with its elements. However, SELECT a1,a2,... FROM Table AS t WHERE Condition is syntactically equivalent to
14.
▲
by
techno_modus
8y ago
After reading the section about processors it is not clear whether it can do stateful computations, for example, running sum or moving average. Can I define sliding windows? Can I join two or more streams?
15.
▲
by
techno_modus
8y ago
Your room and elephants are different objects. Your room has some size and it is not empty but it has zero elephants or a finite number of zero size elephants. 0 = nothing = non-existence.
16.
▲
by
techno_modus
8y ago
> David Hilbert famously argued that infinity cannot exist in physical reality. This statement reduces the problem to the definitions of "existence" and "physical reality" which of course may have quite different inte
17.
▲
by
techno_modus
8y ago
There have been many critiques of SQL for example: https://sigmodrecord.org/publications/sigmodRecord/1306/pdfs...
18.
▲
by
techno_modus
8y ago
> Here, the main difference between flux is that flux has a built-in exponential moving average function, whereas in SQL we have to actually write out the formula. The possibility to provide arbitrary data processing functions is one of
19.
▲
by
techno_modus
8y ago
Same with "-2 + 2". Maybe it is loading its calculator implementation in JavaScript (including all dependencies).
20.
▲
Potential Pi Killer: Libre Computer Renegade Elite ROC-RK3399-PC
(electromaker.io)
2 points
by
techno_modus
8y ago
|
0 comments
21.
▲
Samsung Galaxy Note 9 release date, price, news and leaks
(techradar.com)
1 points
by
techno_modus
8y ago
|
0 comments
22.
▲
by
techno_modus
8y ago
Michael Stonebraker, Uğur Çetintemel, "One Size Fits All": An Idea Whose Time Has Come and Gone: https://cs.brown.edu/~ugur/fits_all.pdf
23.
▲
by
techno_modus
8y ago
What does the property 'contravariant' or 'covariant' belong to: function, functor, class, type class, data type, function or method argument, function or method return value, generic type/collection or something el
24.
▲
by
techno_modus
8y ago
As far as I understand, KSQL is not integral part of Kafka - it is based on Kafka Streams (an independent library). So Kafka is not one system and hence some ambiguity when referring to its functionalities. In particular, "Kafka is as
25.
▲
by
techno_modus
8y ago
How does featuretools compare to tsfresh: https://github.com/blue-yonder/tsfresh ?
26.
▲
When AI and IoT collide
(embedded-computing.com)
2 points
by
techno_modus
9y ago
|
0 comments
27.
▲
Machine Learning at the IoT Edge
(medium.com)
2 points
by
techno_modus
9y ago
|
0 comments
28.
▲
Andromeda Galaxy Is Roughly the Same Mass as Milky Way
(sci-news.com)
2 points
by
techno_modus
9y ago
|
0 comments
29.
▲
How many images do you need to train a neural network?
(petewarden.com)
2 points
by
techno_modus
9y ago
|
0 comments
30.
▲
10 predictions for deep learning in 2018
(venturebeat.com)
2 points
by
techno_modus
9y ago
|
0 comments
More ›