> abuse and ignorance Toxic positivity is what's abusive and ignorant.
> [citation definitely needed] If you're not even familiar with how LLMs work, perhaps you should restrain yourself from confidently talking about this topic until you educate yourself. You're only spreading…
> We don't really know where the capability ceiling of the current approach is We do know, that the ceiling is below AGI. And it's not a matter of opinion - LLMs can not achieve AGI due to their design. Anyone telling…
> OpenAI foundation cannot dictate what OpenAI Corp can and cannot do It literally can (https://openai.com/our-structure/): "Through special voting and governance rights held solely by the OpenAI Foundation, the OpenAI…
... and so what? Your response was that they're not a company - Mozilla Corporation IS a private, for-profit company and one of their responsibilities is managing Firefox. Similar structure is used by OpenAI, so I guess…
https://en.wikipedia.org/wiki/Mozilla_Corporation
> Anyone knows that any company that gives you something for free will eventually want something from you Firefox is also free.
> Marketing realism wins over technical excellence every single time It is so annoying to see this idiotic mantra being repeated every single time a thread like this pops up. It's simply not true. There is no…
Well Thiel investing in Brave once at the beginning doesn't necessarily mean that Palantir is getting any data now (even though it's presented as if it was a fact in other comments here). It's probable, but really it's…
Firefox also collects and sells data to no one really knows who. https://github.com/mozilla/bedrock/commit/d459addab846d8144b... https://blog.mozilla.org/en/firefox/update-on-terms-of-use/
VMs are a secure sandbox. Containers aren't.
> things that people used to Apple's stuff don't mind ... but that's what you said about Windows: > Windows found itself in a downturn the last few years > I live in Windows Town, it's not perfect, no city is > [...]…
I mean, if the only things you can name are Liquid Glass, App Store and not-so-intelligent AI then it seems like Apple users are actually doing quite well? It's impossible for every idea to be a hit. Liquid Glass was a…
> come from other languages According to Wikipedia[1] the history of string formatting goes back to 1950s. Also, basically every major programming language these days implements it in some form. [1]…
The Liquid Glass effect `<canvas />` used for 1(!) tiny, barely visible button degrades the performance of the entire website. Also, why is text selection disabled? Also, please don't hijack the scroll to make it…
> made by people with vastly more expertise than the average web dev https://github.com/hober/tangler/blob/main/index.html Does this look like it was written by a person who has "vastly more expertise"? This was made by…
> accessibility is immediately out of the window, when it only renders a white page That's not the case for 99.9% of users. > if one allows its JS to run JS is enabled by default in every major browser. It's the…
You'll avoid it, because you don't have any valid arguments. Slow connections are not a problem, because React is ~40KB and Preact is ~3KB. If downloading 3KB is too much for your network, it's not the fault of React,…
This has got to be one of the most stupid comments I've read this week. This is a page with random lazy-loaded images splattered all around, the load and render time difference if this used React would be not more than…
> every application I’ve worked on is quite a bit bigger than the framework itself That's why most client-side routing libraries support lazy loading. You don't have to load the entire application at once, only the…
The point is that there's only one template and DOM is derived from that template. This concept is the same in both Vue, React and other popular component-based UI frameworks.
You said, that React/Vue/etc. solve a specific problem: SPAs - that's not accurate. That's not the problem they solve. According to what you said, CSS also solves the problem of making an SPA because you could "switch…
> React/Vue/etc solve a specific problem: single-page application That's not true. They solve the problem of requiring separate code paths for interactive elements - one for initial render and another for updates.…
> loading times What does React have to do with loading times of a page? React does not contribute to that at all other than having to download the JS runtime, which with Preact is 3KB. > You cannot argue that React is…
People in wheelchairs literally need them to live, they have no alternative. People who don't update browsers for years (or even decades) do so willingly.
> abuse and ignorance Toxic positivity is what's abusive and ignorant.
> [citation definitely needed] If you're not even familiar with how LLMs work, perhaps you should restrain yourself from confidently talking about this topic until you educate yourself. You're only spreading…
> We don't really know where the capability ceiling of the current approach is We do know, that the ceiling is below AGI. And it's not a matter of opinion - LLMs can not achieve AGI due to their design. Anyone telling…
> OpenAI foundation cannot dictate what OpenAI Corp can and cannot do It literally can (https://openai.com/our-structure/): "Through special voting and governance rights held solely by the OpenAI Foundation, the OpenAI…
... and so what? Your response was that they're not a company - Mozilla Corporation IS a private, for-profit company and one of their responsibilities is managing Firefox. Similar structure is used by OpenAI, so I guess…
https://en.wikipedia.org/wiki/Mozilla_Corporation
> Anyone knows that any company that gives you something for free will eventually want something from you Firefox is also free.
> Marketing realism wins over technical excellence every single time It is so annoying to see this idiotic mantra being repeated every single time a thread like this pops up. It's simply not true. There is no…
Well Thiel investing in Brave once at the beginning doesn't necessarily mean that Palantir is getting any data now (even though it's presented as if it was a fact in other comments here). It's probable, but really it's…
Firefox also collects and sells data to no one really knows who. https://github.com/mozilla/bedrock/commit/d459addab846d8144b... https://blog.mozilla.org/en/firefox/update-on-terms-of-use/
VMs are a secure sandbox. Containers aren't.
> things that people used to Apple's stuff don't mind ... but that's what you said about Windows: > Windows found itself in a downturn the last few years > I live in Windows Town, it's not perfect, no city is > [...]…
I mean, if the only things you can name are Liquid Glass, App Store and not-so-intelligent AI then it seems like Apple users are actually doing quite well? It's impossible for every idea to be a hit. Liquid Glass was a…
> come from other languages According to Wikipedia[1] the history of string formatting goes back to 1950s. Also, basically every major programming language these days implements it in some form. [1]…
The Liquid Glass effect `<canvas />` used for 1(!) tiny, barely visible button degrades the performance of the entire website. Also, why is text selection disabled? Also, please don't hijack the scroll to make it…
> made by people with vastly more expertise than the average web dev https://github.com/hober/tangler/blob/main/index.html Does this look like it was written by a person who has "vastly more expertise"? This was made by…
> accessibility is immediately out of the window, when it only renders a white page That's not the case for 99.9% of users. > if one allows its JS to run JS is enabled by default in every major browser. It's the…
You'll avoid it, because you don't have any valid arguments. Slow connections are not a problem, because React is ~40KB and Preact is ~3KB. If downloading 3KB is too much for your network, it's not the fault of React,…
This has got to be one of the most stupid comments I've read this week. This is a page with random lazy-loaded images splattered all around, the load and render time difference if this used React would be not more than…
> every application I’ve worked on is quite a bit bigger than the framework itself That's why most client-side routing libraries support lazy loading. You don't have to load the entire application at once, only the…
The point is that there's only one template and DOM is derived from that template. This concept is the same in both Vue, React and other popular component-based UI frameworks.
You said, that React/Vue/etc. solve a specific problem: SPAs - that's not accurate. That's not the problem they solve. According to what you said, CSS also solves the problem of making an SPA because you could "switch…
> React/Vue/etc solve a specific problem: single-page application That's not true. They solve the problem of requiring separate code paths for interactive elements - one for initial render and another for updates.…
> loading times What does React have to do with loading times of a page? React does not contribute to that at all other than having to download the JS runtime, which with Preact is 3KB. > You cannot argue that React is…
People in wheelchairs literally need them to live, they have no alternative. People who don't update browsers for years (or even decades) do so willingly.