HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rezokun

no profile record

comments

rezokun
·11 mesi fa·discuss
Thanks for temp mail services.
rezokun
·anno scorso·discuss
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
·anno scorso·discuss
But what’s the problem for workers to ask the same AI to write some piece of text about their work?
rezokun
·anno scorso·discuss
So, better if competitor will make you bankrupt?
rezokun
·anno scorso·discuss
eg. OpenAI enforces strict limits until you spend a significant amount of money.
rezokun
·2 anni fa·discuss
Give some Nouns which is not "cause deaths"
rezokun
·2 anni fa·discuss
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 anni fa·discuss
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 anni fa·discuss
By 'real product' I mean real existing product in real world, not in the fantasies of native_js witnesses.
rezokun
·2 anni fa·discuss
So, mix of HTML, inline html strings and bunch of .querySelector() with DOM manipulation? I see.
rezokun
·2 anni fa·discuss
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 anni fa·discuss
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 anni fa·discuss
Oh, tell me how your browser will load all files simultaneously when your dependency tree looks like A->B->C->D->E->...
rezokun
·2 anni fa·discuss
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 anni fa·discuss
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 anni fa·discuss
Or JS ecosystem should drop ES modules since they have only brought pain and unnecessary complexity without real benefits for years.