Live data from Hacker News

Viewing profile — kuma4

kuma4

HN member
Joined
Wed, Apr 29, 2015, 11:49 PM UTC
HN karma
32
Public activity
25 items

About kuma4

No profile information was provided.

Recent public activity

  1. comment
    Comment #16718841

    I recommend WSL + WSLtty. It's the same as using Linux in PuTTT.

  2. 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

  3. comment
    Comment #12318159

    Use this. Expand-Archive file.zip

  4. comment
    Comment #11962932

    Skyrim, Minecraft, GTA5, Witcher3

  5. 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

  6. comment
  7. comment
    Comment #11550499

    Sysprep is Microsoft's System Preparation Tool for Microsoft Windows operating system deployment. https://en.wikipedia.org/wiki/Sysprep

  8. comment
    Comment #11400918

    I hope Visual Studio for Java. IntelliJ is sluggish and looks weird for me. I prefer native UI to Java UI.

  9. comment
    Comment #11391092

    I feel it is related to Windows Server container. Maybe Ubuntu works like a Docker container on Windows.

  10. comment
    Comment #11390825

    dir | ConvertTo-Json dir | ConvertTo-Html dir | ConvertTo-Xml dir | ConvertTo-Csv

  11. comment
    Comment #11390529

    Bash completion is inferior. It doesn't understand types.

  12. comment
    Comment #11390341

    I didn't expect there were a lot of people who knew well about PowerShell here. I like PowerShell.

  13. comment
    Comment #11390258

    PowerShell is great. But I agree it starts slowly.

  14. 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.

  15. comment
    Comment #11389735

    ASP.NET MVC Frawmework is the most popular web framework in dotnet. I think you don't know well about dotnet.

  16. comment
    Comment #11365001

    Steve Jobs abandoned Apple Advanced Technology Group. Apple isn't interested int technology researches.

  17. 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…

  18. comment
  19. 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

  20. comment
    Comment #10829948

    Java UI is sluggish and looks strange unlike OS native UIs.

  21. 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 …

  22. 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 …

  23. comment
    Comment #9587031

    Statcounter is unreliable. IE is by far the #1 on PCs. Chrome is #1 on mobile devices.

  24. comment
    Comment #9568623

    PS> echo foo,bar,baz | ? { $_ -ne "foo" } The sed command is not a shell. You can use sed in PowerShell.

  25. comment
    Comment #9462603

    Bash is oudated. PowerShell is new.