Live data from Hacker News

Show HN: Tampon - an open source Buffer app

tamponapp.com

21–30 of 87 posts

Re: Show HN: Tampon - an open source Buffer app

#21

My first thought was "With a name like that, won't people be a little embarrassed to say they're using it?" Then I realized I need to grow up, as I wouldn't have batted an eye if it were called Jock Strap or something inherently male in nature. Bit of a disconnect between the "meaning" of the name and the logo, but again, part of this may boil down to my own level of discomfort/unfamiliarity with products that women…

I wouldn't have batted an eye if it were called Jock Strap or something inherently male in nature

Really? I would totally cringe at something called "Jock Strap" or "scrotum" or "foreskin".

Tampon isn't just a feminine word like "flower" or "butterfly", it's biological and personal. "Anal Probe" is gender-neutral neutral term that also feels inappropriate because of its personal and biological nature.

Re: Show HN: Tampon - an open source Buffer app

#23
post #16

My first thought was "With a name like that, won't people be a little embarrassed to say they're using it?" Then I realized I need to grow up, as I wouldn't have batted an eye if it were called Jock Strap or something inherently male in nature. Bit of a disconnect between the "meaning" of the name and the logo, but again, part of this may boil down to my own level of discomfort/unfamiliarity with products that women…

I doubt people are outraged. I know for myself, I don't care what he wants to do. I just think he should rename it if he wants to be taken seriously.

Well, it's an open source project, not a whole company, right?

Re: Show HN: Tampon - an open source Buffer app

#25
post #12
post #6

Earlier quoted context omitted.

There are only about 40 or so actual lines of PHP (just a simple REST API handler). The background daemon is based on PHP-Daemon too, which is actually surprisingly robust and efficient.

40 or so lines? I'm sorry, what? https://github.com/julien-c/Tampon/tree/master/api Also, I don't think this counts as security: if (strlen($id) == 24) { // Looks like a valid MongoId Edit: this looks bad too: $post = json_decode(file_get_contents('php://input'), true);

There is nothing wrong with either of those two lines of code provided that they are not the only layers of security.

Checking to see if an ID is of the right length is a good way to filter out miss formated ID's early. And the JSON decoding statement is a pretty standard way to get the JSON body out of the request and into an associative array. Of course you will need to validate that it has the right format now, probably using JSON Schema or something similar.

Re: Show HN: Tampon - an open source Buffer app

#26

My first thought was "With a name like that, won't people be a little embarrassed to say they're using it?" Then I realized I need to grow up, as I wouldn't have batted an eye if it were called Jock Strap or something inherently male in nature. Bit of a disconnect between the "meaning" of the name and the logo, but again, part of this may boil down to my own level of discomfort/unfamiliarity with products that women…

I'm a woman, and I think this needs to be renamed (and given a new logo, stat). Not because tampons make me uncomfortable, but because it seems like a cheap ploy to get attention, and it makes it more difficult for me to take the app seriously on its own merits.

Re: Show HN: Tampon - an open source Buffer app

#27

Earlier quoted context omitted.

Perhaps it's a hopelessly misguided attempt to encourage women to get involved with the project, but I think it's just an attempt to grab attention via shock value. Cringeworthy.

I don't think women get attracted to the name (just because they are women). I think it's more for people with a sense of humor.

I think it's more for people with a sense of humor

More accurately: "for tone-deaf people with a seventh-grade sense of humor"

Re: Show HN: Tampon - an open source Buffer app

#29
post #4

Rename it.

Agreed. You wouldn't be the first - Enron's first logo apparently looked like an obscene gesture in Italy even though it was perfectly acceptable in the states, so they changed it. Also, apparently they were originally called 'Enteron', but that approximated a Greek word referring to the intestines. So, in short, if your market is global (and it is), try and go with a word that doesn't have any additional connotation…

The logo makes it clear that the connotations are no accident...

Re: Show HN: Tampon - an open source Buffer app

#30

"Tampon"? Seriously? Trying to be edgy?

Tampon is French for Buffer. I think this is funny.

"The Aristocrats" is a very funny joke. But that doesn't mean it's appropriate to tell in every circumstance. Tampon may or may not be funny, but being funny is not, in and of itself, the measure of whether a name is appropriate.
Post reply on HN