prosqlinjector
No user record in our sample, but prosqlinjector has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but prosqlinjector has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The elephant in the room is legal liability. If something happens with a criminal employee then the question is raised "what precautions did you take from letting this dangerous person into your workplace".
> This is where institutions like universities, governments, etc. come in. Science was doing pretty well before it became institutionalized in the early 20th century. It's not without tradeoffs, but these aren't…
Of course rare books are valuable. The point is that if you want to buy a physical book you probably will pay $10-15 more for the nice version. The market for the cheap entry is smaller.
Your value to your company is also not a linear function of your time there. There are high fixed costs to training, liability, insurance, etc. They are paying you to always be available, etc. With that said, I think…
You actually don't need any of that stuff, you can just write .js files and run them in node. The node.js standard library is quite extensive.
Would you be persuaded by more examples of headlines using this technique?
The individual is using the same reasoning as the headline. They weren't getting the fund they wanted and noticed there was a donation recently. They are speculating that that's the cause of their lack of organization…
Either make it clear you are speculating about two events being connected, or get evidence that links them.
[flagged]
We can do polynomial regression of data sets that looks equally plausible, but it's not real data.
Curating and presenting facts is a form of narrative and is not at all objective.
The sky is not one color and changes color depending on weather, sun, and global location.
"wow our software is so powerful, it's going to take over the world!"
It was your idea. He suggested it was a universal temptation, you suggested it was a personal problem. If it's personal, there is a community of people with that same problem.
> because you personally couldn't handle a tiny bit of welfare. If there was a segment of the population who "couldn't handle" welfare, where do you think we would find them?
I chose mine because he was a reasonably guy to work with and talk to. What I did not know at the time was that he was very junior in the department and needed to please other professors. So even though I liked working…
> If I'm reading the article correctly, the user can be informed at runtime with little to no performance impact. It's not possible to verify a function is a strict weak ordering without enumerating the entire domain.
Agreed. And I think that's a good idea to do. It's still possible to do wrong.
> that argues it's the users responsibility to be careful, If you try to sort with a function that's not a valid comparison operator, I don't know what to tell you. What should it do? Semantics cannot be validated at…
Currently employed writing new C++ btw.
Nope, I'm saying that people advertised that the lockdown allowed them to work less.
Everyone was posting on twitter about all the "projects" and video games they were working on during the lock down, despite supposedly still having full-time remote jobs. They also had time to move all across the…
This is nonsensical. When you use a function, how do you know what it will do? You guess from its name? > auditing it is awful. If a function specifies a requirement, you look at the callers and see if that requirement…
> That kind of reasoning only works if the language or ecosystem has some kind of compile time error or linter or comprehensive testing that will catch the error if the preconditions ever change. Most requirements can't…
The only principle I want to defend is that a function is correct relative to its preconditions. If the caller doesn't meet them, that's on them.