Live data from Hacker News

Viewing profile — _iostreamer_

_iostreamer_

HN member
Joined
Tue, Jan 26, 2016, 5:34 PM UTC
HN karma
111
Public activity
36 items

About _iostreamer_

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Design architecture using code and visually simulate it in browser

    Hey HN, I have been working on this for a few months and recently open sourced my work. It’s a code playground where you can write TypeScript based code and the bundled runtime wil…

  3. comment
    Comment #36985691

    I am not sure if teaching this skill would help or is possible. But I do agree with the direction of your thought. The reading material at least needs to be inherently balanced rat…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #14238637

    Also, the font is Adobe source code pro.

  14. comment
    Comment #14238374

    >The only oddity I noticed isthe rather large 68MB binary file committed into master in the repository. Thanks for bringing it to notice. I did this and later realized I can opt fo…

  15. comment
    Comment #14238116

    I understand that this caters to a very specific audience which knows haskell. Hence I plan to support JS as the inline language. I don't want to create a new JS version because I …

  16. comment
    Comment #14238093

    Not really, in the example of df, I was filtering on the basis of size, which is not int usually but a decimal value, hence I had to provide the type hint.

  17. story
  18. comment
    Comment #12129289

    I am sorry, it slipped from my mind. I will add it now.

  19. comment
    Comment #12129221

    This seems to work, (ps -ef)().map((a)=>{return [a[0],a[7]]}).forEach((a)=>{console.log(a)})

  20. comment
    Comment #12128894

    Thank you! Regarding how I structure the command output, this is the module which does the job https://github.com/iostreamer-X/Awkward/blob/master/terminal... It splits on basis of…

  21. comment
    Comment #12128851

    I understand and agree. You could see this thing as me riding the JS hype train.

  22. comment
    Comment #12128540

    Thank you!

  23. comment
    Comment #12128536

    I am gonna try PowerShell now. Never used it.

  24. comment
    Comment #12128528

    I would love if that happened :D

  25. comment
    Comment #12128526

    That sounds so good and better. Thank you, I will work on it.