Viewing profile — colshrapnel
colshrapnel
HN member- Joined
- Wed, Aug 24, 2016, 5:00 AM UTC
- HN karma
- 37
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About colshrapnel
No profile information was provided.
Recent public activity
- story
-
comment
Comment #37481555
It seems Stack Overflow is fiercely opposed to such changes. So I am posting here out of naive hope that may be some startup will find this idea worthy. It's still looks very consi…
- story
- story
- story
-
comment
Comment #21256591
So, given you "don't care what happens to PHP", I assume you don't give much heed to whether it's winning or dying. That's basically what @deanclatworthy is saying, so there is not…
-
comment
Comment #21234683
Firefox Focus is also a thing. A permanent incognito mode browser is an ideal candidate for the default browser position.
-
comment
Comment #21170454
I remember reading an article about Ben Underwood[1]. It was headlined with something like a blind boy can play video games using an echolocation. It turned out he just remembers t…
-
comment
Comment #21105536
"escaping input" is a notorious delusion. And a bad one. - it is not "input" must be treated , but, so to say - output. It's the destination that matters, not the source. By the ti…
-
comment
Comment #20938859
You'd laugh at me, but I am still using a LiveJournal clone - Dreamwidth. This pre-social network is quite comfortable to be in. It is, so-to say, non-invasive. You'd never see a p…
-
comment
Comment #19919211
What are you talking about is just a syntax. Which is not an issue for a PHP dev nowadays. I am typing much more custom method names than vanilla PHP functions. And when I have, my…
-
comment
Comment #19919125
And on its quest towards JIT the language becomes less and less dynamically typed. strict_types=1 is already a standard in most major applications and all the cleanup that has been…
-
comment
Comment #17363634
I always wanted to have an incognito browser as default option on my mobile. Recently I chanced to discover Firefox Focus on Google Play and that's exactly what I wanted. Now it's …
-
comment
Comment #16992751
If your goal is to post, then SO is excellent. But if your goal is also to read, there are questions. Nobody ever tried to use Stack Overflow without Google yet. given all its bell…
-
comment
Comment #16987558
And here comes the question of maintainability. For the code, we are trying to have a single repository to avoid duplicates and to have just a single place to make changes. That's …
-
comment
Comment #16987423
Yes, and it makes Stack Overflow more like an imageboard than a documentation project. So I have doubts whether it can be used for the purpose especially with Google removed from t…
-
comment
Comment #16987271
Stack Overflow has very small experience with reusing the knowledge, aimed primarily at providing fast on-site answers, for questions too localized for reuse. I have doubts in its …
-
comment
Comment #16987017
SO is bad with search, entirely giving it away for Google to find relevant answers. In a wiki, at least I can follow the structure to find relevant pages, but in the heap of badly …
-
comment
Comment #16986489
Stack Overflow largely relies on Google Search, but for private teams it won't be available. And internal search is just unreliable. Also I fail to see how answers on SO for Teams …
-
comment
Comment #12714500
It it will break BC, then don't use it? You guys are using every dirty trick invented for internet discussions in the last 30 years. You said it dosen't exist. When I showed the wa…
-
comment
Comment #12714444
Facebook and Wikipedia?
-
comment
Comment #12714436
That's just your speculations that you are trying to pull here, to support your point of view that contradicts with the real world evidence (PHP is popular). Honestly, you are clai…
-
comment
Comment #12714419
Come on, choose one. Either PHP is easy but insane or it is not that easy, at least compared Python? Sorry, I can't get your exact idea.
-
comment
Comment #12714107
You can make them throw actually. set_error_handler("myErrorHandler"); function myErrorHandler($errno, $errstr, $errfile, $errline) { throw new Exception($errstr, $errno); } Is all…
-
comment
Comment #12713706
You guys are so fixed on that standard library thing that I am getting scared. In a way, it's the best compliment PHP can get, means nitpicking on the function names is all they ca…