Viewing profile — lazerscience
lazerscience
HN member- Joined
- Thu, Nov 20, 2014, 9:00 AM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About lazerscience
No profile information was provided.
Recent public activity
-
comment
Comment #9108776
Maybe you can elaborate why this is supposed to be "broken by design"? Django's deprecation policy is one of the best, and also older versions receive (security) updates for a long…
-
comment
Comment #8973092
There's not a general solution to serializing child objects, it totally depends on the use case and the number of children. So for example if you have a lot of child objects it mig…
-
comment
Comment #8870235
Working incrementally definitely makes sense. Also if you don't see a chance to do it in an incremental way you should probably take a step back and ask yourself if the old applica…
-
comment
Comment #8662531
Maybe you can elaborate why you are mentioning them here?
-
comment
Comment #8662527
Yes I think this is what the question is about. Some people might call it "Holocracy" or something like that...
-
comment
Comment #8640924
Planning to do something similar for Thunderbird as well, as it suffers from the same problem?
-
comment
Comment #8640878
Because the article mentions that Chromium doesnt have HighDPI support right now: You can actually compile it with the -Denable_hidpi=1 flag which at least displays most web sites …