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.
- 77
- 1
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 -
Windows 11 may have my least-favorite feature ever. Try this:
Did you notice a missing step? I never said to save the changes, so the file was never updated. Instead, the changes were kept in a sort of suspended animation by the editor, and reappeared (in the editor only) when I reopened it.
Conflating "closing the file/discarding changes" with "closing the application window" was never a great UI compromise, so this seems like an improvement. You just need to accept that program state and file state do not need to be correlated.
Or I could continue to tilt at windmills.
I just have an odd feeling that, when you're using a What-You-See-Is-What-You-Get style editor, when you see something you should also get it.
More options
Context Copy link
More options
Context Copy link
That is not by far the least favorite feature of windows 11
More options
Context Copy link
There's actually a whole discussion around that. iOS popularized it, then Apple started including saving edits by default in some of their apps like Preview. They added a "create duplicate" menu item if you want to preserve the original. Designers live on their iPads, so it's been infecting other apps ever since.
The other change is how most web apps do "save edits automatically" now. Previously the standard was to present the user an empty form, let them fill in values, then create when they hit save.
Apple changed it to create an item (the item is actually created), then edit the item where your edits are saved by default. The big downside to this is that things get messy when a field has to be unique or it's expensive to update.
I've had many nightmare codebases where the designer wanted Apple style, the backend people wanted traditional style, and neither were willing to sit down and discus the differences.
More options
Context Copy link
Just today, I installed Manjaro Linux on a spare laptop I had handy. I'm loving it so far. I think soon I'm going away from Windows for good.
More options
Context Copy link
Such as the famously-modern program
vim
.The vim feature is there as more of a crash recovery feature. It asks you if you want to recover your edits when you start. The new style is a little different.
More options
Context Copy link
More options
Context Copy link
More options
Context Copy link
If you want to complain some weird random app, you should complain about that app (at the very least name it!), not Windows 11 when Windows itself has nothing to do with your app.
And no, even Windows 11 notepad doesn't do that. If you close a file without saving and open it again, the original contents remain. It's only when you go to the original restored tab in Notepad that the changes remain - clearly marked as unsaved!
It was Notepad. I'm comfortable with the synecdoche, but could have been clearer.
Are we using the same program? I can't imagine anyone calling a small grey dot "clearly marked", never mind "clearly marked as...".
For reference, the only visual difference between a saved file and an unsaved one is that the "close tab" location goes from [ ]/[X] to [•]/[X]. If your mouse is hovering over the X then there's no difference.
More options
Context Copy link
More options
Context Copy link
Notepad++ does this, but it makes it clear when you reopen the application that these are unsaved changes you are viewing. You can press CTRL-R to reload from the file and throw away your changes, among other pathways.
It'd be pretty thrown off if one day Notepad started doing that too without the robust UI changes Notepad++ has around the feature.
More options
Context Copy link
More options
Context Copy link