Live data from Hacker News

Do you ever avoid submitting something on HN so devs won't ruin it?

news.ycombinator.com

41–50 of 312 posts

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#41

> but apparently money makes people do anything. I don't see the link with your example. How would people profit of finding the number of dislikes on YouTube? Also, sharing this would increase the number of users of the exploit, and its general publicity, making it more likely to be fixed. Nothing to do with having each other's back. And then, considering that you are disclosing a security leak, the "having each othe…

This post is doing a great job at smoking out the narcs.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#42

Yeah I do this. Most of what I build, nobody knows about it nor is it release into the wild. Latest example: at my current workplace we have some crappy custom compilers for our platform.... I've rebuilt them in a way that I like (and using C# instead of Java), that enables me to use it in a small visual studio code plugin that enables me with real time error messages as I code against our platform, so basically cons…

I get this. If you tell people, and it gets released into the official tool chain, you will also probably then be its "owner". More work for you with no extra money.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#43
post #7
post #2

There's already extensions to bring back the dislikes. Last I heard they're removing them from the YouTube API in three months. And yes, I don't post things here because I don't want to get hacked. Lots of big brains here.

the ratio will stay though with a like and ratio number you can reverse-calculate the amount of dislikes

Isn't there a population shift, though? The users who will install an extension for this have different tastes than the users who won't, so you can't assume the like-dislike ratio for the population who will matches the population who won't.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#44

Yeah I do this. Most of what I build, nobody knows about it nor is it release into the wild. Latest example: at my current workplace we have some crappy custom compilers for our platform.... I've rebuilt them in a way that I like (and using C# instead of Java), that enables me to use it in a small visual studio code plugin that enables me with real time error messages as I code against our platform, so basically cons…

Wait, why don't you want to help your colleagues? That seems pretty shitty.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#45

Earlier quoted context omitted.

You wouldn’t know if you did.

I would because they'd be more productive than me.

They might be more efficient, but by working 1/4 as much they're equally productive!

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#46

Yeah I do this. Most of what I build, nobody knows about it nor is it release into the wild. Latest example: at my current workplace we have some crappy custom compilers for our platform.... I've rebuilt them in a way that I like (and using C# instead of Java), that enables me to use it in a small visual studio code plugin that enables me with real time error messages as I code against our platform, so basically cons…

My experience is complete opposite to yours.

I've built at least hundred of little tools here and there to improve my productivity to the point where single keypress is what only needed in every other context to run specific scenario.

I've tried to give it to my fellow devs around to make their lives easier.

No-one seems to care enough even to try.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#47

> but apparently money makes people do anything. I don't see the link with your example. How would people profit of finding the number of dislikes on YouTube? Also, sharing this would increase the number of users of the exploit, and its general publicity, making it more likely to be fixed. Nothing to do with having each other's back. And then, considering that you are disclosing a security leak, the "having each othe…

I assumed the OP meant that sharing it here would mean someone on the YT team would see it and fix it. As opposed to having their hacker ethos win out and let the bug stay I guess?

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#48
I once wrote a python script that went through the various ticket prices on the megabus website (which used simple GET queries in the url), to find out future dates with cheap tickets.

It's the kind of thing that you could do by hand, but the website (intentionally?) made it a tedious and time-consuming clicking exercise to compare effectively.

They changed their API eventually, but I made decent use of the script for a couple of years.

To me it looks like the lind of script that, had it gotten traction, Megabus would have changed their interface a LOT sooner (and also I'd be competing with others over the cheap tickets!); so I kept it to myself.

Re: Do you ever avoid submitting something on HN so devs won't ruin it?

#50

Yeah I do this. Most of what I build, nobody knows about it nor is it release into the wild. Latest example: at my current workplace we have some crappy custom compilers for our platform.... I've rebuilt them in a way that I like (and using C# instead of Java), that enables me to use it in a small visual studio code plugin that enables me with real time error messages as I code against our platform, so basically cons…

My experience is complete opposite to yours. I've built at least hundred of little tools here and there to improve my productivity to the point where single keypress is what only needed in every other context to run specific scenario. I've tried to give it to my fellow devs around to make their lives easier. No-one seems to care enough even to try.

It sounds like you deserve a new job with more challenging peers. Environments like that can suck the life out of a bright flame

Reminds me of a younger self going to interview for the technical team at a bank. I arrived full of youthful zest, thoroughly aced the interview. One of the interviewers, who already looked rather zombie-like, accompanied me to the exit. As I walked off he lit a cigarette and shouted after me, "don't accept the offer, this is not a place for someone like you!"

Made a variety of friends over the years who have shared stories of that bank. It's notorious, the interviewer was absolutely right.

Post reply on HN