rustyf
|
3 years ago
|
on: Miller: Like Awk, sed, cut, join, and sort for CSV, TSV, and tabular JSON
Even without aliases, I still prefer PowerShell on Windows. Once you've turned the text into an object, you can pipeline it to hell.
Get-Content .\example.csv | ConvertFrom-Csv | Where-Object -Property color -eq red
rustyf
|
3 years ago
|
on: ChatGPT has already decreased my income security, and likely yours too
I wonder what happens, though, if you ask ChatGPT, "Is there a better toothpaste than Colgate"? The instance this question is not answered truthfully, ChatGPT becomes garbage.
rustyf
|
3 years ago
|
on: The CSS at w3.org is gone
less is more
rustyf
|
3 years ago
|
on: Ask HN: How would you design an alternative Twitter
I've never actually seen anyone in 40 years actually swap out that database.
rustyf
|
3 years ago
|
on: TypeScript is now the most-used language by CircleCI users
TS’s type system is incredible but it only takes one line of dodgy JS to remove any guarantees that the number you are about to use is actually a string.
rustyf
|
3 years ago
|
on: Tell HN: Brother printers now locking out non-OEM paraphernalia
Me too. Credit to Epson for taking this track. I wouldn't consider a cartridge printer again.
rustyf
|
6 years ago
|
on: Accenture sued over website redesign so bad it Hertz
Depends what website means - could be one html page or amazon.com level. It’s still a load of cash, mind
rustyf
|
6 years ago
|
on: Accenture sued over website redesign so bad it Hertz
Great story, thanks
rustyf
|
11 years ago
|
on: Got Experience but no degree.
Do cool stuff, share it, talk about it publically SHOW PEOPLE YOU ARE AWESOME without having to prove it indirectly with pieces of paper
rustyf
|
12 years ago
|
on: Android KitKat set to crush Apple?
Your skin deep assessment of the Apple model so misses the point. What's that old saying? "Less is more". Apple understands this - the Android ecosystem doesn't.
rustyf
|
12 years ago
|
on: Poll: Music while coding: Yes/No and What Kind?
Drum and bass when things are going well. Trance is also great.
Nothing when it's going shit ;)
Get-Content .\example.csv | ConvertFrom-Csv | Where-Object -Property color -eq red