The first 2 points do point to Ollama neglecting the community and not contributing to upstream. For the lack of Jinja templates I would have thought that's just from it being written in Go and using the Go templating engine instead.
Great video! Every one in the series building the mechanism has been very interesting. It's fascinating how such simple tools produce the complexity in the mechanism. With modern lathes and metal working tools it's very easy to forget how accessible working with metal in high precision can be. Once you see the tooling being created in front of you it makes it clear how ancient civilizations could have had access to this precision.
It's mentioned in the abstract that similar findings were noted in humans as well.
"Humans experiencing long-COVID with cognitive symptoms (48 subjects) similarly demonstrate elevated CCL11 levels compared to those with long-COVID who lack cognitive symptoms (15 subjects)."
ExpressLRS is looking very promising. Hopefully it will do the same thing with radio protocols as OpenTX has done with the radio transmitter market; lowering costs for software development and allowing cheaper hardware with more feature.
They only allowed regional carriers with existing spectrum to use others networks. It doesn't allow any other company to use the large carriers networks which limits the ability to start a MVNO carrier as you need existing spectrum licenses in order to piggyback on others networks.
I was just looking at this new Terraform provider yesterday how timely. Nice to see the quickstart guide this will be helpful for managing the buckets and application keys.
This is also how I transitioned to Fastmail. Forward all mail from gmail to your own domain and then slowly unsubscribe or update the email on any that you receive. Eventually you will have most of your accounts and subscriptions moved over to your own domain. I still keep the email forwarding enabled just in case any old accounts send me something.
I'm looking forward to the open source CAD talks. There is one about the Linkstage3 branch of FreeCAD that will go over some of the new features added there and those improvements will eventually end up in the mainline branch.
This is one of the key parts when starting to learn programming. Just typing out everything manually really helps you see the small details that are important when writing code that can get lost when copying from elsewhere. Courses like Learn Python the Hard Way focus on this method and I think it's the best way to go for absolute beginners.
This is a good tutorial to get the server side of things secured. I didn't know you could use Traefik to proxy the MQTT connections as well which looks quite useful.
The biggest issue I have is with the client side and its various support of TLS and getting a trusted CA certificate distributed. This is the harder part of the equation in my opinion, support is getting better with firmwares like Tasmota but getting some third party IoT device to work over TLS is still a challenge.
Especially with HTML as it's going to get minimized and hacked up to reduce the filesize. Including the closing tags makes the transpilers job easier and less error prone.