Viewing profile — adamsilkey
adamsilkey
HN member- Joined
- Sat, Apr 08, 2023, 6:20 AM UTC
- HN karma
- 40
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About adamsilkey
No profile information was provided.
Recent public activity
-
comment
Comment #47784849
I think it's a little more nuanced than "bands/producers don't care" and a bit more complex than "exporting the audio (that already exists!)". Directly exporting the audio straight…
-
comment
Comment #47156405
No, there are actually four different punctuation marks, all which look remarkably similar to the untrained eye. 1. We have the hyphen, which is most commonly used to create multi-…
-
comment
Comment #47155774
I feel the same way. I've used em-dashes in my writing forever, and I was always particular about making sure they were used properly (from a typography standpoint with no surround…
-
comment
Comment #44962637
Any suggestions on how to get into fountain pens? I handwrite a lot, but fountain pens have always intimidated me.
-
comment
Comment #44257359
I loved your article! Thank you so much for sharing. Fellow procrastinator struggler here. What's been working for me lately is carrying a Field Notes notebook everywhere with me c…
-
comment
Comment #43646389
How so? Even in a perfectly egalitarian world, where no one had to compete for food or resources, in art, there would still be a competition for attention and time.
-
comment
Comment #43343375
> [I probably shouldn't mention that I personally think adblockers are unethical :) ] Okay, I’ll bite. How are adblockers unethical?
-
comment
Comment #42814662
> most were lucky to make it to their mid forties This is a common misconception. Life expectancy at birth being low reflects high mortality for infants and children. If you can ma…
-
comment
Comment #40621978
> Because the same finite pool of attentional resources supports both attentional control and other cognitive processes, resources recruited to inhibit automatic attention to one’s…
-
comment
Comment #40574846
On Windows, you can do this from the run dialogue! [WIN]+R -> https://google.com
-
comment
Comment #40511549
This is the best answer. Windows Internals is a great book/reference for understanding how Windows work, but it won't teach you how to actually program Windows. The Fifth Edition o…
-
comment
Comment #40497947
Maybe my favorite option is missing here. `git commit -v` This will put the diff of the commit into your commit message as comments. Makes it easy to remember what you're doing/com…
-
comment
Comment #40320098
> There's a real element of media literacy (or lack thereof) that we have to consider in this issue. What was the intent of the media? You cannot ignore the impact of artistic deci…
-
comment
Comment #39755794
Most everyone agrees that technical debt is a real thing, but I don’t think we’ve landed on a widely accepted formal definition of what it is. Tech debt is so often used as a quali…
-
comment
Comment #39469800
Can you describe what it was like? What made it so cool?
-
comment
Comment #39469758
Can you describe what that was like?
-
comment
Comment #39385489
I think the point is that engineers are capable of rebuilding internal tools, so internal tools as a product to sell to other companies may not be a great startup idea. It'd be dif…
- comment
-
comment
Comment #39218512
Squashes and rebaseses, used properly, are done prior to committing work into a shared major branch (like trunk or develop or whatever). The goal of the squash is to make the resul…
-
comment
Comment #39121996
Does Zed have vim keybindings?
-
comment
Comment #39033701
Money doesn't buy you happiness, but it _does_ eliminate a set of problems that can impede one's happiness. Which is not to say that the person with money can't then find additiona…
-
comment
Comment #39032717
> The truth is, intellectual property should be protected by those creating it. The whole point of government and laws and societal norms is that not everyone has to be deeply invo…
-
comment
Comment #38845340
Merge isn't superior to rebase; they're both tools with different purposes. Have you ever squashed down a branch before merging back into main? Then you've used rebase. The purpose…