HackerTrans
TopNewTrendsCommentsPastAskShowJobs

HyperSane

no profile record

comments

HyperSane
·3 वर्ष पहले·discuss
Elon Musk is a modern day P. T. Barnum and Tesla will never have full self driving cars on the market.
HyperSane
·3 वर्ष पहले·discuss
Is the IRS willing to let companies make payments of the tax over years? Would would the IRS want to put companies out of business?
HyperSane
·3 वर्ष पहले·discuss
There is going to be a nasty feedback loop of AI being trained on its own output that will probably cause improvement to plateau.
HyperSane
·3 वर्ष पहले·discuss
This is actually making me want to start using film again because it is so much harder to fake.
HyperSane
·4 वर्ष पहले·discuss
You can enable long path support in Windows to have paths up to 32,767 characters long

https://learn.microsoft.com/en-us/windows/win32/fileio/maxim...
HyperSane
·4 वर्ष पहले·discuss
""Primitive" seems like the wrong word to apply"

Painful, ugly, unpleasant?
HyperSane
·4 वर्ष पहले·discuss
"You have much less options when you are processing PowerShell objects."

There is simply no need for the kind of extensive text processing common in Linux because every command returns an object whose fields can be directly referenced. Combined with the ConvertTo-Json command this is incredibly powerful. Honestly it seems like you are attempting to do things in PowerShell the bash way instead of the PowerShell way.

" I think the first thing I tried to do in PowerShell was a script that scanned a directory recursively for files containing a CRC in their name, and then check it"

I wrote a PowerShell script that recursively scanned every filed and folder on our fileshares and wrote the permissions to a file for later indexing.
HyperSane
·4 वर्ष पहले·discuss
sh and bash feel pretty primitive after learning PowerShell.