I wonder if the motivation is to make Ai agents work better on Windows?
Coreutils for Windows
31–40 of 260 posts
Re: Coreutils for Windows
#32Earlier quoted context omitted.
From shred man: The shred command relies on a crucial assumption: that the file system and hardware overwrite data in place. ... many modern file system designs do not satisfy this assumption. Exceptions include: ... Log-structured or journaled file systems, such as. ... NTFS.
I think SSDs also randomize where data ends up? But I'm not sure if that's true for existing files too.
Re: Coreutils for Windows
#33Earlier quoted context omitted.
I think SSDs also randomize where data ends up? But I'm not sure if that's true for existing files too.
Yes. All of the assumptions made with shred and sdelete apply only for spinning HDDs. SSDs require different methods of wiping.
Re: Coreutils for Windows
#34Re: Coreutils for Windows
#35Exactly. The best Linux distro is Windows.
Re: Coreutils for Windows
#36Was not expecting EEE for Coreutils but I suppose it’s the natural consequence of the MIT license used for uutils so not totally unexpected. It’s annoying enough to support the differences between BSD and Linux, and now Linux has GNU and uutils, and now we’re gonna need Windows variant of uutils…ugh.
Microsoft "loves" Linux for years and the entire point was to bring the Linux userspace on the Windows Desktop.
Re: Coreutils for Windows
#37Windows really needs to ditch CRLF and just use LF, and switch from backslashes to forward slashes. Or better yet, just switch everything to full POSIX. In powershell everything is much better than cmd, but it's just not enough. WSL is generally great, but there are annoying downsides. I often get "catastrophic" crashes and the zone identifier files drive me nuts. Plus it takes so much longer to start VSCode when con…
Re: Coreutils for Windows
#38I know I could use Powershell for those kinds of tasks, and I certainly do make a lot of use of Powershell, but the familiarity of those simple tools and the decades-old "muscle memory" of using them on various Unix, Linux, and Windows boxes makes them hard to ditch.
Re: Coreutils for Windows
#39So dir is not shipped due to conflict with built-ins, echo and rmdir are shipped despite conflicts, and sort is deemed not to have a conflict? What is the logic?
No idea, this is broken at start, I would expect at least a reasoning on how they expect to improve the mess going forward. Otherwise just don't do it, if it is going to be a mess to work with.
Re: Coreutils for Windows
#40Windows really needs to ditch CRLF and just use LF, and switch from backslashes to forward slashes. Or better yet, just switch everything to full POSIX. In powershell everything is much better than cmd, but it's just not enough. WSL is generally great, but there are annoying downsides. I often get "catastrophic" crashes and the zone identifier files drive me nuts. Plus it takes so much longer to start VSCode when con…
Windows needs to ditch itself.