You know that thing folks get sometimes where they're having a technical problem, they look it up online, and the top relevant hit is one of their own blog posts? And it does in fact answer the technical question?

I just had something like that, but for code I was trying to figure out, and instead of a Web search it was grepping through a folder of checked-out projects.

Oh.

I wrote the code to do this exact thing two years ago.

@randomgeek

I frequently consult my own book about linux admin, because I have no memory of how to use things like parted and lv-extend

I've got a 200 page google doc called JT-cookbooks. It's just a bunch of weird disorganized invocations. It's become a first reference for lots of my coworkers.

Writing down things that work matters more than any management types would believe.

@johntimaeus that's a big part of why I pulled my toot and tweet archives into my notes. I tend to dump stray thoughts as sort of an ADHD venting mechanism. Problem is some of those thoughts are good, and Twitter / Mastodon search has never been great.

Course, new problem. My public brain now has 6,000 pages and weighs 4.5GB without optimizations.

Working on that now.

@randomgeek

I'm wondering how many people around here have an equivalent, and what it would take to aggregate, organize, edit, verify and publish as a collected work.

Most of mine are recipes, 1-5 lines to build a thing, or fix an issue. "Fix chrome silent fail on cloned VM" is one I added today. But you'll spend an hour flopping at Google trying to find a fix before hitting the one that works. You may also break a lot of other stuff listening to crackoverflow and AI plop.

@johntimaeus I thought the Dendron project had some great ideas, and one of them was that you could embed notes from other wikis, or export / import via Git. Had a local wikified copy of AWS documentation as a local parallel set of notes that I could search and cross-reference in my own notes.

Fatal flaws: a) Dendron exists only as a VS Code extension; b) they took VC investment to somehow turn that into a moneymaker.

https://wiki.dendron.so

Dendron

Dendron is a local-first, Markdown-based, hierarchical note taking tool. It is meant to help you create, organize, and collaborate on knowledge bases of any size.

@johntimaeus
I set the history on my shell fairly large and periodically save it to a file. At work I keep a One Note Notebook where I also keep other instructions or patterns for various thing. it's shareable and try to keep it searchable (by using headings etc) at home it's mostly text files.
The shell history files, if consulted often enough, become shell scripts.

There's a pretty good culture in my work of making these things into knowledgebase content, either in our service management tool, our code repo, or engineering portals, but sometimes people forget it's there.
@randomgeek
@johntimaeus
Things I recently reviewed:
* Rotating the certificates in a Java keystore (now a script)
* LUKS and LVM
* Using a smart card certificate for SSH/SCP (now a shell alias and script)
* Quick and dirty nc (testing a service, sending a file)
* Using that temperamental printer that makes the best plots
* Which conference rooms have the best equipment for particular kinds of meetings


@randomgeek
@johntimaeus @randomgeek After discovering PKM, I started preserving any stuff I had to research in Obsidian, including all my web bookmarks. I publish my technical notes on my website: https://monospacementor.com/wiki/Wiki
Wiki - Monospace Mentor Wiki

Welcome to the Monospace Mentor wiki! πŸ‘‹ I'm Jochen Lillich, the Monospace Mentor, and this is my wiki. It's a collection of notes I'm curating during my daily work as a leader, practitioner and educ…

Monospace Mentor Wiki

@monospace @johntimaeus pretty darn cool.

The original inspiration for my personal site was Soft Panorama. Loads of info, many opinions, and where I got my requirements for a proper coder's editor.

The geek Web needs more of that (and your site, of course). We collectively got accustomed to comfortable information silos.

https://softpanorama.org/Editors/index.shtml

Orthodox Editors

@johntimaeus @randomgeek

For multiple jobs, I had a "tips and tricks" text file, open in "vi": all the time.

The number of times I grepped that to remember a command line or pattern is amazing

@pseudonym @johntimaeus @randomgeek My "Notes" file is extremely important to my environment. One keystroke appends the current cut buffer to it. Another opens it in my favorite editor in an xterm. I can send text to it via xmpp from my phone.

Etc.

Creating a new notes file with its own command takes 5 seconds.

@johntimaeus @randomgeek

I cannot even estimate the number of things I have had to do that I had done before and wish I had noted down the process rather than having to relearn it again.

@the5thColumnist @johntimaeus @randomgeek when I know I want a written record, I will write in the editor first, then copy and paste to a cli. This guarantees it's written down. Soon I will be switching to vscode so I can take advantage of AI assistants to remind me of the stupid flag names. I can never remember if it's --obscure-flag=val , with underscores, or refuses to accept '=' (I.e. curl). But I am already an expert shell user, so I know when it's wrong (spelling aside).

@johntimaeus @randomgeek no-one can ever get lvm active on a rescue boot without a second device searching for tips.

Prove me wrong with a rescue boot that does it right.