Live data from Hacker News

Viewing profile — fwouts

fwouts

HN member
Joined
Wed, Mar 15, 2017, 10:48 AM UTC
HN karma
88
Public activity
64 items

About fwouts

No profile information was provided.

Recent public activity

  1. comment
    Comment #41834178

    You may want to check out previewjs.com (disclaimer I'm the author) although it's unfortunately not getting much love or attention lately, my kids are using all of that.

  2. comment
    Comment #40542322

    Unless I completely misunderstood the post, a function that calls another function with effects will indeed be "infected". That is, unless the effect ends up being local (such as p…

  3. story
  4. comment
    Comment #32274356

    Yes! They're called discriminated unions: https://www.typescriptlang.org/docs/handbook/typescript-in-5... Here's an example: https://tseditor.fwouts.com/?t=ZXhwb3J0IHR5cGUgVmFsdWUg…

  5. story
  6. comment
    Comment #32272182

    This is now implemented. Easier than expected!

  7. comment
    Comment #32271990

    Generating random values is live now :)

  8. comment
    Comment #32271849

    Oh, I was wondering if people would ask for that exact scenario! I'll see if I can make that happen, check again in a few days :)

  9. comment
    Comment #32258806

    Thanks for the feedback! Random values sound like a fantastic idea. It shouldn't be too hard to implement in the current codebase either. I'll add it in the coming days/weeks.

  10. story
    Show HN: TypeScript Editor that generates structured forms from TypeScript types

    Hey HN! I've been doing a lot of work with the TypeScript Compiler API[1] recently as part of my work on Preview.js[2], an IDE extension that lets you preview React/Solid/Vue compo…

  11. comment
    Comment #31367678

    Hey! Author of Preview.js here :) It's early days and you might find that Preview.js can be a little difficult to set up in a large, complex project (working on improving that now)…

  12. story
  13. story
  14. story
  15. comment
    Comment #28779330

    Thank you, appreciate it! :)

  16. comment
    Comment #28755125

    Hi everyone, author here. This was originally an extension for Visual Studio Code to preview React components directly in your IDE (that's still available too, as well as for Intel…

  17. story
  18. story
  19. comment
    Comment #27832899

    Hi everyone! I've been working on React Preview for a few months. It's currently only available for Visual Studio Code, but an IntelliJ/WebStorm and CLI versions are also in the wo…

  20. story
  21. comment
    Comment #27527554

    This is a really cool idea! A bit of self-promotion: I've been building something similar but without the visual editing, integrating directly in your VS Code editor (and soon Inte…

  22. comment
    Comment #27490384

    I was frustrated with people missing emails/slack messages about GitHub pull requests. I built a browser extension that shows a notification pop-up and updates the extension badge …

  23. comment
    Comment #26923661

    I really like seeing efforts being made in this direction. For the last few years I've been using git-town.com, which works quite well but I often end up having to work around it (…

  24. story
  25. comment
    Comment #22260524

    A colleague of mine who I value as a good tech lead recently wrote some tips based on his experience: https://medium.com/swlh/two-lessons-youll-learn-in-your-firs... He also just p…