Live data from Hacker News

Viewing profile — vhakulinen

vhakulinen

HN member
Joined
Thu, Apr 16, 2015, 11:46 AM UTC
HN karma
175
Public activity
64 items

About vhakulinen

No profile information was provided.

Recent public activity

  1. comment
    Comment #44060680

    Hi HN! I’m Ville, CTO of Nuanic, a Finnish company developing a smart ring that tracks stress using Electrodermal Activity (EDA) rather than the more common Heart Rate Variability …

  2. story
  3. story
  4. comment
    Comment #32011670

    My last experiment was with bulma css and vanilla javascript (typescript) with web components for components that needed custom/complex interactions. Nice thing with this approach …

  5. comment
    Comment #31051570

    Rather, copied over from other languages.

  6. comment
    Comment #31051258

    Regarding the error handling case, I've played around with the idea of implementing a Result type with typescript and hiding the errors behind that. The end result looks something …

  7. comment
    Comment #30532240

    Oh, thats why the colors change. It actually hurts my eyes when jumping from link to link. So far, the purple is the worst (makes it hard to read).

  8. comment
    Comment #28091897

    From the linked post: > Know when to break the rules.

  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #23627128

    Oni was/is build completely on top of neovim and oni2 turned vim (not neovim) into a library and builds on top of that. I suppose the vscode plugin support is implemented in simila…

  14. comment
    Comment #23476199

    You could try to calculate some numbers on savings or "wasted hours because the corporate support is slow and wont fix our problems fast enough" to turn their heads around. Another…

  15. comment
    Comment #23164996

    > worst lang What makes it bad? > worst toolkit Its actually quite decent. > worst platform support How come? GTK works on window, mac, linux (+ BSDs and probably other unix like s…

  16. comment
    Comment #22636784

    > Why does the rust documentation still suck? Thats a bit harsh. Yes, the documentation might be (is) a bit hard to read in a sense that its hard to _find_ something from it, but o…

  17. comment
    Comment #22369680

    Is that somehow fundamentally different from "git describe --tags --always"?

  18. comment
    Comment #22348118

    Thats just one data point, and for which you could argue that javascript has not one, but two null values: null and undefined. PHP got (or is getting?) type hinting, while javascri…

  19. comment
    Comment #22347691

    Your comparison of today's js/node to PHP from 20 years ago is interesting. I wonder if javascript will be in similar place in 10-20 years that PHP is today (e.g. "its not like it …

  20. comment
    Comment #22347563

    > I think the introduction of emoji reactions was a bad idea, it gamifies the issues system. It depends on the community. I've seen many where the reactions are genuine and actuall…

  21. comment
    Comment #22233852

    More and more places are "offering to give a tip" at least in Helsinki when paying by card. The machine asks if you want to give some or not. Its... weird.

  22. comment
    Comment #22213499

    Besides just writing and designing software: Developed and upheld a process for writing requirement documents for software development with my team mate. Started to do scrum master…

  23. comment
    Comment #22210840

    > My JavaScript tests catch typoed property names every time. My typescript compiler catches typoed property names every time. > I can't remember the last time I merged code with a…

  24. comment
    Comment #22210808

    > TypeScript is less readable. What makes you say so? I find it more readable than javascript.

  25. comment
    Comment #21938253

    Would be worth mentioning that the inline-webassembly npm package is created by the author and quite recently.