Viewing profile — fsnarskiy
fsnarskiy
HN member- Joined
- Tue, Jun 12, 2018, 11:46 PM UTC
- HN karma
- 7
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About fsnarskiy
No profile information was provided.
Recent public activity
-
comment
Comment #18730838
Again you are saying the "inner functions should only be allocated once", there is no rule or book in CS that states that as the absolute truth. It is however a concept that would …
-
comment
Comment #18677716
Also to clarify something, it technically wouldn't be a closure since - A closure is an inner scope that has a references to its outer scope. It happens any time a function is crea…
-
comment
Comment #18677602
what i was demonstrating by showing that design pattern is that there is already an easier and clean way to do private variables and scopes. BUT if you want to talk about its speed…
-
comment
Comment #18676816
Please for the love of god learn functional programming. this is a primary example of being stuck thinking there is a RIGHT way to do things according to Object oriented design pra…
-
comment
Comment #18676699
Why? I feel like the person who proposed this is relatively young and newer to coding. The reason why i say this is the functionality he is proposing can already be done using one …
-
comment
Comment #17831208
This is actually very interesting. Low-grade inflammation is often linked to aging and cancer developments, it is however often unclear whether its cause/effect or correlation - ht…
-
comment
Comment #17404573
Are you guys srsly complaining about the title? WTF you think this is? a poetry slam or Fox News? This is a developer journal of a guy who was trying to fix security holes, this is…
-
comment
Comment #17299343
A much better article that talks about the same problem today - https://thetechsolo.wordpress.com/2016/02/29/scalable-io-eve...
-
comment
Comment #17299233
OK threads aren't "BAD" or "GOOD", threads are a tool to be used correctly. Threads are like a data super-highway and all the incorrect uses of them arise from using them for way t…