Live data from Hacker News

Viewing profile — nippur72

nippur72

HN member
Joined
Fri, Jul 03, 2015, 11:58 AM UTC
HN karma
12
Public activity
17 items

About nippur72

No profile information was provided.

Recent public activity

  1. comment
    Comment #30917749

    yes it's a rabbit hole, I know it well! When PC became fast enough to be used as DSP engines with the soundcard I spent years playing with the creation of "digital modes" as HAM ra…

  2. comment
    Comment #26744168

    down it Italy as well

  3. comment
    Comment #16679597

    > Programmers with lots of hours of maintaining code eventually evolve to return early indeed I've evolved it myself but always wondering if it was the right thing to do. Now I eve…

  4. comment
    Comment #12848863

    https://github.com/evanw/thinscript

  5. comment
    Comment #12659975

    I've written a large .NET SPA application and I feel very comfortable with the following technologies: On the client: - TypeScript as language (v2.1 for ES5 async/await), strict nu…

  6. comment
    Comment #12564488

    before typescript@next I had exactlt that setup, but sourcemaps were broken despite all my attempts to make them work. Now I'm using ts 2.1 and have completely removed babel out of…

  7. story
  8. comment
    Comment #12121154

    nice small lib as you'd expect from @gianlucaguarini (of Riot.js fame). Also, it's async/await ready: const allora = require('allora') const myGlobal = allora(global) async functio…

  9. comment
    Comment #12080316

    thanks it's very useful, as I now I doubt async/await will ever land in TS.

  10. comment
    Comment #12000769

    is this server protocol also responsible for syntax highlight (aka colorization) of the source code?

  11. comment
    Comment #11840141

    fine, thanks. TypeScript makes it even more interesting. I am going to make some tests to see if Inferno can replace React when working with react-templates.

  12. comment
    Comment #11837545

    I've just opened the GitHub repo and I see no trace of TypeScript, no .ts files anywhere

  13. comment
    Comment #11602570

    yeah, I still have it installed on my phone, it was a great tool, I can't believe MS abandoned it and now it's reinventing a less cool version of it :-(

  14. comment
    Comment #9918397

    I think VS 2015 (released today) should handle tsconfig in the IDE.

  15. comment
    Comment #9917354

    async/await will a sort of revolution, I hope they put out the 1.6 beta real soon

  16. comment
    Comment #9917346

    the new version handles tsconfig.json, so no more need for ///

  17. story