HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mpetrovich

no profile record

投稿

You need to calm down

petro.blog
1 ポイント·投稿者 mpetrovich·2 か月前·1 コメント

[untitled]

1 ポイント·投稿者 mpetrovich·昨年·0 コメント

コメント

mpetrovich
·12 日前·議論
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 solving before investing any money and effort into a product.

Everything after that happened were downstream effects of creating something without a defensible reason why and for whom.
mpetrovich
·先月·議論
I suspect they ask for email first in order to determine whether to log you in via SSO vs. require a password.
mpetrovich
·2 か月前·議論
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/mpetrovich/dash

Maybe you’ll find it helpful
mpetrovich
·2 か月前·議論
Seems inferior to C2PA, which is actually an open standard: https://contentauthenticity.org/
mpetrovich
·2 か月前·議論
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)
mpetrovich
·2 か月前·議論
AI isn't changing the fundamentals of building software. It's changing the speed. Don't confuse the two.
mpetrovich
·昨年·議論
Some feedback: show example input & output without requiring me to create an account.

Looks interesting, best of luck!
mpetrovich
·昨年·議論
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.
mpetrovich
·2 年前·議論
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 all the images and then tagging them and serving them via your API.

Anyway, I think your approach is great and only wanted to propose a possible approach to the original feedback above :)
mpetrovich
·2 年前·議論
Perhaps something powered by thispersondoesnotexist.com would better for that. That site returns completely AI-generated faces that seem much more realistic and candid.
mpetrovich
·3 年前·議論
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 bee on my arm”
mpetrovich
·3 年前·議論
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 SQL in their own domain-specific language.

However, an understanding of SQL is often needed to debug and optimize ORM queries.

So why not just use SQL directly then?
mpetrovich
·3 年前·議論
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 improving things rather than creating them from nothing. I’ve come to a similar conclusion as the author as far as how to get out of the fog of greenfield: Satisfice instead of optimize.

In this context, optimizing refers to choosing the best among N options. In contrast, satisficing means choosing the first option that’s good enough. Often, the opportunity cost saved from satisficing is greater than the marginal value gained from optimizing.