It’s definitely up with Git in my opinion. I much prefer the branching in Mercurial.
It’s certainly very offensive to lump it in the same band as SVN and TFVC.
It’s definitely up with Git in my opinion. I much prefer the branching in Mercurial.
It’s certainly very offensive to lump it in the same band as SVN and TFVC.
The only reason that we stopped using Mercurial is that Microsoft used Git in Azure DevOps. I still wish that they’d supported Mercurial instead of or as well as Git.
I really liked Mercurial too. It was much easier to follow branches to find out if a branch included a commit.
And worse than all of those options is Visual Sourcesafe.
We don’t get that lag but we do frequently get it when the camera doesn’t work for somebody.
I really can’t understand the separation between teams, channels and chats. We almost never use anything other than group chats.
Its like if Samsung would remotely lock your TV making you unable to turn it on again because they stopped “supporting” it.
Didn’t Sonos do that with old speakers? I don’t think that it went down well.
If you make a claim like that then you obviously got it from somewhere. That means that it should be easier for you to quote that source.
From the other side it could be very difficult to disprove it because it might not explicitly be stated that it isn’t allowed. It might just not provide the functionality to resell the games. Looking for a source to prove that something doesn’t exist is very hard.
I think that whether it needs plugins or not to do the job isn’t really relevant.
You can develop software in a large number of languages including writing the code (with intelligent code completion), building it, committing it to source control and running and debugging it.
If it didn’t use plugins to do that then it’d huge and take ages to start up.
It doesn’t really lend itself to a summary outside of the first paragraph.
They bought a specific thing for the reasons stated in the first paragraph and if you need something to do that then read on otherwise don’t bother.
Microsoft SQL Server is most commonly set up as case insensitive in my (limited) experience (it does support case sensitivity too).
Unfortunately not, no.
That sounds like it is still a VPN client which is directing your outbound traffic according to how you have it configured.
You want to have a VPN server that routes inbound traffic to the relevant internal network device (hassio, NAS, printer etc) so that they can be used from outside the network.
The first step is to have a device on your network to run the VPN server software. That could be your router or it could be a computer or you can also install it on a Synology NAS if you have one.
Open VPN is free software that you can use as the server.
You can’t use the VPN that you have to access your hassio instance.
There are two sides to a VPN… the server and the client. You (or your friend) are paying to use someone else’s server and you have the client installed on your phone or computer.
For this use, you have to set up the VPN server on your local network and allow people to connect to it from outside your network which can be tricky if you’re not experienced in networks.
Having said that, you may find that your router already has a VPN server built in that just needs setting up. If you have a Synology NAS you might be able to install VPN software on that.
VPNs allow you to connect to a remote network in a way that it treats you as being on that network locally.
There two common uses for this. The one that you have connects to someone else’s network so that you can keep your browsing behaviour private from your ISP or coffee shop or wherever you access the internet from.
The other use is to access a resource in your network from outside that network. In this case, your hassio instance when you’re not at home.
This second use involves you setting up the VPN in your network so that you can connect to it from outside.
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.
It didn’t take long but they have fixed that now. You can’t do a dot as you have to draw a circle around the dot they have.
That bed is a Murphy bed that folds up into that cabinet at the head of the bed. The straps aren’t to hold a person in place, they hold the mattress and bedding in place when it’s packed away.
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.
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.
It’s not the mechanism of branching that I prefer.
It’s the fact that Mercurial tags the commit with the name of the branch that it was committed to which makes it much easier to determine whether a commit is included in your current branch or not.
Also, Mercurial has a powerful revision search feature built in which I love (https://www.mercurial-scm.org/doc/hg.1.html#revisions).