HN user

Feathercrown

170 karma
Posts1
Comments76
View on HN
Half-Baked Product 19 days ago

Given "dirty" would make a strange (although valid) imperative, it would likely be referring to the state of the dishes

Correct me if I'm mistaken, but weren't pencils ruled out by NASA because of the dust they create when they write? The toilet engineering could be a similar situation. These people are professionals, we should not assume they built it like this for no reason.

This is a well-known effect, it does make a significant difference. People feel safer driving slower when the road has obstacles closeby or when it's curved. You can use this to slow people down with bollards, small curves, or even trees near the road in rural areas.

I haven't found that to be very accurate. I suspect the internal idiosyncrasies of a company are an issue, as the AI doesn't have the necessary context.

I did this the other day in an old component that had been refactored several times. It's incredibly satisfying. IMO removing code is often more important than adding it because it helps so much with maintainability and future development speed.

This is an excellent tool for the toolbox. My company has work from home days but the managers technically have to approve schedule changes/exceptions. Since they almost always approve it, we usually just say "I'll be working from home Tuesday if that's okay" and unless they object, you're good.

How I use git 2 years ago

Something I've always wanted is a simple way to rearrange local commits between different branches (or reorder them) by clicking and dragging. I know there are CLI tools out there to do it, but I haven't explored the options yet. I think that's much more intuitive than doing the same actions using the CLI, although that's mostly because using the CLI forces you to know the Git internals by heart, which is probably a good thing in the long run.