HN user

mkoryak

1,495 karma

https://github.com/mkoryak

who/dogself

Posts11
Comments648
View on HN

If you answered that, my past self would have appreciated your answer and maybe even stopped. I mostly got things like: "code", "cash", "love" and one time a "fart"

Back when I was younger and interviewing candidates for a startup where I was one of the oldest engineers my favorite "fit" question used to be "tell me your favorite 4 letter word".

I never actually based my decision on that one, only the technical questions.

This is an example of where I (probably) contributed to making some people feel uncomfortable and I wouldn't do it now.

Checkers Arcade 7 months ago

I'm pretty sure I found a way to always win this one as hounds when I was a kid.

Project Gemini 8 months ago

I reserved go/poop years ago, but the ability to name a project with that name is diminishing

Ive done this before, I have used a bespoke micro framework to build a webpage. A couple of years later I wanted to update it, but discovered that I couldnt do it because of a bug in this framework and the framework also didnt exist anymore. I could fix the bug myself by reading all their code, or I could start over and use something that would still exist next year.

Also, have you read the dagger.js code? https://github.com/dagger8224/dagger.js/blob/main/src/dagger...

Its written like the developer has a limited supply of lines of code. No comments, ton of declarations on the same line, and lines that run longer than most widescreen monitors.

Its all super compact and dense. I would not want to try to fix a bug here.

Suggestion: Add a build step that runs before your code is published to npm so that you can have readable source AND small source.

I find that AI is really good at the easy stuff like writing tests for simple class without too many dependencies that we have all written hundreds of times.

Things go wrong as soon as I ask the AI to write something that I don't fully grasp, like some canvas code that involves choosing control points and clipping curves.

I currently use AI as a tool that writes code I could write myself. AI does it faster.

If I need to solve a problem in a domain that I haven't mastered, I never let the AI drive. I might ask some questions, but only if I can be sure that I'll be able to spot an incorrect hallucinated answer.

I've had pretty good luck asking AI to write code to exacting specifications, though at some point it's faster to just do it yourself

Seeing only one item at a time(on Mobile) is deal breaker for me. I don't know what other stuff is in the feed, and there is no way to easily know without scrolling through a bunch of stuff I probably don't care about.

The images don't really add much for me. I look at the title to decide if this is something I want to read about.

Maybe there is a way to turn off this one thing at a time, but I didn't stick around to find it.

Good luck, it's looking polished and works nicely

Ok, I want to add a pencil icon here, the pencil should be #ccc, here is #ddd, there is rebeccapurple, and over here it should be the same color as the container color.

Please write a nodejs server that produces those tiny images, don't forgot to correctly set the caching headers...