Viewing profile — tthisk
tthisk
HN member- Joined
- Thu, Apr 11, 2013, 6:18 PM UTC
- HN karma
- 40
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About tthisk
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
comment
Comment #20556198
Why would you need dependency injection if you can dynamically replace imported modules through Node's module system?
-
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…
-
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. …
-
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…
-
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…
-
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 …
-
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.
-
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…
-
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…