Our team has one of these.
https://www.logitech.com/en-us/product/conferencecam-connect
Worked decently well.
It was mostly a workaround to when we couldn't get a room that had one of the 65inch cisco meeting setups.
Our team has one of these.
https://www.logitech.com/en-us/product/conferencecam-connect
Worked decently well.
It was mostly a workaround to when we couldn't get a room that had one of the 65inch cisco meeting setups.
@marcinozga said in Microservices - any real world examples?:
@stacksofplates said in Microservices - any real world examples?:
@marcinozga said in Microservices - any real world examples?:
@stacksofplates said in Microservices - any real world examples?:
Bitwarden isn't a microservice based architecture. It's just a service based. If you're using a shared database, it's not a microservice. Microservices each have their own database and then either through your API gateway, service discovery, message broker, etc each service queries the other service for the data it needs.
That’s a false statement. Microservices can share single database. In perfect world each microservice would have each own, but we’re far from perfect.
No it's not. That's what defines it as a microservice. If the services all talk to the same database, it's just a service based architecture.
No, because there’s really no single definition of microservices.
https://en.wikipedia.org/wiki/MicroservicesAlso https://microservices.io/patterns/data/shared-database.html
That doesn't really show anything. From that same site:

Again, if they aren't loosely coupled, all encompassing services they aren't microservices. Just as wikipedia says, the consensus is they are loosely coupled. If they are tied to a single database they are by definition, not loosely coupled.
There's kind of a push now to move back towards monoliths (or other more sensible designs). Mainly because of the complexity and performance loss.
As with anything a ton of places heard microservices were the future, jumped on, and started using it without actually researching. It's good for some use cases, and not for a lot of them.
Here's a diagram for each from Mark Richards and Neal Ford.
Service Based:

Microservices:

And here's a Tweet from Kelsey on a funny name for service based:

There's quite a few architecture designs, and they can be similar but specific things define them, like where they write and get data from. There's a distinction between monoliths as well. There's a normal monolith, and then there's a micro-kernel. Obviously the monolith has everything, but the micro-kernel is still a monolith, but has API hooks for plugins to the monolithic core.
@marcinozga said in Microservices - any real world examples?:
@stacksofplates said in Microservices - any real world examples?:
Bitwarden isn't a microservice based architecture. It's just a service based. If you're using a shared database, it's not a microservice. Microservices each have their own database and then either through your API gateway, service discovery, message broker, etc each service queries the other service for the data it needs.
That’s a false statement. Microservices can share single database. In perfect world each microservice would have each own, but we’re far from perfect.
No it's not. That's what defines it as a microservice. If the services all talk to the same database, it's just a service based architecture.
You can abstract this away even a little further with space based architecture where you have a central db but the services don't talk directly to it. They use in memory database like Ignite, Hazelcast, Aerospike, etc and then the data is replicated back to the central db at some point.
There are a lot of examples, but they're usually internal and are very large. Microservices are complex and very network intensive. I don't know of any consumer software that follows that architecture pattern.
Bitwarden isn't a microservice based architecture. It's just a service based. If you're using a shared database, it's not a microservice. Microservices each have their own database and then either through your API gateway, service discovery, message broker, etc each service queries the other service for the data it needs.
GitLab is another example of a service based architecture. Even though you can deploy GitLab on k8s as separate services, there is a shared database backend that all of the services talk to.
@black3dynamite said in ZeroTier New Website:
@stacksofplates said in ZeroTier New Website:
@warren-stanley said in ZeroTier New Website:
looks like it updated - i created a freebie account a little while back (just in case)
That kind of bugs me. I understand that it's 50 devices, whatever. And I've been using it for like 4-5 years now. But why is there no grandfathered plan for already existing members. It used to be like 10, and then they made it 100. Now they're taking some away? I get money and what not, but usually you get grandfathered in instead of just blanked removal.
I get having a grandfathered paid plan but a free plan, I’m 50/50 with that one.
yeah idk, it just seems to be not the normal pattern for services lately, but I do understand it's free. I guess maybe even a notification about the change would have been nice. I didn't get any information that they were changing it.
To be fair, I don't have anywhere near even 50, so I won't be affected. It still just seems like a bleh thing to do.
@warren-stanley said in ZeroTier New Website:
looks like it updated - i created a freebie account a little while back (just in case)
That kind of bugs me. I understand that it's 50 devices, whatever. And I've been using it for like 4-5 years now. But why is there no grandfathered plan for already existing members. It used to be like 10, and then they made it 100. Now they're taking some away? I get money and what not, but usually you get grandfathered in instead of just blanked removal.
I wish they would make it easier to run your own planet and moons. I think they would be adopted a lot more if they did.
@jmoore said in Virtualbox Issues:
@stacksofplates said in Virtualbox Issues:
What is the specific error?
Application Guard and Credential Guard will use hyper-v to sandbox without actually enabling hyper-v.
There was no error. It looks like it loaded kernel but I can't be 100% sure that it did so completely. I would get the opensuse splash and it would just hang from there, never moving past that. I guess its just something with this machine at work because virtualbox worked perfectly on my workstation at home last night. They had identical settings so it was just weird and I was feeling like an idiot lol.
Yeah it could be the application guard stuff. From my experience you need to use bcdedit to disable that. And it's annoying.
What is the specific error?
Application Guard and Credential Guard will use hyper-v to sandbox without actually enabling hyper-v.
@gjacobse said in MS Excel Formula; Hide #REF!:
@stacksofplates said in MS Excel Formula; Hide #REF!:
Notion
yea - I may come back and use it some time in the future,.. but for this use... I'm not. and then there is this:
I really don't need yet another thing, I may not use beyond this contract. - that said.. I likely could, but I'm not exposing anymore of my personal contact information with them I don't have to..
Another option is a Kanban board. You can track time through moving your cards across and then get reports on time cards have spent in each column. Kanboard works well and is open source and has nice reports. If you don't want to run it yourself things like Trello work decently as well but I can't speak to the reports you can get from it.
@gjacobse said in MS Excel Formula; Hide #REF!:
@stacksofplates said in MS Excel Formula; Hide #REF!:
I know you have to use this Gene. But if you are able to use something else at some point Notion is an awesome tool. I use it for almost all of my notes and a ton of different other things. You could easily do a time tracking app in it if it helps.
I’ll look- and hold comments till then.
Here's a quick one I put together. You could do manual time or calculated from the date. And the cool thing is everything can be related. So the second screenshot shows what happens if you click on "Did Thing" which is it's own page (like an object).


I know you have to use this Gene. But if you are able to use something else at some point Notion is an awesome tool. I use it for almost all of my notes and a ton of different other things. You could easily do a time tracking app in it if it helps.
@Pete-S said in MS Excel Formula; Hide #REF!:
@gjacobse said in MS Excel Formula; Hide #REF!:
@stacksofplates said in MS Excel Formula; Hide #REF!:
Does this work? https://support.microsoft.com/en-us/office/hide-error-values-and-error-indicators-in-cells-d171b96e-8fb4-4863-a1ba-b64557474439
Actually - yes.
It first didn’t make sense, since it mentions just A1, and implies will do while column. But when I highlight the whole column- it blanks it.
Time to up date and back copy,...
It’s just 50 tabs.
That's your punishment for using excel for something it wasn't meant to do. :face_with_raised_eyebrow:
MS Access would have been a better tool, if you are hell bent on using Microsoft Office products.
This workbook is what I have to use to keep track of my daily/weekly hours when working remote.
If you run it with a container image, the PHP version should be always up to date and you don't need to rely on your host OS to maintain that. Makes management quite a bit easier.