Messages - Jibz [ switch to compact view ]

Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 230next
101
General Software Discussion / Re: Sync Laptop & Desktop
« on: February 02, 2016, 05:30 AM »
Perhaps Bvckup 2, if what you need is simple sync over LAN.

102
Developer's Corner / Re: More Git
« on: February 01, 2016, 02:48 AM »
For my own work, I aim to have one repo per project. Here are some reasons:

  • Unless the projects are very strongly connected, separate repos means you have a clear development history for each.
  • Git usually means branching -- and branching all projects to work on a change in one of them is silly (even if it's cheap)
  • If one of the projects becomes useful to other people, it will be easier if they can clone that alone
  • If you use submodules to include a library, you know the exact version (commit) you are using. If you just include the source in multiple project repos you have no idea which changes you may have made in each of them (like Deozaan, I sometimes end up there :-[)
  • If you do not use submodules, it can be nice to have the development of the library in a repo of it's own for the three first reasons above

But it will depend on the project. Something like chapters of a book I would not put in separate repos, but a small library that I am likely to reuse in other projects I would (even if it's just a couple of files).

(Btw, I am not necessarily suggesting the use of submodules -- for some things they work well, but also have drawbacks.)

103
Got an email from SpiderOak about Semaphor. From the press release:

In celebration of Data Privacy Day, SpiderOak today announced Semaphor, a new workplace collaboration tool for teams and businesses that care about privacy. General availability for Semaphor is later in the first quarter, and SpiderOak is accepting a limited number of pre-release invitation requests at https://spideroak.com/semaphor.

Semaphor helps teams improve their productivity by keeping members focused, informed, and connected. Teams can join group conversations, private message team members, share files, and install trusted third-party integrations knowing their privacy is protected at every step. Following the same privacy-centric design as all SpiderOak solutions, Semaphor uses a Zero Knowledge architecture that ensures nothing leaves a computer or mobile device until after it is encrypted and is never decrypted until it is unlocked with keys only located on individuals’ devices.

It sounds a bit like Slack, but with a privacy focus. Open source and written in Go, and they plan to sell hosting. Will be interesting to see how that works out.

Other new products mentioned in the email were Encryptr, a password vault that stores your info encrypted in their cloud, and Kloak, a socal network (?!) with privacy focus.

Are SpiderOak stretching a bit far? :-[

104
Sounds like a good solution :Thmbsup:.

105
It's primarily the little paperclip icon here:
dcc_attach_icon-fs8-z.png

Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24 25 26 ... 230next
Go to full version