HN user

dkn

130 karma
Posts0
Comments33
View on HN
No posts found.

Yep, and wasted token spend on an ongoing basis.

I instruct the LLM to follow TDD practices in certain areas, but otherwise prioritize integration style tests at the edges.

I am curious in your experience how often the LLM must also update the tests. I find that if LLMs write tests after the implementation exists, they are either extremely brittle because they are coupled to the implementation, or they cover little of value because they mock everything to the point of testing nothing.

I question your assertion that more commits and releases per week is more productivity. There could be unexpected effects from your commits that create more work for you or for others and that could be hard to quantify.

Doing bad things faster might feel more productive to you, but it doesn’t mean that you are delivering more value. You might be, but the metrics you have shared to not prove that.

Deno Queues 3 years ago

When deployed to Deno Deploy, KV is a wrapper around FoundationDB, selected for its use in the distributed/edge environments that Deno operates in. When used locally, it's a wrapper around SQLite.

The API is standardized for both.

Deno Queues 3 years ago

Deno is not a programming language though. It's a JavaScript (TypeScript) runtime.

Deno is basically trying to be an infrastructure framework for JavaScript.

I think the parent poster is pointing out that there are more ways of discriminating traffic than just a domain name. Such as geographic location, device IDs, etc. All of which are commonly used.

It's not proof of what is being claimed, but they are variables that would need to be controlled before being confident that Douyin is or is not adjusting content to foreign or domestic users.

I think this is a great summary, and also highlights much of what Joe Armstrong talked about when comparing Erlang to other OO languages, and his earlier decisions to design Erlang to work in the same way whether in a single-node or multi-node environment.

Against Facebook 8 years ago

They aren't forced to, they are trained to. The usage of a social network is innocuous at first.

Similarly, a person is not necessarily forced to start using narcotics to develop a dependency.

Are intersex or transgender considered to be viable sexes though?

What seems reasonable to me is M/F/N where N is not capable of reproduction due to some kind of outlying error, so they cannot be a part of sexed reproduction. Are they omitted?

Sex and reproduction seem binary to me and most people. We should ignore technological or medical assistance and sort those results through the gender buckets which are more important to how they are perceived semantically, as you said.

Yeah I envision this being something that is just fixed over time as people are exposed to new and different ideas.

Yet, it seems to me that a lot of these documents are written and intended to enforce overnight changes in people's unconscious biases.

From the document:

Each of us has the right to enjoy our experience and participate without fear of harassment, discrimination, or condescension, whether blatant or subtle.

I don't know about you guys but I hardly enjoy reading technical documentation. It's not meant to be an enjoyable experience. It's meant to convey complex meaning in a (hopefully) short amount of time. I don't think gendered pronouns add to the effectiveness of this communication method, but I also don't think we need to formalize their usage (or non-usage).

I guess I'm asking why this can't be a natural progression that we all wish to undertake as cooperating organisms rather than enforced with competition and penalties? It seems like a wasted opportunity and unnecessarily polarizing.

I find it hard to believe that people find gendered language to be such a barrier to entry. More likely these are soapboxes for people to politicize from.

I think more harm and time-wasting has been caused as a result of these witch hunts than the original "problem" itself has. I tend to speak ungendered by default more often than not. Perhaps people use gendered pronouns because they're thinking of themselves in the situation they are writing about.

Prettier 1.0 9 years ago

The option seems to put semicolons at the front of your code instead of at the end. Am I wrong? Why is this attractive?

Prettier 1.0 9 years ago

I don't know that there is one. From the repository README:

Prettier bans all custom styling by parsing it away and re-printing the parsed AST with its own rules that take the maximum line width into account, wrapping code when necessary.

I'm with you.

With cats, I find it's different. They tell you when it's time by withdrawing and being very reclusive, nearly catatonic. When we had to put down our last family cat (this would be our third over the course of my life) I decided I wanted to face it head-on and offered to take the cat to the vet to be euthanized. I held her as it happened and it was very, very hard. But at least I knew it was the right thing to do, if not the right environment to do it in.

With dogs, they might be in terrific amounts of pain, but they still want to be with you no matter what. When I try to put myself in that situation, I still want to be with my family through to the bitter end. I don't think I want to be euthanized unless I'm a vegetable. But, a dog doesn't have that higher understanding of what is happening or what the options are.

A very difficult decision to make, but it's difficult because we love them. I think your dog would always appreciate you for that.

Thanks! This is really cool.

I wonder if you could delve into some of the more long-tail SaaS tracking methods you have found to be successful. Additionally, if there were any pitfalls you found specific to the SaaS space, I would love to know about them.

We are embarking on a new (mostly) discrete segment of our existing SaaS product, and we know that we need to learn more about how users are using our site from the very beginning. Hoping for a big early win, as you said :)

GitLab Master Plan 10 years ago

Doesn't that kind of lend itself towards the walled garden philosophy?

Is there functionality being built-in to integrate with Gitlab instead of being forced to use everything Gitlab has to offer?