Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Or is that the problem? (Score 1) 124

Profit, as a motivational force, is ethically neutral. It can be either good or bad. Boeing has made it chaotic evil.

For and example of "good profit motivation" look at HP in the 1960's-70's.

The problem is that something that is ethically neutral AND is a motivational force is quite easy to corrupt. And we've seen that happen repeatedly.

Comment Computer science to graduate (Score 1) 157

Tablets can have keyboards attached, apple even sells official keyboards for the ipad. Typing on these is no more difficult than a laptop keyboard.

A tablet with its official keyboard sold separately tends to be more expensive than an entry-level laptop.

Studying computer science is the very definition of a niche for geeks.

Several American public schools are experimenting with making the introduction to computer science course a requirement for high school graduation. (See "Should High Schools Require a CS Course Before Students Graduate?" from July 2023.) If the operating system of a tablet is inadequate for a student to complete a course required for graduation, that makes the tablet less valuable to a high school student.

Comment Comparing libraries to libraries (Score 1) 117

*facepalm* SDL is not C.

Nor is Pillow Python. However, Pillow routinely has significant changes from one major version to the next. Installing a newer version of Pillow than some system package expects could easily break that package. (This is why PEP 668 happened.) Likewise, installing from source a newer major version of a library than some C program expects could break that library.

Comment If-Modified-Since and If-None-Match (Score 1) 39

HTTP has the "If-Modified-Since" request header, which instructs a server to process a request only if the requested document has changed since the provided date. It also has the "If-None-Match" request header, which does the same thing for "ETag" values.

(I did not use the <code> element in this post where the HTML spec states that I should have because Slashdot issued a diagnostic "Filter error: Invalid HTML tag usage".)

Comment Re:Really? (Score 1) 153

You are overgeneralizing from one exceptional example. For many being a slave was a slow death sentence...and not that slow. Most never escaped from slavery. A few did. A very few did, and were later successful.

OTOH, it was less uniform than later "S of the Mason-Dixon line" (and even that was more varied that stories suppose).

Comment Re:Really? (Score 1) 153

You are failing to distinguish between "this particular slave" and "slaves in general". Slaves in general lead miserable lives. A few particular slaves lived quite well.

Slavery is unfair and immoral, but also widespread. It even exists among ants. This is because in many circumstances it is to the advantage of those who are powerful. And decisions are never made with the consideration of the goals of the slave as a primary desideratum. But this doesn't mean that it is never to the advantage of the slave.

Slashdot Top Deals

Always try to do things in chronological order; it's less confusing that way.

Working...