Live data from Hacker News

Viewing profile — CR007

CR007

HN member
Joined
Sun, Dec 28, 2014, 3:41 PM UTC
HN karma
58
Public activity
35 items

About CR007

No profile information was provided.

Recent public activity

  1. comment
    Comment #45235575

    BS, compare projects like Infection vs whatever you have to fax to a guy running Ruby.

  2. comment
    Comment #43613129

    Post it on reddit to roast you.

  3. comment
  4. comment
    Comment #39603150

    That's sad. DigitalOcean has a marketplace, you submit apps to end users one-click run. You build these from a packer snap. https://marketplace.digitalocean.com/vendors/guidelines-…

  5. comment
    Comment #39602983

    Why not the $4 bucket? There will be a DigitalOcean 1-Click app?

  6. comment
    Comment #39368428

    You can do quick prototyping without dirt in any language, it just turns out that you like working in dirt.

  7. comment
    Comment #39368229

    I love PHP but I hate the code in this repo.

  8. comment
    Comment #39077188

    Zzzzz tired about this heavily outdated article. Let it RIP for good sake, POS that the author never updated what a joke.

  9. comment
  10. comment
    Comment #38422478

    I distribute server-side software and it was a pain to provide the infra requirements. At higher level users easily miss what is yours and what's another tech, they just don't care…

  11. comment
    Comment #38402335

    The guy lives in Chile but the company is registered at Hong Kong.

  12. comment
    Comment #38239223

    For PHP there's the option of binary distribution using php-micro, sadly not all devs are into it as "just brew". They don't realize that the end user isn't a PHP dev and that havi…

  13. comment
    Comment #38112621

    Where I can see a sample of your PHP work?

  14. comment
    Comment #35900755

    I've been using PHP for about 19 years and what I can tell is that both the language and its community have evolved the right way. Writing modern PHP is a joy, IDE support is great…

  15. comment
    Comment #30709608

    Does it works? I also have issues with users and in my case they don't read this kind of instructions.

  16. story
  17. comment
    Comment #30242864

    Nope. I don't use these frameworks. But thanks for trying to assume how php is on 2022 and how all php devs work.

  18. comment
    Comment #30242611

    The fact that composer comes with an autoloader doesn't means that you have to autoload everything. You can manual include, define your own extra auto loader and use interfaces to …

  19. comment
    Comment #30242502

    Artisans = Laravel dev. Is a complete sub-type of phpc.

  20. comment
    Comment #30242464

    Did you actually get these issues in a real use case? I've been developing PHP software for +15 years and I never had this namespace dilema.

  21. comment
    Comment #28879362

    You are missing the point. This is a freemium plugin listed in the WordPress plugin directory. They (WordPress) are being negligent by exposing users to that kind of code without a…

  22. comment
    Comment #28876365

    > At this point, I’d happily call this level of negligence criminal. I'm missing WordPress responsability here. The amount of crap listed in the plugin store without any standar ne…

  23. comment
    Comment #28677371

    Spoiler alert: Image hosting is a little bit more complicated. Good luck with it.

  24. comment
    Comment #28557911

    I won't ever use an app where I don't control where the stuff is stored. No thank you, that's why I create and advocate for self-hosted software.

  25. comment
    Comment #28464475

    We replaced Docker hub with ghcr + buildah action and we won't ever look back! We are just waiting for more compose support which seems that will happen shortly anyway. Thanks redh…