Viewing profile — silon4
silon4
HN member- Joined
- Fri, Nov 11, 2011, 7:40 PM UTC
- HN karma
- 7
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About silon4
No profile information was provided.
Recent public activity
-
comment
Comment #3863873
Personally, in my own code I also like to put pass at the end of all blocks. It's more consistent, and it also makes auto indent in the editors work properly. Anyone else?
-
comment
Comment #3843310
Abusing javascript as a semicolonless language is a bad idea (Go also). If you wish to have a langage without semicolons, design your grammar properly, not add kludges to the lexer…
-
comment
Comment #3793590
I'm waiting for python to fix "from __future__ import braces". Or at least make "pass" mandatory for end of block
-
comment
Comment #3776375
POST /orders/42?pay=1 POST was always about actions, not just resources.
-
comment
Comment #3683074
If it's a flash problem, I don't think Chromium has flash at all.
-
comment
Comment #3578746
If RAM is precious, you shouldn't use GC anyway. It typically has 2x memory use overhead to reduce GC performance cost.
-
comment
Comment #3550184
I like the same model. (send password change token to email). BrowserID from Mozilla may help here too.
-
comment
Comment #3521908
Me too :(((
-
comment
Comment #3416380
Agreed, but there's a solution. Emacs recognises the end of a block by using "pass" to end the block. This makes it reindent properly. It's not the official python style, but I pre…
-
comment
Comment #3413500
Or the zeroth month.
-
comment
Comment #3280561
For me, broken Alt+Tab that switches applications instead of windows is a non-starter. And the top application menu bar. The rest is OK and I can learn/adapt.
-
comment
Comment #3225863
>they're basically cloning OSX bad habits: instead of switching between windows on Alt+Tab they're now switching between apps (across virtual desktops!). This is THE reason why I w…