Live data from Hacker News

Viewing profile — colshrapnel

colshrapnel

HN member
Joined
Wed, Aug 24, 2016, 5:00 AM UTC
HN karma
37
Public activity
38 items

About colshrapnel

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. story
  4. story
  5. story
  6. 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…

  7. comment
    Comment #21234683

    Firefox Focus is also a thing. A permanent incognito mode browser is an ideal candidate for the default browser position.

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. 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 …

  16. 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…

  17. 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 …

  18. 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 …

  19. 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 …

  20. 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…

  21. comment
    Comment #12714444

    Facebook and Wikipedia?

  22. 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…

  23. 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.

  24. 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…

  25. 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…