Viewing profile — autoreleasepool
autoreleasepool
HN member- Joined
- Mon, Dec 22, 2014, 3:52 PM UTC
- HN karma
- 958
- Public activity
- 373 items
- HN profile
- View on Hacker News ↗
About autoreleasepool
No profile information was provided.
Recent public activity
-
comment
Comment #45476414
Beautifully put, poetic even. The only problem is that, in (*actual).reality, unsafe Rust is difficult to read, difficult to write, difficult to maintain, difficult to learn, has z…
-
comment
Comment #14521942
For a good base, I recommend the book "The Design and Implementation of the FreeBSD Operating System" by Marshall Kirk McKusick. It's really in depth and I was able to follow it wi…
-
comment
Comment #14489402
Sorry, I accidentally commented on the wrong post somehow. Unfortunately, I can't delete the comment.
-
comment
Comment #14489293
[deleted]
- story
-
comment
Comment #14428079
Don't forget about Objective-C++! That's where the true powers of the dark side are. Side Note: Objective-C is such a criminally underrated language. I often see people complaining…
- story
-
comment
Comment #14364983
Yes, agreed. IMO, curly braces would have made much more sense. It's not even bikesheding, really. It's just a fact that curly braces are less used in most written languages. I wou…
- comment
-
comment
Comment #14172528
Check again. On the homepage scroll down to: > An Application " Using props and state, we can put together a small Todo application. This example uses state to track the current li…
-
comment
Comment #14172383
The example in the article was lifted from the front page of the official React website [0]. [0] https://facebook.github.io/react/
-
comment
Comment #14172351
> write a bunch of code to deal for various browsers jQuery helps here
-
comment
Comment #14172298
I don't see where the parent suggested no framework. It's likely he or she prefers working a different framework or library, like vue.js or even jQuery. For me, jQuery is the bare …
-
comment
Comment #14172267
Regardless of these complaints, the job market for React is just too damn good to ignore. I bit the bullet and began learning. As a newbie, I understand the sentiment of this artic…
- story
-
comment
Comment #14158411
If you're interested in iOS/Cocoa development, Swift is a top-notch statically typed language with lots of paradigm flexibility. Unfortunately, it isn't used as much outside of tha…
- story
-
comment
Comment #14149714
When I'm not on medication I'm prone to manic/psychotic episodes and usually begin to hear voices. Maybe drugging isn't the best solution, but for me it's the only one that lets me…
-
story
Ask HN: Previously employed; no CS degree. Should I enroll in a bootcamp?
Hi HN, I feel so stuck. I'm 25 and live with my parents. I do not have a CS degree (I have a BA in Economics). A year ago, I quit my full-time job as maintainer of a legacy C++ cod…
- comment
-
story
Ask HN: What is the best JavaScript framework for a multipage application?
Disclaimer: I am not a professional web developer. I have never seriously done front-end work. I am writing an web application in Elixir/Phoenix. It is an app with many categories …
-
comment
Comment #13789664
I can't wait until May[0] for the new 'Programming Phoenix' book. I found the first edition to be a great learning experience. [0] http://shop.oreilly.com/product/9781680502268.do
- comment
-
comment
Comment #13769606
There's an observable soft spot for Nintendo consoles in a lot of "PC master race" types. I'm definitely not a part of that community, but I agree a higher powered PC plus whatever…
-
comment
Comment #13768371
Eclim is already fairly useful for Ruby developers. I use it for the "stellar omnifuncs" it provides YouCompleteMe as described in the official docs [0]. [0] https://github.com/Val…