Viewing profile — s6ro
s6ro
HN member- Joined
- Mon, Jul 18, 2022, 1:49 PM UTC
- HN karma
- 45
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About s6ro
No profile information was provided.
Recent public activity
-
comment
Comment #38822920
As a sucker :-P for actor based systems was immediately reminded of Pony ( https://www.ponylang.io/discover/#what-is-pony )
-
comment
Comment #38505875
I used to love C++, template wrangling :-P aah, but pretty much gave up after C++11. Right about the time when Scott Meyers also said: "enough" (paraphrasing). My biggest issue for…
-
comment
Comment #38401876
Developers have control, if text is selectable or not. https://api.flutter.dev/flutter/material/SelectableText-clas...
-
comment
Comment #37415793
A short (35 min) overview of BEAM and why it is not like other VMs: JVM, Node https://www.youtube.com/watch?v=pO4_Wlq8JeI
-
comment
Comment #37045911
This "delightful" experience is not just Amazon. Its what happens when large tech. companies play "who blinks first". Apple has a fair share of blame here, with their cut of 30%/15…
-
comment
Comment #36517699
Elixir is functional and immutable first, (and structs) - that alleviates somewhat the pain of not having a strong type system. I really like the architecture of OTP, but I still f…
-
comment
Comment #36517520
Ah memories... I once had 100K Python 2.x codebase to maintain. No docs, no tests and then being required to add features. Had to use the debugger[1] to make sense of the codebase …
-
comment
Comment #36337506
Same for me, learned to properly touch type with my language layout and with the help of notches on 'f' and 'j' to help me find home row. Being able to keep my eyes on the screen w…
-
comment
Comment #36134752
I found it rather annoying that you cannot organise your code to be readable from top-to-bottom in a file, going from the big picture to finer details. Which, I think is much easie…
-
comment
Comment #34877731
If anything, the article proves that when you want performance don't use Node.js - or more generally, abstractions have a cost. The actual library, as already pointed out, is writt…