Rendered at 13:41:39 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
pbowyer 24 hours ago [-]
The one positive of this is it seems to have livened up the open source project (Vinyl Cache). Features that haven't been added for years are now being worked on, whether they step on the toes of the commercial offering or not.
mijoharas 1 days ago [-]
This article links to a previous one[0] (by Poul) which states:
> I will also state for the record, that there are no hard feelings between Varnish Software and the FOSS project.
I wonder if that is still the case now. (this article is fairly diplomatically written, but I'd imagine it must be pretty frustrating)
Well I guess the enterprise side of varnish was quite beneficial to him (and the core devs) over that time. If something gives you financial freedom over 10+ years to work on a thing you love, you can't be mad at all of it.
But if FOSS is deeply encoded into your DNA, you become pretty protective once you realize your project may become extinct sometimes in the future.
ibejoeb 21 hours ago [-]
It sounds like Varnish Cache is kind of a distribution of Vinyl Cache. It's based on the FOSS project with its own downstream patches.
On another topic:
> The Varnish Cache FOSS software was initiated and sponsored by the Norvegian newspaper Verdens Gang. They hired a company called “Linpro” to handle the logistics and me to write the code.
> From Linpro grew the company Varnish Software
> IP-Lawyers still insist that Varnish Software owns the Varnish Cache name
Consultants came in a just assumed the IP? It sounds like a pretty complicated cross-border ordeal, but that is still quite a leap.
jaapz 20 hours ago [-]
> What is Varnish Cache?
> Varnish Cache is a distribution of the open-source Vinyl Cache project, made for the modern cloud: ready for Kubernetes, with built-in TLS support, and a long-term-support release cadence with extra modules and tooling layered on top.
What a mess... It's sad that the community has to suffer the consequences of a company holding the trademark hostage.
ksec 22 hours ago [-]
Does Fastly still uses Vinyl Cache? Wondering who else is using it as well in production.
Sesse__ 19 hours ago [-]
They are using a fork, although nobody _really_ knows how up-to-date it is.
youngtaff 19 hours ago [-]
Last I heard they were migrating to WASM based edge compute that could read Varnish configs but not sure how far they got
throawayonthe 1 days ago [-]
does the mysql/mariadb comparison actually make sense? mysql is not really a downstream distro of mariadb (maaybe even the opposite?) so i thought i understood the situation as presented until that paragraph
embedding-shape 24 hours ago [-]
The way I remember it, was that MySQL was sold, then some time after, MariaDB was created as a fork, and you could switch between them. Then at one point MariaDB diverged sufficiently that you could no longer "effortlessly" (kinda) switch between them, by now they're separate but MariaDB's origin is still MySQL obviously.
nijave 20 hours ago [-]
Yes Monty started MySQL then forked when either Sun or Oracle acquired it.
My, Maria, and Max are his kids. There is MaxScale which is a L7 SQL proxy/loadbalancer
evanelias 22 hours ago [-]
I had the same immediate reaction. It's a completely nonsensical comparison which just demonstrates the author is extremely confused about the relationship between MySQL and MariaDB, in terms of their corporate entities and project structures.
That said, it seems to be a common point of confusion among FOSS die-hards, but still super unfortunate to see it repeated in this context!
Yokohiii 24 hours ago [-]
mysql was pretty much the downstream thing that everybody used back then.
Sesse__ 19 hours ago [-]
MySQL has never been downstream of MariaDB.
Yokohiii 14 hours ago [-]
I am talking pre mariadb times.
stephenr 1 days ago [-]
The comparison with MySQL/MariaDB is unfortunate, given that since the "split" MariaDB has shown itself to be every bit the corporate owned "FOSS" project while its supporters still harp on about how terrible oracle is for OSS, without actually acknowledging the real history of each respective project and accompanying company.
Given that MariaDB the company is now owned by a private equity firm, I doubt it's going to get better.
Intermernet 1 days ago [-]
Still got Percona, but I'm not sure what their status is at the moment.
stephenr 24 hours ago [-]
To me the biggest "unknown" with Percona is that MariaDB (the company) bought out Codership (the creators of Galera Cluster, which XtraDB Cluster is based on) and it doesn't seem to be OSS any more.
I'm sure for some shops this will drive them to pay for the same feature in MariaDB cluster, but I'm more likely to just transition to MySQL Group Replication.
This is my whole point about MariaDB - they are steadily making their OSS software completely dependent on the company (paid) versions for anything beyond toy scale.
evanelias 22 hours ago [-]
I don't think your last sentence is fair. Many workloads don't need something like Galera, as standard async replication scales to extreme levels, and you can achieve excellent HA with external orchestration and/or proxies. FOSS MariaDB is definitely not toy-scale only.
Oracle has also been guilty of locking modern table stakes behind the MySQL Enterprise / Heatwave pay gate, such as vector indexes and JS stored procedures. And while they've recently announced more of this stuff will move to FOSS soon, at the same time their response rate to new bug reports has become worse than ever before, which is deeply worrying.
And a couple days ago Oracle announced that they're nonsensically changing their MySQL versioning/LTS naming yet again. So now the way you identify an LTS is "major version is an even-numbered last two digits of a year, while minor version is exactly 4 to represent LTS releases always being in April." So for example MySQL 28.4 will be LTS, but 28.7 and 28.10 are not. But prior to this, 9.7 and 8.4 are LTS, and 8.0 was de facto LTS but now EOL. It's bizarre. I wish I was joking!
Sesse__ 19 hours ago [-]
> And while they've recently announced more of this stuff will move to FOSS soon, at the same time their response rate to new bug reports has become worse than ever before, which is deeply worrying.
A huge chunk[1] of the MySQL developers were laid off (and also large amounts of QA etc.), so it's not surpising at all that they are struggling to keep the lights on. There are talks about an external group trying to form to take more ownership, but so far, your best bets are MariaDB or Postgres, depending on whether you think MySQL 5.1 was the epitome of relational databases or not.
[1] From what I gather, about 75%. In the first wave.
ff317 22 hours ago [-]
> Many workloads don't need something like Galera [etc...]
This continues the faulty line of thinking that open source is just for hobby-level projects or early startup throwaway infrastructure. So many open-core models rely on this falsehood to rationalize their decisions. It should be possible to run large-scale important Internet things on Open Source code, too, for a variety of reasons.
evanelias 22 hours ago [-]
> This continues the faulty line of thinking that open source is just for hobby-level projects or early startup throwaway infrastructure.
How so? I don't understand your comment at all. A huge chunk of the world's economy runs on async replication in FOSS MySQL/MariaDB, my whole point was that you literally don't need Galera to do that.
stephenr 22 hours ago [-]
> such as vector indexes and JS stored procedures
So, the stuff that basically appeals to people chasing the AI dragon, and has zero practical use for 99.999% of developers making real products?
> I wish I was joking!
I wish I could care even a little bit about such minutiae.
evanelias 22 hours ago [-]
If you've ever had to work with nontrivial procs in MySQL/MariaDB, it's immediately clear how the status quo is deficient there, and why e.g. Postgres's multi-language support is so much better in comparison.
And how is it "minutiae" to be able to figure out "is my database version actually supported"? This is the fourth versioning scheme they've used in less than a decade, that's a bit nuts I think.
stephenr 22 hours ago [-]
I would happily write stored procs using the current language support for a decade without pay, before I'd subject myself to putting javascript in a fucking database engine.
> And how is it "minutiae" to be able to figure out "is my database version actually supported"?
Remembering "8.4", "9.7" and ".4" just doesn't seem like a particularly big deal to me. The number* has only changed 3 times in the last 10 years.
evanelias 21 hours ago [-]
I don't like JS either, but lots of people do. And if you're expanding a DB beyond SQL-only, JS is an obvious first choice before adding further languages from there. (The MySQL feature is called "Multilingual Engine Component" and not "JavaScript Engine Component".)
As for the versioning, it's a nightmare for third party vendors like me, because it will absolutely increase the number of companies who are unintentionally running unsupported non-LTS "innovation" releases because they can't keep all these versioning changes straight. The major-version only changed 3 times in the past decade because 8.0 was "evergreen" for most of that time, which was also not a good strategy, yet the most obvious solution (SemVer) is always ignored by Oracle in favor of more confusing alternatives.
sgarrity 22 hours ago [-]
In Canada, we pronounce it Vinyl CachÉE.
IndySun 19 hours ago [-]
Can you write that phonetically?
dxdm 18 hours ago [-]
Gesundheit.
anotherhue 1 days ago [-]
It definitely sounds more musical to my ears.
ksimukka 1 days ago [-]
"Vinyl cache" is an interesting name. I wonder what other candidates the maintainers considered? I was secretly hoping they would name it "Veneer Cache" or something similar to "varnish".
manarth 23 hours ago [-]
And the bike shed absolutely MUST be painted blue
JamesSwift 21 hours ago [-]
How about Shellac Cache
flurdy 23 hours ago [-]
Vinyl flooring etc is at least related to varnishing floors?
ape4 1 days ago [-]
So its not a cache for my record collection ;(
haeseong 1 days ago [-]
The operational wrinkle nobody mentions in the rename is that the same vulnerability now ships under two version trains. VSV00019 was just patched as Vinyl 9.0.1 and as Varnish 8.0.2 and 6.0.18, so anyone pinning a version in their package manager has to figure out which lineage their distro actually tracks before the next CVE lands.
> I will also state for the record, that there are no hard feelings between Varnish Software and the FOSS project.
I wonder if that is still the case now. (this article is fairly diplomatically written, but I'd imagine it must be pretty frustrating)
[0] https://vinyl-cache.org/organization/20-years.html#years
But if FOSS is deeply encoded into your DNA, you become pretty protective once you realize your project may become extinct sometimes in the future.
On another topic:
> The Varnish Cache FOSS software was initiated and sponsored by the Norvegian newspaper Verdens Gang. They hired a company called “Linpro” to handle the logistics and me to write the code.
> From Linpro grew the company Varnish Software
> IP-Lawyers still insist that Varnish Software owns the Varnish Cache name
Consultants came in a just assumed the IP? It sounds like a pretty complicated cross-border ordeal, but that is still quite a leap.
> Varnish Cache is a distribution of the open-source Vinyl Cache project, made for the modern cloud: ready for Kubernetes, with built-in TLS support, and a long-term-support release cadence with extra modules and tooling layered on top.
(https://www.varnish.org/index.html)
My, Maria, and Max are his kids. There is MaxScale which is a L7 SQL proxy/loadbalancer
That said, it seems to be a common point of confusion among FOSS die-hards, but still super unfortunate to see it repeated in this context!
Given that MariaDB the company is now owned by a private equity firm, I doubt it's going to get better.
I'm sure for some shops this will drive them to pay for the same feature in MariaDB cluster, but I'm more likely to just transition to MySQL Group Replication.
This is my whole point about MariaDB - they are steadily making their OSS software completely dependent on the company (paid) versions for anything beyond toy scale.
Oracle has also been guilty of locking modern table stakes behind the MySQL Enterprise / Heatwave pay gate, such as vector indexes and JS stored procedures. And while they've recently announced more of this stuff will move to FOSS soon, at the same time their response rate to new bug reports has become worse than ever before, which is deeply worrying.
And a couple days ago Oracle announced that they're nonsensically changing their MySQL versioning/LTS naming yet again. So now the way you identify an LTS is "major version is an even-numbered last two digits of a year, while minor version is exactly 4 to represent LTS releases always being in April." So for example MySQL 28.4 will be LTS, but 28.7 and 28.10 are not. But prior to this, 9.7 and 8.4 are LTS, and 8.0 was de facto LTS but now EOL. It's bizarre. I wish I was joking!
A huge chunk[1] of the MySQL developers were laid off (and also large amounts of QA etc.), so it's not surpising at all that they are struggling to keep the lights on. There are talks about an external group trying to form to take more ownership, but so far, your best bets are MariaDB or Postgres, depending on whether you think MySQL 5.1 was the epitome of relational databases or not.
[1] From what I gather, about 75%. In the first wave.
This continues the faulty line of thinking that open source is just for hobby-level projects or early startup throwaway infrastructure. So many open-core models rely on this falsehood to rationalize their decisions. It should be possible to run large-scale important Internet things on Open Source code, too, for a variety of reasons.
How so? I don't understand your comment at all. A huge chunk of the world's economy runs on async replication in FOSS MySQL/MariaDB, my whole point was that you literally don't need Galera to do that.
So, the stuff that basically appeals to people chasing the AI dragon, and has zero practical use for 99.999% of developers making real products?
> I wish I was joking!
I wish I could care even a little bit about such minutiae.
And how is it "minutiae" to be able to figure out "is my database version actually supported"? This is the fourth versioning scheme they've used in less than a decade, that's a bit nuts I think.
> And how is it "minutiae" to be able to figure out "is my database version actually supported"?
Remembering "8.4", "9.7" and ".4" just doesn't seem like a particularly big deal to me. The number* has only changed 3 times in the last 10 years.
As for the versioning, it's a nightmare for third party vendors like me, because it will absolutely increase the number of companies who are unintentionally running unsupported non-LTS "innovation" releases because they can't keep all these versioning changes straight. The major-version only changed 3 times in the past decade because 8.0 was "evergreen" for most of that time, which was also not a good strategy, yet the most obvious solution (SemVer) is always ignored by Oracle in favor of more confusing alternatives.