Live data from Hacker News

Viewing profile — rezokun

rezokun

HN member
Joined
Fri, Oct 02, 2020, 12:20 PM UTC
HN karma
32
Public activity
18 items

About rezokun

No profile information was provided.

Recent public activity

  1. comment
    Comment #49054355

    Infinite ads in econom

  2. comment
    Comment #44843487

    Thanks for temp mail services.

  3. 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, …

  4. comment
    Comment #43171847

    But what’s the problem for workers to ask the same AI to write some piece of text about their work?

  5. comment
    Comment #42733606

    So, better if competitor will make you bankrupt?

  6. comment
    Comment #42732961

    eg. OpenAI enforces strict limits until you spend a significant amount of money.

  7. comment
    Comment #41931755

    Give some Nouns which is not "cause deaths"

  8. 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.'

  9. 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"?

  10. comment
    Comment #40748038

    By 'real product' I mean real existing product in real world, not in the fantasies of native_js witnesses.

  11. comment
    Comment #40748023

    So, mix of HTML, inline html strings and bunch of .querySelector() with DOM manipulation? I see.

  12. 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?

  13. 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…

  14. 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->...

  15. 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…

  16. 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…

  17. comment
    Comment #40738380

    Or JS ecosystem should drop ES modules since they have only brought pain and unnecessary complexity without real benefits for years.

  18. comment
    Comment #24661879

    You still needed override constructor with makeObservable(this). This is too far from the grace of decorators. It make me sad.