The same model is possible in Apache httpd 2.x with the "prefork" mpm.
The same model is possible in Apache httpd 2.x with the "prefork" mpm.
Can i do that with quadlets?
How would you configure a cluster? I’m trying to explore lightweight alternatives to kubernetes, such as docker swarm, but I think that the options are limited if you must support clusters with equivalent of pods and services at least.
Yes. Though unless you have a very dynamic environment maybe statically assigning containers to hosts isn't an insurmountable burden?
Additionally, podman has nice systemd integration for such kube services, you just need to write a short systemd config snippet and then you can manage the kube service just like any other systemd service.
Altogether a very nice combination for deploying containerized services if you don't want to go the whole hog to something like Kubernetes.
Pure open source is also not a sustainable business model. You have to be open core or non-commercial, otherwise anyone and everyone can steal your lunch.
You're asking for the right to compete when they've given you every other single right there is. That's just not nice.
> Pure open source is also not a sustainable business model. You have to be open core or non-commercial, otherwise anyone and everyone can steal your lunch.
Maybe, but beside the point. The point is "don't call whatever you're doing open source if it isn't open source (per the generally accepted definition which you can read e.g. at https://opensourcedefinition.org/ )". No moral judgement here whether open source is morally superior or not, or whether open source is for suckers because the hyperscalers will co-opt it, or whatever. If you don't want to do open source, then don't, but don't go and call it open source.
As an example, at some point my father stopped bothering to mow his lawn all the time (basically only once per year). It's now a nice meadow with all kinds of grasses. Frogs, butterflies, dragonflies, bees like it.
An additional issue with robotic mowers is that they tend to kill hedgehogs.
Waterman, and probably his advisor Patterson, might disagree. The focus of the RISC-V design is avoiding aspects of legacy ISAs that make them harder to implement.
Secondly, for a high performance core, the consensus seems to be that the ISA mostly doesn't matter. The things that make a high performance core are mostly things that happen downstream of the instruction decoders. Heck, even the x86 ISA allows producing some pretty amazingly good cores. Conversely, for a simple in-order cheap core, the ISA matters much more.
I suppose as some kind of headless home server it could still have been useful. OTOH for something that runs 24/7 a RPi would use a fraction of the electricity and still be a lot more powerful.
So yes, beyond nostalgia and some embedded/industrial usecases, it's hard to see a use for a 32-bit only PC these days.
They can be useful if you have other tools (e.g. measurement software) that already produces the data you want, and you just want a GUI tool to create plots, and maybe do some simple things like least squares curve fitting etc.
If you already do a lot of data wrangling in something with a programming language and plotting libraries accessible from said language, like the ones you mention, yeah, this is not the tool for you.