28
How to vibecode less
(hexbear.net)
Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.
Rules:
Posts must ask a question.
If the question asked is serious, answer seriously.
Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.
Try !feedback@hexbear.net if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.
I prefer to use official docs, if available, e.g.
--help, man pages, GNU info,/usr/share/doc, official website. The official documentation is usually more correct and more comprehensive than other resources, though sometimes a bit technical. Other than that, the arch wiki (and I'm using Debian) is a good place to look.If I'm seeing an error, I find it's most useful to collect as much information as possible. If it's a GUI program, you'll need to start it in a terminal, it'll likely spam errors and warnings to stderr. Many programs have
-vor--verboseor--debugoptions, or a debug mode that can be enabled in the configuration file. Look at the logs if there are any (usually throughjournalctlthese days). It's sometimes already obvious what the problem is just from the log/stderr output, but if not then just paste it into Google.Also, official bugtrackers are good. When I encounter a bug in a package, I go to the Debian bugtracker first, and almost always someone has already reported it, and left useful information there.