HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eeskildsen

no profile record

Submissions

The Misguided Mix-Up of Celebrity and Leadership (2001)

jimcollins.com
3 points·by eeskildsen·il y a 9 mois·0 comments

comments

eeskildsen
·il y a 2 ans·discuss
Since going full-time on my startup, I often work remotely at my local library. Over my time there, my eyes have been opened to what an absolute treasure public libraries are.

Besides the physical books everyone knows about, which are a treasure by themselves, there are many other valuable resources, as you mentioned, including:

- The Adobe suite, even including Character Animator

- Udemy

- Digital access to The New York Times, The Wall Street Journal, and others

- Free notary services

- Print magazines and newspapers

- Puzzles

- Music and films

- eBooks and audiobooks

...not to mention community activities like classes, groups, and concerts.

Just being physically present in the library has benefited me. When I take breaks, I sometimes pick up a book at random. It may be about sales, health, politics, history. I sometimes come away with new ideas for my business, sometimes am just inspired or informed or amused in general.

I encourage anyone reading to stop by a library if you haven't been in a while. See what they offer. You might be surprised. And please, do what you can to support them in whatever way you can, even if that's just to use them, demonstrating the need for them by your patronage. We need these institutions, and they won't be around forever without our support.
eeskildsen
·il y a 3 ans·discuss
I've found templates most useful as personal shortcuts.

I.e., once you've settled on a prompt that you may reuse, save it to something like a snippet manager so that you don't have to type/speak the whole thing again.

I've been doing this with a snippet manager that supports string interpolation. Recent example:

  I'm working on an ASP.NET Core Razor Pages web application that I need your help with. I will send you the relevant code over several requests. Please reply "continue" until you receive a message from me starting with the word "request." Upon receiving a message from me starting with the word "request," please carry out the request with reference to the code that I previously sent. Assume I am a senior software engineer who needs minimal instruction. Limit your commentary as much as possible. Under ideal circumstances, your response should just be code with no commentary. In some cases, commentary may be necessary: for example, to correct a faulty assumption of mine or to indicate into which file the code should be placed. Code: {{Code}}
There's obviously nothing magical about the wording; saving it just gives me a quick shortcut for inputting paginated code and then explaining what's needed.