Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Serendipity (Score 1) 39

It's a good idea to encourage people to come in to borrow physical books on a regular basis just so that they encounter serendipitous opportunities to enrich their lives further.

One could make the same argument to enforce company-wide return to office on grounds that work from home represents lost opportunity for serendipitous conversation around the microwave. If you want Serendipity, look up Stephen Cosgrove.

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 Re:Missing? (Score 1) 57

They knew that a broken BRCA2 increased the risk of cancer. The missing link was that high glucose leads to high MGO which inactivates BRCA2.

They started with cells where one copy of the gene is bad in order to more easily see any effect. It is quite possible that given a bad enough type II diabetes, the same effect can happen even with 2 good copies of the gene.

Comment Comparing libraries to libraries (Score 1) 118

*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 Only if a particular game is already on consoles (Score 1) 157

People who want to play games can buy a console

Until they use their tablet to browse the website of the game they want to buy and see "Linux and Windows: Buy Now / Consoles: We are seeking a publisher." A newly established indie studio's games aren't on consoles until the console maker approves a studio's request for a devkit. That in turn doesn't happen until the studio brings two or three games to market on a competing platform, which usually ends up being Windows.

browse websites on a tablet

And write long-form articles for a website on what? Learn concepts of computer science on what?

Slashdot Top Deals

Successful and fortunate crime is called virtue. - Seneca

Working...