I always see these kind of comments, that many sites don't work in Firefox while they do in Chrome. When I encounter a broken site I always also check it in Chrome but the times where it is actually a browser's fault is like once a year. Usually it is some blocking of cookies or something that I have enabled in Firefox. Even sites from Google which everyone seems to describe that they are specifically made to work only in Chrome I never had issues with.
I have never owned a touchscreen laptop and I agree with most of the criticism in comments here against it. But after just briefly using one from my father I have to say there is some thing in our brain that makes it kinda more satisfying, if that is the right word, to touch on things that appear on a screen. Even as a power user being used to just using keyboard most of the time, after 10 minutes with a touchscreen my mind prefers to touch on screen instead of touchpad.
I agree with your point about Google being more stable company then the rest so the decision probably makes sense. But there was a study done by multiple news companies in Czechia by asking about news topics and Gemini was consistently the worst in citations and straight up being incorrect (76% of its answers had "issues", I don't have exact issues specification).
I have used MAUI at my previous job to build 3 different apps, used only on mobile (Android and iOS). I don't know why many people dislike XAML, to me it felt natural to use it for UI, I researched flutter and liked MAUI/XAML more. Although the development loop felt smoother with flutter. What I didn't like was the constant bugs, with each new version that I was eager to update to fix current issues, something new appeared. After spending countless hours searching through the projects GitHub, I am under the impression that there aren't much resources dedicated to MAUI development from Microsoft, the project is carried forward by few employees and volunteers. If I would start another project I would seriously look into Avalonia. But I always was a backend guy so now at my current job I do server backend development in C# and couldn't be happier.
Did I really just waited couple of seconds on 2 different loading screens to see a small blog post that is more of an advertisement to some AI tool? Also the analogy of something that tries to stay as open as possible (self-hosting) needing its "iPhone" moment to be locked into single ecosystem doesn't really work for me.
Holy moly, you must have very different life than most people I guess. I am from the younger generation which supposedly avoids making old-style phone calls as much as possible and I don't think I know anyone who has made less than 100 calls in the last decade.
I followed the same logic when deciding what kind of blinds control to choose building my house few weeks ago. Now I am in the planning of adding automation to it. Did you use Shelly Plus 2PM or are there any cheaper options to choose from (they seem to start at 30€ in my country shops)? Did they fit nicely in the wall switch socket?
Always though that's the stupidest way to play the Pokemon Go. Maybe it made a little bit of sense in the beginning when small villages had almost no content but even than you just missing most aspects which make this game interesting. I guess that's the time we live in.
We had some zip files that if content was unzipped with 7-zip the files were correct but not if unzipped with Windows explorer. I am struggling to remember what were the contents of the zip files I think it was some data that was loaded by our or third party application what would produce a crash if not unzipped correctly. I never got to the root cause because coworker told me to "fix" it by using 7-zip and was not bothered by it since then, only when I passed the knowledge to newer coworkers. It was happening still on Windows 10.
Me and my wife also wanted to eliminate corridors as much as possible when we designed and discussed our house with an architect few years ago. Because of the property constraints and our other requirements about all of rooms we abandoned the idea of eliminating corridors and ended up with one long corridor through the middle of the house. After living in the house now for a few weeks we have no regrets - our son can run and ride in the corridor in the way he would not be able to otherwise and we found a way to decorate it that is quite pleasing. I am not saying that someone may be able to architect the house in other way to better use "wasted space" as you put it but we are very happy with our decision.
This is something I wish I could find more actual data than people opinions. On the surface it seems like a natural fit to use the black surface to also heat water and also increase longevity and efficiency of solar panels. But many people argue that this doesn't make sense from economic point of view and can decrease longevity of the overall system. Sadly right now I don't think there are enough sources to make confident decision.
I am in the process of building a house in central Europe. My source of heat will be a ground-source heat pump from boreholes, which means using it as cooling for solar panels in the summer would be quite cheap (I specifically ordered a model of the heat pump wich has cooling mode build in). Added benefit would be that heating the boreholes in summer should increase their longevity because there is a potential of "sucking out the holes" (don't know if this is the right term in english) after decades of using them as a heat source - again something I could not find data supporting this claim so I don't know if I should be worried about this.
My combination seemed like a great fit to install water cooled PV but probably will not do it just because there is not a single contractor who does it and nobody who has it installed to give me advices. I hope that in 25 years when I should suspect to do a PV change it will be decided if it is a good idea or not.
With all this Electron and PWA focused development a cannot shake a feeling that we add an extra layer of a "runtime" on top of an operating system, that could be avoided. An extra layer which occupies RAM space and processor time which feels unnecessary but it is where we are headed. I wonder if the reason is simple, that we (myself included) have not provided anything better or the reason is that big corporations who control most of the market have pushed this technology forward. I hope we can learn from this and bring back some of this lost performance while keeping the productivity and security gains.
There is a case in C# where using compound assignment is actually slower [0]. Based on comments this should be fixed in .NET7 I haven't checked it myself.
I don't know which class of SD card I used, it wasn't the top speed one, but switching to older M.2 SSD connected via USB case was night and day difference. I have RPi4 connected to a TV as a home center with full Raspberry OS because some local TV providers play only in browser. After switching to SSD the OS became snappy and playing video streams (less optimized then youtube) in browser is now non problem.