Earlier quoted context omitted.
>> Also, lawyers are not like Pokemon. You cannot beat the opposing team's lawyers by having more stronger lawyers. You can certainly lose by having bad lawyers, but you can only be guaranteed to win by being in the right. > You can't actually be guaranteed to win by being in the right. You can be in the right and lose. What he's obviously saying is that there is a seriously decreasing marginal benefit to more expens…
Well his intention is clear. But stating you are guaranteed to win if you are in the right strikes me as naive at best and woefully neglectful of reality at worst. It's probably best stated like "lawyers are not _always_ like Pokemon". Sometimes they very definitely are.
Nginx to Be Acquired by F5 Networks
251–260 of 408 posts
Re: Nginx to Be Acquired by F5 Networks
#252First time I heard of this company. Their website is in the highest order of marketing speak, but actually offering nothing much. Note to self: security services are a nice way to milk governments & corporations. In any case, I'm glad that Nginx is still available for free and the project will continue to have funding in the future from what looks like a cashed-up company. Besides, if it doesn't work out, it can alwa…
Re: Nginx to Be Acquired by F5 Networks
#253Re: Nginx to Be Acquired by F5 Networks
#254Earlier quoted context omitted.
I am sorry to hear about the damage done to your business. I appreciate that you took the time to list out those grievances. I'd like to respond on a few points, for the sake of clarity (if you're interested, but also for other readers here). That header thing was indeed a bit of a fiasco; a misguided attempt to honour the few that stepped up to support Caddy monetarily. Once the depth of the issue was made clear to…
Yo thanks for taking the time to write this. Obviously hard to complain too much about a free product - I'm sharing my personal experience for others. So the thing I like about AWS is that they can give you a cert before pointing the DNS A record at your site. Really fool-proof and excellent. Much better than the let's encrypt flow by design. In fact on some of my sites I now run Caddy on AWS behind a load balancer w…
I believe AWS can do this because they have proof that you own the domain (effectively DNS validation) before handing out certs. Caddy can do similar with DNS validation - fetching your cert without needing to be publicly accessible. It needs you to hook into the API of one of the supported DNS providers though, because validation is still done on a per-request basis (but it has been able to do wildcards for a while). I understand that AWS is more validate once, sign certificates many times, which is quite convenient - and it all hooks into their systems fairly automatically.
Re: Nginx to Be Acquired by F5 Networks
#255Earlier quoted context omitted.
But K8s is not a development of Google software. It is developed specifically for the public, it throws out all of the interesting parts of Borg, and Google themselves don't use it, or barely do. As for that other stuff it seems to have worked out fine for Google: they describe obsolete technologies and the outside world develops hideous analogs of those and uses them for decades. Hadoop for example is just an unbeli…
> it throws out all of the interesting parts of Borg This is not true. It throws out the Google-specific parts of Borg (like integration with Google's service discovery, load balancing, and monitoring systems) and improves a number of things compared to Borg. For a good reference on the evolution of Borg into Kubernetes, I recommend the recent Kubernetes Podcast interview with Brian Grant: https://kubernetespodcast.c…
Re: Nginx to Be Acquired by F5 Networks
#256Earlier quoted context omitted.
I use F5's at work. The F5's do their job very very well, but are very very touchy. I've always considered nginx to be solid, stable, and low-maintenance. I think the opposite about F5 and am worried about this transition. 1) You can't export and re-import a config. Just doesn't work. 2) For the Virtual Appliance (not a recommended scenario by F5, to be fair) it's temperamental about its host and doesn't like to be m…
I use F5s at work, heres some responses: 1) You can, if you are careful about what your doing. UCS archives are only intended to be restored on the same machines, restoring them on a different machine requires considering the master key for secret encryption and omitting the license from the UCS. If your restoring it on another model F5, you might be going about things in a sub-optimal way. 2) This typically relates…
I agree on 5, too - I'd rather have the bug published and at least know that it's been seen and is being worked on, but still, it's a little disheartening to look at an update you're about to install and see its list of breaks is longer than its list of fixes.
Re: Nginx to Be Acquired by F5 Networks
#257Re: Nginx to Be Acquired by F5 Networks
#258Earlier quoted context omitted.
According to the public statements, F5 is committing to maintain the current level of resources NGINX has allocated to their open source programs, to keep the same dev team involved, to keep licensing as it currently is, not change any of the repositories on Mercurial and GitHub and to keep the NGINX brand. Which only means that NGINX will get even better over time.
NGINX was already paywalling bug fixes once they launched Pro. proxy_pass for example will only resolve a hostname at the time the configuration is parsed, unless you use a convoluted variable hack. This was a serious issue requiring you to restart your fleet if a backend server changed IPs. The bug fix for this was implemented only in Pro and sold as "DNS for Service Discovery."
Re: Nginx to Be Acquired by F5 Networks
#259Earlier quoted context omitted.
They barely have any revenue and they're struggling. It's probably one of the next companies to be acquired in the coming years.
I'm one of the founders of HashiCorp. We don't publicly talk about exact numbers, but we broke through 9-figures last year, and a very low % of that is support (its mostly enterprise software). That also isn't using any accounting tricks (such as a ton of multi-year deals). We're doing very well. We're in no talks to be acquired, either. I can't prove any of this, you'd have to take my word for it! I guess if we ever…
Re: Nginx to Be Acquired by F5 Networks
#260Earlier quoted context omitted.
I imagine haproxy might get more popular if F5 does anything to hobble the open source part of nginx.
haproxy is amazingly functional and has done a fine job of evolving over the years. At a particular $DEFUNCTCLOUDVENDOR we implemented a haproxy based ELB-ish solution with home grown control logic to replace a F5 installation whos configuration size grew unwieldy (the F5 config parser was falling over in their LBs) while we were nowhere near the F5's touted connection/throughput numbers. F5 wasn't really willing to…
I hope NGINX doesn't suffer too much under this new ownership.