Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> That is not at all clear from the problem description.

Seems like everyone else here thinks it’s perfectly clear.



It can't possibly be "clear" because it doesn't follow from the problem description. Which, verbatim, was simply this:

   Our programming challenge: Add a mult command to memcached.
Maybe "adding a command" involves "hacking the codebase"; maybe it doesn't.

From the problem statement as such, you can't tell.


I confess to being a little confused by that. How can you “add a command to memcached” without altering memcached’s source code?


I know nothing about memcached. But in general, out in programmingland:

"Adding a command to do X" does not imply (in general) "altering the source".

That is, there are plenty of cases where one does not need to hack the source to effectively "add a command" to the running system.


Ok, I guess you’re thinking of your shell where you can “add a command” by dropping a shell script anywhere on the disk? Or your text editor, where you can add commands by editing some config file? I guess that’s fair. Note however that each of these programs has bent over backwards to enable easy extensibility. The average program does not. This is more like adding a command to sed or grep, which have no extensibility (aside from editing their source code).


The average program does not.

Right -- the average system does not. But that doesn't mean that every system does not. That's all I'm saying.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: