Live data from Hacker News

Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

theregister.com

1–7 of 7 posts

Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

#3
'Because it's a very practical issue that can't be magicked away into the cloud.'

Maybe I'm not focusing on the 'into the cloud' part enough but is the first part of that statement true? Filesystems seem like a very practical issue: writing 1s and 0s in a (sometimes not even sequential) stream to a block device...my first glance at the issue it doesn't seem nearly a daunting challenge as CPU interoperability (multiple vendors, multiple instruction sets, somewhat overlapping, somewhat not) or networking, etc

Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

#4
Practically it's so easy to just put everything in git/SMB when you transition to Linux NTFS hardly matters anymore. It would make interoperating with running Windows systems slightly easier but if Microsoft wants to cut their legs off it's their issue.

Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

#5
post #4

Practically it's so easy to just put everything in git/SMB when you transition to Linux NTFS hardly matters anymore. It would make interoperating with running Windows systems slightly easier but if Microsoft wants to cut their legs off it's their issue.

Can you elaborate on the git/smb process a little more? I've been using ubuntu exclusively for a number of years but haven't worked git into my workflow as much as I'd like.

Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

#6
post #5
post #4

Practically it's so easy to just put everything in git/SMB when you transition to Linux NTFS hardly matters anymore. It would make interoperating with running Windows systems slightly easier but if Microsoft wants to cut their legs off it's their issue.

Can you elaborate on the git/smb process a little more? I've been using ubuntu exclusively for a number of years but haven't worked git into my workflow as much as I'd like.

SMB is SMB, I don't think that needs elaboration.

For git just set the origin to ssh somewhere one of your other computers (preferably one that's always on and has a public IP) and keep your stuff in it.

Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to

#7
post #6
post #5

Earlier quoted context omitted.

Can you elaborate on the git/smb process a little more? I've been using ubuntu exclusively for a number of years but haven't worked git into my workflow as much as I'd like.

SMB is SMB, I don't think that needs elaboration. For git just set the origin to ssh somewhere one of your other computers (preferably one that's always on and has a public IP) and keep your stuff in it.

Neat!