Live data from Hacker News

Viewing profile — tthisk

tthisk

HN member
Joined
Thu, Apr 11, 2013, 6:18 PM UTC
HN karma
40
Public activity
38 items

About tthisk

A hands-on software engineering consultant, developing software across the stack. Helping teams deliver more predictably, with more fun. Currently at Xebia. Amsterdam

Recent public activity

  1. comment
    Comment #29482636

    Instruqt.com | Full-time | ONSITE | Amsterdam | Senior Front End / Full Stack engineer https://instruqt.com/ Instruqt is a hands-on virtual IT lab platform. We provide software com…

  2. comment
    Comment #29092379

    Instruqt.com | Full-time | REMOTE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a hands-on virtual IT lab platform that software companies use to e…

  3. comment
    Comment #28756362

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a hands-on virtual IT lab platform that software companies use to e…

  4. comment
    Comment #28050076

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a hands-on virtual IT lab platform that software companies use to e…

  5. comment
    Comment #27710089

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a hands-on virtual IT lab platform that software companies use to e…

  6. comment
    Comment #27380251

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  7. comment
    Comment #27034918

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  8. comment
    Comment #26315595

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  9. comment
    Comment #25998449

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  10. comment
    Comment #25645060

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  11. comment
    Comment #25274742

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform that helps organization…

  12. comment
    Comment #24997542

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform for IT that helps organ…

  13. comment
    Comment #24661982

    Instruqt.com | Full-time | ONSITE | Amsterdam | Back End, Front End, Full Stack https://instruqt.com Instruqt is a challenge-driven online learning platform for IT that helps organ…

  14. comment
    Comment #21720757

    Lenses are type-safe, so if you care about type-safety then object/json paths are not really a feasible option. Regarding the boilerplate in this post, that is mainly a side-effect…

  15. story
  16. comment
    Comment #20713564

    Yes this quote got me cringing, these things are definitely not 'simple'. The post's title is also presumptuous. While Haskell is a brilliantly elegant language, by capturing abstr…

  17. comment
    Comment #20556198

    Why would you need dependency injection if you can dynamically replace imported modules through Node's module system?

  18. comment
    Comment #20555891

    Why is it so hard to properly parse the wake word? My Google home turns on all the time from background noise. Is there a specific technical challenge that makes it hard to avoid t…

  19. comment
    Comment #20478091

    There are editors that allow you to edit the abstract syntax tree (AST) directly. An AST is the parsed representation of your code without information about its presentation (e.g. …

  20. comment
    Comment #20336830

    The idea behind svelte is neat, i wonder though what the impact of its approach will be on a developers ability to understand what is happening under the hood. In my experience opa…

  21. comment
    Comment #20181982

    It is interesting to see the package management approach Deno (Ryan Dahl’s new project) is taking. It has stated as an explicit goal to make the package manager part of the same de…

  22. comment
    Comment #20174868

    The accessibility of the ecosystem is just not good enough for more junior engineers. This used to be a real strong suit of web development, but it has degraded over the years. My …

  23. comment
    Comment #20173921

    I believe Github is working on similar features at the moment. They have been open-sourcing a lot of parser technology recently.

  24. comment
    Comment #20173706

    This is very good development for frontend development. Build systems like webpack were useful technology in earlier days. But they are presenting a big hurdle for newer less exper…

  25. comment
    Comment #20168350

    In my opinion many of these issues with Kubernetes arise because it is not the right abstraction for application developers. You are forced to think about too many low level detail…