Viewing profile — bicarbonato
bicarbonato
HN member- Joined
- Mon, Oct 04, 2021, 1:54 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About bicarbonato
No profile information was provided.
Recent public activity
-
comment
Comment #46047099
What do people actually mean when they say "the syntax is janky"? I often see comparisons to languages like Python and Kotlin, but both encode far less information on their syntax …
-
comment
Comment #44174986
> I love inaction as a default decision The thing is, inaction is not simply "not taking an action"; Inaction is taking active action of accepting the current solution. > I doubt t…
-
comment
Comment #42957485
> How are concepts fixing a problem created by previous features to the langue? Concepts fix implicit template requirements > What about ranges? Fix the bad iterators > Auto Fix th…
-
comment
Comment #39709731
Some news websites conduct A/B testing for titles. Maybe it was one of the options.
-
comment
Comment #37632658
Setting aside certain implementation details, here's the basics: Kernel Threads (aka threads): OS-Level and preemptive. Green Threads (aka lightweight threads, virtual threads or g…
-
comment
Comment #33152020
Is the app the same as the desktop version feature wise?
-
comment
Comment #32785809
It might not be a great language to create compilers, but python also has a pretty good structured pattern matching as of version 3.10: class BinOp: def __init__(self, left, right,…
-
comment
Comment #30443156
I believe that every game have this problem if you are far enough away from the origin. 3kliksphilip did a great video on this subject: https://www.youtube.com/watch?v=eK7eNgiQfhk