HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CyberRabbi

no profile record

comments

CyberRabbi
·5 tahun yang lalu·discuss
> The profit does not come from the source code, but from the assets.

The source code enables the profitability of the assets. In the end the distinction is irrelevant to this matter. This is like saying Facebook doesn’t make money from its platform but from its deals with advertisers.
CyberRabbi
·5 tahun yang lalu·discuss
Just a note that he is speaking from the perspective of someone who already profited immensely from the source code in question before the source was released. Most developers of FOSS never see a single dime and actually do it at net negative monetary benefit not to mention personal cost. All of that purely for the benefit of the collective.
CyberRabbi
·5 tahun yang lalu·discuss
Why do people feel entitled to GPL-licensed work? If you are producing code for a commercial purpose then you have the resources to pay for the code to be written.

Just because GPL code is in the open does not mean it’s wasted if companies can’t use it for their own profit.
CyberRabbi
·5 tahun yang lalu·discuss
> training ML models is fair use

In what context? You are planning on commercializing Copilot and in that case the calculus on whether or not using copyright protected material for your own benefit changes drastically.
CyberRabbi
·5 tahun yang lalu·discuss
What do you think is the size of the average SQLite database?
CyberRabbi
·5 tahun yang lalu·discuss
You didn’t answer the question.

> The fact that SQLite continues to reach for more users is what has made it such a successful general-purpose tool.

I never disputed this. You’re responding to a straw man.
CyberRabbi
·5 tahun yang lalu·discuss
> It's not anymore unusable over high latency links than most website.

That’s false. Not all web applications suffer equally from high latency links. Depends on how reliant the web application is on independent requests. Making one request and receiving a single bulk download is much less bad than making many dependent requests on a high latency link.
CyberRabbi
·5 tahun yang lalu·discuss
I made two claims:

> this would be unusable over high latency links.

That is objectively true

> SQLite databases of pure data usually aren’t over 10MB in size.

No one here has refuted this point.

Any other counterargument is addressing a claim I did not make.
CyberRabbi
·5 tahun yang lalu·discuss
Do you think your team’s usage of SQLite is representative of the average SQLite user?
CyberRabbi
·5 tahun yang lalu·discuss
> you need it in client memory which can also be a dealbreaker

Most workstations have GBs of available memory. If not you can dump it in indexeddb as a raw data store.

I never disputed that it would be useful for some use cases. I only said it would be unusable with high latency links. If you have a low latency link and aren’t running very complex queries with lots of random seeks, then this should work fine for you.
CyberRabbi
·5 tahun yang lalu·discuss
Right but that is an artificially created demo by the author to justify the solution being presented (no offense). The question is how common are ~GB large SQLite databases in the real world relative to databases that are ~MB large?

In my experience SQLite databases of millions of rows of raw tabular data tend to compress very well into dozens of megabytes. Indeed SQLite is often touted as a file format for applications.
CyberRabbi
·5 tahun yang lalu·discuss
It’s not hilariously wrong or wrong at all that over high latency links this would be virtually unusable.

It’s certainly possible that people are using SQLite databases with sizes on the order of gigabytes but in my experience those are the exception not the rule.
CyberRabbi
·5 tahun yang lalu·discuss
Over high latency links this would be virtually unusable. Why not just download the entire database into memory over XHR on page load? SQLite databases of pure data usually aren’t over 10MB in size.
CyberRabbi
·5 tahun yang lalu·discuss
> “Wayland sucks!” is a conspiracy theory with no basis in truth

It’s an opinion, not a theory. People should be able to hold the opinion that “Wayland sucks” without being labeled conspiracy theorists.