Explore >> Select a destination


You are here

bornsql.ca
| | blog.goodstuff.im
16.7 parsecs away

Travel
| | [AI summary] A guide detailing the setup of Windows 10 and WSL2 for development, including installing Rust, configuring SSH, and integrating with VS Code.
| | bavih.blogspot.com
1.6 parsecs away

Travel
| | [AI summary] A 2008 blog post details a Windows XP Notepad bug where the 'word wrap' feature incorrectly inserts extra CR-CR-LF characters into the display window, causing issues with cursor positioning, window resizing, and text pasting into other applications.
| | purefun.dev
16.3 parsecs away

Travel
| | If you install a new machine and forget to set your email and commiter name, then your Git history will be a tad ugly, with your machine name involved instead of a real email. So how do you set the default? Like this: git config --global user.name "Alice E" git config --global user.email "alice@example.org" Override per repo Ideally, do it before you start committing things. But what if you want different committer names and emails depending on the context?
| | www.frankysnotes.com
20.7 parsecs away

Travel
|