I try to respond to every genuine engagement. I block trolls, contrarians, and provocateurs because life is too short.

  • 0 Posts
  • 181 Comments
Joined 2 years ago
cake
Cake day: January 29th, 2025

help-circle







  • If your competitor can put out a model that functions really similarly to yours for $2 less per month, and your entire userbase can just leave and move to them… explain to me why investors would want to pump hundreds of billions into your business to be ‘first to market’? That’s a really dumb thing to admit for Anthropic.

    Who is ‘first to 100 million users’ is utterly irrelevant under a business model where your sole value is Intellectual Property (IP) and that IP can be “illicitly extracted” by a clever competitor without ever hacking into your nextwork or doing anything explicitly illegal.

    I’ve had to explain this to a lot of people who seem to think Anthropic/OpenAI are incredibly valuable companies because “they’ll make money long-term so long as they keep being pumped full of it investment cash to be the first to earn a big userbase”, but that just doesn’t make sense. OpenAI owns no datacenters…zero. Theyre 100% IP. Anthropic “is building” some datacenters, but they exist on paper only so far, so they’re also presently 100% IP.

    Can this obvious scam just collapse already so I can upgrade my PC without a personal loan?













  • Its not as egregious as you think. ‘Everyone’ group means every Synology user account - not that everyone on the network that can talk to the NAS, they’d still need both a Synology account and Shared folder permissions. Any Synology user trying to access those files would still have to have read and write access to the Share to actually access it (eg via file explorer SMB/CIFs or app-level access to Synology File Manager, or they would need to be granted SSH access to get in via terminal, etc) in order to R/w/m the files.

    I know it’s a bit confusing, but it’s correct. Docker often causes confusion with file permissions. There are file-level permissions (this article) and there are share-level permissions. You need both to access folders and files via mapped drives / SMB, this setting is just to ensure that Docker containers which can be running as a variety of user names (depending on how you config docker and the container) don’t experience issues accessing files you’re expecting them to be able to access, as Synology says, the default Docker folder permission is for the ‘everyone’ group to have Read-only access. This should allow most Docker containers configs to at least run and then if you run into issues writing/modifying files… That’s a clue you have missed some file permission configuration settings that need to be done, and the only reason it’s running at all is because that default ‘everyone’ permission is saving your butt.