Live data from Hacker News

Viewing profile — mpetrovich

mpetrovich

HN member
Joined
Sun, May 29, 2016, 12:36 AM UTC
HN karma
245
Public activity
70 items

About mpetrovich

petro.blog

Recent public activity

  1. comment
    Comment #48773612

    The classic solution-in-search-of-a-problem. If the founder had started by talking with people in the problem space, he could have discovered what problems were actually worth solv…

  2. comment
    Comment #48344713

    I suspect they ask for email first in order to determine whether to log you in via SSO vs. require a password.

  3. comment
    Comment #48255021

    I found php’s array methods lacking as well. The inconsistencies are a pain. I ended up porting many of the methods from lodash, underscore, etc. to php: https://github.com/mpetrov…

  4. comment
    Comment #48202439

    Seems inferior to C2PA, which is actually an open standard: https://contentauthenticity.org/

  5. comment
    Comment #48202387

    If that’s true and they do intend on shredding their copy on sale, what stops GitHub from buying it back themselves? (through a proxy, obv)

  6. comment
    Comment #48120896

    AI isn't changing the fundamentals of building software. It's changing the speed. Don't confuse the two.

  7. story
  8. comment
    Comment #44019766

    Some feedback: show example input & output without requiring me to create an account. Looks interesting, best of luck!

  9. story
  10. comment
    Comment #42966312

    Reminds me of this open source library I wrote to do the same thing: https://github.com/nextbigsoundinc/imagely It uses puppeteer and chrome headless behind the scenes.

  11. comment
  12. comment
    Comment #39411273

    Good point. What if we combined the best of both: more realistic images from tpdne.com and API-accessible metadata from your site? Seems like a matter of crawling the former to get…

  13. comment
    Comment #39409219

    Perhaps something powered by thispersondoesnotexist.com would better for that. That site returns completely AI-generated faces that seem much more realistic and candid.

  14. comment
    Comment #36549967

    The demos on the Jolly Roger site are hilarious. The bot sounds so realistic, and the bot even had the audacity to ask the scammer, “Are you a real person?!” “Hold on, there’s a be…

  15. comment
    Comment #36498526

    In my career, the biggest problem with ORMs I’ve used is something the author touched on: They can be terribly leaky abstractions. It seems that many ORMs end up re-implementing SQ…

  16. comment
    Comment #35852189

    My goodness, this describes me perfectly as well. The countless choices of a blank slate brings anxiety to a recovering perfectionist like me. Do I choose A or B or Z? I prefer imp…

  17. comment
    Comment #34692213

    No, he’s talking about the movie. You know, the one with the sub.

  18. comment
    Comment #33781741

    Oh, so you’re saying that omitting the version from the header will ALWAYS return this specific version, NOT the latest version? That certainly addresses the footgun I mentioned. E…

  19. comment
    Comment #33781445

    You’re saying that it’s LESS likely to specify the API path at the callsite than the HTTP header? o_O

  20. comment
    Comment #33781295

    I agree with you, so then why not stick with the previous /api/v2 url approach? And it would annoy me far more if my app that talks to GitHub inexplicably breaks in a few years bec…

  21. comment
    Comment #33781128

    Making the version optional is a bad idea, IMO. It lets consumers use your API without versioning, which is like telling them, “here, create a time bomb that may or may not explode…

  22. comment
    Comment #33779042

    The systems angle mentioned later in the article may seem a bit …engineered, but it works! I’ve moved a ton in my life, and I have an annoying habit of losing touch with friends wh…

  23. comment
    Comment #33754782

    I hadn’t considered it since it’s mobile-first, but that’s a great idea to try! I imagine that the arrow keys would control the movement of the empty space, right?

  24. story
    Show HN: I made a sliding puzzle game

    Inspired by another recent puzzle game [1] and bored at home while sick with the stomach flu, I decided to create a mobile-friendly version of the sliding-tile puzzle game that I o…

  25. comment
    Comment #33726713

    Really fun! This inspired me to create my own version of the sliding-tile puzzle game that I used to play as a kid: https://tileslide.com/