Thanks for getting rid of auto-refresh. It sucked to have the page refresh while typing or scrolling.
Be careful when you do unicode. I know that's often requested, so it'll probably be done, but be aware it makes protection from injection attacks (including sql & script) much trickier. You probably want do do encoding on output and bound parameters on input, rather than trying to filter input.
The last day or two I had error saying I was posting from an open proxy, on multiple devices and networks. It
I've been reading slashdot for a long, long time, but only started posting within the last year or so.
Allowing editing of posts for during a grace period (10 minutes? 30 minutes?) would be a most welcome addition, if only to let me fix things when I screw up closing a italic tag.
But either way, thanks. It looks like you guys are working hard to make slashdot as good or better than it used to be.
I dunno, It really doesn't seem fair to let people edit the historical record, especially when people start replying to them. Waaaay too easy to put words in someone's mouth by making it look like they're objecting to something they didn't, etc. You need something similar to gmail's undo feature, which delays sending for a few seconds instead of actually calling the mail back once it's been committed.
Although that functionality does already exist in the "preview" button.
Agreed, you can already hit that Preview as often as you like, use it.
Actually, that preview button might make things worse sometimes. As I struggle with English grammar and edit my messages little by little while reviewing them in the preview, I sometimes forgot to take effects of all those modifications in the account and the end result is awkward. Like changing something crucially at the beginning of the message and leave later references unchanged accordingly. There is just too many things to think, and something slips trough. While this is my personal shortcoming and I'm
The ability to see past edits would address that. But really, we just need better editing. Preview helps, but a live preview would be better, prefereably with spelling, grammar and link checking.
The legitimate uses for after the fact editing seem to be catching something you missed in the preview, so fixing that at source seems to me to be the better option.
I dunno, It really doesn't seem fair to let people edit the historical record, especially when people start replying to them. Waaaay too easy to put words in someone's mouth...
I agree with both sides.
On other sites, like ArsTechnica, there is a culture of adding an "edit: typo" type subscript. But that wouldn't work here, because it is only by custom and this place is a bit more gladiatorial.
So my proposal for a technical solution would be to allow the addition of a post-script for 10 minutes or something. Like a few minutes ago I made an embarrassing their/there error, and like usual I saw the typo right after pressing submit, not during the preview (which I did use). I'd be abl
A button to show changes on edited posts is all that is needed (and extra DB fields for storing and tracking revisions). A revision limit could help with this.
Where's my UTF8? (Score:3)
Just kidding, I'm sure fixing slashcode for that is going to be a nightmare.
Re: (Score:5, Informative)
auto-refresh sucked. Beware UTF8 injections (Score:5, Insightful)
Thanks for getting rid of auto-refresh. It sucked to have the page refresh while typing or scrolling.
Be careful when you do unicode. I know that's often requested, so it'll probably be done, but be aware it makes protection from injection attacks (including sql & script) much trickier. You probably want do do encoding on output and bound parameters on input, rather than trying to filter input.
The last day or two I had error saying I was posting from an open proxy, on multiple devices and networks. It
Re: (Score:4, Informative)
Re: (Score:4)
I've been reading slashdot for a long, long time, but only started posting within the last year or so.
Allowing editing of posts for during a grace period (10 minutes? 30 minutes?) would be a most welcome addition, if only to let me fix things when I screw up closing a italic tag.
But either way, thanks. It looks like you guys are working hard to make slashdot as good or better than it used to be.
Re:auto-refresh sucked. Beware UTF8 injections (Score:5, Insightful)
I dunno, It really doesn't seem fair to let people edit the historical record, especially when people start replying to them. Waaaay too easy to put words in someone's mouth by making it look like they're objecting to something they didn't, etc. You need something similar to gmail's undo feature, which delays sending for a few seconds instead of actually calling the mail back once it's been committed.
Although that functionality does already exist in the "preview" button.
Re: (Score:2)
Re: (Score:1)
Agreed, you can already hit that Preview as often as you like, use it.
Actually, that preview button might make things worse sometimes. As I struggle with English grammar and edit my messages little by little while reviewing them in the preview, I sometimes forgot to take effects of all those modifications in the account and the end result is awkward. Like changing something crucially at the beginning of the message and leave later references unchanged accordingly. There is just too many things to think, and something slips trough. While this is my personal shortcoming and I'm
Re: (Score:2)
Re: (Score:2)
I dunno, It really doesn't seem fair to let people edit the historical record, especially when people start replying to them. Waaaay too easy to put words in someone's mouth...
I agree with both sides.
On other sites, like ArsTechnica, there is a culture of adding an "edit: typo" type subscript. But that wouldn't work here, because it is only by custom and this place is a bit more gladiatorial.
So my proposal for a technical solution would be to allow the addition of a post-script for 10 minutes or something. Like a few minutes ago I made an embarrassing their/there error, and like usual I saw the typo right after pressing submit, not during the preview (which I did use). I'd be abl
Re: (Score:2)
Re: (Score:3)
They could simply allow editing so long as there are no replies/mods on the comment, as LJ does.
Or, better yet, do editing history, like Facebook (of all things) does.