HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mkoryak

no profile record

comments

mkoryak
·tháng trước·discuss
I did.
mkoryak
·tháng trước·discuss
I hid my toy vibe coded site's code inside the alpha channel of its logo. https://dogself.com

I probably should have minified it too...
mkoryak
·tháng trước·discuss
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"
mkoryak
·2 tháng trước·discuss
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.
mkoryak
·2 tháng trước·discuss
I find that it often pulls a solution that is good enough for this problem today. Sometimes that is great, and other times it's just creating a pile of shit
mkoryak
·2 tháng trước·discuss
Gift nyt link: https://www.nytimes.com/2026/05/06/business/media/bbc-guy-go...
mkoryak
·3 tháng trước·discuss
This is exactly what I need for printing as 14x10 4x6 photos stitched together!
mkoryak
·4 tháng trước·discuss
no no, not asking why use CLI. If I was less lazy, I would use it more often
mkoryak
·4 tháng trước·discuss
Can you explain to me why either of these is useful?

I've somehow gotten by never really needing to pipe any commands in the terminal, probably because I mostly do frontend dev and use the term for starting the server and running prodaccess
mkoryak
·5 tháng trước·discuss
Someone should ban this bot, I've seen it before and it's always pretending to run this place
mkoryak
·6 tháng trước·discuss
Gift link: https://www.nytimes.com/2026/01/10/dining/beef-tallow-food-p...
mkoryak
·6 tháng trước·discuss
Why?
mkoryak
·7 tháng trước·discuss
I'm pretty sure I found a way to always win this one as hounds when I was a kid.
mkoryak
·8 tháng trước·discuss
I reserved go/poop years ago, but the ability to name a project with that name is diminishing
mkoryak
·9 tháng trước·discuss
Nothing shorter than dogself.com ?!
mkoryak
·10 tháng trước·discuss
no prob. I have written code like that, and there is some allure to cram as much logic as possible into a single line.

The problem is that the nice feeling you get from writing it is inversely proportional to the nice feeling I have when reading it.
mkoryak
·10 tháng trước·discuss
Yes, there are places to find worse code, but this isn't what I would call clean, readable code.

Some of it feels like it was written with the goal of not pressing enter. Can I read it and debug it? Certainly. Do I want to? Certainly not.
mkoryak
·10 tháng trước·discuss
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.
mkoryak
·10 tháng trước·discuss
Seems neat. I wouldn't use it for personal stuff because I'd be afraid of getting locked into a framework that might not exist next year.

Once this project is about a year old, if it still has any commits, then I'd consider it.
mkoryak
·3 năm trước·discuss
Usenet was good for file sharing back when newzbin indexing existed. Is there anything around like that today?