Post 9jV3nzYQNwNWYuQfE8 by architect@linuxrocks.online
 (DIR) More posts by architect@linuxrocks.online
 (DIR) Post #9jUQdlq2d4IKumnw6i by architect@linuxrocks.online
       2019-06-04T02:56:49Z
       
       0 likes, 0 repeats
       
       I don't know why github thinks only one of my header files is C++.
       
 (DIR) Post #9jUmfmwnftndvQKiTg by hund@linuxrocks.online
       2019-06-04T07:03:40Z
       
       0 likes, 0 repeats
       
       @architect You shouldn't be using a proprietary platform to publish your source code to begin with if you ask me. :)
       
 (DIR) Post #9jV3nzYQNwNWYuQfE8 by architect@linuxrocks.online
       2019-06-04T10:15:39Z
       
       0 likes, 0 repeats
       
       @hundIt's only a mirror of my fossil repos to make my code visible and accessible to the largest number of people. Still need to find time to set up public access to the fossil repos, but if github died tomorrow, I'd be just as capable of mirroring to any other git platform like gitlab.
       
 (DIR) Post #9jVGn2Xr4wM0x72UV6 by hund@linuxrocks.online
       2019-06-04T12:41:07Z
       
       0 likes, 0 repeats
       
       @architect I'm using GitLab as well, but I would like to move away from it since they're hosting their infrastructure on Google Cloud.
       
 (DIR) Post #9jVJBwsdTeTAWzlRc8 by patrickpichler@linuxrocks.online
       2019-06-04T12:52:52Z
       
       0 likes, 0 repeats
       
       @hund @architect do you know sr.ht from @sir ?
       
 (DIR) Post #9jVJBx4Km9pL7HEmqe by hund@linuxrocks.online
       2019-06-04T13:03:48Z
       
       0 likes, 0 repeats
       
       @patrickpichler @architect @sir No, but it looks interesting. I will check it out! Thanks! :)
       
 (DIR) Post #9jVJBxGO3LT5iesPdQ by architect@linuxrocks.online
       2019-06-04T13:08:02Z
       
       0 likes, 0 repeats
       
       @hund @patrickpichler @sirI've looked at it a few times, I'd just have to take the time to look into setting up an account and updating my `gitsync` script to handle multiple mirrors.I have no interest in migrating away from fossil for my master repos, but more mirrors is always good.
       
 (DIR) Post #9jVNJzZ1maQqzJgRYO by patrickpichler@linuxrocks.online
       2019-06-04T13:54:18Z
       
       0 likes, 0 repeats
       
       @architect @hund i wasn't aware that you are using fossil for scm :)
       
 (DIR) Post #9jVaf5GJ5j8U95JZp2 by chmod777@linuxrocks.online
       2019-06-04T16:23:42Z
       
       0 likes, 0 repeats
       
       @architect Are you header files using .hpp or .h as the file extension?
       
 (DIR) Post #9jVb6iLVt08RBHvQGG by architect@linuxrocks.online
       2019-06-04T16:28:24Z
       
       0 likes, 0 repeats
       
       @chmod777.h, but the odd part is that it's only one of several .h files that are being flagged as C++ and there's no clear reason why.