Viewing profile — _iostreamer_
_iostreamer_
HN member- Joined
- Tue, Jan 26, 2016, 5:34 PM UTC
- HN karma
- 111
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About _iostreamer_
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #14238637
Also, the font is Adobe source code pro.
-
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…
-
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 …
-
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.
- story
-
comment
Comment #12129289
I am sorry, it slipped from my mind. I will add it now.
-
comment
Comment #12129221
This seems to work, (ps -ef)().map((a)=>{return [a[0],a[7]]}).forEach((a)=>{console.log(a)})
-
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…
-
comment
Comment #12128851
I understand and agree. You could see this thing as me riding the JS hype train.
-
comment
Comment #12128540
Thank you!
-
comment
Comment #12128536
I am gonna try PowerShell now. Never used it.
-
comment
Comment #12128528
I would love if that happened :D
-
comment
Comment #12128526
That sounds so good and better. Thank you, I will work on it.