Curious to know why this is the case? I haven't played around with LLAMA yet but I figured it being open-source would make it more trustworthy than models provided by OpenAI.
Absolutely not. The LLAMA license [1] is clear that it's not open source. It's for non-commercial, research only, and only by explicit permission from Meta. The weights were leaked, on 4chan [2], illegally, according to the license. Very very few people are using it legally. This interpretation is clear from its wording, and also matches the interpretation of our flock of lawyers.
CalyxOS has decent Pixel 4a support, in my experience. I bought my 4a last December specifically because it was supported (and the right price on Ebay). Install was pretty straightforward, and they don't have as stringent a support cycle as GrapheneOS, although I did not try installing that one.
So far I've used Medium.com but I rarely find the time to blog these days. I was considering dev.to as you can rather easily convert a Medium blog post to Markdown which dev supports.
Nice post. In the past I've had colleagues (also senior people) who disliked touching "legacy" parts (e.g. Java based microservices compared to newer Express.js or Kotlin based microservices which don't provide half the value that the legacy parts do).
I also think that maintenance programming can be rewarding. However, I do believe that it does not make sense to throw entry-level engineers into the maintenance mess alone: they still need some guidance in my experience. Then you'll be able to reap the benefits such as getting better in debugging and understanding more about the business problems that the software is solving.
I'm sure this is a part of why this fear exists. Middle Eastern countries are especially harsh in that sense imo: you're afraid of making mistakes or making your family "look bad"™.
Looking at the CSS using the browser dev tools, I see CSS variables like `--tw-border-spacing-x` which indicates to me that this is indeed using Tailwind. I've never tried Tailwind UI myself so I'm not sure if it's just Tailwind or Tailwind UI.
Bootstrap had a ton of defaults, but Tailwind doesn't come with any, but it makes it easy for designers to make a site look just like any other, but that's not a requirement