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

BruiseLee

no profile record

コメント

BruiseLee
·7 か月前·議論
My employer wants to rename all software developer positions to "prompt engineers". This is to emphasize our shift to be "AI-first".
BruiseLee
·8 か月前·議論
File a dispute with your bank. You did not authorize the charges and you tried working with the business (Cursor) to resolve the issue. Save the emails as the evidence in case your bank needs it.
BruiseLee
·8 か月前·議論
Does not work for me

  curl -X POST -H 'Authorization: Bearer ***' \
  https://challenge.sphinxhq.com/api/mortys/portal \
  -H 'Content-Type: application/json'
  -d'{"planet": 0, "morty_count": 2}'

  {"error":"planet must be an integer"}
BruiseLee
·8 か月前·議論
Back in pre-module days, Slackware shipped with "big" kernel with lots of drivers compiled in. The advantage was that this way the kernel could boot on a wide range of hardware. But it was very bloated (for the time) and the users were expected to recompile the kernel with unnecessary drivers removed. I remember compiling it on Pentium 60 with 16MB of RAM. Took 1-2 hours or so.
BruiseLee
·5 年前·議論
And naturally the ones to decide which software is unsafe will be the lobbyists from the most powerful tech companies like Microsoft or Google.
BruiseLee
·5 年前·議論
Are you sure it was a segfault? DOS did not have any memory protection, so segfault would be impossible. Or maybe you used some protected mode DOS extender?