Slashdot Mirror


User: Amerist

Amerist's activity in the archive.

Stories
0
Comments
27
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 27

  1. Gender Studies / Bending on The Left Hand of Darkness · · Score: 4, Interesting

    I read this book a long time ago as part of a still ongoing study of gender in Science Fiction literature. Specifically "strange" gender. The Left Hand of Darkness certainly contained one of the more well designed systems of gender.

    It is a good choice for anyone doing gender-studies into Science Fiction writing.

    Another book that I read at almost the same time I believe was "Half-way Human" that was about a society that included three fixed genders, male, female, and neuter - where the neuters became the servants to the others. Also a brilliant book, but I do not recall the author.

    Amerist.

  2. Re:GNU Compiler + CommonC++ on Portable Coding and Cross-Platform Libraries? · · Score: 1

    I'm glad to see that someone mentioned this project!

    I have been using the GNU CommonC++ Libraries myself in some multithreaded internet apps that use both TCP and UDP for communication. For my first test project I implmented an extremely simple HTTP-like service and it ran beautifully.

    The code is broken up into classes, well documented, and they're always developing it and making bug fixes. I was impressed the first time that I found it and would recommend it highly to anyone who wants to do both Networking I/O and Threading with one library.

    Better, the CommonC++ Libraries also compile for Windows environments, meaning that they're pretty close to being extremely cross-platform already.

    Amerist.