Hacker News new | ask | show | jobs
by lmm 4823 days ago
>Sure, I get that. I live in the startup world too. I just disagree that it's the government's job to take my money and give it to you — and, of course, vice versa: I won't ask the government to take your money and give it to me.

Fine, good for you - but that's your opinion, and one at odds with most of the electorate. Don't write as if it were obviously correct.

1 comments

The Internet would be a really boring place if we had to prepend "It is my opinion that: " to every sentence.

[And now I'm wondering if I could write a Chrome extension to do exactly that, how hard could it be? pseudocode: `$('form').submit(function() { $('textarea').val().split('. ').map(function(){ return "It is my opinion that: " + this; } ); });`]