Muscle memory is causing all kinds of problems.
Cygwin ftw
You should have a talk with your boss about NIST keypair :x
What’s wrong about it?
I’m not OP but NIST is a very shady instituion for various reasons:
- They actively work with and for the NSA
- Leaked papers have shown that they included a backdoor for the NSA at least once (https://en.wikipedia.org/wiki/National_Institute_of_Standards_and_Technology#Controversy_regarding_NIST_standard_SP_800-90 and https://en.wikipedia.org/wiki/Dual_EC_DRBG#Weakness:_a_potential_backdoor)
- Many cryptographers are suspicious of the NIST and their selection process, e.g. Daniel Bernstein (the guy who made ED25519) is currently suing the NIST for various infringements (https://blog.cr.yp.to/20220805-nsa.html)
Use anything NIST related with care. Use ED25519 or if not available, RSA with large key sizes (4096+).
:x
The reason I have a “ls.bat” batch file on my Windows PC and a “d.sh” script in linux. Both added to my path, of course
Powershell has ls and other common linux commands built in, try it.
Why do you feel the need to tell us?
It hurts when I pee.
Hey everyone look at this guy he’s so much better than us wow!
Shhh. We are supposed to pretend this was “accidental”.
Made me smile. It’s good with me.
Im eating spaghetti atm
If I’m stuck on a windows machine, one of the first packages I try to install is git-scm.org’s BASH.
It’s not actually Linux, but it’s got a command line and enough programs to really help get work done.
Yes it’s awesome, I use it with Microsoft terminal for tabs + themes, thanks to that I still have to learn how to use powershell
Why not just go full WSL?
I used WSL for a job and it worked fine. It’s kind of a weird VM that doesn’t really integrate with the host OS fully, but it works for many use cases.
Git BASH has more direct system integration and hardware access than WSL, though it’s been a couple of years since I had to look at WSL at all. Hopefully they’ve improved the integration over time.
WSL for me.
There’s even a portable version if you don’t have admin rights on the device
(neo)vi(m) supports multiple platforms including Windows, so no worries :)
I installed Nix on WSL and then used that to get home-manager and thus my zsh and neovim configs working on Windows
That’s what saved me too but I’m still stuck with unpredictable crashes, 150GB of HDD / 8GB of RAM lost in the void and bullshit ads for copilot in the lock screen …
I strive for this kind of based level
Consider using AME playbooks to make your Windows installation sane.
Your work hasn’t upgraded to Windows 11 yet, I see.
Dear sirs, I call bullshit! There’s no \n after the :wq!
I keep typing ls into the command prompt.
Generally it seems to try to do something then crash the cmd.exe process.You’ll wanna use PowerShell. It has its eccentricities when running programs but is a more shell like experience
I installed windows on an external drive for gaming. Now my arch install is stuck at a start job for some drive, wich causes it to time out and not boot completely. Couldn’t be assed to fix it yesterday.
Also i installed nvim in windows for exactly that
Go to the fstab entry for that drive and add
nofail
to its options.I assume this continues the boot process even if a drive is not found or something? Because if so you just solved another unrelated issue of mine while also saving me from ½ - 1 hour of troubleshooting/researching
Yes it does
This meme was not made by the Emacs gang.
Dude just stick WSL on it. Makes the Winderps somewhat less torturous to deal with, though it’s not perfect because it’s still virtualized. Also your container performance is gonna absolutely suck due to the required virtualization layer.
WSL2 is pretty good. I get better performance running emberjs than my coworkers stuck on Mac do lol
I mean, yeah. Modern MBPs are all ARM architecture now, which introduces another translation layer into the virtualization.