I recently watched a video game journalist speaking about this(chicocartera from Eurogamer): apparently this raise happened in 2023. There was an official transcription from an investors meeting at that time where this was covered.
It seems there are some subtleties in the translation which could lead to think it happened recently.
Obviously don't know what percentage represents "legit" use cases vs other more morally questionable, but in our case we have a cms where content team can include external links and we need to verify periodically whether those links work or not, which is not as easy as making get requests with a client.
That's pretty interesting. I was thinking about starting a new pet project and was considering doing it in Rust to learn as I never tried anything with it and after some small pocs I had the feeling it was too verbose to my taste, but wasn't sure it was just me and/or my lack of experience with Rust.
Still, wonder if it's still worth it to give a shot considering other positive elements of the language.
this. I really enjoyed the Niri approach when I discovered it and missed something similar for my mac. This is the best implementation I have tested so far, and while there are definitely some quirks, at least in my case I feel it completely usable as a daily driver(love the tabbed columns)
kudos to maintainer and contributors
not only Safari, several other apps such as Music (which also has several annoying quirks)
never understood why they did not get their own lifecycle if they have dedicated teams for each of those apps
agree. I guess it's a force of habit, but I am so used to the cmd+<whatever> (specially copy & paste) shortcuts, that I configured them into my linux desktop to behave the same way
sorry, still don't get no tests as an excuse to go faster. obviously ymmv, but you will need to test your implementation somehow, and manual testing usually takes more time than running your automated tests. no need to over test, but definitely tests doesn't mean it will slow you down, unless you don't know how to test, which in that case, that's totally up to you.
also, from not that long time ago, you can change the focus of panes and you can tell it to respect the zoom state if you want, which is super convenient