Please create an account to participate in the Slashdot moderation system

 



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 Re:WordPress requires professional administration (Score 1) 33

That's exactly how my site works - it turns a folder structure of markdown(ish) files into a folder structure of indexed and cross-linked html, then rsync's the result to my server. No database, no dependencies, just files and a python script or two.

I even exported and converted 400 posts from WordPress using a small script.

I looked at pelican at the time. I can't remember why I didn't use it, but rolling my own was a fun project.

Comment WordPress requires professional administration (Score 1) 33

I ran a low traffic WordPress blog for many years. WordPress has many great features but between insecure plugins and a constantly updating core system, it just takes too much time to administer for someone who just wants to host a simple no-fuss blog.

My advice is for anyone starting a personal blog is to either use a WordPress hosting company or just go with something like Tumblr. You don't get the flexibility, but your life will be easier.

I got so fed up that I wrote my own static site generator to run my site. It doesn't have the nice features of WordPress but it certainly won't collapse under load and I get to laugh at the script-kiddies trying to hack the non-existent php scripts.

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 Re:cowardice (Score 1) 556

The problem is GamerGate started with the attacks on Zoe Quinn, which turned out to be complete fabrications.

The real problem is that even if GamerGates's allegations about Quinn were 100% true, nobody cares if person A slept with person B for an obscure review of a game on some website. It is literally the least possible social sin; people who go through the express lane at the supermarkets with more than 6 items deserve more scorn.

The big publishers spend literally hundreds of thousands of dollars in advertising with the same websites and the self proclaimed guardians of journalistic ethics seem OK with it. This, along with the fact that the whole thing with Quinn was totally made up, seem to point to GG being a bunch of arseholes. I really want to believe that most of them are just morons who don't understand the game industry, journalism, or humanity in general, and are just misguided because I don't like to think there are that many arseholes around. But they just won't shut up.

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 A big problem (Score 3, Insightful) 228

This is NOT a small, obscure problem for users of DLINK routers. Although it does not open up Wifi access or anything like that, having access to the configuration panel of your router is bad news even from inside the network. I can't think of anyway to automatically exploit it via a browser (XSS-style) but a small executable (or trusted Java applet, for instance) could do it.

Additionally, I wonder how many small establishments are offering free wifi using DLINK equipment. Those networks are now vulnerable.

If I was a bad(er) guy, the first thing I would change would be the DNS settings. Forcing all computers behind the router to use a DNS I control opens up all sorts of interesting ways to mess with people.

Slashdot Top Deals

** MAXIMUM TERMINALS ACTIVE. TRY AGAIN LATER **

Working...