L3s

u/L3s@hackingne.ws
5 posts · 13 comments

Recent posts

Recent comments

It's more so the frame of this post, laced run-ons with poor punctuation and grammar, with a bunch of non-sense.

Not to say he normally doesn't speak in non-sense.

on Born In The USA... · c/politicalmemes · 81 pts · 1y

This reminds me of a lot of half baked Facebook posts I've seen, how is this coming from the President of the United States?

I'm not at all computer, but I believe Out-Null is used as "don't give me any output", Out-File is used as "put the output in this file", and Out-Host is similar to the standard output in the terminal.

What I would do is something like this (I'm not at a computer to test this):

Copy-Item "$SourceRoot\$SourceFolder\$SourceFile" -Destination "$DestinationRoot\$DestinationFolder" -Verbose *>&1 | Out-File -FilePath "$LogFile" -Append ; if(Test-Path "$DestinationRoot\$DestinationFolder\$SourceFile"){ Write-Host "Success!" } else { Write-Host "Failed!!!" }

Or if you want the actual output, this will store the result to the file and the screen/host:

Copy-Item "$SourceRoot\$SourceFolder\$SourceFile" -Destination "$DestinationRoot\$DestinationFolder" *>&1 | Tee-Object -FilePath "$LogFile" -Append | Out-Host

Agreed. Companies buying Chrome to make it a hyper target ad source sounds like a terrible idea, most tech people will just flock to a browser that doesn't do that (at least the ones who haven't already).

on *Permanently Deleted* · c/technology · 16 pts · 1y

will no longer have to report as much detailed, public crash information to the federal government

I feel like this is more incentive not to purchase one, than to purchase one