Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
knuthsat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
knuthsat
5y ago
It's little o notation. It does not depend on n. For example x^2 is in O(x^2) but is not in o(x^2).
2.
▲
by
knuthsat
5y ago
Or https://en.wikipedia.org/wiki/Prime-counting_function .
3.
▲
by
knuthsat
5y ago
Yep, blurred on one of my devices.
4.
▲
by
knuthsat
5y ago
I do not know why but this game makes the winning font look much better than it is when I use my code. Whenever I try the winning font (b612, fira mono), I always go back to Liberation Mono.
5.
▲
by
knuthsat
5y ago
MBAs are seen as people without skin in the game. They are rewarded if things are going well, and are not punished if things go bad. The asymmetry makes these individuals look as if they are here to leech and most of their knowledge is just
6.
▲
by
knuthsat
5y ago
I remember that a bunch of my classmates in elementary school knew German through watching Pokemon on a German cartoon channel that was broadcasted in Croatia (required no paid subscription, unlike Cartoon Network). It was incredible, the a
7.
▲
by
knuthsat
5y ago
Any idea if amount of cannabinoids produced by our own body is high enough?
8.
▲
by
knuthsat
5y ago
I discussed it elsewhere in the thread.
9.
▲
by
knuthsat
5y ago
Yes, but the usual cases of -> "app starts -> load some state from local storage -> store it in memory for sync access -> do app" sometimes get lost due to the ease of async/await syntax. If you have to chain netw
10.
▲
by
knuthsat
5y ago
Sometimes you don't want to pause (with await) and give something else the chance to execute (happens a lot in UI). When code is sloppily written you realize that at some point you can't use much of the existing code outside of as
11.
▲
by
knuthsat
5y ago
No async/await is a good thing, IMO. Using fp-ts there is never a need for async/await and the code is still linear, (Promise is transformed to TaskEither<Error, Result>, similar to the example in the article, although you c
12.
▲
by
knuthsat
5y ago
Automatically evaluated leet coding session (2 hours) + Live English language check interview (15 mins) + 2 week fake template project + Live coding session (30 mins). I was fortunate enough to pass everything without additional attempts an
13.
▲
by
knuthsat
5y ago
This was my experience too. After the initial period where recruiters are a bit afraid to give you your first engagement everything starts flowing really smooth. I started at Upwork and was constantly writing proposals and struggling with t
14.
▲
by
knuthsat
5y ago
This is computer modern optimized for printing. It’s not bad, the pixels are constructing the glyphs in a way that makes them good for printing. Bitmap version of the font, I guess.
15.
▲
by
knuthsat
5y ago
They should do this for competitive programming tasks.
16.
▲
by
knuthsat
5y ago
In Europe some families are still insanely rich from being rich 500 years ago. There's not much being written about them today as many do not seek publicity.
17.
▲
by
knuthsat
5y ago
Yes, I saw the figure and that's why I commented that the day 2 conversions for the control are basically giving all of the information in the assumed model. To me it just looks like a whole new batch of assumptions. Might be fictitiou
18.
▲
by
knuthsat
5y ago
A/B tests work fine if the signal you are measuring is strong. This is not the case here. Is it even fine to use the distribution assumptions in the later analysis? Looks like these assumptions combined with a higher conversion rate on
19.
▲
by
knuthsat
5y ago
I guess it depends on what OP is talking about. Async code can be written with callbacks (callback hell incoming), or with Futures/Promises, or with syntax sugar like async (do notation). Whatever the reason is for using async, I belie
20.
▲
by
knuthsat
5y ago
async, when looked at from the "writing code" perspective is horrible. it pollutes every function with async annotation. it allows you to quickly write the code imperatively by just annotating a function and using the async functi
21.
▲
by
knuthsat
5y ago
It's just amazing how DL made most work completely irrelevant. Stuff before 2010 in natural language processing is ridiculous. Dynamic programming algorithms, beam search, dependency parsing (grammar) algorithms (going from O(n^3) to O
22.
▲
by
knuthsat
5y ago
Obviously Chinese miners went to Kazakhstan to mine.
23.
▲
by
knuthsat
5y ago
Damn, first video I open is of castrating piglets. Can't believe it's done while the animal is awake and with no sedatives. Brutal. I'd rather have a farm raising plants than do that kind of stuff.
24.
▲
by
knuthsat
5y ago
I remember having such a nice discovery of "glitch art" when I was writing my own quantization algorithm (discrete cosine transform [and inverse]) and I had a bug but got nice looking outputs, like this one: https://i.i
25.
▲
by
knuthsat
5y ago
That's exactly what my wife did. College was extremely stressful and filled with suffering for her. After it ended, she never felt like it really ended. But after we moved to a different country she is a completely new person.
26.
▲
by
knuthsat
5y ago
I think it's a normal thing in Hinduism. There's a rituals where you offer the cooked meal to God first, then you eat. The offering is accompanied by a bell.
27.
▲
by
knuthsat
5y ago
Yeah, that's my impression too. It's unbelievable that there was right amount of everything in The Matrix. Cloud Atlas, Sense8, and other movies Lana made after The Matrix just feel a bit cringy and off most of the time.
28.
▲
by
knuthsat
5y ago
SharedMemory is a new thing in Python. Not even supported by all 3.x versions.
29.
▲
by
knuthsat
5y ago
I guess the simplest example is shared memory between processes. Even Python has it: https://docs.python.org/3/library/multiprocessing.shared_mem...
30.
▲
by
knuthsat
5y ago
Yep, me and my wife have so much fun without kids. We are also not spiritually empty and we find deep meaning in things we do through our life together.
More ›