This is 10 year old story. It’s very interesting which ones stay in the public consciousness.
You’re missing context. We are discussing their 5+ other lawsuits.
Only for the larp value. What attributes make it more dangerous?
AR-15 is merely a body style, there is no metric by which it is more dangerous than a hunting rifle.
> what else would you propose? Not suing others for millions or billions and spreading misery. Nothing can bring those kids back. Maybe the government could have offered education and employment guarantees to the…
Sounds like a principled take based on rule of law.
Wikipedia page disagrees with you. Whether they collected that amount, I do not know.
No. I actually don’t think lashing out at any wallet that happens to be in the area will make anyone happy. The people who are responsible are dead.
> people/orgs that enabled the tragedy They didn’t though. Holding a rifle manufacturer liable for a shooting makes no sense, unless applied universally. A journalist writing a book did not cause the shooting. This is…
Desktop OS may struggle at thousands of thread. Linux can handle many more just fine. > Your program needs one million threads that sleep for 2 seconds, read some data and then finish. I have yet to see this problem,…
Don’t forget their many other successful lawsuits: - school administration - rifle manufacturer - the shooters mother (home insurance) - other journalists who wrote about the event I don’t know exactly what compensation…
I have yet to hear what meaning tolerance has in this interpretation. Surely chairman mao agrees with free speech that doesn’t harm his society and social programs
I agree. The right thing to do is to wait for the task to finish. I wrote that first line in jest, I’m making fun of the notion that blocking = slow = unresponsive.
> you run out of (OS) threads very fast. What does run out mean?
And somehow all these programmers who never care about performance because “computers are fast” become micro-optimizers, willing to restructure every line of code to save a few KB of RAM and rare handful of ms for a…
If you’re talking about the course where you write a linked list, hash table, quick sort, etc. That’s pretty basic and fundamental stuff. And I don’t know why you would like programming. If you’re talking about the…
> you disable every single button that allows the user to do something else before the previous operation completes. Wow you mean the whole program becomes unresponsive? Crazy! To address your main point, yes,…
> hang Hang implies there is something you are not responding to. Let me ask again. What are you imagining your main thread should be doing while it is waiting for essential data? responding to new inputs means changing…
But most windows 98 era Ui programs were 1 or 2 threads…. You just handle events in order in a loop. It works and is far more responsive than what we have today. > Disks are certainly not quick enough to have…
> non-blocking What is your program going to work on while it waits for the task? Usually nothing. You need to read some data before analyzing it, etc. While you wait the OS can switch to other threads. The only…
The planes are important for collision and occlusion queries. And yes. Intersection of planes is a higher level language than vertices and UVs. It pushes more work onto the computer instead of the human.
You’re not responding to the article. > BSP is just outdated and limiting - In quake brushes are not just visual, but are also used to solve collisions. Without brushes you need separate “collision meshes”. - brush…
> I don't know exactly what you mean by "surveys," Typical education studies look at two classrooms/sets of kids, and then compare grades with and without X. It's a mess. > Yeah, and I think we also need to stop…
A previous employer thought that sql databases didn’t understand graphs. So they made their own system for serializing/deserializing graphs of objects into Postgres . They never used queries and instead had their own…
Electronic learning materials tend to be consumer oriented. Instead of reading a book you’re going to click through an interactive story book, etc. But custom software and is very expensive, and doesn’t scale. Thousands…
This is 10 year old story. It’s very interesting which ones stay in the public consciousness.
You’re missing context. We are discussing their 5+ other lawsuits.
Only for the larp value. What attributes make it more dangerous?
AR-15 is merely a body style, there is no metric by which it is more dangerous than a hunting rifle.
> what else would you propose? Not suing others for millions or billions and spreading misery. Nothing can bring those kids back. Maybe the government could have offered education and employment guarantees to the…
Sounds like a principled take based on rule of law.
Wikipedia page disagrees with you. Whether they collected that amount, I do not know.
No. I actually don’t think lashing out at any wallet that happens to be in the area will make anyone happy. The people who are responsible are dead.
> people/orgs that enabled the tragedy They didn’t though. Holding a rifle manufacturer liable for a shooting makes no sense, unless applied universally. A journalist writing a book did not cause the shooting. This is…
Desktop OS may struggle at thousands of thread. Linux can handle many more just fine. > Your program needs one million threads that sleep for 2 seconds, read some data and then finish. I have yet to see this problem,…
Don’t forget their many other successful lawsuits: - school administration - rifle manufacturer - the shooters mother (home insurance) - other journalists who wrote about the event I don’t know exactly what compensation…
I have yet to hear what meaning tolerance has in this interpretation. Surely chairman mao agrees with free speech that doesn’t harm his society and social programs
I agree. The right thing to do is to wait for the task to finish. I wrote that first line in jest, I’m making fun of the notion that blocking = slow = unresponsive.
> you run out of (OS) threads very fast. What does run out mean?
And somehow all these programmers who never care about performance because “computers are fast” become micro-optimizers, willing to restructure every line of code to save a few KB of RAM and rare handful of ms for a…
If you’re talking about the course where you write a linked list, hash table, quick sort, etc. That’s pretty basic and fundamental stuff. And I don’t know why you would like programming. If you’re talking about the…
> you disable every single button that allows the user to do something else before the previous operation completes. Wow you mean the whole program becomes unresponsive? Crazy! To address your main point, yes,…
> hang Hang implies there is something you are not responding to. Let me ask again. What are you imagining your main thread should be doing while it is waiting for essential data? responding to new inputs means changing…
But most windows 98 era Ui programs were 1 or 2 threads…. You just handle events in order in a loop. It works and is far more responsive than what we have today. > Disks are certainly not quick enough to have…
> non-blocking What is your program going to work on while it waits for the task? Usually nothing. You need to read some data before analyzing it, etc. While you wait the OS can switch to other threads. The only…
The planes are important for collision and occlusion queries. And yes. Intersection of planes is a higher level language than vertices and UVs. It pushes more work onto the computer instead of the human.
You’re not responding to the article. > BSP is just outdated and limiting - In quake brushes are not just visual, but are also used to solve collisions. Without brushes you need separate “collision meshes”. - brush…
> I don't know exactly what you mean by "surveys," Typical education studies look at two classrooms/sets of kids, and then compare grades with and without X. It's a mess. > Yeah, and I think we also need to stop…
A previous employer thought that sql databases didn’t understand graphs. So they made their own system for serializing/deserializing graphs of objects into Postgres . They never used queries and instead had their own…
Electronic learning materials tend to be consumer oriented. Instead of reading a book you’re going to click through an interactive story book, etc. But custom software and is very expensive, and doesn’t scale. Thousands…