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

philpem

no profile record

コメント

philpem
·3 か月前·議論
Given the push to AI/Copilot from MS I'd be impressed if they still did any testing.
philpem
·3 か月前·議論
Makes me wonder if the output is starting to get back into the training input and we're seeing the first signs of model collapse.
philpem
·3 か月前·議論
That fits with my experience. I used Claude Code to put together a pretty complex CRUD app and it worked quite well. I prompted it to write the code for the analysis worker, and it produced some quite awful code with subtle race conditions which would periodically crash the worker and hang the job.

On the plus side, I got to see first-hand how Postgres handles deadlocks and read up on how to avoid them.
philpem
·3 か月前·議論
Or more cynically they reach their level of competence, go one level further and stay there to keep them from ruining the productivity of the people doing the work...
philpem
·7 年前·議論
How do you sell an iOS application on an Android-specific app store?

If you're proposing they port the app to Android -- that's a lot of work. And the Android store is packed with even more junkware than the Apple one.
philpem
·7 年前·議論
Maybe the tyranny of the fiefdoms will drive us back towards HTTPS.

Certainly I've heard the question "why don't we do an iOS app and an Android app?" in respect of conference schedules. Usually after people saw the Google IO schedule app.

My response was, now we have HTTP push notifications, we can do everything we need on a website. Most people just want the now-and-next information. And as a bonus, hook an old PC up to a TV and we've got now-and-next on a conveniently located display (the lobby, main conference hall, etc). Not to mention the ease of maintenance.
philpem
·7 年前·議論
From my experience with bug bounties, if it's not on the OWASP TOP10, they'll kick, stamp, scream and fight -- even if you say "I don't want the bounty, I just want this bug fixed".

(backstory: found a bug in Twitter which disclosed DMs. Reported it, Twitter engineer had a raging tantrum on Hackerone, H1 (I assume) mistook his messages for mine and banned me from the site. Found out a mutual was a Twitter engineer, sent him the POC. A few days later, fixed)