Viewing profile — bstewartnyc
bstewartnyc
HN member- Joined
- Mon, Mar 29, 2010, 6:24 PM UTC
- HN karma
- 28
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About bstewartnyc
No profile information was provided.
Recent public activity
-
comment
Comment #4632951
# there is no 'balance', only this algorithm running my life while(True): task=getNextTask() if priority(task)>priority(current_task): backBurner.add(current_task) current_task=tas…
-
comment
Comment #4517963
Well it is a kind of hack
-
comment
Comment #4512659
20% lighter - because that was a big problem lugging around that heavy iphone 4. slimmer - because that thick fat iphone 4 taking up way too much room in my pocket faster - because…
-
comment
Comment #4511508
When I see things like nerf guns, ping pong tables, free soda and snacks mentioned early on in the job description I pretty much pass it up right away because I assume that is all …
-
comment
Comment #4409372
Why would someone need a "formal" education to do this?
- comment
-
comment
Comment #4368520
Vjj
-
comment
Comment #4301095
Great more fake stuff, just what we need.
-
comment
Comment #4296626
How does one know?
-
comment
Comment #4176894
Hmm. Yeah making $300 per week sounds really great. Not. Silly article.
-
comment
Comment #4166433
Good question: I've been one or the other for 19 years and I dont know what the difference is. When I tell non-tech people I am a "software developer" they think I'm some kind of "…
-
comment
Comment #4113959
Ronald Reagan was a wise man and great president.
-
comment
Comment #4019424
Dumb.
-
comment
Comment #3864611
Math seems to work out real well for me...
-
comment
Comment #3799013
Its much better to live poor when you are young then when you are old. You really, really dont want to be poor when you are too old or sick to work...
-
comment
Comment #3787968
Started in 1983 on Apple IIc, writing text-based adventure games. I was 13 years old then. First professional job in 1991.
-
comment
Comment #3754087
I live the burbs and commute to the city by train - but out here I love my car... I never need to drive in traffic.
-
comment
Comment #3529206
I dont know if most people will need to program computers (write code) but I do think the formalism of "imperative knowledge" is actually in its infancy now. And by that I mean the…
- comment
-
comment
Comment #3526988
I'm a 42 year old software developer, and I stay current: SOLR, Hadoop, HBase, Storm, iOS, Clojure, HTML5, etc. Its harder to keep up now (primarily because of less time to study a…
-
comment
Comment #3325971
If options are "underwater" at the time of acquisition, it can be part of the deal that acquiring company does not need to honor those, and they are basically deleted. That happene…
-
comment
Comment #3230715
I somewhat agree with this. It is mostly a question of making decisions that "scale". If engineers are mostly deciding "how to build" something, then managers are mostly deciding "…
-
comment
Comment #3084626
Steve Jobs created products that people love and are more than willing to pay for, even wait in long lines in the rain for. Even during the slowest economy the Apple store at my lo…
-
story
Ask HN: Best language for Linux web service development
I need to port a .NET (C#) web service to Linux. We cannot use Mono, so the options are to use Java or some other language such as Python. Personally I'd prefer to use Python or so…
-
comment
Comment #1841001
Have you used core text at all? Particularly, I'd like to implement some highlighting features inside text views. I'd also like to implement a hybrid text view / drawing canvas (ab…