Viewing profile — vhakulinen
vhakulinen
HN member- Joined
- Thu, Apr 16, 2015, 11:46 AM UTC
- HN karma
- 175
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About vhakulinen
No profile information was provided.
Recent public activity
-
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 …
- story
- story
-
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 …
-
comment
Comment #31051570
Rather, copied over from other languages.
-
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 …
-
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).
-
comment
Comment #28091897
From the linked post: > Know when to break the rules.
- story
- story
- story
- story
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #22369680
Is that somehow fundamentally different from "git describe --tags --always"?
-
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…
-
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 …
-
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…
-
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.
-
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…
-
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…
-
comment
Comment #22210808
> TypeScript is less readable. What makes you say so? I find it more readable than javascript.
-
comment
Comment #21938253
Would be worth mentioning that the inline-webassembly npm package is created by the author and quite recently.