Viewing profile — peppery-idiot
peppery-idiot
HN member- Joined
- Wed, May 13, 2020, 4:47 PM UTC
- HN karma
- 13
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About peppery-idiot
No profile information was provided.
Recent public activity
-
comment
Comment #42203595
You can do a lot of the codeblock stuff with JavaScript's Function prototype (bind, apply, call): const someBlock = function () { console.log(this.a + 2 + this.c); } const myFunc =…
-
comment
Comment #42124972
Their future success is heavily tied to that set of opinions being correct and drumming up further investment. Even with the best will in the world, this type of quantitative opini…
-
comment
Comment #26804752
From my limited knowledge, Rust's type system is quite close to the ML family-- so perhaps F# would be a general-purpose GC'd language equivalent? I am mainly interested to know ho…
-
comment
Comment #26794934
For web work, are there benefits to using Rust over a garbage collected language that also benefits from a similar type system?
-
comment
Comment #26644565
Yes, if you're an application developer that has to build the latest feature to come out of a spin-the-wheel product management meeting. E.g., you're tasked with adding arbitrary c…
-
comment
Comment #25847664
I was under the impression OOP with classes is not cache performant when doing common game engine tasks like mass updating the velocity or position of objects.
-
comment
Comment #25357144
Our industry has a few standard formats that we rolled our own for. It was a relatively large amount of work.
-
comment
Comment #24752512
Three month notice periods are relatively common in the UK, don't worry about it -- and don't quit before you have another job lined up. Your proposed course of action is predicate…
-
comment
Comment #24697556
Yeah, it's great
-
comment
Comment #24479909
Biodiversity is not about enjoying nature. It is key to the stability of how humanity currently lives on Earth. The term to research for why biodiversity is useful in a utilitarian…
-
comment
Comment #24130229
I don't think anyone who uses Clojure in anger would put it on the same level as JavaScript when it comes to letting through a ton of runtime errors. The integrated tooling around …
-
comment
Comment #23638387
I disagree on Clean Code. It puts too much importance on superficial "5 easy steps" points that put too much priority on the wrong things. Reading quality open source code is a bet…
-
comment
Comment #23236590
Pretty much everything in CI is driven by YAML or JSON or YAML string as a value in a JSON property and they uniformly suck. So I think GP is correct.