HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rezokun

no profile record

コメント

rezokun
·11 か月前·議論
Thanks for temp mail services.
rezokun
·昨年·議論
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, EGS is proof of that.
rezokun
·昨年·議論
But what’s the problem for workers to ask the same AI to write some piece of text about their work?
rezokun
·昨年·議論
So, better if competitor will make you bankrupt?
rezokun
·昨年·議論
eg. OpenAI enforces strict limits until you spend a significant amount of money.
rezokun
·2 年前·議論
Give some Nouns which is not "cause deaths"
rezokun
·2 年前·議論
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.'
rezokun
·2 年前·議論
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"?
rezokun
·2 年前·議論
By 'real product' I mean real existing product in real world, not in the fantasies of native_js witnesses.
rezokun
·2 年前·議論
So, mix of HTML, inline html strings and bunch of .querySelector() with DOM manipulation? I see.
rezokun
·2 年前·議論
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?
rezokun
·2 年前·議論
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 up with a fragmented ecosystem and made the life of developers more difficult. Good job.
rezokun
·2 年前·議論
Oh, tell me how your browser will load all files simultaneously when your dependency tree looks like A->B->C->D->E->...
rezokun
·2 年前·議論
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 delay (let's wish them luck, lol). Since you're bundling, it doesn't matter which module type you use; CJS has worked with code splitting perfectly for over 10 years. However, it's a pain every time you try to import a CJS library in your ESM or vice versa. The truth is, you can't just drop all legacy CJS packages in most real-world projects.
rezokun
·2 年前·議論
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 harder.
rezokun
·2 年前·議論
Or JS ecosystem should drop ES modules since they have only brought pain and unnecessary complexity without real benefits for years.