Viewing profile — rezokun
rezokun
HN member- Joined
- Fri, Oct 02, 2020, 12:20 PM UTC
- HN karma
- 32
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About rezokun
No profile information was provided.
Recent public activity
-
comment
Comment #49054355
Infinite ads in econom
-
comment
Comment #44843487
Thanks for temp mail services.
-
comment
Comment #44516303
Players don’t give 30% to Steam, they simply pay price of the game to the publisher. Even if digital storefronts took 10% or even 0%, the $80 price tag for a game wouldn’t change, …
-
comment
Comment #43171847
But what’s the problem for workers to ask the same AI to write some piece of text about their work?
-
comment
Comment #42733606
So, better if competitor will make you bankrupt?
-
comment
Comment #42732961
eg. OpenAI enforces strict limits until you spend a significant amount of money.
-
comment
Comment #41931755
Give some Nouns which is not "cause deaths"
-
comment
Comment #41892744
This still literally means 'not saving snapshots,' rather than 'not making an analysis of your screen and sending some "telemetry" with hashed (of course!) data to our servers.'
-
comment
Comment #41431096
But why so? Doesn't this mean that Microsoft want (and will) to spy on the contents of your screen anyway even if Recall "disabled"?
-
comment
Comment #40748038
By 'real product' I mean real existing product in real world, not in the fantasies of native_js witnesses.
-
comment
Comment #40748023
So, mix of HTML, inline html strings and bunch of .querySelector() with DOM manipulation? I see.
-
comment
Comment #40745929
Ah, no bundlers, no minification, no types, a dream! So, real product example pls? And how you templating your html? Not JSX, obviously, so, string literals?
-
comment
Comment #40744807
Well, that's what I'm talking about. These web standards are not for real use, but for idealists who do not develop real products. And because of their idealistic desires, we ended…
-
comment
Comment #40744756
Oh, tell me how your browser will load all files simultaneously when your dependency tree looks like A->B->C->D->E->...
-
comment
Comment #40738805
ES modules mean you don't need to bundle your code; you just include your index.js in HTML, and all 30,000 JS files of your project come to the user's browser without trouble or de…
-
comment
Comment #40738608
Show me a real product on the web that does not compile or bundle and uses native modules for code delivery. It's a dead technology that only fragments the ecosystem and makes life…
-
comment
Comment #40738380
Or JS ecosystem should drop ES modules since they have only brought pain and unnecessary complexity without real benefits for years.
-
comment
Comment #24661879
You still needed override constructor with makeObservable(this). This is too far from the grace of decorators. It make me sad.