HN user

agf

992 karma

[ my public key: https://keybase.io/agf; my proof: https://keybase.io/agf/sigs/Y2eQOb3fngk2OjSDP_QK_vfzICAuPjw5NmYb6asLv8M ]

Posts5
Comments212
View on HN

Where do companies otherwise prioritize long-run development over short-term output? In my experience, generally nowhere. So why would this make managers push RTO more?

Some who already want RTO may use this as an excuse, but I would think it would actually reduce RTO pressure overall, as it confirms less short-term productivity, which is what companies actually care about.

In some areas and for some people, Medicaid probably does count as proper healthcare. But it certainly doesn't for other people / other places. Imagine there being one doctor within a multi-million person metro area who takes Medicaid for some sub-specialty. 90 minutes away from you by car. And you don't have a car. This is the reality for millions of Medicaid recipients, including ones I know personally in Chicago.

If I were making a single line code change, then Claude's "style" would take me enough time to edit away that it would make it slower than writing the change myself. I'm positing this is true also for the parent commenter.

This is interesting, and I'd say you're not the target audience. If you want the code Claude writes to be line-by-line what you think is most appropriate as a human, you're not going to get it.

You have to be willing to accept "close-ish and good enough" to what you'd write yourself. I would say that most of the time I spend with Claude is to get from its initial try to "close-ish and good enough". If I was working on tiny changes of just a few lines, it would definitely be faster just to write them myself. It's the hundreds of lines of boilerplate, logging, error handling, etc. that makes the trade-off close to worth it.

EverQuest 1 year ago

Corrupt Qeynos Guards -- Qeynos is SonyEQ spelled backwards. And, depending on your race / class, it didn't even take that much to make them hate you.

Killing the corrupt guards, often one at a guard tower in the Plains of Karanas west of town, and turning in their bracelets to a non-corrupt guard at the bridge to South Karanas, was great XP for quite a few levels in the midgame. And it is possible to repair the corrupt guard XP (slowly) with low-level quests.

Surprised not to see this mentioned in the article.

Lots of places (including a former employer) have done tons of work to upgrade internal infrastructure to support HTTP/2 just so they could use gRPC. The performance difference from JSON-over-HTTP APIs was meaningful for us.

I realize there are other solutions but this is a common one.

The reason this is an issue is that the sub value changes often enough that intergrations ignore it rather than bother users with having to re-OAuth.

As far as what Google is doing in the bug bounty, that's a good question -- we don't know. The author is proposing two new values, for the domain and user, that wouldn't change in the cases that sub changes now, but would change in this case.

Reclaim the Stack 2 years ago

Yes, it adds an additional level of complexity to do role-based access control within k8s.

In my experience, that access control is necessary for several reasons (mistakes due to inexperience, cowboys, compliance requirements, client security questions, etc.) around 50-100 developers.

This isn't just "not zero trust", it's access to everything inside the cluster (and maybe the cluster components themselves) or access to nothing -- there is no way to grant partial access to what's running in the cluster.

For example, in one run, it edited the code to perform a system call to run itself. This led to the script endlessly calling itself. In another case, its experiments took too long to complete, hitting our timeout limit. Instead of making its code run faster, it simply tried to modify its own code to extend the timeout period.

They go on to say that the solution is sandboxing, but still, this feels like burying the lede.

I see why you'd think a human-read one would be better, but in my experience that's not the case. It's not that easy to read out loud and actually sound good.

I've spent a fair amount of time listening to free audiobooks (https://archive.org/details/librivoxaudio) including many that are out of copyright like these, as opposed to modern but in the public domain.

After listening to a few minutes of "Frankenstein" on his site, I would say that these OpenAI generated voices sound better than almost all of the human-read ones on Librevox, both in audio and performance quality -- these are voices that are designed to sound good, and they succeed at that.

Third place 3 years ago

A lot of the comments here are bemoaning the lack of third places, but don't seem to have read the intro paragraph of the linked Wikipedia article.

churches, cafes, bars, clubs, public libraries, gyms, bookstores, makerspaces, stoops and parks

I would also mention that many planned or intentional communities explicitly include a third place -- a community building, clubhouse, country club, student union, retirement home lounges, etc.

You'll also find rec centers, YMCAs, JCCs, etc.

Don't give up on finding your "third place" just because you don't belong to a church or have a for-profit business in your area that wants you to hang out all day.

I've been in situations like this where the cost of killing active queries was lower than the cost of pausing traffic (and having it potentially back up or time out) for the extra time it would take for those queries to finish.

Just because you can wait for them to finish, doesn't mean it's better to when you look at the cutover as a whole.

If you pick "high IQ" as the definition of "genius", this isn't true. Right around the point where and individual would be considered a "genius", the correlation between income and IQ breaks down. So a super-genius makes about the same amount of money as a very smart, but within the bell curve, person.

I would imagine this holds true for other definitions of genius, but I haven't seen quantitative data on it.

This is an under-appreciated point. Look at the solution suggested in the top comment -- paraphrasing, it's "learn to game the system like the spammers, and accept that as a cost of doing business".

Google should be specifically designing towards mitigating this.

Are you saying not "rooves" in spelling, or in pronunciation, or both? I spell it "roofs" but pronounce it "rooves". With "dwarfs" and "dwarves", it depends on context for both spelling and pronunciation I think.

But if someone uses this to do 90% of the work and then just edits it to make it personal and sound like themselves, then it's just a great time saving tool.

This is still way too optimistic. Reading through something that's "almost right", seeing the errors when you already basically know what it says / what it's meant to say, and fixing them, is hard. People won't do it well, and so even in this scenario we often end up with something much worse than if it was just written directly.

There is a lot of evidence for this, from the generally low quality of lightly-edited speech-to-text material, to how hard it is to look at a bunch of code and find all of the bugs without any extra computer-generated information, to how hard editing text for readability can be without serious restructuring.

I think if you read this article you'll see (at least part of) the answer. Not only does a given action have to cause a definable result, the medium upon which the result is deposited has to provide enough detail to read the result back off it, and the people reading the result have to be able to be consistent and accurate in their analysis of that result.

With bite marks, the skin has to hold the bite mark (which it doesn't) and experts have to be able to map it back to real human teeth (which they can't). With blood spatter, there are analogous problems.