I voted. I hope Mike Munger, the libertarian candidate for governor in NC, gets his 2%, so he can automatically be on the ballot next time. I think that's the condition....
In my last post , I forgot to point you to Inno Setup ; go get the Inno Setup QuickStart Pack to get going. I showed how to copy a directory full of data, like tutorials or sample data, that might change depending on the customer. That means the files are not known when the installer is compiled. Here's what it looked like: Source: {src}\data\*; DestDir: C:\MyCompany\data; Flags: external recursesubdirs skipifsourcedoesntexist onlyifdoesntexist uninsneveruninstall; Permissions: users-modify This time, I 'm going to show how to let the user choose where this directory is located, and whether to install the contents of the directory at all. First, let's show an obvious choice: Source: {src}\data\*; DestDir: {userdocs} \MyCompany\data; Flags: [as above.... ] That new constant will put the data in a subdirectory of My Documents, for the user that installs the program. This might be fine for you, if each user of your program is going to install it the...
Babel, An Arcane History, by R. F. Kuang Alternate history Oxford, England, 1830s, where the mismatches in translation between languages powers magic. The total obsession with language is a central theme. It was a hard book to read. The very likable main characters always seemed on the brink of a happy resolution, until crushing twists and turns dragged them to a darker place. It can be taken as a parable on the modern techno-state, and the absolute reliance we have on all forms of technology. What happens when the modern support structure breaks down? Well, New Orleans after hurricane Katrina, for example. The people at the top of the pyramid only care about ordinary people as pawns, laborers, inputs to the system, to be exploited. I was shocked at how easy it was for the British noble class to dismiss and minimize the value of all other people and cultures. I was wishing for some happier resolution for Robin and his best friend Ramy, but I think that I knew it would not have bee...
Hmm, read back in Jan and didn't finish a review. Lovely book, with lots of potential sub-text, but I think it's mostly about starting again with good people around you - and giving people who don't fit the mold a chance. An orc with a violent past starts a coffee shop, which is unheard of in this city. A succubus joins as a partner, who doesn't want to be judged by their species. And then there's the ratkin cook with extraordinary talents. Magic that helps and hurts, and a final redemption due to just being good people. The dire cat is an added bonus!
Comments