Do you happen to have links to any good documentation/articles on this topic? I'm working on what amounts to a dark theme for Win32 controls and largely making it up as I go along, relying on tidbits and off-hand mentions from defunct blogs.
My experience also. This is particularly bad in the SQL Server space, since Microsoft essentially dropped source control integration in SQL Server Management Studio 2016 and later (there's an official workaround[0], but it's not well received).
Most likely they're happy to offload version control to add-ins. There are a few, but most of them are way out of budget for small businesses or small IT departments. Which means version control usually doesn't happen.
This has been such a problem for me with clients that I started a side project[1] to try to help fill the gap. If anything it's shown me that the problem is more widespread than I originally thought.
It's something that seemed small and simple to implement, but has filled a not-insignificant portion of nights and weekends for over six years now. Then covid came around and dried up most of my consulting income, so I figured why not really prioritize it and see how far it can go? Still small, but growing nicely now.
Also reluctantly abandoned the flawed "build it and they will come" mentality and started splitting time evenly between development and marketing. This has probably contributed more to the project's recent growth than several thousand hours of dev time. Take heed, o ye ambitious developer-founders! :-) Recommended resources: Product-Led Growth, Developer Marketing Does Not Exist, 80/20 Sales and Marketing, BusinessOfSoftware.org talk videos, Microconf talk videos (on YouTube).
I'm casually experimenting with this too, to improve AQ in my home office. Do you recall the surface area in the 6-inch-deep bioreactor (or total volume)? The only hard numbers I've found are from the Russian BIOS-1,2,3 experiments, which suggest 18L/person of Chlorella will 75-100% compensate for a person's CO2.
I have 18L of Spirulina, which appears to be having some effect, though not anywhere near a complete offset. Though, my setup is quite sub-optimal, and I've seen articles that suggest Chlorella is a couple times more efficient at biofixation than Spirulina. Continuing to tinker :)
I've noticed that with single-question responses such as Amazon's "why are you returning this" drop-down, and it makes total sense there. A consistently random arrangement means that users picking just the top answer will have no more influence on the overall report than random noise. Makes less sense when available answers are the same for each question, such that the user might have mentally cached them to avoid rereading.
However, n=1. The timing might have been coincidental.
Today Google popped up a little survey in the corner of my account page, with questions like "I trust Google to keep my data private", "It's easy to find out what data Google has on me", that sort.
Answers were one-click response buttons: Strongly Agree, Agree, Neither Agree nor Disagree, Disagree, Strongly Disagree (top to bottom, in that order).
The first time I clicked "Strongly Disagree", a few questions in, the next question had the order of the answers reversed so that Strongly Agree was on bottom. Submitted an opposite sentiment before realizing what happened.
Strikes me as manipulative, like the survey really isn't so much for discovering my opinion as it is for collecting favorable ones. I wonder who will get the results, and to what end?
Check out NaNoGenMo [1], a yearly challenge to write computer-generated novels. Each year gets 100-200 entries (see the GitHub Issues tab) using various techniques. The resource links are treasure troves as well.
Other relevant links I've collected, hoping to do this someday:
FWIW I have the 6290 (2016 model) and haven't run into any annoying misfeatures. Crisp and smooth at 60Hz, UHD color mode. Was stuck at 30Hz and perceptibly laggy until I forced it to 4:4:4 in the nVidia control panel.
Everything online tells me the display lag is unacceptable, but I haven't noticed it personally even when FPS gaming. Maybe it's the conditioning from gaming on an underpowered PC growing up :)
Earlier this year (~May) they shut down their API endpoint that rendered handy little stock chart images with a surprising amount of useful features. Any alternatives out there, other than tying together a charting lib and data API?
The only killer use case I've encountered so far is being able to yell "hey Cortana! Next track!" across the room while playing with a toddler, since either walking over to push a button or pulling my smartphone out to advance it remotely would totally disrupt the current interaction with my child.
Or I could just curate my playlists more carefully.
Everything else is either too low information density (this is why I get the weather from an app, not The Weather Channel) or more efficiently handled manually (music control, search queries) in most situations
I've been dogfooding my own SQL Server Management Studio add-in, VersionSQL [0]
Priorities in its design and why I prefer to use it: It lives where I work, in SSMS. It's as close to zero-friction as possible, so I'm not getting slowed down or sitting around waiting on it when I could be working. It commits SQL code to a subfolder right alongside the application code in Git/SVN.
Cons: Skips some of the more complex features of other apps in the space, like building migration scripts for deployment or rollback of changes. Also, the add-in is maybe a bit too zero-friction -- it's nice that it doesn't get in my way, but that makes it easy to neglect committing code altogether. Have a couple rough ideas about how to solve that one (suggestions welcome!)
I just ran across Language Tool[0] recently. Free, open-source proofreading lib, can be run totally locally. Uses Google Ngrams to check for often confused words. Didn't correct "doe snot" in my synthetic test just now, but that seems like a plausibly minor extension of existing functionality.