Viewing profile — gameface
gameface
HN member- Joined
- Sat, Dec 05, 2015, 9:24 AM UTC
- HN karma
- 32
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About gameface
No profile information was provided.
Recent public activity
-
comment
Comment #22274763
Main takeaway here is this: > Information Systems are super-useful for hardening and regularising processes so that they follow standards, run more quickly, cheaply and smoothly an…
-
comment
Comment #22209607
I’ve always found the desktop hierarchy to make a lot of sense - windows, files, directories. Individual programs within that system may not always continue the abstraction I guess…
-
comment
Comment #22178614
I thought the whole point of go was to remove extraneous features and provide a completely minimal programming language. The argument being that all those extra features are a sour…
-
comment
Comment #22167326
Main take-away seems to be to tailor the method to the risks you face. I’m not sure how this helps, since you now need a method for identifying and prioritising risks. Hmm
- story
-
comment
Comment #21619216
Doesn’t account for political problems, time management problems or the ever-present issue of people turning your estimate into a commitment, but sure.
-
comment
Comment #21563266
I don’t use a debugger. I just use a REPL to try things out and ‘explore’ the state of my code. If it doesn’t come back with what I’m expecting then that’s a bug. The idea of openi…
-
comment
Comment #19885927
It might not have everything you want, but just using private github repos, an organisation, and the issues on there would be my preference. Most developers are already familiar wi…
-
comment
Comment #19237941
Discussed a bit a few weeks back on HN, perhaps? https://news.ycombinator.com/item?id=19084102
-
comment
Comment #18935731
On the other hand, as an individual working in IT I can achieve so much more than I could before... team sizes seem like they’re a lot smaller now as a result. That’s the upside, s…
-
comment
Comment #18896082
Is the financial crisis a good example here? A systemic failure of risk management caused by a bonus scheme that rewarded bad behaviour and led banks to over extend themselves. See…
- story
- story
-
comment
Comment #14339832
What are the reasons for wanting to run java inside docker? The jvm is supported andavailable, and portable on every environment socket is, so what does it get you?
-
comment
Comment #14154495
This has just been installed on all the developer PCs where I work. You can't turn it off. I guess it's another aspect of the surveillance society we're now in, but I wonder to wha…
- story
-
comment
Comment #11367727
I'm new to all this, but it seems like redux addresses a lot of these concerns, no?