This is why Technical Writer is a full time job.
Comment on What self hosting feels like (It's painful, please help đĽ˛)
ExcessShiv@lemmy.dbzer0.com â¨3⊠â¨months⊠ago
Yeah the documentation (if it even exists) is usually clearly written by people intimately familiar with the project and then never reviewed to make sure it makes sense for people unfamiliar with it.
teft@lemmy.world â¨3⊠â¨months⊠ago
Semi_Hemi_Demigod@lemmy.world â¨3⊠â¨months⊠ago
Itâs also why the humanities are important. Stemlords who brag about not doing literature classes write terrible documentation.
AlexWIWA@lemmy.ml â¨3⊠â¨months⊠ago
My CS major required me to take two upper division English classes and I think they helped me more in my career than my upper division CS classes. People forget that documentation is for ourselves too
Semi_Hemi_Demigod@lemmy.world â¨3⊠â¨months⊠ago
Iâm really thankful that I had a great English teacher in high school, and that my degree required a technical writing class. Being able to write a coherent email got me further in my career than the technical stuff I learned in college.
floofloof@lemmy.ca â¨3⊠â¨months⊠ago
I think this is why the âmy code documents itselfâ attitude appeals, even though itâs almost never enough. Most developers just canât write, nor do they want to.
Semi_Hemi_Demigod@lemmy.world â¨3⊠â¨months⊠ago
The problem with âItâs self-documentingâ is that there are inevitably questions about what it says, and thereâs no additional resources to pull from.
JackbyDev@programming.dev â¨3⊠â¨months⊠ago
âmy code documents itselfâ and âno, our CI system doesnât upload the source jars to Artifactory, why?â
HK65@sopuli.xyz â¨3⊠â¨months⊠ago
Maybe, just maybe, people have different strengths and weaknesses and cooperating around our differences is what makes us succeed.
Semi_Hemi_Demigod@lemmy.world â¨3⊠â¨months⊠ago
If you know your weakness is writing documentation, please hire a technical writer.
AlexWIWA@lemmy.ml â¨3⊠â¨months⊠ago
âset all environment variablesâ
mesamunefire@lemmy.world â¨3⊠â¨months⊠ago
More recently its go to discord for the envâŚno joke.
AlexWIWA@lemmy.ml â¨3⊠â¨months⊠ago
My face actually dropped when I read this. I will be so mad if I ever encounter this live.
mesamunefire@lemmy.world â¨3⊠â¨months⊠ago
It sucksâŚand seems to be catching on. Ive seen a quite a few on GitHub that are now referencing using it instead of the issue tracker.
AstralPath@lemmy.ca â¨3⊠â¨months⊠ago
The mistake is the assumption of a certain level of end user knowledge.
Semi_Hemi_Demigod@lemmy.world â¨3⊠â¨months⊠ago
You have to assume some level of end user knowledge, otherwise every piece of documentation would start with âWhat a computer doesâ and âHow to turn your computer on.â
Iâve found the best practice is to list your assumptions at the top of the article with links to more detailed instructions.
Flax_vert@feddit.uk â¨3⊠â¨months⊠ago
I do agree, manies have I found documentation saying âmake a fresh install of Raspbianâ as if Iâm using the computer for this single issue
(Disclaimer: I am not running matrix on a Raspberry Pi)
vividspecter@lemm.ee â¨3⊠â¨months⊠ago
Another case is listing a huge number of steps to do some task, without acting describing what the end goal for each set of instructions is (common in âhow toâ guides, and especially ones that involve a GUI).
This means that less technical users donât really understand what is going on and are just following steps in a rote way, and it wastes the time of technical users since they probably know how to achieve each goal already.
GBU_28@lemm.ee â¨3⊠â¨months⊠ago
Whyâs that a mistake? Not everything is built for a novice
bl_r@lemmy.dbzer0.com â¨3⊠â¨months⊠ago
This is why I did a âwalkthrough testâ when I had to write documentation on this sort of thing. Iâm a terrible technical writer, so this shit is necessary for me.
I grabbed my friend who knows enough about computers to attempt this, but not enough about infrastructure to automatically know what I meant when I was too vague.
Took two revisions, but the final document was way easier to follow at the end
sugar_in_your_tea@sh.itjust.works â¨3⊠â¨months⊠ago
Thatâs why blog posts rock. Most popular projects will have a dozen blog posts for different configurations. For example, when looking to set up NextCloud, I found docs for almost all combinations of the following:
- Apache and Nginx configuration
- running through Docker or directly on the host
- MariaDB and Postgres configs (and SQLite, with proper disclaimers)
- Collabora and OnlyOffice config
It does take some knowledge of each of the above if you need one of the few configs thatâs not available on a blog post, and some of the posts are outdated, but with a bit of searching almost everything is documented by someone on the internet.
This shouldnât be necessary (official docs should be more comprehensive), but at least itâs available.
cron@feddit.org â¨3⊠â¨months⊠ago
Iâd rather have a great documentation than five different blog posts, where some of them might be outdated, wrong or insecure (and you only find out later).
But yes, they are helpful and easily available for popular software.
harsh3466@lemmy.ml â¨3⊠â¨months⊠ago
Okay, please point me to the blog posts that helped you with collabora/onlyoffice. Thanks have NEVER been able to get that to work with my nextcloud (currently using the Docker AIO).
mesamunefire@lemmy.world â¨3⊠â¨months⊠ago
Same with me. I played around with the setup a few times on my local machines. It took quite a bit to get it set up, then I saw an error after a couple of days and gave up. Its easier to just pull down the file and run it locally.
sugar_in_your_tea@sh.itjust.works â¨3⊠â¨months⊠ago
Iâm not at the same computer I used to look it up, so I donât have my search history, but I think this one was pretty decent. I donât use Traefik, but the rest describes the important bits w/ docker compose. I donât know much about the AIO image though (I used separate images).
JackbyDev@programming.dev â¨3⊠â¨months⊠ago
Reminds me of the time I asked a question about a Magic: The Gathering card tomy local game storeâs Facebook page. The card was Sublime Archangel. I asked what happened if it gave a creature Exalted that already had one. Someone sarcastically replied that it already says it on the card. I was a new player, how was I supposed to parse the phrase âIf a creature has multiple instances of exalted, each triggers separatelyâ? For all I knew that could mean that they didnât stack because they would need to trigger together. I didnât have the vocabulary to understand those things.
I try to remember this when explaining what I might believe are simple concepts to people because that person really upset me.
hperrin@lemmy.world â¨3⊠â¨months⊠ago
I donât think itâs (just) that. Itâs also a different skill set to write documentation that it is to write code, and generally in these kind of open source projects, the people who write the code end up writing the documentation. Even in some commercial projects, the engineers end up writing the docs, because the higher ups donât see that theyâre different skill sets.
marcos@lemmy.world â¨3⊠â¨months⊠ago
Thatâs just sloppiness.
The information that familiarity gives you is âWTF does this field meansâ, and itâs the only thing thatâs actually there. How you get a value and how a value is formatted are things no amount of expertise will save you from having to tell the computer, and thus you canât just forget about.
(And let me guess, the software recommended install is a docker image?)
SexualPolytope@lemmy.sdf.org â¨3⊠â¨months⊠ago
Relevant xkcd
wick@lemm.ee â¨3⊠â¨months⊠ago
Bold of you to assume I know how to read!