HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mkoryak

no profile record

comments

mkoryak
·letzten Monat·discuss
I did.
mkoryak
·letzten Monat·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
·letzten Monat·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
·letzten Monat·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
·vor 2 Monaten·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
·vor 2 Monaten·discuss
Gift nyt link: https://www.nytimes.com/2026/05/06/business/media/bbc-guy-go...
mkoryak
·vor 3 Monaten·discuss
This is exactly what I need for printing as 14x10 4x6 photos stitched together!
mkoryak
·vor 4 Monaten·discuss
no no, not asking why use CLI. If I was less lazy, I would use it more often
mkoryak
·vor 4 Monaten·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
·vor 5 Monaten·discuss
Someone should ban this bot, I've seen it before and it's always pretending to run this place
mkoryak
·vor 6 Monaten·discuss
Gift link: https://www.nytimes.com/2026/01/10/dining/beef-tallow-food-p...
mkoryak
·vor 6 Monaten·discuss
Why?
mkoryak
·vor 7 Monaten·discuss
I'm pretty sure I found a way to always win this one as hounds when I was a kid.
mkoryak
·vor 8 Monaten·discuss
I reserved go/poop years ago, but the ability to name a project with that name is diminishing
mkoryak
·vor 9 Monaten·discuss
Nothing shorter than dogself.com ?!
mkoryak
·vor 10 Monaten·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
·vor 10 Monaten·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
·vor 10 Monaten·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
·vor 10 Monaten·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
·vor 3 Jahren·discuss
Usenet was good for file sharing back when newzbin indexing existed. Is there anything around like that today?