Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
morazow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
morazow
4y ago
Hey, Thanks for the recipe! I am also into fermented recipes. Quick question, where do you buy Habanero Chilis in Germany? I somehow never saw them in supermarkets or "wochenmarkt"s.
2.
▲
by
morazow
5y ago
I also read it this year. It came very close to me. The society of the book was very similar to the society in which I grew up, Soviet Union in 90s. Some of the lines from the book: ".. the social consience completely dominates the ind
3.
▲
by
morazow
6y ago
I always remember this exchange with real writer when I see & hear WordStar :) https://www.youtube.com/watch?v=X5REM-3nWHg
4.
▲
by
morazow
6y ago
https://monkey.org/~marius/ Marius also has great profile, I am happy user of his libraries (e.g, finagle)!
5.
▲
by
morazow
6y ago
Books: Introduction to Reliable and Secure Distributed Programming ( https://www.amazon.de/-/en/Christian-Cachin/dp/3642152597 ). I took a class with Luis Rodrigues (one of the authors), the book introduce
6.
▲
by
morazow
6y ago
Looks nice! I have similar setup and custom unbound docker container based on distroless. One suggestion: In unbound use more privacy-centric dns providers. https://www.privacytools.io/providers/dns/
7.
▲
by
morazow
6y ago
Wow. This was one of the most watched movies around our household during my childhood. The place in the movie is just near my hometown, old Merv in Turkmenistan.
8.
▲
by
morazow
7y ago
ohh wow, I remember being fascinated with Pascal program that makes snow fall. Basically, it was white dots on a blue background in an infinite loop. :)
9.
▲
by
morazow
7y ago
This is very interesting! Recently, my colleagues used Voronoi graphs to show how each player controls the field during a football (soccer) game [0]. [0]: https://www.exasol.com/en/blog/controlling-space-in-footbal
10.
▲
by
morazow
8y ago
Read code reviews of senior developers. I follow several public and private projects that I do not contribute at all. Any time there is a review comment on a pull request from senior devs, I try to check if it is new to me. If so, I note do
11.
▲
by
morazow
8y ago
Off-topic. Does anyone know how I can convert AST into stream of bytecodes? Are there any good example language implementations to learn?
12.
▲
by
morazow
8y ago
Opening the page and seeing first picture made me smile :) That is a place in Turkmenistan! Coming from there and living in Germany, I wish someday to be able to travel the world possibly with German passport though..
13.
▲
by
morazow
8y ago
https://youtu.be/r8RxkpUvxK0?t=536
14.
▲
by
morazow
8y ago
How would you rate this solution? Assuming we have static keypad grid. long moves(int start = 1, int len) { assert(len > 0); long[] cur = new long[10]; for (int i = 0; i < 10; i++) { cur[i] = 1; } long
15.
▲
by
morazow
8y ago
I did watch live where Nikola solves this problem, https://www.youtube.com/watch?v=kKhnYLpME3w . It covered most of requirements of dynamic programming. For me the interesting part was coming up with algorithmic complexity (
16.
▲
by
morazow
8y ago
If anyone is interested on making compilers / programming languages, there is another recent initiative from Per Vognsen, Bitwise: https://github.com/pervognsen/bitwise . I occasionally watch streams so far it was
17.
▲
by
morazow
9y ago
I thought it was about Linear Discriminant Analysis..
18.
▲
by
morazow
10y ago
I would suggest "Introduction to Reliable and Secure Distributed Programming" ( https://www.amazon.de/Introduction-Reliable-Secure-Distribut... ). I never read the book, but took a course with author based on this b
19.
▲
by
morazow
10y ago
I would recommend S3. Using S3 with EMR in production was breeze for us. Even cost effective, since you can play with spot instances depending on your jobs. You also improve utilization of your resources. With recent Athena it is possible a
20.
▲
by
morazow
10y ago
I recently used https://www.honeypot.io/ . And the experience was quite good.
21.
▲
by
morazow
10y ago
I usually watch the Apache projects. Apache Arrow ( https://github.com/apache/arrow/ ) is very interesting and promising project. It is in early state; you can watch the design decisions taken and how they are imple
22.
▲
by
morazow
10y ago
Offtopic, I know one person who still uses Wordstar heavily. And I hope he keeps using it :) https://www.youtube.com/watch?v=X5REM-3nWHg
23.
▲
by
morazow
10y ago
It is legal in some European countries, for example, Germany and Netherlands. In Germany, they pay income tax and charge VAT for their services.
24.
▲
by
morazow
11y ago
In Ottoman empire the Sultans do not get married, I think it was forbidden. They have Harem, the women are concubines. The story is that Roxelana (aka Hürrem Sultan) got herself freed and when Süleyman wants her, refuses and tells him "
25.
▲
by
morazow
11y ago
I highly recommend, Uncertainty: Einstein, Heisenberg, Bohr, and the Struggle for the Soul of Science by Lindley, David Great read about the beginning of quantum mechanics. I really liked how Lindley depicted thoughts and reactions of gre
26.
▲
by
morazow
12y ago
Even though Spoj is great, nowadays contest programming people use some other online judges. http://codeforces.com/ and http://www.codechef.com/ are mostly used platforms.
27.
▲
by
morazow
12y ago
I also use org-mode, mostly for writing documents. Customizing embedded code, referencing the lines and in the end publishing to beautiful pdf, html, markdown is really awesome.
28.
▲
by
morazow
12y ago
Data is usually replicated across datacenters.
29.
▲
by
morazow
12y ago
I think some German corporations will still be reluctant to use it due to replication, etc.
30.
▲
by
morazow
12y ago
Scala for Android, https://news.ycombinator.com/item?id=8192406
More ›