How do you guys use AI for tinkering with Linux/software? I try to get a clean list of instructions and than (after cleaning it up) copy it to a note in Obsidian. In the future I can than just look things that I need often up there.
>>109409062i do kinda the same but with codei have a folder where i try out the shit im currently learniningmake a folder for what im trying, specificallybuild an example, make a main, let it sleeponce i need to remind myself of something i look it upotherwise- i use ai as search engine, i use it to spit out minimal examples, and i use it to doublecheck my assumptions when im desigining an architecture, or a theoryso basically a search engine, tooi use ai to double-check against existing solutions, and to check if there isnt anything i didnt think of (that the llm can catch. doesnt catch everything, obviously, but a couple times it did suggest things i legit didnt think about)