tech stuff

tech stuff for nerds, coming from @baggiiiie’s 2 brain cells

best served with obsidian, and choose a theme to make it more presentable, and shove this in css snippets to center images:

img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
}
    
 .markdown-source-view.mod-cm6 .cm-content > * {
        margin: auto auto !important;
}

Added Excalidraw to showcase my kindergarten drawing.