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

jmaw

59 カルマ登録 昨年

コメント

jmaw
·一昨日·議論
I haven't done that on campus, but I've left my keys in the mechanic's key drop box when dropping of a car overnight!
jmaw
·10 日前·議論
I interpreted it as the author adding some internal dialog about how they want to do more research on the article/person in question so they were opening up a new tab so they could learn more. But I can see how this could certainly be some copy/paste artifact.
jmaw
·18 日前·議論
I do think the article title is a bit misleading.

"75% More Pedestrians Have Been Killed Since 2009. Giant Trucks and SUVs Are *One Reason*" would be a more accurate title based on my reading.
jmaw
·23 日前·議論
Gilfoyle was really ahead of the times with Son of Anton.
jmaw
·23 日前·議論
> aggressively supervised

Is that what we're calling it now?
jmaw
·23 日前·議論
I can see the greater complex-wide cycle argument for complex wide amenities, leasing office support, and maintenance request response/resolution times.

Everyone moves out, so the above issues become a higher priority until units are backfilled. Since units are filled, the above issues become less important (to the owners at least, not the renters). Then renters receive this worse service, start moving out in waves, and the cycle continues.

The mold, and in-unit plumbing, and insect issues seem more like routine maintenance types of things to me. But compounded slightly by longer maintenance request response/resolution times.
jmaw
·23 日前·議論
Sorry for your loss.
jmaw
·23 日前·議論
Interesting. I'll have to do so reading into remote hooks!
jmaw
·24 日前·議論
> I am sorry but I can’t use any US AI if I don’t have the guarantee that I will be able to use it tomorrow.

To be fair this is every commercial model. We have already seen GHCP increase prices by anywhere from 10-100x (depending on usage). And old models get retired all the time. While these are not exactly the same as a cutting edge model being shut down, increasing prices a super high amount leads to effectively the same outcome.
jmaw
·24 日前·議論
Where is it forbidden by the standard? I don't see anything in the GET definition in RFC 9110 [1] forbidding that. My understanding was that this is just undefined behavior. And not recommended due to your point about some third-party CDNs and RPs handling that UB in different ways.

[1]: https://datatracker.ietf.org/doc/html/rfc9110#name-get
jmaw
·24 日前·議論
Does `--no-verify` override the restriction via hooks, or are there some kind of server-side hooks that can be used?
jmaw
·25 日前·議論
I may be the exception, but if I plan to work on non-work related stuff while traveling I absolutely take my personal laptop. I've done this when traveling to my HQ, as well as taking both work and personal laptops on personal vacations.
jmaw
·25 日前·議論
Or Angular, if caring about Google
jmaw
·25 日前·議論
Wait did it actually say "Good luck" in the error message? If so that is hilarious
jmaw
·25 日前·議論
Lol, this site got blocked by my company's network filtering for the reason "games". So you're not the only person/thing that thinks this xD
jmaw
·30 日前·議論
non-paywalled: http://archive.today/sNf0I
jmaw
·先月·議論
What do you mean by this? Does the app have a way of showing you new things in familiar areas?
jmaw
·先月·議論
Any tips on how you unsloppify things? Are you using things like claude.md/copilot.md (or similar) to guide better, do you have specific types of prompts that you run, or do you adjust your code review practices in some way to more efficiently review lots of slop code?

One of my particular complaints is how code-gen LLMs tend to re-create the same code over and over again. Case in point, a use-case where a team name is generated from a list of team member names. The LLM re-generates this code in-line every time it needs to display the team name, rather than simply writing and reusing a utility style function.

I know I need to fix this. At this point I'm planning to just prompt something like "please list all the places where team names are generated/calculated", plus manually search through the codebase, then perform the abstraction myself. But I'm unsure how to prevent this (both this example, and other cases that could benefit from similar utility functions) continuing to occur in the future.
jmaw
·先月·議論
I've definitely shot my own foot off in the past by implementing things in a rockstar manner. In my case, it typically involves me over-abstracting something that really doesn't need it. Or building something for use-cases that never actually happen. So I have to try to keep YAGNI and KISS in mind whenever my mind wanders into over-abstraction territory.
jmaw
·先月·議論
Do you have any examples that you've generated from standup-to-comics? I didn't see anything in the repo, and would like to see some examples before spending the time to set up myself :)