Be advised; this thread is not for serious in depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.
- 89
- 4
What is this place?
This website is a place for people who want to move past shady thinking and test their ideas in a
court of people who don't all share the same biases. Our goal is to
optimize for light, not heat; this is a group effort, and all commentators are asked to do their part.
The weekly Culture War threads host the most
controversial topics and are the most visible aspect of The Motte. However, many other topics are
appropriate here. We encourage people to post anything related to science, politics, or philosophy;
if in doubt, post!
Check out The Vault for an archive of old quality posts.
You are encouraged to crosspost these elsewhere.
Why are you called The Motte?
A motte is a stone keep on a raised earthwork common in early medieval fortifications. More pertinently,
it's an element in a rhetorical move called a "Motte-and-Bailey",
originally identified by
philosopher Nicholas Shackel. It describes the tendency in discourse for people to move from a controversial
but high value claim to a defensible but less exciting one upon any resistance to the former. He likens
this to the medieval fortification, where a desirable land (the bailey) is abandoned when in danger for
the more easily defended motte. In Shackel's words, "The Motte represents the defensible but undesired
propositions to which one retreats when hard pressed."
On The Motte, always attempt to remain inside your defensible territory, even if you are not being pressed.
New post guidelines
If you're posting something that isn't related to the culture war, we encourage you to post a thread for it.
A submission statement is highly appreciated, but isn't necessary for text posts or links to largely-text posts
such as blogs or news articles; if we're unsure of the value of your post, we might remove it until you add a
submission statement. A submission statement is required for non-text sources (videos, podcasts, images).
Culture war posts go in the culture war thread; all links must either include a submission statement or
significant commentary. Bare links without those will be removed.
If in doubt, please post it!
Rules
- Courtesy
- Content
- Engagement
- When disagreeing with someone, state your objections explicitly.
- Proactively provide evidence in proportion to how partisan and inflammatory your claim might be.
- Accept temporary bans as a time-out, and don't attempt to rejoin the conversation until it's lifted.
- Don't attempt to build consensus or enforce ideological conformity.
- Write like everyone is reading and you want them to be included in the discussion.
- The Wildcard Rule
- The Metarule
Jump in the discussion.
No email address required.
Notes -
My adlib tracker is in a pretty good state. Wrapping it up. However...
This week I was trying to play Might & Magic 1 on that NuXT board I ordered. And god damnit, I just couldn't seem to add characters to my party correctly.
If you've played Might & Magic, you might know how cumbersome it is. You press CTRL-A through CTRL-Z to add characters to your party, but just A-Z to view them. CTRL A through CTRL-Z mostly worked fine, but CTRL-B refused to work! Kept acting like CTRL-F. This isn't going to be very workable if I can never add the second character in a list to my party.
Now, this is just the copy of Might & Magic off GOG. I've played it in DOSBOX, on a K6-2 system, on a P233, never had this problem before. So I start investigating. I bust out a keychecker program, and discover that the ASCII codes returned by CTRL-A through CTRL-Z are generally 1-26 for the letter. Except for V and B, which are both stuck at 0x06, which is the code for CTRL-F. Well that's odd.
Luckily the source code for the NuXT BIOS is open source. Combing through it's keyboard functions, then the scancode translation table, I see some erroneous entries. So I fixed them. Reflashed the BIOS and everything is peachy. Computers are fun!
I uh... still haven't gotten around to actually playing Might & Magic though. I was made aware that someone else discovered a way to modify the memory bus wait states of the chipset on the NuXT. So I had to write a small assembly program to let me do that too. Yielded some marginal VGA and HDD speed improvements. Also if I cranked it too far it totally corrupted the video display. But backing off a little game me some good gains.
Then I got horribly side tracked with another combination of bugs. The VGA chip is so old, it has trouble with modern monitors. Sometimes the data coming down the ID pins makes it think the monitor is monochrome. I found some utilities which fix it, but this chains into a second problem. The NuXT BIOS kirks out kind of badly when the VGA card is in monochrome mode. So now I'm deeply curious about why this might be. I may or may not try to fix it, if I feel like I've developed a strong understanding of the mechanisms at play.
More options
Context Copy link