Viewing profile — morokhovets
morokhovets
HN member- Joined
- Thu, Oct 31, 2013, 6:50 PM UTC
- HN karma
- 54
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About morokhovets
No profile information was provided.
Recent public activity
-
comment
Comment #30428421
> There's nothing else to it. Your response seems too generalized as if it relates to everyone. Let me disagree. I myself can be considered that kind of genius OP is talking about,…
-
comment
Comment #29203734
> On what basis are you claiming that all number systems are fundamentally two-dimensional, and not one-dimensional, three-dimensional, or some other dimension? I never said anythi…
-
comment
Comment #29203693
That's exactly what I was trying to convey, thanks.
-
comment
Comment #29203560
I agree with you here, but I don't agree on downplaying complex numbers to be just a base vector and orthogonal. If we take a matrix representation of a complex number it is usuall…
-
comment
Comment #29203202
> For all practical purposes, complex numbers represent a two-dimensional system Yet operations on complex numbers are not the same as operations on vectors on simple two-dimension…
- comment
-
comment
Comment #29203048
To give a simple example - Mandelbrot set is a direct consequence of amazing properties of complex numbers and has nothing to do with two dimension. Well, it looks great in two dim…
-
comment
Comment #29202935
I cannot agree with calling complex numbers just two dimensional. Function of a complex variable is very different from a function of two variables. You can say these are two diffe…
-
comment
Comment #23584799
I am using Youtube (with Premium) and HN. Almost no other sites, only as links from HN. So here am I - not using adblock and not seeing lots of ads either.
-
comment
Comment #22474081
I misinterpreted your comment. Thought you were talking of SSR pattern in general.
-
comment
Comment #22473993
Crawlers will see loading indicators instead of content. This is not what you want if you want your content indexed.
-
comment
Comment #21669002
> mostly his music doesn't do much emotionally Couldn't agree less. I am so moved by at least half of his stuff. Try "Lua" or "Feel" from Djesse vol2 or even "In the real early mor…
-
comment
Comment #18100589
Next step, be at home with eyes opened
-
comment
Comment #17890633
Anarki in quake champions can move pretty fast. No single player though.
-
comment
Comment #17807240
Or maybe ensureAccountLocked('user')?
-
comment
Comment #17423379
Also, there are standard gt and gT that are same amount of keystrokes and very mnemonic too.
-
comment
Comment #17423361
* - search current word forward # - search for it backward
-
comment
Comment #14245663
Very interesting lecture! Thanks!
-
comment
Comment #13156744
> Rather I am frustrated by my lack of violation, I am not making a conscious choice to remember or forget; the decision is made for me by my flawed existence. The inability to exe…
-
comment
Comment #12590251
Feedback: live demo page eats almost all of my core i7 cpu (70% avg, 100% 2/3 of time, Win10/Chrome). I understand the page is very large and loaded with js but that was my first e…
-
comment
Comment #10936526
So how do you manage these scripts? When deployment is multistaged and automated you won't just run them by hand. You need system that runs them automatically and exactly one time …
-
comment
Comment #10936099
I was under impression that you suggest not to use migrations at all. That "hybrid" approach you just described seems to make sense :) Still not sure if I'm going to try it in prod…
-
comment
Comment #10933464
I may be wrong but it looks that you just misunderstood what migrations offer and their usage patterns. What if you have to remove one column and split its data into two new ones? …
-
comment
Comment #10701997
Charred? It is called vaping for a reason.
-
comment
Comment #10412113
Has anyone tried to embed Trix into React? How all this custom tags and polyfills will behave inside react component tree (even though shouldComponentUpdate will always return fals…