Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Rogue (Score 1) 228

The roguelike games also have a low barrier for people who want to write their own, as there are freely available graphical tiles, libraries such as Doryen to do the heavy lifting, and plenty of tutorials covering most programming languages. See https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Froguebasin.com%2Findex.p... for some tutorials.

Most existing games are open-source, so if creating a new game doesn't appeal, you can download your favourite and start changing it to be more to your liking.

Science

A 'Safe' Chemical in Plastic Bottles Could Reduce Insulin Responsiveness, Increase Diabetes Risk (independent.co.uk) 49

A new study "has found direct evidence linking a key chemical ingredient of plastic bottles to a higher risk of type 2 diabetes," reports the Independent: The study, published in the journal Diabetes, found that the chemical BPA used to make food and drink packages, including plastic water bottles, can reduce sensitivity to the hormone insulin which regulates the body's sugar metabolism. The findings, to be presented at the 2024 Scientific Sessions of the American Diabetes Association, call for the US Environmental Protection Agency to reconsider the safe limits for exposure to BPA in bottles and food containers. Previous studies have already shown that the chemical Bisphenol A (BPA) used to make plastic and epoxy resins could disrupt hormones in humans. While research has linked BPA to diabetes, no previous study has directly assessed if administration of this chemical to humans increases this risk in adults.
The researchers administered the dosage considered safe by America's FDA to about 20 individuals — and discovered they became less responsive to insulin after 4 days. The article includes this warning from the researchers:

"These results suggest that maybe the U.S. EPA safe dose should be reconsidered and that healthcare providers could suggest these changes to patients."

Thanks to Slashdot reader Bruce66423 for sharing the news.

Comment Re:Languages affect how you think. (Score 1) 205

This is linguistic relativity, and used to be called the Sapir-Whorf hypothesis. I think it has not lived up to its early promise as a tool to understand the relationship between language structure and cognition, but there are times when it is a useful tool. https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F...

Comment PC-Alien / OmniFlop (Score 1) 277

In the mid-1980s I had a program called PC-Alien which ran on an MS-Dos machine and which could read almost any undamaged CP/M formatted disk. There is a more recent program which appears to have similar capabilites: OmniFlop, but I have no experience of using this. Such a program means a standard IBM PC, still reasonably commonly available, could read the undamaged disks rather than searching for an even older and rarer CP/M machine.

Comment Third approach (Score 1) 142

A third approach is to have a robot independent of the vehicle which can drive it, and presumably can switch from one vehicle to another. The best example of this I'm aware of is Yamaha's motobot which is capable of riding a motorcycle on a track. I'm not sure how much of the article is speculation rather than existing capability. http://pcmag.com/robotics-automation-products/39534/news/this-yamaha-robot-can-drive-a-motorcyle

Comment Re:PL/I on TIOBE (Score 1) 386

Alas, there is no free PL/I compiler for Windows or Linux; certainly not one with anything approaching a full feature set and currently maintained. I learned PL/I at technical college in the 1980s and it was certainly better than the other languages taught then (COBOL, BASIC and RPG). I would like to be able to write a few programs in it for nostalgic reasons.

Comment Largest wingspan for a bird, not largest ever (Score 1) 55

A 6.4 metre wingspan is pretty impressive, but some of the pterosaurs were considerably larger. https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FQuetzalcoatlus had a wingspan of 10-11 metres and https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FHatzegopteryx was about the same size.

Submission + - Python 3.4 released (python.org)

gadfium writes: Python 3.4 is the latest version of the Python programming language. It doesn't change the language itself, but adds new library features, bug fixes and security improvements.

Comment 1974, New Zealand (Score 2) 632

I don't think we were taught anything about computers in class, but there was a computer programming club. We used PORTRAN, which is a cut-down version of FORTRAN - I think it stands for Port-a-punch FORTRAN. The cards were sent away to a computer a few hundred km away, and a syntax error listing came back by the following week. It wasn't exactly a productive environment, so we competed to see who could get the most different errors in a single program.

Slashdot Top Deals

"The eleventh commandment was `Thou Shalt Compute' or `Thou Shalt Not Compute' -- I forget which." -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...