Viewing profile — nickstefan12
nickstefan12
HN member- Joined
- Wed, Oct 29, 2014, 5:08 PM UTC
- HN karma
- 432
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About nickstefan12
No profile information was provided.
Recent public activity
-
comment
Comment #48927064
This describes a lot of people with young kids pretty accurately
-
comment
Comment #29898497
Seriously laughed out loud when the ending brings it back to the junior engineer and the engineering processes. Well done!
- story
-
comment
Comment #26822706
AOE2 (Age of Empires 2) is _still_ going strong some twenty years later. Active reddit, youtube, and twitch communities. Still releasing new civ expansions on Steam. I think it's s…
- story
-
comment
Comment #20069510
Same! Another industry they could play monopoly with
-
comment
Comment #19653056
GPS spoofing is a big part of the Bond movie “Tomorrow Never Dies”. Funny that in a movie it seemed totally fake, something invented for the plot, and yet here I see it’s a real th…
-
comment
Comment #19491310
Nothing is particularly “bad”. I’ve used them in python a number of times. I’m more just commenting that it’s a strange / interesting code based worth sight seeing. It was written …
-
comment
Comment #19489556
I will never forget what I found when hacking the internals of Handsontable many years ago... JavaScript For loops with - :label (eg go to) - continue - break It was definitely an …
-
comment
Comment #19352180
My cynical answer is that engineers often work with “yes”/“no” about feasibility. Leaders usually keep the conversation above that level and think in terms of which problem needs s…
-
comment
Comment #19285260
> What full stack means in the market is front end with a little back end So much this. I believe in full stack development skills, that someone can have them, but I don’t believe …
-
comment
Comment #18691310
> alternative computing reality This such the perfect description. I was working on a Django feature last year that had to work on all DBs and testing the oracle stuff was like ent…
-
comment
Comment #18498779
This is important. I agree that taxing / mandating one house per person / family is probably the only way to reign in rent seeking.
-
comment
Comment #17938713
You may argue that the solution either way is to build more, but I think its important to take problems on at their source. The debate about supply and demand just seems to be the …
-
comment
Comment #17938120
Your analogy is logically sound, but it doesnt match what I've seen in reality. I think the extra factor is that rich people seem to attract more rich people. That is the number th…
-
comment
Comment #17936994
Not the OP, but I would think he's describing: You can't out build rich people. There may be a supply of ten houses and a demand of ten people who need houses. However, that doesn'…
-
comment
Comment #17568478
My argument would be that the demand is created by where the jobs are. What has changed "recently" is that jobs are being more concentrated post invention of the internet. The inte…
-
comment
Comment #17567948
People are going to accuse me of "got mine", but I have none! What I'm saying is to consider that wanting cheaper housing today is throwing away a lot of natural beauty, vistas, an…
-
comment
Comment #17567831
The problem with "just build more" is that eventually you run out of space the same as now, only you get to do it with a worse quality of light / space / light / traffic / noise / …
-
comment
Comment #17323550
"How I won The Lottery" (joke tech talk) https://www.youtube.com/watch?v=l_F9jxsfGCw
-
comment
Comment #17320134
I've learned that the housing crisis is really just a wealth inequality crisis. Basically every city in America now thinks it has a housing crisis. Big. Small. Cheap. Expensive. Se…
-
comment
Comment #17320018
> Everywhere else, the best policy is to increase supply. As long as homes are scarce, only those with deep pockets will be able to afford them. I've changed my mind on this: I thi…
- story
-
comment
Comment #16955533
> Our society isn’t designed for average to poor people to be healthy. The truth. Capitalism isn't about needs and wants but miseries you can tolerate. Unfortunately a bunch of peo…
-
comment
Comment #16542962
Our app models directed graphs in Postgres with a closure table (the transitive edges between nodes). The advantages are that it's just sql, has good performance, and we can query …