Viewing profile — peaky_blinder
peaky_blinder
HN member- Joined
- Wed, Aug 10, 2022, 7:49 AM UTC
- HN karma
- 12
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About peaky_blinder
No profile information was provided.
Recent public activity
-
comment
Comment #34577601
Reasonable and educated people in the US should be more critical of their own government which wages wars all around the world. China isn't a saint either but let's be real.
-
comment
Comment #34577290
From the peers.
-
comment
Comment #34577266
Gender imbalance on it's own doesn't say everything. You should actually talk with women in STEM. Many of them shared their horrible experiences so far.
-
comment
Comment #33518206
Marx never specified how “country-wide implementation” should look like, Marxism-Leninism was the most common one. Escaping capitalism in today's world is impossible because the mo…
-
comment
Comment #32993475
They're all weakly typed languages but C is statically typed.
-
comment
Comment #32993394
Paper and pen
-
comment
Comment #32799516
Content like this is a pure gold for us self-taught developers.
-
comment
Comment #32678706
You don't do manual memory management in Rust either. AFAIK (correct me if I'm wrong), even in C++ manual memory management is discouraged in favor of RAII.
-
comment
Comment #32455142
> Also, in Python integers do not overflow, unlike in Rust, C and other buggy languages. There is no such thing as a buggy language. Software can be buggy (or language implementati…
-
comment
Comment #32416979
James Clear talks about this in his book Atomic Habits. Basically people are happier during the _process_ of trying to accomplish some goal than when they actually accomplish that …
-
comment
Comment #32411210
You can configure TypeScript to give you the output for older versions of ECMAScript. No need to limit yourself and you get many benefits (not just strict typing but also some cons…
-
comment
Comment #32409048
You can have small developer time with other technologies too (JavaScript, Go, Elixir etc) and get some additional benefits compared to PHP. Honestly I don't see the reason to use …