Why is the author so confused about the use of the word "organization"? Every account in Claude is part of an organization even if it's an organization of one. It's just the way they have accounts structured. And it's not like they hide this fact. It shows you your organization ID right on your account page. I'm also pretty sure I've seen the term used when performing other account-related actions.
I prefer audit tables. Soft deletes don't capture updates, audit tables do (you could make every update a delete and insert in a soft delete table, but that adds a lot of bloat to the table)
If I'm already in the terminal, they're perfect for quickly looking through and editing files. Heck, I've done it plenty where I'm in the VS Code embedded terminal to run some commands and then I want to quickly touch a file and so I open neovim inside the VS Code terminal!
Some of them even give you access to this stuff. C# has Vector<T> which picks implementations of various operations based on the current CPU's capabilities. But they also let you have complete control if you want by providing functions in the System.Runtime.Instrinsics namespace.
> But I am not sure they ever actually worked with analysing data more than using it as a log parser.
It really feels that way. Real data analysis involves a lot more than just grepping logs. And the reason to be wary of starting out unprepared for that kind of analysis is that migrating to a better solution later is a nightmare.
In many ways HN is Reddit in denial at this point :) Comments and upvotes that are based mostly on vibes, with depth and discussion usually happening somewhere towards the middle of the comment tree.
It's possible to have contrast too low, that doesn't mean maximum contrast is the best. Even HN doesn't go full black on white, the background is off-white.
And of course if it has access to run the code that it's developing, it can also do anything it wants because it can just add code that performs the operations it is trying.
reply