Viewing profile — kuma4
kuma4
HN member- Joined
- Wed, Apr 29, 2015, 11:49 PM UTC
- HN karma
- 32
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About kuma4
No profile information was provided.
Recent public activity
-
comment
Comment #16718841
I recommend WSL + WSLtty. It's the same as using Linux in PuTTT.
-
comment
Comment #12350822
In PowerShell, PS> Import-Csv .\names.txt -Header name | group name | select name, count Name Count ---- ----- cat 3 dog 2 mouse 1 bird 1
-
comment
Comment #12318159
Use this. Expand-Archive file.zip
-
comment
Comment #11962932
Skyrim, Minecraft, GTA5, Witcher3
-
comment
Comment #11765963
In PC gaming, Windows 10 is 38% now. It's more than Windows 7. PC gamers prefer Windows 10 because of DX12. See in Steam. http://store.steampowered.com/hwsurvey
- comment
-
comment
Comment #11550499
Sysprep is Microsoft's System Preparation Tool for Microsoft Windows operating system deployment. https://en.wikipedia.org/wiki/Sysprep
-
comment
Comment #11400918
I hope Visual Studio for Java. IntelliJ is sluggish and looks weird for me. I prefer native UI to Java UI.
-
comment
Comment #11391092
I feel it is related to Windows Server container. Maybe Ubuntu works like a Docker container on Windows.
-
comment
Comment #11390825
dir | ConvertTo-Json dir | ConvertTo-Html dir | ConvertTo-Xml dir | ConvertTo-Csv
-
comment
Comment #11390529
Bash completion is inferior. It doesn't understand types.
-
comment
Comment #11390341
I didn't expect there were a lot of people who knew well about PowerShell here. I like PowerShell.
-
comment
Comment #11390258
PowerShell is great. But I agree it starts slowly.
-
comment
Comment #11389929
I think so. Cygwin is good enough to use UNIX tools in Windows. But maybe they will support better packages than Cygwin.
-
comment
Comment #11389735
ASP.NET MVC Frawmework is the most popular web framework in dotnet. I think you don't know well about dotnet.
-
comment
Comment #11365001
Steve Jobs abandoned Apple Advanced Technology Group. Apple isn't interested int technology researches.
-
comment
Comment #11287200
It works well for me. I installed >choco list -lo 7zip autohotkey autohotkey.portable chocolatey clink ConEmu Cygwin dropbox Firefox git GoogleChrome nodejs paint.net skype sumatra…
- comment
-
comment
Comment #11215270
I feel wget in PowerShell is useful. PS> $page = wget http://www.yahoo.com/ PS> $page.Images | sort width | select src, width, height | Export-Csv -Encoding utf8 images.CSV
-
comment
Comment #10829948
Java UI is sluggish and looks strange unlike OS native UIs.
-
comment
Comment #9606242
Web has some advantages and remains important. But HTML/CSS/JavaScript will decline in the future. They are limited compared to native app technologies. Web will be used mostly as …
-
comment
Comment #9606241
Web has some advantages and remains important. But HTML/CSS/JavaScript will decline in the future. They are limited compared to native app technologies. Web will be used mostly as …
-
comment
Comment #9587031
Statcounter is unreliable. IE is by far the #1 on PCs. Chrome is #1 on mobile devices.
-
comment
Comment #9568623
PS> echo foo,bar,baz | ? { $_ -ne "foo" } The sed command is not a shell. You can use sed in PowerShell.
-
comment
Comment #9462603
Bash is oudated. PowerShell is new.