Readit News logoReadit News
ggktk commented on Ask HN: Where can I find small companies to work for part-time?    · Posted by u/ggktk
M5x7wI3CmbEem10 · 4 years ago
do you have any contact info that we can reach out to?
ggktk · 4 years ago
Yes, I just added my email to my profile. If you click on my name, it's in "about".
ggktk commented on Ask HN: Where can I find small companies to work for part-time?    · Posted by u/ggktk
cliffwarden · 4 years ago
Have you been self-employed before?
ggktk · 4 years ago
Yes, although it didn't differ much from regular, full-time work. Basically only for tax reasons.
ggktk commented on Using GPT-3 to explain how code works   simonwillison.net/2022/Ju... · Posted by u/simonw
ggktk · 4 years ago
It's very impressive what AI can do for developers to help us code.

Imagine pair programming with an intern who memorized your database schema. You don't need to go back and forth between schema and your code, you can keep your focus at the cursor. It's great for automating the boring stuff.

I would love if Github provided an API for Copilot. Imagine integrating Copilot with your shell.

ggktk commented on Ask HN: Why do I struggle to follow corporate meetings?    · Posted by u/kypro
patchorang · 4 years ago
It's abstraction, but for things you don't care about. I was an engineer early in my career and I felt exactly as you. All that stuff was in one ear and out the other and I couldn't for the life of me make sense of it.

I moved to product and finally got it. A PM can't explain the same concepts/ideas/initiatives/etc every meeting because the whole meeting will be spent doing that. They give it a name.

Take the strategy example. In the early stages of forming this strategy, part of the PMs job is to communicate it lots of groups of people. They have the same meeting 1-10 times depending on the size of the company. Then everyone who needs to know about this strategy has an understanding of what it is. Then the PM gives it a name. The next meeting, rather than having to explain it from scratch, they call it by its name.

You're either not paying attention when it is first explained (I don't blame you, a lot doesn't matter to an engineer), or you weren't invited to the meeting it was explained.

ggktk · 4 years ago
I wish meetings were held in textual form (like a Slack channel). Reading the history and being able to search through it would make it a lot easier to understand context.
ggktk commented on Kubernetes is a red flag signalling premature optimisation   jeremybrown.tech/8-kubern... · Posted by u/tenfourty
biztos · 4 years ago
And isn’t Wasm supposed to (some day) free us from the need to pick JS for the front end?
ggktk · 4 years ago
Unfortunately, that doesn't seem the way WASM is going. It's been 5 years and we still can't access the DOM without going through JS.
ggktk commented on Tracking Everything I Wore For 1 Year   andrenader.substack.com/p... · Posted by u/0x54MUR41
hhmc · 4 years ago
> Spending over $500 in a year on clothing is totally alien to me!

If you care about ethical production it's difficult to spend less.

> "Albert Einstein reportedly bought several variations of the same grey suit so that he wouldn't have to waste time deciding what to wear each morning."

This sounds incredibly joyless -- the aesthetic equivalent of eating huel for every meal.

ggktk · 4 years ago
I prefer to find my joy in things that are not food or clothes.
ggktk commented on Ask HN: CI in 2022    · Posted by u/parentheses
sngz · 4 years ago
I'm actually in process of moving our team's CI/CD back to jenkins from github actions. I can see github actions working well for a startup to midsize company but my current project working with a big enterprise company with corporate networks and limitations has made it a nightmare.
ggktk · 4 years ago
You can self-host a Github Actions Runner, you will be able to access the host machine's network from your workflows.

u/ggktk

KarmaCake day300August 29, 2021View Original