Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Submission + - Ask Slashdot: Professionally packaged tools for teaching kids to Program?

Binestar writes: I've been doing IT consulting for years, but I'm not a programmer beyond bash scripting, perl scripts to make administration easier and batch files to make Windows easier. I recently found an online course for modding minecraft that my 9 year old daughter is really enjoying (she built a custom sword that shoots lightning). Does anyone have any recommendations on online courses that would be age appropriate and worth the investment? It's been easy to get her interested in the Minecraft modding course because as any parent with young children knows, Minecraft is kinda popular...

The course she's taking now is teaching her Eclipse and Gimp, and I'm sure there are other tools installed that they haven't had her open yet. What other venders have stuff worth introducing her to? I've started looking also at things like the Kano and Learn to Mod but as a non-programmer, I'm not really sure which are most useful for introduction and which are accomplishing what they claim vs being a waste of money/time.

Anyone have experience or suggestions to help sort this out?

Comment Re:AI? They taught it. (Score 2) 77

If we look at the article, the computer was taught only the specific algorithms to create a jigsaw puzzle arrangement or shuffle a deck of cards. Then the program just ran the data through it to create various optimal results. It didn't have capabilities to expand the concept of the trick, for example.

Comment Re:Why? (Score 4, Interesting) 327

The Linux kernel, for instance, keeps a blacklist for this issue instead

This is true. The blacklist is contained in drivers/ata/libata-core.c for anyone who wants to take a look at it.

To find it, in that file search for: static const struct ata_blacklist_entry ata_device_blacklist []

For SSDs with (queued) TRIM problems, that list seems to contain only Crucial/Micron M500/M550. There is a lot of other devices blacklisted for various reasons. Of course they aren't blacklisted completely but just some features are disabled in them.

Submission + - GTK+ Developers Call for Help to Finish OpenGL Support

jones_supa writes: OpenGL support under GTK is getting into good shape for providing a nice, out-of-the-box experience by default on key platforms for the GTK+ 3.16 / GNOME 3.16 release in March. For a few weeks now within mainline GTK+ has been native OpenGL support and as part of that a new GtkGLArea widget for allowing OpenGL drawing within GTK applications. Since that initial work landed, there's been more GTK+ OpenGL code progressing that right now primarily benefits Linux X11 and Wayland users. While good progress is being made and improvements still ongoing to the GNOME toolkit, GNOME developers are requesting help in ensuring other GTK+ backends can benefit from this OpenGL support. If you are using or planning to use GTK+ 3 on Windows or OS X, and you know how to use OpenGL on those two platforms, please consider helping out the GTK+ developers by implementing the GdkGLContext API using WGL and AppleGL.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...