We would definitely pronounce our as “are” in some cases., usually when referring to a person. “Our kid” or “Our Jack” would have been pronounced “are”.
We would definitely pronounce our as “are” in some cases., usually when referring to a person. “Our kid” or “Our Jack” would have been pronounced “are”.
It is arbitrary, yes. Part of the reason for daylight savings time was simply to match most people’s waking hours to a standard time throughout the year.
You can make the time that you have more useful though.
There are activities that you can do in the dark and some that you can’t do in the dark. I imagine that they wanted to sleep in late which was cutting into hunting time so they changed the time zone so that it was dark while they were sleeping and light a bit later to allow for more hunting.
It’s why we have daylight saving time.
We still have the UK implementation of GDPR. That didn’t go away when we left the EU.
We won’t have any changes to it that might have happened since brexit but we didn’t remove the law either.
I always find the statement “we care about your privacy” to be a bit meaningless when they then say that they’ll share data with 100s of partners.
I used to use a custom DNS solution using Amazon Route 53 (which I already used for my websites) and a Let’s Encrypt certificate. It worked ok but was pretty technical to set up.
Then I switched ISP and the new one doesn’t allow incoming connections by default so I use Nabu Casa. It was super simple to set up and works perfectly and, imo, well worth the cost.
That’s what I’m thinking. The homeowner installed it to fake meeting code.
Maybe it’s not changed then because I was using it in the early 2000s. 😀
We used to use Redmine and it was a fantastic piece of software.
The one thing that was a misstep on my docker journey was that the original tutorials that I followed installed them using the command line. It’s much better to do it using a docker compose file.
I guess that my message wasn’t clear but by “component” I meant a home automation component.
I have the following containers in my HA installation:
And maybe others that I have forgotten.
Each had to be installed manually by adding it to my docker compose file, mapping drives, and editing config files.
Most, if not all, of them (except HA) can be installed from within HA if you’re using HAOS.
It can also be installed using docker containers but that is more difficult to manage as you have to install every component manually.
I’m not sure that’s the fault of XML though.
It’s more the fault of the implementation and documentation.
We have a WCF service with an odd configuration and nobody has been able to integrate with it that didn’t use Microsoft tools. It’s definitely not XML’s fault.
(That service has been replaced with a REST API now)
It seems that they intend Microsoft Loop to be the collaborative notes app now.
It’s replaced OneNote as the meeting notes app and it has more flexible access control.
Currently they also only have one version as it’s a progressive web app (that might change with time though).
Surely, any company that has made a financial decision to not fix something because fixing it is more expensive than paying compensation to the relatives of people they kill should be guilty of murder.
If they kill more than five or ten people it would be mass murder and probably subject to the death penalty.
Boeing would be getting worried right now if this was how it worked.
I guess that that’s all that matters.
Did it take time to get used to or did it work straight away?
I don’t see the problem with this search result. You searched for Lemmy clients and the first link gives a list of Lemmy clients for Android. It happens to be on Reddit but it does match your search.
Yes, but their edit says that it shouldn’t take so long to get to IMDB which is what I was commenting on.
The fact that there is only one result is awful.
That’s Amazon’s way of working. They push the content that they want you to use over what you want to use.
I used to work on an old DOS product and we didn’t have a debugger so we used to have a DEBUG command line argument with
if (DEBUG) printf(“debugging”);
to try to see what was happening and the number of times that code alone fixed the problem was scary.