jfisher4024's comments

jfisher4024 | 1 year ago | on: Does your startup need complex cloud infrastructure?

No product I’ve ever worked on has been successful enough to require the optimizations that microservices can provide.

Part of the reason they weren’t successful was because my managers insist on starting with microservices.

Starting with microservices prevents teams from finding product-market fit that would justify microservices.

jfisher4024 | 2 years ago | on: Coding on Copilot: Data suggests downward pressure on code quality

I used to use it mainly to write unit tests, which is a nice use case because it’s obvious if it gets it wrong. (The test fails.)

One time I had to use the Go protobuff reflection API, and Copilot was actual crucial because the docs are so bad.

Can’t use it in my current role and I feel less productive.

jfisher4024 | 2 years ago | on: Controversial California bill would physically stop new cars from speeding

This is like how CI forces developers to write better code by nudging us towards good behaviors. Is it annoying sometimes to write well-formatted code with high test coverage? Sure. Is it annoying to drive at the speed limit? Sure. Ultimately, it leads to a better outcome.

If this gets adopted, within 10 years people won’t be able to imagine how we lived without it

jfisher4024 | 2 years ago | on: Spiraling in San Francisco’s Doom Loop

I’ve lived in San Francisco for 20+ years. Downtown is in bad shape, but the rest of the city is quite lovely. I think techies don’t explore the “villages” (Richmond, Hayes Valley, etc) and only see the more corporate, less flattering side of the city (SoMa). This will lead to an uneven view of the city. And a deservedly negative one.

The rumors of San Francisco death are exaggerated. They are also self-fulfilling because they discourage people from investing in the community.

My advice to techies: move West. Take a pottery class and eat a dumpling. Make friends with artists. It’s a richly cultural city once you get out of the bubble.

jfisher4024 | 2 years ago | on: HuggingChat

Better than StableLM chat, worse than ChatGPT. Seems like the best open-source chatbot?

jfisher4024 | 2 years ago | on: Show HN: rpgGPT, RPG with LLM-Powered NPCs

That’s a clever way of doing state. For dndinfinity.com, I rendered the game state as natural language (e.g. “the players are engaged in the following quests”) in the prompt, under the theory that it would be able to reason better.

What issues (if any) did you have storing state in json and just plopping that in the context window?

jfisher4024 | 2 years ago | on: I worked at Google for -10 days

This happened to me too. After I got an offer letter from Google, I was ghosted and notified that the position was deprioritized a week after I was supposed to have started.

I signed a lease in the intervening period expecting a 50% raise compared to my previous job. Bad move lol. Took forever to find a different job.

jfisher4024 | 2 years ago | on: My kids and I just played D&D with ChatGPT4 as the DM

I made an interface for this along with a quest log and game visualizations.

Check it out in a few days at dndinfinity.com

It’s currently down because it hit the maximum usage limit lol. Serves me right for using GPT-3 instead of the ChatGPT API.

page 1