the button I want most in my Typing English career: a "yes that's misspelled, correct it to the first suggestion" button.
having to switch to a mouse to click on the spellchecking for every minor word is so tedious
the button I want most in my Typing English career: a "yes that's misspelled, correct it to the first suggestion" button.
having to switch to a mouse to click on the spellchecking for every minor word is so tedious
one thing I'd really love to have is a better way to do text input, like have a single program I type into that interfaces with everywhere I type English*.
right now it's a bunch of website textboxes, chat apps, text boxes... a unified customizable & hackable frontend for typing would be perfect.
having it as as a browser extension would also get me 90% of the way there since that's my main place I type, but the remaining 10% would be a pain.
and browser extensions are a pain, too
maybe I should compose an official list: Foone's Symptoms of A Programming Environment That Hates You
1. Factors completely outside your control break the code periodically. This is anything that's an add-on, usually. The browsers changed something, the sites changed something, the game changed something... It's a project that can never be finished, can never be put away. It will just break on some random day because some people in a different organization with different goals changed it
3. Environments where you can't do it "the simple way". This is usually a security thing, but it can be other problems (licensing, approved software lists, etc).
Basically any scenario where there's a simple and easy way to solve your problem, but that can't be done, and a much more complicated solution must be done.
@foone This reminds me of `open()` vs `openat()` and the suite of related syscalls, `open` is simple and ergonomic but it's _too_ simple for handling extreme corner cases with hostile local users futzing the filesystem underneath the application, so you end up needing the more complex API when dealing with a more complex and hostile world.
Imma keep reading but I don't know if there is a good answer to this mismatch.
@foone The most grateful *and* ungrateful were free software users IME.
And then there's big corps. "We are writing an internal app to replace you that steals all your ideas. Also we forgot to send the check."
It's enough to make you cynical, but the good customers are pretty awesome. :)
@foone yes please!
The GUI tool for git that we use at work doesn't have a spell checker and I'm sure there are many embarrassing (and completely avoidable) typos in my commit messages…
And there are some other textboxes that don't support spellchecking for more than one language, but I need that
(and it is possible to do that in a way that works for me, since there already are textboxes where that is the case. I would like to have that for every textbox on my pc)