Slashdot Mirror


Slashdot Discussion2 In Beta

Discussion2 has been in beta for a few months now on Slashdot. Initially available only to subscribers, it now should be available to anyone willing to login and click the checkbox at the head of every discussion. It is far from complete: IE doesn't work (patches welcome, but since only a quarter of you use it, it's not a huge priority) and performance is lacking (you want a fast computer for larger discussions) but it's already an improvement for most users. Read on for some notes on what we have planned.

The primary reason for discussion2 was to get beyond the pain in the ass that is navigating large discussion threads on Slashdot. You know the problem: once threads get deep, you have to click repeatedly, waiting for tabs to load. Or even when you encounter a long comment, you have to wait to get the full comment text.

Cool Things D2 Does Now
  1. Allows you to change your threshold, open and close threads, and expand long comments in place, without ever loading a new page.
  2. Allows you to moderate a comment without clicking a save-button that loses your place in a thread.
  3. A new, more intuitive user interface that more clearly displays the nature of comment thresholds.
  4. Vastly Improved threaded view that allows you to see more of the discussion in less space, without clutter.
Some items on the TODO list (more or less in order of priority)
  1. Make it Progressive - Right now D2 simply gets all the comments in a discussion. This sucks. We need to write a task to retrieve only appropriate comments. So if you are at Score:4 threshold, we don't bother retrieving the full text of all comments at Score:-1. And even better, if someone moderates or posts a comment, we need to update the page you are reading to reflect those changes. Again, the goal here is that once you load a page, you don't need to close it until you are done with the discussion. This actually has MANY subtle problems, like how do you notify a user when a thread 10 pages up has been replied to.
  2. Make it Fast Actually I think solving #1 will mostly solve #2 at the same time. Since right now we get the full discussion, we are getting WAY to much data. We need to get say 50 comments at a time, not all 1000. This will give your browser time to catch up and make the whole thing "Feel" faster. Right now, on my machine a 200-300 comment page is very usable, but to much larger and it starts slowing down. This is all machine dependent. I'm sure there are good javascript tricks that would help improve performance.
  3. In-Place Posting You should be able to post a comment without reloading a page. Right now you can just open a tab, but then you are looking at a stale discussion. This isn't that hard either- especially once we finish #1. Just need to open the reply page in a div, and when you save, make sure that the new comment is properly retrieved and inserted into the thread. But there's some subtle stuff here like how to handle previews. We need to change some of our error handling- the current system uses previews as an opportunity to warn readers about things that are "Wrong" about their comment. We need to figure out how to do that without launching new pages. It's not hard, but it'll take some time.
  4. Compatibility ok so Opera's broken Javascript implementation won't work unless they fix their browser, but we'd like to make at least IE work for the trivial percentage of Slashdot readers forced to use IE by their corporate overloads. But since 2/3rds of you use Firefox, fixing IE is just not at the top of my priority list... I'd rather make it work better for the majority. And as every web developer knows, cross browser platform compatibility can be a real bitch. But before we are out of beta, it probably would be nice to get IE functional, if only for other websites using our source code that actually have IE as the dominant population.
  5. Smooth out the UI there are a lot of parts to this problem. Right now the threshold change is buttons but it should actually be draggable, I'd like the widget to toggle from the top to the side, but need to build a horizontal version of the widget. The expansion/contraction of comments and threads have weird functionality that could be improved- for example there is a difference between expanding a comment and expanding a thread. And there's new concepts like expanding a child vs expanding an entire thread vs expanding "Siblings" vs expanding hidden children vs visible children. These are very interesting user interface questions that we'll start working out soon.
  6. Rethink What Old Functionality By this I primarily mean discussion filters and ordering. By default D2 uses a thread ordered, chronological display. The old system had many other sort modes, but I'm not how sure how effective these are once threaded. So I may simply leave the old system in place for users who want to see a flat discussion ignorant of threads ordered by date or score. Since this is only a tiny percentage of users, I figure it can wait.
Conclusion

A lot of the stuff you see in D2 is just javascript you can easily play with yourself. We haven't mangled it or anything so you js haxx0rz are welcome to submit patches for interesting ideas. We don't have a backend for progressive rendering, but there are a LOT of features that we want to implement that wouldn't even require you to touch the perl. Of course if you're willing to hack perl, it's all up on the website not that anyone ever actually bothers to contribute anything more than ideas and complaints, but it sure never hurts to ask!

Already around 13,000 of you are using Discussion2. We're a ways off from flipping a switch to make it the default for everyone, but it's already substantially better for users with fast computers and Firefox. Hopefully in a few more weeks it will be good enough for everyone. Thanks for the help along the way. We hope you like the new system... I sure do. And mad props to Nate & Pudge for their work on this...

421 comments

  1. Dang, I wanted first post... by Mateo_LeFou · · Score: 1, Funny

    Stupid beta software...

    --
    My turnips listen for the soft cry of your love
  2. hopefully... by joshetc · · Score: 5, Insightful

    ...We get IE functionality soon. Its pretty hypocritical not to considering the majority of slashdot users are against people developing IE only sites. Its also quite a stretch for me to get FF on my work computer. I'm sure the case is the same with many slashdotters.

    1. Re:hopefully... by LMacG · · Score: 3, Insightful

      Exactly.

      Any site that is developed solely for IE, with that justified because "only 10% use something else" would be loudly decried here.

      So because of the stupid policies of the the place where I work, I'm not important. Thanks Taco. Don't go into marketing.

      --
      Slightly disreputable, albeit gregarious
    2. Re:hopefully... by neonprimetime · · Score: 2, Funny

      You've missed the point. If the world's most popular site, Slashdot, stops supporting something, then users will be forced to migrate to new software. That's how it works, right?

    3. Re:hopefully... by Kardnal · · Score: 5, Insightful

      It'd be hypocrital if they said they *weren't* going to provide IE functionality, period. They're not doing that. They're getting the kinks worked out with FF first, and will get around to IE later.

      I completely agree with you though if they said they were never going to develop it for IE.

      --
      ------------------
      "Never Attribute to malice what is adequately explained by stupidity..."
    4. Re:hopefully... by Mini-Geek · · Score: 1
      You've missed the point. If the world's most popular site, Slashdot, stops supporting something, then users will be forced to migrate to new software. That's how it works, right?
      Here on Slashdot, I'd be very surprised if even 10% of the 25% are using IE willingly. I'd assume that they are on a work computer or a friend's computer (that hasn't been converted to Firefoxism). So I think it is important to make the JS for the new discussion system work on IE.
      --
      do {print "Mini-Geek Rules!\n";}
      until ($TheEndOfTheWorld);
    5. Re:hopefully... by DragonWriter · · Score: 2, Insightful
      Its pretty hypocritical not to considering the majority of slashdot users are against people developing IE only sites.
      Since IE was the first example in the "Its far from complete", it seems quite clear that the standard for Discussion2 being "complete" includes IE functionality.
    6. Re:hopefully... by GoodbyeBlueSky1 · · Score: 1
      Its also quite a stretch for me to get FF on my work computer. I'm sure the case is the same with many slashdotters.

      Eek. Get a USB thumbdrive, plug it in and go here: http://portableapps.com/apps/internet/firefox_port able. The thought of people forced to use IE all day chills me to my very soul. With so many necessary peripherals using them, I doubt your place of work has blocked access to your USB ports.
      --
      why? forty-two.
    7. Re:hopefully... by SoCalChris · · Score: 1

      They aren't developing a FireFox only site, they just haven't gotten the little quirks in IE fixed yet. It's not like they're posting a message saying that Slashdot won't work in IE, and refusing to load the page.

      On a side note, I've been using this for about a month, it is leaps and bounds above the old system. Good work!

    8. Re:hopefully... by neonprimetime · · Score: 1

      Agreed. Support is still a MUST for IE on Slashdot. At work my co-workers are "forced" to use IE. Lucky for me, I made them give me local admin rights to my workstation so I can install and uninstall software at will, like FireFox / Opera / Open Office / Gimp / Cygwin.

    9. Re:hopefully... by Amouth · · Score: 1

      you would be suprised.. i have seen places where the admins desoder the usb ports on computers before alowing them into the work place.. but then .. in thoughs areas you don't get net access either..

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    10. Re:hopefully... by zeropaper · · Score: 1

      you're right... but if you were wrong, web developement (mainly JS) would be so much easier..., IE is a shame, and that's a truth too...

      --
      less will always still more
    11. Re:hopefully... by McFortner · · Score: 1
      Its also quite a stretch for me to get FF on my work computer.
      Just how much problems are you having with Firefox? I have never had any problems installing FF to work. Or is it a problem with your works IT department not wanting you to install it? I just can't see how it can be a problem to install it on your home computer.... Michael
      --
      Beware of Sales Reps bearing gifts.
    12. Re:hopefully... by soft_guy · · Score: 1

      If it was hard for me to install software on my work computer, it would be time to look for a different job.

      --
      Avoid Missing Ball for High Score
    13. Re:hopefully... by colemanguy · · Score: 1

      Yea those thin terminal work well with jump drives, and im gonna risk loosing my job just to read slashdot.

    14. Re:hopefully... by Ironsides · · Score: 2, Informative

      At work my co-workers are "forced" to use IE. Lucky for me, I made them give me local admin rights to my workstation so I can install and uninstall software at will, like FireFox / Opera / Open Office / Gimp / Cygwin.

      I don't know about some of the others, but FireFox installs fine without admin privlidges. All you need to do is place the firefox install directory in the local user profile instead of program files and you are all set.

      --
      Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
    15. Re:hopefully... by kv9 · · Score: 1

      TFBlurb clearly states:

      but we'd like to make at least IE work for the trivial percentage of Slashdot readers forced to use IE by their corporate overloads.

      nice troll. what part of "we'll try to cater to your ingrateful bastards needs" did you not get?

    16. Re:hopefully... by joshetc · · Score: 1

      Its not a problem, I'm physically able to install it. Its just not my computer and I respect the wishes of the administration. At home I have and use both FF and IE. Funnily though I tend to use IE when browsing slashdot and a few other things (other than activeX and some standards issues I prefer IE), I only really use FF for porn sites on my Windows box. I do of course use FF exclusively on my linux box.

    17. Re:hopefully... by DarkNemesis618 · · Score: 1

      They didn't say that they wouldn't fix it for IE, its just not their priority. Give them time and I'm sure it will be up and working for IE.

      --
      What's the matter, James? No glib remark? No pithy comeback?
    18. Re:hopefully... by ReverendLoki · · Score: 2, Insightful

      Your are right, in that "only 10% use something else" is not a good excuse for developing for just one browser. That is because that reason is unimportant to the issue.

      Thing is, this site is designed for FireFox, and Konqueror, and Opera, and Mozilla, and Netscape, and a lot of other little browsers that have like 5 users each.

      You see, while in the first case, the page is developed for just one browser to the exclusion of all the others, in this case the page is being developed toward a standard which all browsers are encouraged to follow.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    19. Re:hopefully... by empaler · · Score: 2, Informative

      If they can run programs off of their own USB devices, there's always Firefox Portable. Love it.

    20. Re:hopefully... by empaler · · Score: 1

      in thoughs areas you don't get net access either..

      That's really a moot point when it comes to which browser people use for Slashdot...

    21. Re:hopefully... by Buran · · Score: 1

      Ahahahahah. So do you complain to sites that don't work in Firefox? All of them? If you're going to gripe about one excluded browser, go gripe about them all.

      Or get software that complies to proper standards. You use a NTSC-standard TV, don't you? You wouldn't expect PAL to receive broadcasts, would you? (assuming you're in the US. Reverse that if you're in Europe). "I can't install anything on my computer"? http://www.portablefirefox.com/

      That policy probably only looks stupid to you now because it's suddenly no longer to your advantage and the tables are turned.

      Now you know how we users of standards-adhering software feel!

    22. Re:hopefully... by sedyn · · Score: 1

      Even if they didn't develop it for IE but kept the content accessable to IE users they still aren't hypocrites. I can't recall many people complaining that a port doesn't have as shiny a UI, even though I wouldn't put it past some. I find most complaints about not having access to some format or program at all.

      I'm more worried about the "fast computers" part. As the post shows, they are mindful of the issue and will probably [hopefully] make it simple for users to turn off any new [slow] features. I don't want to have to login to select a crippled version (I have an old laptop).

      --
      Am I open minded towards open source, or closed minded towards closed source?
    23. Re:hopefully... by Buran · · Score: 0

      So do what a web admin told me to do once when I told him IE wasn't available for my platform:

      "Go buy a Windows system"

      or what another told me:

      "Go to someone's house and borrow theirs." ... I do sympathize but I find it hard to be too terribly sorry since it's been way too long since I last saw a bunch of IE users suddenly put in the position of those of us who fight with Firefox problems every day.

    24. Re:hopefully... by ajs · · Score: 1

      Hello, and welcome to the world of beta software. Shockingly, such software does not always work on every platform from day one. Typically, it works on the primary platform that the developers use first, and then is ported to other platforms as a release nears. Not surprisingly, Slashdot developers target open source software first.

    25. Re:hopefully... by jawtheshark · · Score: 1

      assuming you're in the US. Reverse that if you're in Europe

      I don't want to blow your argument, but all TV's I've owned in the last 10 years here in Europe supported PAL, NTSC and SECAM. Dunno, how it is in the US, but here in Europe, we don't have much problems regarding to those standards.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    26. Re:hopefully... by Buran · · Score: 1

      US TVs are NTSC-only.

      No, I don't know why triple-standard TVs aren't sold here. They just aren't.

    27. Re:hopefully... by Hemos · · Score: 1

      this is a resource issue ultimately; at this point, IE represents less then 20% of the total traffic that comes to Slashdot, and if you measure how many IE users actually go into the discussion systems, it's even less. So, yeah, it will happen - but it's not super high.

      --
      Yeah, I'm that guy.
    28. Re:hopefully... by jZnat · · Score: 1

      But what if your home directory is mounted as noexec? I'm pretty sure there's an equivalent to that for Windows (at least via some advanced administration tool).

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    29. Re:hopefully... by pudge · · Score: 2, Informative

      We are shooting for IE7 compatibility, but come on ... IE7 is still in beta. It's a moving target. You can't expect our timeline to be significantly ahead of Microsoft's. :-)

      Also, as other posters have said, it's one thing to criticize sites for using proprietary IE-only functionality. We're using no such proprietary functionality, only stuff that Microsoft says will be included in IE7 anyway.

    30. Re:hopefully... by malav3 · · Score: 1

      ya, I know what u mean. Over here FF is considered possible security *risk*, lmfao!

      --
      Connection reset by host - Bandwidth Limit Exceeded! Ouch... :|
  3. IE not so important... by Beuno · · Score: 5, Informative
    IE doesn't work (patches welcome, but since only a quarter of you use it, it's not a huge priority)

    As a follower of firefox since day 1, reading that in a place as big as slashdot really made a tear drop.
    1. Re:IE not so important... by NekoXP · · Score: 4, Insightful

      As user 740018, 25% of users is 185000 people.

      How many visitors on Slashdot per day? I wanna see these statistics. If they only had 8 users, a quarter of them would be insignificant. If they really have millions of hits per day from hundreds of thousands of users, then 25% is enough to start a riot.

      However, it's Slashdot, so I guess such a riot would never happen, it's still crazy to say "only a quarter of our users will be broken" :)

    2. Re:IE not so important... by Damastus+the+WizLiz · · Score: 1

      I am using IE (I have to at work) and it seems to be working ok.

      --
      I often have trouble remembering which way is out of bed in the morning.
    3. Re:IE not so important... by stuuf · · Score: 1
      As a follower of firefox since day 1

      I think I have you beat. Back when I switched from Netscape 4.78 to Mozilla 1.0, Firefox was still called Phoenix. So that would have been Firefox day negative 400 something.

      --

      Everyone is born right-handed; only the greatest overcome it

    4. Re:IE not so important... by Yaztromo · · Score: 1
      It also is kind of ironic. The people talking about choice and openess can't even get IE to work with their site. And since it's *only* 25% of the users, it's not a priority.

      At the same time, what incentive does Microsoft have to fix their bugs and incompatibilities if everyone just works around them?

      It really is about high time that users take MS to task because their web browser isn't fully compatible with set standards. They don't now because every website simply codes in work-arounds -- the web developers go through a lot of pain, but to the IE user everything just appears to work, so they have no incentive to complain to MS.

      However, if (potentially) millions of users start to complain to MS that their favorite sites don't work because those sites refuse to expend an enormous amount of development effort to work around them, maybe MS would be driven to do something about the issue, to the benefit of everyone.

      Well, a guy can hope at least...

      Yaz.

    5. Re:IE not so important... by hackstraw · · Score: 4, Interesting

      It also is kind of ironic. The people talking about choice and openess can't even get IE to work with their site. And since it's *only* 25% of the users, it's not a priority.

      Its also ironic when we were "fringe" users and used browsers like various gecko based browsers or KHTML based browsers, had something like 10% marketshare and we complained that we ere not a target, nor a priority since 90% of the people used IE.

      Wow, how things have changed.

      Now, with the slashdot rewrite, I have 2 suggestions, one is old and one is new.

      I know it is the desire for slashdot to reward fast over good, and its OK to have the bunches of pirst fost posts and whatnot, but I think its not worth rewarding earlier posts at the same thread level. By that if someone makes a witty one liner that provokes 10-20 good replies, only the top 3 or so good ones are likely to start a new thread. So, I would suggest randomizing the display of posts at any given thread level to increase the deeper threading and discussions vs the arbitrarily rewarding the top ones simply because they smashed the return button faster, yet faster may or may not be better.

      Another thing I would suggest is that the message system be a little more sane and/or having more detailed information regarding the moderations to a given post. Right now if you get a message about a reply to one of your posts, you go to a list of them, and then you can either click on the your post or the reply or the article or other options. To me its an unnecessary click to get that info from the second page, and should be on the first (dunno if ad views come into play here or not), but it seems like an unnecessary hit on the DB and extra clicks for nothing. Another thing are the messages regarding moderation. Too many clicks here too, and too much irrelevant info. Some times I have a laundry list of comments that have + this - that, etc, and its easier just to look at my posting history to see what is going on via a summary. I would however like to know the raw data vs a percentage of how many times something has been moderated. Especially when I post something "controversial" and get bunches of + and - mods, but I would like to know if I had 100 + mods and 100 - mods to end up at 0 or if it was 1 + mod and 1 - mod.

      Otherwise, I would welcome the expanding of threads with DHTML/layers or whatever makes that happen similar to the tags expansion. Slashdot has grown up over the years like me, but kinda slow like me too :)

    6. Re:IE not so important... by just_another_sean · · Score: 3, Insightful

      He said (paraphrased) "a quarter of our users are broken". Not "will be".

      The part you forgot to pick up on was, we're working on it, patches welcome... IMHO not being able to support 1/4 of your users in
      a beta testing situation isn't that bad. The point being that if 75% of your users have the potential to give you feedback then you
      are going to get a lot of feedback.

      And one last point, if IE7 finally gets with the program and complies with standards then maybe it's a good idea to take a wait and
      see approach toward supporting IE6.

      Personally I for one welcome our new Firefox pushing overlords! :-)

      --
      Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
    7. Re:IE not so important... by Buran · · Score: 3, Insightful

      it's still crazy to say "only a quarter of our users will be broken"

      Happens all the time to those of us who use Firefox, and it apparently isn't crazy to those coders to say it with a straight face, but it's crazy if IE users get left out in the cold.

      Ahahah. Not you in particular but there's a lot of hypocrisy in this here comment page.

    8. Re:IE not so important... by john83 · · Score: 1

      What version of IE?

      --
      Strange women lying in ponds distributing swords is no basis for a system of government.
    9. Re:IE not so important... by Anonymous Coward · · Score: 0

      From the blurb: we'd like to make at least IE work for the trivial percentage of Slashdot readers forced to use IE by their corporate overloads. But since 2/3rds of you use Firefox, fixing IE is just not at the top of my priority list... I'd rather make it work better for the majority.

      Just keep this in mind the next time you firefox crowd goes crying about a site not working for you. Don't complain about standards and openness... it's the majority rule... the last time I checked that was Windows and IE for most of the world...

      Oh, but I know... it's a problem for you when it's the rest of the world and you don't. *shrug*. should it bring a tear to my eye?

    10. Re:IE not so important... by Ed+Avis · · Score: 1

      Is there a correlation between which browser people use and how worth reading their comments are? To measure it, you could use moderation score as a very rough approximation to 'worth reading'.

      --
      -- Ed Avis ed@membled.com
    11. Re:IE not so important... by SpryGuy · · Score: 3, Interesting

      I personally don't think any time should be wasted trying to make things work in IE6.

      I do however think close attention should be paid to IE7 on two fronts, because very shortly, IE7 is going to be the dominant browser in use:

      1) Make a solid effort to make this site work in IE7

      2) Report as soon as possible all the problems in IE7 that make supporting this site in IE7 (as opposed to FireFox, Opera, and others) difficult to Microsoft so they can prioritize those fixes for IE7 GA, or at the very least, in a 7.0.1 patch or update in the near future.

      --

      - Spryguy
      There are three kinds of people in this world: those that can count and those that can't
    12. Re:IE not so important... by Mongoose+Disciple · · Score: 4, Insightful

      Its also ironic when we were "fringe" users and used browsers like various gecko based browsers or KHTML based browsers, had something like 10% marketshare and we complained that we ere not a target, nor a priority since 90% of the people used IE.

      Wow, how things have changed

      Not so much, no. :) To a large degree, Slashdot is the fringe. It doesn't represent the normal population, where Firefox is catching on nicely but is still a long, long way from being the majority browser.

      Judging the mainstream based on Slashdot is like trying to learn about normal human interaction by people watching at a Star Trek convention.

    13. Re:IE not so important... by _Sprocket_ · · Score: 1
      Just keep this in mind the next time you firefox crowd goes crying about a site not working for you. Don't complain about standards and openness... it's the majority rule... the last time I checked that was Windows and IE for most of the world...


      The question is... does the "majority rule" in this case follow standards or not? Would tailoring for IE require not following standards? If functionality requires a special hack to overcome some broken behavior in IE, then it simply highlights the complaint you're apparently quick to shrug off as hypocrisy.
    14. Re:IE not so important... by WilliamSChips · · Score: 1

      1. This is a beta.
      2. He's following standards.

      --
      Please, for the good of Humanity, vote Obama.
    15. Re:IE not so important... by Epsillon · · Score: 1

      Regarding KHTML, I just had to fire up Konq to test it. The only thing that doesn't appear to work in Konq is the little widget on the left that shows the status of comments/threads. Everything else, including moderation (I had mod points) works nicely. I can't test Safari, but I'm sure some kind Mac geek will do so.

      Now a suggestion: Can you (/., not hackstraw) extend this to the metamoderation pages and allow context, parents and such to be opened whilst metamodding without losing your place? That would be a useful addition.

      --
      Resistance is futile. Reactance buggers it up.
    16. Re:IE not so important... by Anonymous Coward · · Score: 0
      So, I would suggest randomizing the display of posts at any given thread level to increase the deeper threading and discussions vs the arbitrarily rewarding the top ones simply because they smashed the return button faster, yet faster may or may not be better.
      Personally, I think that is brilliant. I hope someone listens.
    17. Re:IE not so important... by Kenbw · · Score: 1

      What is ironic is that if a cool site showed up and it was IE speicific the majority of slashdot folks would be bashing it saying I won't use this till they make it browser independent. What is the difference between Slashdot and anyother web site out there. Shouldn't we hold slashdot to the same standards and say that this should be made browser independent or else its not a good site?

      Just someting to think on.

      Ken

    18. Re:IE not so important... by Mad+Marlin · · Score: 1

      I think that is the problem. They are holding to THE standard, not some random de facto standard.

    19. Re:IE not so important... by pudge · · Score: 1

      Here's something else to think on: D2 is only in beta. IE7 -- there's no way we'll ever get this to work on IE6 -- is also not yet released.

      You want our release schedule to be ahead of Microsoft's?

      Silly. :)

    20. Re:IE not so important... by Duhavid · · Score: 1

      Havent yet not cant.

      And wouldnt it be appropriate to concentrate first on
      the browsers the largest number of users use?

      --
      emt 377 emt 4
  4. Comment test by Omniscientist · · Score: 0, Redundant

    I'm testing this thing out.

    1. Re:Comment test by envelope · · Score: 0

      +1 insightful

      --

      appended to the end of comments you post, 120 chars
  5. Yep, Sounds like Slashdot Users by neonprimetime · · Score: 0

    not that anyone ever actually bothers to contribute anything more than ideas and complaints, but it sure never hurts to ask!

  6. Re:I don't get it by stevesliva · · Score: 0
    As a troll, can I ask how theis system will benefit me?
    How does reading Slashdot discussions benefit you? Can that benefit be improved?
    --
    Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
  7. Ceci n'est pas un comment by Anonymous Coward · · Score: 0

    can the beta handle a french subject?

  8. sweet by punkrider · · Score: 0

    as butter.. with some salt.

    1. Re:sweet by cp.tar · · Score: 1

      Now if only I understood how to activate it... I looked for a checkbox - any checkbox at the head of any discussion, but couldn't find it.

      Can anyone give me a clue?

      --
      Ignore this signature. By order.
  9. get out of the way! by nomel · · Score: 5, Insightful

    ok, the little control box either needs to be movable, or on the right hand side where it'll be less likely to cover text. It makes a big part of the screen useless as it is now.

    1. Re:get out of the way! by Anonymous Coward · · Score: 0

      It's on the left so that it never covers comments as the comments are already pushed over from the upper menu items. It also is set not to go over the menu items, it will move up and down until you go up where the menu items are, then it stops. think before talking, dumbass.

    2. Re:get out of the way! by mzs · · Score: 1

      I set the two options to give me something akin to what Light mode used to be. It covers useful text for me unfortunately. I tried it a while back in Safari and Firefox, both under the most recent versions at the time.

  10. Define hypocrisy by Mateo_LeFou · · Score: 4, Insightful

    It's not "hypocritical" to shoot for standards-compliant markup, and neglect quirky pieces of software that ignore the standards.

    --
    My turnips listen for the soft cry of your love
    1. Re:Define hypocrisy by TheSpoom · · Score: 4, Insightful

      No, but it also isn't a great idea to cut out such a huge chunk of your audience. It's just not nice, and in Slashdot's case, they could be losing a lot of potential subscribers if D2 becomes standard without working in IE.

      BTW, anyone know if IE7 fixes these problems? I've lost track of when Vista's coming out (as I really don't care that much) but if IE7 has a better Javascript stack and most people get it at launch, this might be a moot point.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    2. Re:Define hypocrisy by diersing · · Score: 1
      Agreed, and not that I want to defend MS, but that "quirky" piece of software is still the market leader in the browser business and since everyone must interface with /. using a browser it should be factored into the new discussion system.

      I'm assuming that the parent is working in an environment where he can't load Firefox because of lack of admin rights to his workstation? If so, try installing it into your profile where you do have rights, it runs OK for me that way.

    3. Re:Define hypocrisy by Richard+Steiner · · Score: 3, Informative

      It certainly is hypocritical, especially if those standards are so new (or so poorly implemented in mainstream browsers such as IE) that a large percentage of folks can't use the new version.

      What ever happened to serving the lowest common denominator?? There's a REASON why many sites eschew CSS and other trendy UI-centric crap and focus instead on maximizing the ability to deliver information.

      Slashdot is going the way of KDE and Gnome, with too much concentration on flashy UI elements and not enough concentration on service a diverse user base.

      --
      Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
      The Theorem Theorem: If If, Then Then.
    4. Re:Define hypocrisy by interiot · · Score: 5, Insightful

      End-users who choose to stick with a non-standards-compliant browser cause extra work for web developers. This is less than optimal, because it causes fewer features to be developed slower.

      The problem is that end-users are the only ones in a position to change this. However, end-users usually have no idea that they're causing a lot of extra work to be done. One good solution to fix this is to develop for standards-compliant browsers first, and fix other issues later (which makes more sense purely from a development standpoint as well).

    5. Re:Define hypocrisy by Rich0 · · Score: 4, Informative

      I agree with you on that point - you should code to the standard and making it look right is the browser's problem.

      However, I do want to comment that the threshold box tends to load outside of the window on konqueror - which is ACID2 compliant in the version I am using. If I hit the top link to reload just the comments it works fine.

      So this isn't an IE-only issue...

    6. Re:Define hypocrisy by Mateo_LeFou · · Score: 4, Insightful

      Hm, it's the market leader and it blows off the standards and actually occasionally undermines them actively.

      I have some options as to how to deal with that. 1) Throw up my hands and say "dang, I just gotta play ball". This, by the way, requires a good deal of extra expense as I develop the code forks etc. that allow my site to play ball. 2) Save myself that extra headache and use the (considerable) leverage my traffic affords me to see if others will start to notice this problem.

      Don't go into marketing, Taco. Stay in the tech field.

      --
      My turnips listen for the soft cry of your love
    7. Re:Define hypocrisy by Mateo_LeFou · · Score: 2, Insightful

      CSS is "trendy UI-centric crap"? Whatever. CSS is the solution to 80% of the presentation-layer headaches I've ever experienced

      --
      My turnips listen for the soft cry of your love
    8. Re:Define hypocrisy by Kingrames · · Score: 5, Funny

      It is most certainly not a bad idea to get people to install firefox.

      If you have trouble running it on your computer, install a post-1998 operating system. Upgrade to a 486. splurge for that extra 256MB of RAM. Get your cat out of the computer tower. Do whatever it takes, but get with the program.

      --
      If you can read this, I forgot to post anonymously.
    9. Re:Define hypocrisy by Anonymous Coward · · Score: 1, Interesting

      IE supports some useful things that the standard CSS doesn't (or that are only in the new draft standard). I don't see why there shouldn't be competing standards. Sometimes "design by committee" doesn't work as well as design by a single development team in the process of developing an actual product, or the former needs a few kicks in the behind from the latter.

    10. Re:Define hypocrisy by revery · · Score: 4, Funny

      they could be losing a lot of potential subscribers

      oh, and by the way, "losing" means "causing or suffering loss" and "loosing" means... oh... wait... what the....
      [revery tries to wrap his mind around the concept of a Slashdot poster using the word losing correctly...]

      Uhm... carry on then...

      --
      This is a joke. I am joking. You have been joked with.

    11. Re:Define hypocrisy by arabagast · · Score: 1
      Slashdot is going the way of KDE and Gnome, with too much concentration on flashy UI elements ....


      ahah,, the Slashdot guy from 2004 almost died laughing at that one :)
      --
      Doolittle : ...What is your one purpose in life?
      Bomb no.20 : To explode of course.
    12. Re:Define hypocrisy by Anonymous Coward · · Score: 1, Informative

      Did it never occur to you that not all of us have a choice? I have a feeling more than a few of us are reading/posting from work, where installing a third-party browser (or any program, for that matter) may be prohibited by group policy. And IT isn't going to change the policy just so you can waste time reading Slashdot at work.

      And some people actually prefer IE, believe it or not...

    13. Re:Define hypocrisy by empaler · · Score: 2, Insightful

      Acid2 is for testing CSS - Opera is also Acid2 compliant, but as mentioned in the article, it's currently a no-go.

    14. Re:Define hypocrisy by nine-times · · Score: 3, Insightful

      It certainly is hypocritical, especially if those standards are so new (or so poorly implemented in mainstream browsers such as IE) that a large percentage of folks can't use the new version.

      Funny, I'm a bit dyslexic and read that as "poorly implemented mainstream browsers such as IE".

      Anyway, some of the problems may be use of new-ish standards, but IE also just renders things incorrectly. I sometimes do a small amount of web design-- just HTML and CSS-- and IE there's a lot of CSS that's been around for years that IE just doesn't render properly. Personally, it always made sense to me to write HTML/CSS more or less according to W3C standards and fix up the browser bugs after the fact, when I basically have the thing working. This means it's more likely to work on Gecko and WebKit/KHTML browsers while you're developing, because they adhere closely to the standards.

      Add to that the fact that IE users are in the minority on this site, and you can see why IE would be lower priority. Also, IE is a bit of a moving target, since IE7 will (supposedly) render things very differently from either the correct way or the IE6 way of rendering things.

      I'm not advocating that /. ceases supporting IE, but it does make sense, given all this, that IE bugfixes would come later. Also, I'll admit that I can understand why lots of developers want to drop IE support altogether. With as much of a headache as it is, there have been times when, during an angry session of trying to get IE to render properly, I've been tempted to say, "Screw it! If any IE users complain, we'll tell them to get a real browser!" I've always changed the site to account for the IE bugs, at least well enough that the site worked OK, but it still annoys me whenever it comes up.

    15. Re:Define hypocrisy by Buran · · Score: 1

      What ever happened to serving the lowest common denominator?

      I guess you missed the part where IE users are in the minority. The same argument used to make sites that don't work in Firefox in many other places.

      So I guess you like that argument when it's used in IE's favor but not when it isn't. Do I have that right?

    16. Re:Define hypocrisy by Dilly+Bar · · Score: 2, Informative

      Tried on IE7 RC1 and it doesn't seem to work.

    17. Re:Define hypocrisy by TrappedByMyself · · Score: 4, Insightful

      It's not "hypocritical" to shoot for standards-compliant markup, and neglect quirky pieces of software that ignore the standards.

      Yeah, but NONE of the major browsers are fully CSS2 compliant. So, yes, while IE is the worst of the bunch, dropping IE does not mean that you are writing the range of fully standards-compliant markup. In the end, you're still limited to only using the stuff which happenes to be supported by the browsers you are targeting.

      So while IE is the worst, the others are still dirty. Just not so much.

      --

      Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
    18. Re:Define hypocrisy by MightyYar · · Score: 4, Insightful

      Take a few deep breaths out a brown paper bag. They are not shutting out IE users. They are developing first for their main audience while a perfectly capable system is in place for the IE users. No one said that they were going to make their site FireFox only.

      Even if they were, so what? Welcome to my life as a Mac user :) It's the price you pay for using a non-mainstream platform...

      In any case, take heart in that it doesn't seem to work in my Seamonkey browser, either. I get this weird annoying floater which tells me how many comments are there, but no way that I can work out to increase or decrease my viewing threshold.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    19. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      My, your standards are high.
      I've run Firefox on a pentium with NT4.0 and 64MB of RAM.

    20. Re:Define hypocrisy by jdray · · Score: 1

      Much more difficult than any of that for the average corporate Joe is to get approval to install anything but IE as a browser on their desktop machine. A lot of folks don't even have the rights to install any software at all on their machines.

      --
      The Spoon
      Updated 6/28/2011
    21. Re:Define hypocrisy by swdunlop · · Score: 4, Insightful

      Then they should try using that corporate machine for work purposes and stop trolling Slashdot?

    22. Re:Define hypocrisy by jdray · · Score: 1

      Are you crazy? Then they'd stand out as being productive among their peers, making them reviled by everyone except their PHB. No one wants that.

      --
      The Spoon
      Updated 6/28/2011
    23. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      Not caring so much about presentation is the solution to 100% of presentation-layer headaches. If it's legible it's good enough.

    24. Re:Define hypocrisy by spun · · Score: 4, Funny

      Hey, I read slashdot for the useful and timely information about industry trends. I emailed several slashdot articles with month-old security news and thinly disguised corporate press releases to my boss, and now "read slashdot daily" is part of my job description.

      I just hope they never find out the kind of crap I post here...

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    25. Re:Define hypocrisy by jone1941 · · Score: 2, Insightful

      Maybe, perhaps, you just shouldn't be reading Slashdot at work. Chances are if your company doesn't want you to have the right to install a new browser they probably don't want you wasting time here.

      --
      Fear trumps hope and ignorance trumps both
    26. Re:Define hypocrisy by Qamelian · · Score: 1

      It seems to work just fine for me on IE7 RC1 except that the pages render incorrectly when they first load. For example, lines of text over-write other lines. As far as expanding and collapsing comments go, though, it works just fine.

    27. Re:Define hypocrisy by wootest · · Score: 3, Insightful

      Serving up well marked-up content in combination in finely-crafted CSS and inobtrusive JavaScript enables serving to the lowest common denominator (say: mobile phones, Lynx) *and* enhancing the experience of those who aren't the lowest common denominators (say: reasonably modern browsers). This is hugely successful. It's very obvious to me that this is the way it's supposed to be. This services a diverse user base in the best way possible: useful extra functions for those that are able to use them, frugal, content-centered versions for the rest.

      That well-engineered solutions also offer easy ways to fade in and out content is an effect (pun not intended), not a noteworthy goal in itself. There is a culture among "wanna-be-Web 2.0" sites to do this, and when the functionality is there, it doesn't bug me. Discussion2 in particular offers virtually no effects whatsoever, just a very useful function of reading comments nearly instantaneously with less strain on the server and client. It works exactly how I imagined it would work, and my two complaints is that its JavaScript semantics are somewhat muddled and that CmdrTaco is even for a second *considering* launching it without pitch-perfect IE support.

      IE may be ass to code for - trust me, I know. I would rather have 90% of the world use Firefox, Safari or Opera than IE. But IE's JavaScript backend support (excluding debugging facilities) is still fairly good. What's more, not supporting IE because "they only make up a quarter of our visitors" while we were having problems getting Firefox up to the around 10% (+/-4%) worldwide that it has today is nothing less than offensive, a slap in the face of all us who do this for a living and base our "support every browser" argument on the fact that it's the way it should be, not that "our side is better and should be winning". Yes, it's hard work. Suck it up. Make it work. There's no excuse.

    28. Re:Define hypocrisy by kwilliam · · Score: 0

      I can't find the threshhold box at all in Konqueror. And I'm getting a tremendous amount of blank space on the right. FIX IT!

    29. Re:Define hypocrisy by farker+haiku · · Score: 1

      The problem is that end-users are the only ones in a position to change this

      No, the people who make policies like - users who have firefox installed on their pcs will be terminated - are the only people in a position to change this.

      --
      Your sig(k) has been stolen. There is a puff of smoke!
    30. Re:Define hypocrisy by LWATCDR · · Score: 1

      Well does it work with Opera and Safari?
      Both are rated as high or higher than FireFox for standards compliance.
      If it doesn't then Slashdot simply coded for the most common browser that is used to view it's site. Which is exactly what many IE only sites are doing.
      BTW I am a FireFox users and assumed that it worked with Opera until I read some comments from Opera users.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    31. Re:Define hypocrisy by ajs · · Score: 1

      Of course, then there's the fact that "losing" in the "sub-optimal" sense has been popular jargon in the computing sub-culture of the east-coast of the United States (and increasingly, the rest of the planet) for over 20 years... but far be it for me to stand in the way of a good rant.

    32. Re:Define hypocrisy by Cal+Paterson · · Score: 1

      It is most certainly not a bad idea to get people to install firefox. If you have trouble running it on your computer, install a post-1998 operating system. Upgrade to a 486. splurge for that extra 256MB of RAM. Get your cat out of the computer tower. Do whatever it takes, but get with the program.

      That's exactly what we need. A website requiring 256mb of RAM.

      That kind of mentality lead to Java.

    33. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      Unless, you fucking spaz, one just happens to be reading Slashdot during one's lunch hour.

    34. Re:Define hypocrisy by MarkGriz · · Score: 1

      "Well does it work with Opera and Safari?"

      Does not work well with Opera 8.52. Maybe the javascript support in 9.x doesnt suck as bad
      but I haven't gotten around to installing it.

      I've noticed occasional javascript problems with Opera when reading Yahoo mail too. A shame really
      because I like Opera much better than Firefox. Though to be fair I haven't used FF in over a year
      so I really should get the latest version and give it another try.

      --
      Beauty is in the eye of the beerholder.
    35. Re:Define hypocrisy by drinkypoo · · Score: 2

      I'm pretty sure he was talking about firefox memory leaks. If I leave firefox open and come back a couple days later (such as after the weekend) it's using up like 800MB. And I don't for a second believe it's the extensions' fault, although I believe it might not happen if I didn't have them installed. The two are not the same... Anyway, just launching firefox will eat up around 40 megs. That's a lot of RAM to display some documents.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    36. Re:Define hypocrisy by nova_ostrich · · Score: 0, Flamebait

      If you work somewhere where you'll be terminated for installing a browser, you should probably get out now. You don't want to work there. Seriously.

      --
      It's scary being a Flash and Flex developer on Slashdot. You guys are unnaturally rabid.
    37. Re:Define hypocrisy by drinkypoo · · Score: 4, Informative
      I'm assuming that the parent is working in an environment where he can't load Firefox because of lack of admin rights to his workstation? If so, try installing it into your profile where you do have rights, it runs OK for me that way.

      Why install? Download Firefox Portable. (I guess portableapps had to rename it because a search for "portable firefox" still brings up the old home not used for absolute aeons, as we measure time on the intarweb.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    38. Re:Define hypocrisy by packeteer · · Score: 1

      It is not the end users that are deciding to keep IE. There are still many public libraries and schools that only use IE and do not let you install software such as firefox on them. Also many business' use IE still and the corporate inertia leads to very slow adoption of something like a browser when your company is not a tech company and couldn't care less what browser you use as long as it mostly works.

      So before you write off supporting IE remember that there are many linux on the desktop users at home that can't always get their fix of the green glow at home and want to kharma whore from work/school too.

      --
      unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
    39. Re:Define hypocrisy by seriesrover · · Score: 2, Insightful

      Quite agree. Apparently when you have 25% of the market share and you're Firefox\Apple etc. we should all take notice and develop for them since thats considered a huge market share. If you're MS\IE apparently 25% is a rather meagre figure and one should be developing for the majority out there. Thats hypocrisy.

    40. Re:Define hypocrisy by drinkypoo · · Score: 1
      What ever happened to serving the lowest common denominator?

      Well, you have to ask yourself, do you really want the lowest common denominator on slashdot? I really would prefer otherwise. We have enough trolls now.

      If someone can't figure out how to get firefox, or that they should get firefox, then I don't think we really need them here. If someone works in an environment that doesn't allow installing programs but does not restrict executed code, and they still can't figure out how to run firefox on it, then I'm sure we don't need them here. If someone works in an environment that doesn't allow installs AND restricts which programs you can execute, then you should probably fucking be working. Or looking for another employer.

      If you're doing a commercial site, and you depend on getting as many ignorant visitors with too much money as possible, then yes you support the lowest common denominator. If you're trying to do a geek news and discussion site, you don't want or need to attract that kind of user. In fact, slashdot seems to attract more than its share of idiots anyway. Do we really need more?

      P.S. All of you who think this comment is elitist may be right, but frankly I believe that the GNAA adds little to nothing here that we couldn't get with a very small shell script, and I don't miss the penis bird one. bit.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    41. Re:Define hypocrisy by drinkypoo · · Score: 1
      Both are rated as high or higher than FireFox for standards compliance.

      Sure, for CSS and [X]HTML, but not for javascript, which is the reason that opera doesn't work. Mind you, this was mentioned in the story submission; it's usually a good idea to read that before posting comments.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    42. Re:Define hypocrisy by Bonker · · Score: 3, Interesting

      The 'Corporate Overlord IE Mandate' is not to be underrated.

      I work in an office that settled on IE a long time ago... before Firefox and before free Opera. This was back when IE simply was the best browser because Netscape had stagnated, Mozilla wasn't even in beta, and Microsoft's anti-competitive tactics worked.

      The workstation images still have IE as the only browser by default, and the majority of the office doesn't have the privalege of installing their own software due to all the stupid things users can get up to.

      Anyone who really wants it gets Firefox, including non-tech users who mention to one of the admins that they'd like it. Most of the office, however, is far too busy with work to worry about which browser they have installed. IE works and is sufficiently secured by our NT admins to be useable and safe for the majority of our users, including geeks and the tech-saavy.

      These are not stupid or uneducated people. They use Firefox at home. If they hit Slashdot from work, they're likely to be doing it via IE.

      --
      The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    43. Re:Define hypocrisy by interiot · · Score: 2, Insightful

      Maybe, perhaps, you just shouldn't be reading Slashdot at work.

      Maybe it's a good idea in theory, but in practice, I'll bet most of Slashdot's traffic comes during the US workday. I spend a lot of time on Wikipedia, and I know this is certainly true... the place is almost completely empty on the weekends. I think there's a tendency for HR to hire the smartest people they can get, and then for the company to assign them to jobs that don't require as much education as they've gotten. So people get bored at work...

    44. Re:Define hypocrisy by Odin_Tiger · · Score: 1

      too much concentration on flashy UI elements and not enough concentration on service a diverse user base

      Have you looked at your website lately? We've got rapidly shifting gif animations, bright colors on a dark background slowly shifting through the spectrum all psychedelic-like, frames, whatever this background image is supposed to be...gah!

      --
      Unpleasantries.
    45. Re:Define hypocrisy by 1310nm · · Score: 1

      Or, if your employer is not so fickle that you're not allowed to view news sites from work intermittently between work actions.

    46. Re:Define hypocrisy by smittyoneeach · · Score: 1
      competing standards
      I guess if you were to insert the word "draft" in there, I could buy into the idea. Sure, IT is heuristic, and we things need to shake out a bit.
      But, by the time somebody like the W3C standardized something, things ought to converge.
      In the case of IE, there is tremendous backlash against a convicted monopolist which arrogantly thumbs its nose at standards bodies.
      Subtle incompatibilites == monopolistic behavior, IMHO.
      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    47. Re:Define hypocrisy by cavemanf16 · · Score: 2, Interesting

      You have the typical mindset of the typical "business user" who thinks IT exists solely to serve their every whimsical request to make their lives magically easier through technology. Did Slashdot have D2 up until the past few months? NO! Did many hordes of geeks still emerge, year after year, from their nerderies to comment on Slashdot all day long? YES! Not having D2 available to IE users is TOO BAD, SO SAD! Get a standards compliant browser, or burn time at work elsewhere on the 'net if it's such a deal-breaker for you. You're obviously quite capable of still reading Slashdot and posting to stories, so it's merely unfortunate that you work at an extremely restrictive workplace that won't let you install Firefox.

      I am a "business user" that has to evaluate requests for changes that involve IT work every day. I get awfully tired of seeing random requests that will 1) not benefit the business, 2) not save or make us any money, and 3) are quantified as good projects because "it will make it a lot easier to do XYZ." Guess what, we're all busy here, so bitching about a feature that you don't have doesn't make my life any less busy when there are a dozen other projects I could be working on to actually save money, time, and labor for the company as a whole. This is exactly why the last paragraph smacks users like you and requests that improvements be contributed by those of you who don't like what is currently in place rather than just complaining about it.

    48. Re:Define hypocrisy by Anonymous Coward · · Score: 0
      There are still many public libraries and schools that only use IE and do not let you install software such as firefox on them.

      Get a USB key, put Portable Firefox on it, quit whining.

    49. Re:Define hypocrisy by WilliamSChips · · Score: 1

      Acid2 does not mean that the browser is magically fully compliant. It means that it supports a lot of edge cases.

      --
      Please, for the good of Humanity, vote Obama.
    50. Re:Define hypocrisy by kbielefe · · Score: 1

      The last time I checked, firefox didn't require OS rights to install, as evidenced by my firefox installation on my locked down box at work. Of course, there is a difference between operating system permission and IT department permission. I have zero windows programming experience, so I have a hard time seeing why any applications should require administrator rights to install and use, as long as you have write access to a directory you can execute from.

      --
      This space intentionally left blank.
    51. Re:Define hypocrisy by flanksteak · · Score: 1

      You're right. If your customers make things difficult for you to make progress, you should just tell them to go away.

      Slashdot has every right to not make IE support a priority, but it seems odd to neglect up to a third of your user base in the name of advancement.

    52. Re:Define hypocrisy by MattPat · · Score: 1
      However, I do want to comment that the threshold box tends to load outside of the window on konqueror - which is ACID2 compliant in the version I am using.

      Is "compliant" really a good way of saying "passes the ACID2 test"? ACID2 isn't a standard, it's really just a de facto CSS test. In fact (to my understanding), ACID2 uses some broken CSS to test a browser's ability to downgrade. In my opinion, it's pretty cool when you see the little smiley face show up on your favorite browser :)... but not a complete test of a browser's ability to accurately render to the formal standards.

      Just a thought.

    53. Re:Define hypocrisy by chrisbtoo · · Score: 3, Funny

      I don't see why there shouldn't be competing standards.


      Good call! Let's define a new port that IE's version of the web works on. Then those that want to use IE can use the version of the web (let's call it, oh, I don't know, "The Microsoft Network") that works for their browser, and everyone else can use the standards-based HTTP and HTML version that works on port 80.

      Who's with me?
      --
      Registering accounts later than some other chrisb since 1997
    54. Re:Define hypocrisy by DesireCampbell · · Score: 1

      "It's not "hypocritical" to shoot for standards-compliant markup, "

      Exactly true. The first priority should be to get code written that should work. Only after that should you try to write code that actually works.

      "and neglect quirky pieces of software that ignore the standards."

      You do realise that Firefox is not completely , right?

      --
      Whoo, signature!
      DesireCampbell.com
    55. Re:Define hypocrisy by devilspgd · · Score: 3, Funny

      Thats hypocrisy.

      And let me be the first to officially welcome you to /.

      --
      Give a man a fish, he'll eat for a day, but teach a man to phish...
    56. Re:Define hypocrisy by RedWizzard · · Score: 1
      Apparently when you have 25% of the market share and you're Firefox\Apple etc. we should all take notice and develop for them since thats considered a huge market share. If you're MS\IE apparently 25% is a rather meagre figure and one should be developing for the majority out there. Thats hypocrisy.
      It's not hypocrisy unless CmdrTaco has said that. All he's said AFAIK is that the 25% of people on IE are not a priority.
    57. Re:Define hypocrisy by jZnat · · Score: 1

      Dude, D2 is in beta; it was finally released to all users; and as Taco said, IE is totally in the minority here. Firefox is the top priority as that's the majority here at Slashdot. Besides, the normal discussion viewing is still available, so if you're stuck using IE, you can just use Slashdot statically.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    58. Re:Define hypocrisy by jericho4.0 · · Score: 2, Insightful

      It's not your computer, it's the companies, and giving everyone on the internal side of the firewall the ability to install whatever they want is a quick road to chaos in any large intranet.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    59. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      It is most certainly not a bad idea to get people to install firefox.
       
      you see it that way but had this been something MS had done and openly admitted that it's "IE only and if you don't like it take a hike" you'd be the first one on here screaming "vendor lockin". While I can almost agree with some posters who say that IE isn't standards complient, yadda, yadda, yadda, I'm being forced to turn to firefox or do without since /. claims that it doesn't work with opera either. (and yes, before anyone goes crying about it Opera is my "other" web browser of choice. I use it when working with web design to find differences between IE and "other" browsers. Fuck, i'm not even doing it professionally yet i'm still more professional than /.!)
       
      Fan-fucking-tastic.

    60. Re:Define hypocrisy by Charliems · · Score: 1

      It works with Safari (2.0.4) with no prolems that I can see.

    61. Re:Define hypocrisy by internewt · · Score: 1
      In any case, take heart in that it doesn't seem to work in my Seamonkey browser, either. I get this weird annoying floater which tells me how many comments are there, but no way that I can work out to increase or decrease my viewing threshold.

      Click on the black up and down arrows between the segments in the floaty box, and it'll make your browser freeze for a sec whilst it reformats the page, but it'll hide or reveal comments. I've had this D2 affair available for a while, even though I don't subscribe, and it took me a while to get used to it (then they made changes to it) (Cheers Taco, but I'd prefer to see mod points again rather than access to the new toys ;) ).

      --
      Car analogies break down.
    62. Re:Define hypocrisy by ben+there... · · Score: 1

      You can't be a fully CSS compliant browser without passing the ACID test.

      You can pass the ACID test without being fully CSS compliant.

      Or to put it another way, the ACID test is just a subset of CSS, not all of it.

    63. Re:Define hypocrisy by MeanMF · · Score: 1

      you should code to the standard and making it look right is the browser's problem.

      Must be nice living on a planet where you can just tell a client/boss that it's IE/FF's fault that their site doesn't look right...

    64. Re:Define hypocrisy by yoz · · Score: 1

      End-users who choose to stick with a non-standards-compliant browser cause extra work for web developers.

      I'd hereby like to apologise to all those web developers for whom I'm causing extra work. But I'm not going to change my browser, because I like Firefox, and want to keep using it. I hear the same from Opera users about their choice.

      However, if you do know of any web browsers which comply fully with all web standards, I'd really like to know, because I've never heard of one.

    65. Re:Define hypocrisy by photojunkie · · Score: 1

      If you accept (as I think most people do) the utility of the internet, then a design by committee approach makes sense. You wouldn't want the lanes to alternate traffic directions from country to county simply because every nitwit has a different idea of which way 'works best'. We develop and agree upon standards so that everyone is able to get the most out of their experience. If I use a standards compliant browser, and I visit only sites that are written in compliance with those standards - then I get the experience that the page developer intended every time. The lack of standards compliance (on the client and server side of things) means that every site I visit has to grapple with what technology I can handle, and either tailor the viewing experience to my limitations or just cease to function in some way or another.

    66. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      Define standards. A standard is what the majority uses, not some obscure group saying what is good and what isn't. Sure IE isn't compliant to the "standards" set by some group, but if a majority of people use IE, then screw "standard".

      This coming from a Firefox/Ubuntu user.

    67. Re:Define hypocrisy by MightyYar · · Score: 1

      Yeah, I guess I tried it once back in July or August and gave up then :) But I finally figured it out... the problem was that I had my default comment threshold set to 3... apparently with the new system this becomes a hard limit and so I couldn't see anything under 3. Changed the default to -1 and now the system works more like I think it should... though I am still a little puzzled at why they chose for raising the "hidden" threshold to affect the "active"... I guess they'll get the kinks worked out by then.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    68. Re:Define hypocrisy by nighty5 · · Score: 1

      Give the camino browser a try - it uses the same Gecko engine that Firefox uses, with all the bells and whisles of Mac styling.

      http://www.caminobrowser.org/

      I've been using it since 1.0 and it was rock solid, truly. Haven't needed to fire up Firefox (which is ugly on the mac) or Safari.

      Its also a Mozilla project.

    69. Re:Define hypocrisy by dal20402 · · Score: 1

      As a subscriber, I've been using it for quite a while...

      I had to use it on IE6 at work for a while. It had its quirks (mostly cosmetic; some headers displayed as white on white) but nothing that prevented me from reading, expanding, contracting, etc. or posting to comment threads. (For what it's worth, I've also had (more minor) issues with both Safari and Firefox on OS X.)

      Try using it and see if you can live with the b0rkage. Especially if you are in an IE-only situation, you probably can.

    70. Re:Define hypocrisy by s0lar · · Score: 1

      Oh, don't you touch the holy subject of Slashdot discussions... Or rather, cut the blasphemy - doing work at your workplace? Come on.

    71. Re:Define hypocrisy by Rich0 · · Score: 1

      Hey, if I'm trying to sell something I might bend over backwards for IE - that's just realpolitik.

      But, that isn't how it is supposed to work.

      If intel decided to mess up their opcodes on each generation of their CPUs the solution wouldn't be to build binaries that contain 47 complete copies of the software.

      The whole reason you have standards is to avoid having to build every package on every vendor's box...

    72. Re:Define hypocrisy by MightyYar · · Score: 1
      Two things keep me on Seamonkey:
      1. I like being able to middle click on an url in a mail message and have it come up in a new tab (though I think this is a setting in Firefox now... not sure about Camino)
      2. I like all of the extensions available for Seamonkey/Firefox. In particular, I'm not sure that I could live without adblock and the developer toolbar :) I also like Linky. Last time I tried Camino, it couldn't use the Firefox extensions... has this changed?
      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    73. Re:Define hypocrisy by jZnat · · Score: 1

      Everything in the Acid2 test are based on the formal standards of CSS. There are a few tests to see if the browser handles CSS errors correctly, but it tests a wide range of CSS attributes.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    74. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      I was trying it out for a while and also noticed memory leaks on Firefox. I'm pretty sure Ubuntu is post-1998.

    75. Re:Define hypocrisy by Brandee07 · · Score: 1
      I've been using it with Safari for several weeks now and haven't run into any problems at all. I don't even notice the slowdown that is referred to in large threads, and my machine isn't all that powerful.

      It actually works great with Camino as well, one of the lesser-known browsers of the mac world

      As for IE development, IE is a pain in the ass to web developers. I don't blame the /. code monkeys for saving it for last.

    76. Re:Define hypocrisy by georgeb · · Score: 1

      It's beta software. Get over it. If the final Discussion2 will not have IE support then start whining.

    77. Re:Define hypocrisy by Dion · · Score: 1

      Well, without IE users there might be fewer astroturfers:)

      --
      -- To dream a dream is grand, but to live it is divine. -- Leto ][
    78. Re:Define hypocrisy by rdoger6424 · · Score: 1

      1. I'm pretty sure that this is the default setting
      2. No it hasn't, and there are no live bookmarks; the mentality is "use an RSS reader"

      --
      "Hello 911? I just tried to toast some bread, and the toaster grew an arm and stabbed me in the face!"
    79. Re:Define hypocrisy by ArtStone · · Score: 1

      Back when I first learned HTML, the basic principle I read everywhere was that the author of an HTML document should make no assumptions about the screen size, capabilities, graphics driver, or layout capabilities of the client device... That HTML was merely a suggestion about how the browser should try to present the page.

      When exactly did HTML authors/standards evolve to be the anal retentive "I'm in control of your browser, we control the horizontal, we control the vertical, we control the color, we control every pixel" attitude that this has evolved to?

      --
      Final 2006 "Proof of Global Warming" US Hurricane Count -> 0
    80. Re:Define hypocrisy by MightyYar · · Score: 1

      Boooo, I just read the faq on their site:

      Q. Does Camino support Firefox extensions?
      A. No, and it never will. Firefox extensions rely on XUL (a user interface toolkit made by the Mozilla Foundation) to interact with the user and draw their interface. Camino uses Cocoa (an interface toolkit made by Apple) and does not support XUL.

      I guess that pretty much kills it for me. I'm pretty sure that's why I haven't looked at it again.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    81. Re:Define hypocrisy by Anonymous Coward · · Score: 0
      It's not hypocrisy unless CmdrTaco has said that. All he's said AFAIK is that the 25% of people on IE are not a priority.
      Just like developing for the Mac :-P
    82. Re:Define hypocrisy by makomk · · Score: 1

      Funnily enough, the threshold box used to work in Konqueror when I first started using it a few weeks ago - it seems to be a regression. (No, I'm not a subscriber, and I never have been one - I've no idea why I got access to it early.)

    83. Re:Define hypocrisy by drinkypoo · · Score: 1

      I'm not sure what your comment about the year has to do with anything. LOTS of people are still out there surfing the web on a P2-300 or what have you, mostly running Win98.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    84. Re:Define hypocrisy by Tiger4 · · Score: 1


      That is just an argument to optimize the workload of the developer, while leaving the end-user floundering with some half-assed crap. Half-assed crap that was inflicted upon them by a software developer!

      Long before there was a web, or software developers, there was a saying, "The Customer is always right". Give the end-user the good service they actually want, not the crap service you think they deserve just because it is easier for you to do it that way, or out of some weird sense of software justice.

      --
      Behold, this dreamer cometh. Come now, and let us slay him... and we shall see what will become of his dreams.
    85. Re:Define hypocrisy by damastad · · Score: 1

      uhh... what happened to portable firefox?

    86. Re:Define hypocrisy by Anonymous Coward · · Score: 0

      So while IE is the worst, the others are still dirty. Just not so much.

      Gandhi stepped on an insect by mistake once. I guess Hitler and Gandhi are both killers, but Gandhi "not so much".

      Seriously, saying that the difference between Internet Explorer and other browsers is simply a matter of degree is highly misleading. There are huge parts of CSS 2 that remain unimplemented even in Internet Explorer 7, while the same CSS worked fine in all the other browsers years ago.

    87. Re:Define hypocrisy by Kingrames · · Score: 1

      Incidentally, my post above was done on a computer at school that I didn't have administrator access to. I downloaded Firefox to my "My Documents" folder and installed it there, and didn't create shortcuts on the desktop, start menu, or quick launch bar. Since it's stored on the individual computer, I've done this on about ten computers there now, and it only takes up about 30 seconds each time.

      Basically there's no real excuse for not using multiple internet browsers.

      --
      If you can read this, I forgot to post anonymously.
    88. Re:Define hypocrisy by smartdreamer · · Score: 1
      Right, 'Corporate Overlord IE Mandate' maybe the only reason for a user to use IE. That said, there no reason for a sysadmin not to install Firefox. User should push it in there offices.

      And must desagree with your point that everybody is too occupied to ask for it. Only one email is needed for the whole place (if your admin listen to user emails). And don't tell me a single person doesn't have the time. It take 30 seconds and you probably do it at least 10 times a day! Ask your boss to do it, he surely have plenty of time. ;) Finally, if you don't have time to mail your sysadmin, you don't have time to read slashdot! ... or I missed something.

    89. Re:Define hypocrisy by Trumpet+of+Doom · · Score: 1

      From what I've heard on Wikipedia (http://en.wikipedia.org/wiki/MozillaFirefox), Firefox 3 for Mac OS X will be written in Cocoa.

    90. Re:Define hypocrisy by Trumpet+of+Doom · · Score: 1

      Dammit, I meant to preview that, not to submit it! Here, use this: http://en.wikipedia.org/wiki/Mozilla_Firefox

    91. Re:Define hypocrisy by TheSpoom · · Score: 1

      I am a new breed of cyborg brought forth from Slashdot's future from the year 2101 to save humanity from the idiots.

      Come with me if you want to live.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    92. Re:Define hypocrisy by TheSpoom · · Score: 1

      Calm down! Geez, I was just replying to the parent. In no way am I saying ZOMG SLASHDOT SUCKS IF THEY DON'T FIX THIS or anything. I'm just saying that ignoring a browser because it doesn't completely follow standards isn't a great idea when many people are indeed locked to using it in certain environments and it still has a large share of users.

      By the way, I haven't had the misfortune of being locked to using IE for a few years now. I've been almost entirely using Firefox except when I need to test something in IE so I know it works. Yep, I'm a web developer, and unlike your brazen assumption earlier, I have a standards-compliant browser that I use 99.9% of the time.

      Maybe you were just having a bad day or something.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    93. Re:Define hypocrisy by cavemanf16 · · Score: 1
      Maybe you were just having a bad day or something.

      Yes, in fact, I was. I apologize for my abrupt rudeness. Breathe deeply.... there, all better. ;)

    94. Re:Define hypocrisy by TheSpoom · · Score: 1

      Eh, not a problem. I know I've posted things while angry that have been modded down to nothing before. Not a big deal :^)

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
  11. Instant Moderation Please! by hublan · · Score: 5, Interesting

    Please for the love of , apply the moderation to a comment as soon as the moderation value has selected from the drop down box. I constantly forget to press the "Moderate" button which is hidden somewhere down the bottom, and therefore comments that I wanted to moderate don't.

    Apart from that, it's a vast improvement. Especially being able to selectively browse comments that are below the threshold value, without loosing track of the conversation.

    --
    My spoon is too big.
    1. Re:Instant Moderation Please! by jx100 · · Score: 1

      Seconded. I've figured out the sort of minor hack of opening the particular comment in its own tab, but doing so is still quite a bit of a hassle. I *don't* want to have to scroll 100-some comments down and then back up to some tiny piece of the middle just to moderate.

    2. Re:Instant Moderation Please! by Incongruity · · Score: 5, Insightful

      OTOH, I've been using discussion2 for a while now and I find it more annoying to mod with discussion2 because of that instant moderation "feature" -- in short, if you accidently click out of the pulldown box, too bad, your moderation is set in stone. Moreover, I like to take a second look at my moderations before I submit them just to be sure I'm modding more or less well... i.e. I'll read more comments to see if something I initially thought was insightful actually seems wrong the more I and other people mull it over and respond (I'm imperfect, I misjudge, yadda yadda). -tcp

    3. Re:Instant Moderation Please! by Pharmboy · · Score: 2, Insightful

      I never got around to moderating with D2, because I kinda found it more irritating than useful, so disabled it after about an hour. This was a while back, and not sure what they have added since then. (I have never subscribed, but I have been able to test it for months now...i dunno)

      But I agree that moderation is something that should be done thoughtfully, and being able to give someone literally instant Karma, is going to lead to a lot more Unfair Metamoderation.

      --
      Tequila: It's not just for breakfast anymore!
    4. Re:Instant Moderation Please! by jdray · · Score: 1

      I can't check this out before I get home (IE at work and all), and maybe it's already added, but speaking of scrolling down, how about a link next to [Parent] that is the next comment down on the same level (possibly [Next Younger Brother], though that's a little unwieldly)? Alternately, how about "rollup" for a particular comment and its children? Take, for example, the discussion above regarding IE compatibility. I had read TFBlurb and noted that, indeed, IE compatibility was on the hot list. I didn't care to read all the posts from people afraid it was going to go away, then all the posts from people reviling them for not reading TFB. I had to scroll down, keeping a mental track of where the indentation was for the parent comment, looking for the next thing that someone said. Terribly bothersome, I tell you.

      --
      The Spoon
      Updated 6/28/2011
    5. Re:Instant Moderation Please! by B3ryllium · · Score: 1

      It could be done in the same manner as comments are on Gizmodo - give you 60 seconds to reconsider. :)

    6. Re:Instant Moderation Please! by MarkGriz · · Score: 1

      "I had to scroll down, keeping a mental track of where the indentation was for the parent comment, looking for the next thing that someone said. Terribly bothersome, I tell you."

      Here here!!! I often find myself putting my finger on the screen to mark the indentation point.

      --
      Beauty is in the eye of the beerholder.
  12. Hasn't been subscriber only for a while... by Quaoar · · Score: 5, Interesting

    I'm lowly member with a normal account, and I've been able to view the new comment system for like 2 months. Just a minor clarification...

    --
    I'll form my OWN solar system! With blackjack! And hookers!
    1. Re:Hasn't been subscriber only for a while... by chrismcdirty · · Score: 1

      Same here. I've been able to test the discussion system since around June/July.

      --
      It's like sex, except I'm having it!
    2. Re:Hasn't been subscriber only for a while... by gEvil+(beta) · · Score: 1

      Yup, same here. I tried it when that checkbox first appeared a few months ago and fiddled with it for about 20 minutes. At that point I said, "This is a joke, right?" I guess I'll give it another shot to see if it's improved.

      --
      This guy's the limit!
    3. Re:Hasn't been subscriber only for a while... by MadEE · · Score: 1

      Me too, for a second reading that I though I might have got drunk one night an subscribed or something.

    4. Re:Hasn't been subscriber only for a while... by Proud+like+a+god · · Score: 1

      Yeah likewise I think I'm in the same situation. Maybe it's karma based too? Of course I can't be arsed to check out slashcode ;-)

    5. Re:Hasn't been subscriber only for a while... by greysky · · Score: 5, Funny

      CmdrTaco had to post this article several times to get it approved by the editors.

    6. Re:Hasn't been subscriber only for a while... by ajmilton · · Score: 0

      i doubt it's karma based. my karma is crap (virtue of having 2 modded posts out of my 3 total so far ...) and i've been using the system for quite a while too.

      i do prefer this to the old "click a link and get a new page" system...it would be nice if it retained state after leaving a page (submitting a post or something) but of course i have no good suggestion on how to accomplish this.

    7. Re:Hasn't been subscriber only for a while... by Aladrin · · Score: 1

      I've been using it for months as a non-subscriber also, but originally it was a random popup opt-in thing. I don't know how they picked people after that, but I thought it was the same. I'm guessing subscribers automatically got the option at some point, and the rest of us got the popup.

      I personally really like it. especially the 'some other content' feature... It was annoying to have to pick and choose what to read. Now that it tells me what I should read, life is much easier. ;) (I'm actually only half-sarcastic... I really do like it.)

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    8. Re:Hasn't been subscriber only for a while... by rbochan · · Score: 2, Funny

      That's ok, it'll get reposted in the next 72 hours.

      --
      ...Rob
      The American Dream isn't an SUV and a house in the suburbs; it's Don't Tread On Me.
    9. Re:Hasn't been subscriber only for a while... by FishWithAHammer · · Score: 1

      That's ok, it'll get reposted in the next 72 hours.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  13. subscribers only? by Mini-Geek · · Score: 3, Informative
    Discussion2 has been in beta for a few months now on Slashdot Initially available only to subscribers, it now should be available to anyone willing to login and click the checkbox at the head of every discussion.
    I've had it since July 13th and I'm not a subscriber. Is the above statement incorrect or was I just accidentally offered it?
    --
    do {print "Mini-Geek Rules!\n";}
    until ($TheEndOfTheWorld);
    1. Re:subscribers only? by Ralph+Yarro · · Score: 3, Funny
      Discussion2 has been in beta for a few months now on Slashdot Initially available only to subscribers, it now should be available to anyone willing to login and click the checkbox at the head of every discussion.

      I've had it since July 13th and I'm not a subscriber. Is the above statement incorrect or was I just accidentally offered it?

      The statement is accurate. You're just having trouble getting your mind around the concept that "a few months" streteches back EVEN FURTHER than July 13th.

      Initially subscribers only... time passes, things happen... OMG Mini-Geek can use it too ... time passes... we reach today.
      --

      The real Ralph Yarro posts as Anonymous Coward. Anyone else is an impostor.
  14. Tried it, didn't like it by jandrese · · Score: 4, Interesting

    Normally when I read Slashdot, I read the comments page in nested mode from the top to the bottom. With the new system I have to constantly click to open up the threads which got old real quick. Given that you're loading the whole page anyway, it seems pointless to force me to click expand most of the comment sections.

    What I'd really like is an option to have them all expanded by default, but allow me to close the comment blocks on discussions that are obviously going nowhere.

    --

    I read the internet for the articles.
    1. Re:Tried it, didn't like it by jx100 · · Score: 4, Informative

      Just use the threshold menu on the left to move the threshold down. You'll still keep the capability to close comment threads.

    2. Re:Tried it, didn't like it by Tackhead · · Score: 5, Interesting
      > Just use the threshold menu on the left to move the threshold down. You'll still keep the capability to close comment threads.

      It took me 5 minutes and 20-30 mouse clicks to figure out two things:

      1) You must have images turned on. The "up arrow" and "down arrow" things are represented in non-image mode by a bunch of asterisks, and there's nothing to indicate that they're live.

      2) You must have javashit turned on. OK, I wasn't that surprised by the need for Javascript since this is supposedly the new AJAX hawtness, but I was surprised that it failed so ungracefully.

      3) There's a lag (because we're dealing with Javascript) between the mouse click and the re-rendering of the page and the threshold box/menu.

      4) There's an annoying thing about the threshold box, in that if all I want to do is crank it to "80 full / 0 abbreviated / 0 hidden" (I have zero interest ever seeing an abbreviated comment. This isn't Digg - It's OK to say something that takes more than one line to express.), I've gotta reposition the mouse after every click on the threshold box.

      How about we find a middle ground: Website uses D2, but fails gracefully: If Javascript is disabled, it reverts back to D1.

      (Yeah, I disable Javascript wherever possible. Google Maps and online shopping/banking are probably the only exceptions I make to this rule. I'm also occasionally on bandwidth-restricted connections, and have developed a habit of browsing as lean as possible. If a website's contents are mostly text, it should be just as usable with its images, javascript, and even colors/fonts overridden. I still prefer a good serif font over the "new" default, too :)

    3. Re:Tried it, didn't like it by Anonymous Coward · · Score: 0

      Well, unzip your tinfoil, already. If I'm a designer, I'm sure not going to spend time and effort supporting users who disable Javascript and images. What, do you expect me to support Lynx, too?

      People have better things to do than cater to Luddites who probably aren't going to buy anything anyway because, after all, credit cards help finance the work of the Illuminati.

    4. Re:Tried it, didn't like it by TREE · · Score: 1

      Maybe not lynx, but elinks support would effectivley make or break whether I ever read slashdot again.

    5. Re:Tried it, didn't like it by Tackhead · · Score: 2, Insightful
      > Well, unzip your tinfoil, already. If I'm a designer, I'm sure not going to spend time and effort supporting users who disable Javascript and images. What, do you expect me to support Lynx, too?

      Yeah, but would using an ALT attribute with, say, "up" or "down" instead of "*" really kill you guys? :)

    6. Re:Tried it, didn't like it by crevette · · Score: 1

      Right now D2 only benefit is that you can change your threshold on the fly and that you can get abbriviated posts with it. I understand that later the post content will gets updated with new post and moderation, but how is that going to be handled on the client? The page better not suddenly scroll because a new item was displayed above.

      Anyway, something I would like to get is an option to reduce the noise on the screen in the 'control box'. Something like hiding poster names, signatures, reply-to buttons and such. That way I could get more content on my monitor at the same time while having the choice to turn them back on if I want to check who posted that brilliant (or not so) comment.

    7. Re:Tried it, didn't like it by lewp · · Score: 1

      I might die a little inside, yes.

      (Support your text mode readers. They're the wackos Slashdot is all about. :P)

      --
      Game... blouses.
    8. Re:Tried it, didn't like it by Anonymous Coward · · Score: 1, Insightful

      Yes, a site that still works well in lynx and other text-mode browsers is a good thing.

    9. Re:Tried it, didn't like it by IpalindromeI · · Score: 1

      You can get that now with the Slashdotter extension. It puts a Javascript "Hide Replies" link at the bottom of each comment that lets you hide all of that comment's replies. It's really nice when the comment looks like it has a ton of replies and you don't care about any of them. Also, load comments below your threshhold without reloading the page, and some other neat features.

      --

      --
      Promoting critical thinking since 1994.
    10. Re:Tried it, didn't like it by doom · · Score: 1
      A nice list of problems. I can add a few others:
      • If you like to use your own background color setting in firefox, you can't see the controls in the "Comments" panel. In fact, the background goes transluscent.
      • If you use "light" mode, the "Comments" panel overlaps some of the comment text (there's no empty left column for that comment panel to jerk about in).
      • I used to be able to open sub-threads in another tab, but now it's a javascript link, so that's busted (yeah, there's another way now, but the old one is still busted).

      And my biggest complaint: Does anyone really want these features? I almost always just cruise at plus 3, and hardly ever want to tweak the setting. The one case I can think of is when trying to play moderator, then I might want to flip it down to -1... but I'd do that just once, not repeatedly. Why not just put the control panel at the top of the page, and script the kludgey floating window? KISS, yes?

  15. One suggestion... by FortKnox · · Score: 1

    Make sure the old discussion is an option... it doesn't have to be default, but I'd like to be able to still use the old way, if I want.

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
  16. Doesn't work with IE or Opera by nuzak · · Score: 4, Interesting

    So I have to ask ... why is slashdot rolling its own Ajax library? Why not use Dojo or Mochikit or hell, even Prototype? Those do work on every major browser. You already have help from third parties, they wrote the library for you. All you have to do is accept it.

    Man, I sound like a born-again or something...

    --
    Done with slashdot, done with nerds, getting a life.
    1. Re:Doesn't work with IE or Opera by Ayanami+Rei · · Score: 4, Insightful

      Because it's not the client side that's the problem.
      It's the server side.

      Ajax isn't some magic spice you can just download and sprinkle into your web code to somehow make it suddenly non-stateless. You need to rethink your whole comment/posting model and then design the interface and interaction between server and browser based on that.

      Dojo and Mochikit are little more than pretty widgets to look at (with some liberal use of xmlhttprequest, which doesn't mean jack unless your backend is already structured to use it).

      So yeah. Typical slashdot response.

      --
      THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    2. Re:Doesn't work with IE or Opera by nuzak · · Score: 1, Insightful

      > It's the server side.

      You're telling me that the server has a problem with IE?

      > Dojo and Mochikit are little more than pretty widgets

      Spoken by someone who has clearly never looked at either toolkit. In fact, Mochikit is rather lacking in pretty widgets, having focused on things like remoting instead.

      > So yeah. Typical slashdot response.

      Indeed. What the hell qualifies you to lecture me?

      --
      Done with slashdot, done with nerds, getting a life.
    3. Re:Doesn't work with IE or Opera by trevorrowe · · Score: 1

      Because those libraries are actually not that great, fairly heavy-weight as far as javascript and browsers are concerned, and not necessary.

    4. Re:Doesn't work with IE or Opera by Chanc_Gorkon · · Score: 1

      Um....because it doesn't work with Slashcode? Um....maybe because there's still a hell of a lot of perl involved??? (Cause Taco like's PERL).

      --

      Gorkman

    5. Re:Doesn't work with IE or Opera by pudge · · Score: 1

      So I have to ask ... why is slashdot rolling its own Ajax library?

      It is?

      Why not use Dojo or Mochikit or hell, even Prototype?

      We're using prototype. View source. :-)

  17. Discussion2 Observations by coolGuyZak · · Score: 4, Interesting

    I've been using Discussion2 for about 2 weeks now, and I, for one, offer my congradulations. As noted above, it has a few kinks, but overall, it is a vast improvement over the previous layout. I find myself reading much deeper into comments, and the "HUD" makes it easy to see how much time I waste here on /. ;)

    Few annoyances I must note, however:

    • There is a discrepancy in the UI. To expand a post, you click the title. However, clicking the title doesn't hide the contents, it collapses the entire thread
    • When a post is <blockquote>'ed, you see the blockquote portion of the post in the preview. Since most blockquotes are of the previous post, I don't see any new information. This likewise goes for posters who italicise their quotes
    • A personal nitpick (likely CSS related): you can't use bold or italics inside of a blockquote

    Overall, though, it's a vast improvement over the past system. Keep up the good work!

    1. Re:Discussion2 Observations by coolGuyZak · · Score: 1

      Another nitpick: the HUD appears every time you close the window. I have since grown to like it, but is there an option to close it permanently?

    2. Re:Discussion2 Observations by recordMyRides · · Score: 1

      And one last suggestion - I'd like to be able to close a message if I've openned it! I can't figure out how to do this.

    3. Re:Discussion2 Observations by Inda · · Score: 2, Informative
      A personal nitpick (likely CSS related): you can't use bold or italics inside of a blockquote

      Sure you can. Well, bold you can.

      Using Firefox here if you care.

      Please sort the Javascript out fully before implementing this. I like browsing the web on my old, old, old PC. Not all of us feel the need to upgrade our machines into gaming rigs. It plays DVDs, Xvid, MP3s, etc etc - it should be able to handle a bit of nicely coded JS.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
    4. Re:Discussion2 Observations by Daniel_Staal · · Score: 1

      You can actually read the entire comment of the collapased comments if you try, at least on my old version of Mozilla. If I click into the comment preview I can scroll it using the arrow keys.

      I find it fun.

      --
      'Sensible' is a curse word.
    5. Re:Discussion2 Observations by Just+Some+Guy · · Score: 1

      Click on the title of the message. That's what eventually worked for me.

      --
      Dewey, what part of this looks like authorities should be involved?
    6. Re:Discussion2 Observations by recordMyRides · · Score: 1

      Ah yes, you're right. Thanks!

  18. Opera by UpnAtom · · Score: 5, Informative

    I'm not sure what is supposed to happen, but there's no way to adjust threshold and the floating window is just annoying.

    I'm using the lastest weekly, 8573.

    Opera are pretty good at fixing bugs promptly if you let them know. Use the form if you don't have other contacts:
    https://bugs.opera.com/wizard/

    1. Re:Opera by stevesliva · · Score: 3, Informative
      I'm not sure what is supposed to happen, but there's no way to adjust threshold and the floating window is just annoying.
      Ironically, the floating window adjusts the threshold. No, it's not readily apparent that it does so, because it doesn't say "threshold" on it, but, there it is.
      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    2. Re:Opera by dema · · Score: 1

      ...the floating window is just annoying.

      Amen. It covers up a portion of the comments and is just generally annoying to have dragging along. Why is this even necessary?

    3. Re:Opera by jmazzi · · Score: 1

      So click the X and close it.

    4. Re:Opera by SlashPrompt · · Score: 1

      I don't care for it either. If there was a way to disable it in the preferences that would be handy. Just perminately hide it. I click the X and then when I go back or to a different thread, there it is again.

    5. Re:Opera by UpnAtom · · Score: 1

      As of Monday, it's fixed.

  19. Off topic question about "Read more .." by OzPeter · · Score: 4, Insightful

    Why is the size of the "Read more .. " presented in bytes?

    To me this is a meaningless measurement that conveys no real information. Are we talking single or multi-byte characters? Does that include line terminators? Does it include HTML formating?

    IMHO the number of words is a more beneficial stat. Or is the use of the number of bytes meant to be a throw-back to a "cutesy" geek secret club of "I know so I am 1334!!"

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:Off topic question about "Read more .." by EVil+Lawyer · · Score: 1
      "Or is the use of the number of bytes meant to be a throw-back to a "cutesy" geek secret club of "I know so I am 1334!!"

      Yes, it is. Although it's "1337" -- not "1334"

    2. Re:Off topic question about "Read more .." by Anonymous Coward · · Score: 0

      Who cares if you are Leea or not?

    3. Re:Off topic question about "Read more .." by ronanbear · · Score: 1

      The number of bytes is easier to calculate and is a measure of the amount of information you will be displaying. If anything the number of lines would be a better indicator but that would be more complicated to work out again.

      --
      the more they over-think the plumbing the easier it is to stop up the pipe
    4. Re:Off topic question about "Read more .." by Night+Goat · · Score: 2, Insightful

      Words are less useful to me. Regardless of how they calculate the bytes, I can assume that the definition of a byte stays the same. At least, it better! If they measured in words, I would not be able to tell if there were a bunch of "the"s or "antediluvian"s. I can get a better idea if it's worth clicking Read More over my 28.8Kbps modem connection.

    5. Re:Off topic question about "Read more .." by Anonymous Coward · · Score: 0
      "I know so I am 1334!!"

      YOU FAIL IT.

    6. Re:Off topic question about "Read more .." by Anonymous Coward · · Score: 0

      It's a perfectly useful stat if what you're concerned about is how much more data you need to download across your connection.

    7. Re:Off topic question about "Read more .." by Andrewkov · · Score: 1

      I would prefer the number was reported in blocks, not byes, but I'm uber-1337. Hex would be even better. :-)

    8. Re:Off topic question about "Read more .." by Anonymous Coward · · Score: 0

      You're Leea ?

      Wooyay, yet another chick on the Slash: Welcome to the club... may I offer you a drink?!

    9. Re:Off topic question about "Read more .." by OzPeter · · Score: 1

      But the number of bytes only applies to the "Read more ..", and only if the summary spills over a certain amount. After that you have no idea how many bytes you will be downloading in terms of comments. Yes you get the number of comments, and you can control at what level to read, but you have no idea what will end up on your screen once you select that page.

      --
      I am Slashdot. Are you Slashdot as well?
    10. Re:Off topic question about "Read more .." by OzPeter · · Score: 1

      Except as I pointed out above .. the value only applies if the summary size exceeds a certain amount, and has nothing to do with the number, size or level of the comments to the story.

      --
      I am Slashdot. Are you Slashdot as well?
    11. Re:Off topic question about "Read more .." by OzPeter · · Score: 1

      I can't spell ... so sue me

      --
      I am Slashdot. Are you Slashdot as well?
    12. Re:Off topic question about "Read more .." by RevAaron · · Score: 1

      Man, I was laughing so hard at that, I didn't have the energy to point it out.

      MAN I AM SO LEEA!

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    13. Re:Off topic question about "Read more .." by Night+Goat · · Score: 1

      I shut off comments when I am on dialup. But yeah, otherwise I'd be playing with fire there.

  20. Scratch that. by hublan · · Score: 2

    D'oh. Looks like they've added it already. Certainly wasn't there last time I had mod points.

    --
    My spoon is too big.
    1. Re:Scratch that. by miscz · · Score: 4, Informative

      There is a bug in the moderation system though, at least it seemed so to me today. I could use single moderation point on the same page as many times as I wanted, it didn't work after going somewhere else and unfortunately it was my last mod point so I can't be sure if it wasn't me not being able to count. And I don't know how to report a bug :P

    2. Re:Scratch that. by pudge · · Score: 1

      Yeah, was added last night.

    3. Re:Scratch that. by cynicalmoose · · Score: 1

      Thanks. That should help fix a longstanding high-level moderation issue where several mods go through a discussion, note the same thing, and the comment gets overpromoted because of a lack of realtime response.

      --
      Exercise your right not to vote. thinkoutside.org
  21. Works very well by Acer500 · · Score: 1

    I was initially reluctant to try it out, but now I like it better than the other views.

    I liked Nested view earlier.

    I'd like a better way of replying that lets me see more of the discussion (similar to the PHPBB and other forums), and as some mentioned, a way to filter out Funny or by moderation.

    --
    There are three kinds of lies: lies, damned lies, and statistics.
  22. PITA by killmenow · · Score: 3, Interesting

    I was using the new comments beta system until yesterday. I turned it off because it sucks ass. I see the potential, but it's annoying as shit right now. I know, that's not a very constructive criticism...but, damn. Speed is an issue, the stupid floating "full, hidden, blah blah blah" shit on the left pane, and whatnot.

    Maybe after they work out some of the speed issues and the like, it'll be great. But for now, it can't touch "-1, Nested, Highest Scores First" comment browsing.

  23. Re:Disgusting! by ctid · · Score: 5, Insightful
    I agree to an extent about this, but this is ridiculous:

    If you think slashdot can survive with lack of IE support, that sounds like a pretty stupid business decision. You're throwing away 25% of your readers... Real smart! Do you people even know how to run a business?

    Nobody is being thrown away - IE users simply have a worse experience of the site but they can still read the articles and participate in the discussions.
    --
    Reality is defined by the maddest person in the room
  24. Bug by The+MAZZTer · · Score: 1

    The floating comments box on the left should have position: absolute before you scroll down to the comments and it gets position: fixed. Right now it always has to be continuously updated in position before you scroll down to the comments, which is slow.

  25. I'm pretty happy with it by jfengel · · Score: 4, Insightful

    The moderation-in-place has come in particularly handy. Many times I'd moderate something, then wait until I'd read down the rest of the page to hit "save", but forget to hit it.

    The flip side of that is that I don't get to say, "Hey, here was a better way of saying the same thing." The mod point's gone. It's common for me to think, "This was a correct and useful answer, but impolite" and prefer to wait until I found a more polite way of phrasing the same information. If I don't find one, though, the correct answer is sometimes worth modding up if the question is important.

    The box for setting viewing levels was kind of hard to get used to, but I think I finally understand it. "Down" doesn't mean "less of this"; it means "expand to take up some of the territory covered by the other box." If they change its behavior, I'd have to learn it all over again, and it makes sense once you've figured out what all of the arrows mean.

    All in all I've been using D2 and sticking with it.

  26. Floating Box by Anonymous Coward · · Score: 1, Informative

    Is there no way to integrate that weird floating box (with comment numbers for full, abbreviated and hidden) properly with the page? It's distracting. At least it now stays dead after you close it... until you open a new article. Other than the weird floating box that doesn't integrate properly with the page, I rather like the new system.

  27. No thanks by sane? · · Score: 0
    Tried it a few months back, didn't like it, turned it off again.

    Sure there are problems with the existing system, opening of low ranked replies in-page would be good, as would a better moderation system. However the current suggested replacement isn't really an improvement, the focus is on the wrong place and the approach should be scrapped.

  28. How do I collapse threads? by romcabrera · · Score: 1

    When reading a comment, sometimes I want to read all its responses so I click on "X hidden comments". When done, I would like to collapse those comments I have just revealed. Is there a way to do this?

  29. Opera, and.. it was crap by Bitsy+Boffin · · Score: 3, Insightful

    First, I'd like to know what exactly is wrong with Opera's Javascript implementation that D2 can't be made to work with it - especially Opera 9, I think somebody just couldn't be bothered.

    Second, I tried D2 a while ago (I'm not a subscriber though, I guess some non-subscribers got the opportunity too), and I didn't like it much. Slow, slow, slow and did I mention slow.

    --
    NZ Electronics Enthusiasts: Check out my Trade Me Listings
    1. Re:Opera, and.. it was crap by SLi · · Score: 1

      To me it doesn't seem slow at all. I use Konqueror, though, and only bothered to try D2 now so maybe I haven't just had time to notice the slowness.

      To me it seems that if some browser is so slow with Javascript (BTW usually Konqueror's Javascript implementation is really slow, so I don't know why it works so well in this case), it's the browser that should be fixed.

    2. Re:Opera, and.. it was crap by pudge · · Score: 1

      First, see this thread for more information about the Opera bug.

      Second, performance problems still exist, but it is much faster now than it was "awhile ago" (for certain values of that).

  30. i've grown to like it by Cederic · · Score: 2, Interesting


    I've been using D2 for a few weeks now, and although it's occasionally doing things that surprise me, I've grown to like it a lot.

    I used to have to open hidden thread responses in a separate tab; now I can just display them inline. That change alone is worth any pain with the new system.

    I noticed inline moderation yesterday too. That surprised me, and I'm not certain I like it - I used to go through an entire discussion and moderate, then check whether I'd tried to moderate more or less posts than I had mod points. If I'd gone over-budget I could then prioritise the use of the mod points. The inline moderation means that once I've selected a moderation, it's used. It's also less forgiving of accidental selection in the drop-down.

    The other issue I've noticed is that for very large discussions (700+ posts) Firefox can report that processing the Javascript has taken too long. I get offered the choice of cancelling processing the script, or continuing. Once I'd realised what was causing this and just started hitting 'continue' it hasn't prevented the site working properly, just irritated me. But the performance modifications will probably resolve that.

    Inline replies sound good - I'll welcome that.

    Overall, given the choice, even with the existing implementation and its occasional flaws, I like it, and I'd prefer to keep it to the old discussion format.

    1. Re:i've grown to like it by tf23 · · Score: 1

      Firefox can report that processing the Javascript has taken too long

      A large discussion can throw httpd proxies/firewalls for a loop with the xfer size just being too damn big, too.

  31. Re:Disgusting! by multisync · · Score: 1

    They didn't say they wouldn't support it, they just said it was lower on the list of priorities, as 3/4 of their visitors use another browser. This isn't "elitist bullshit," this is allocating resources based on the priorities of the visitors of their site.

    --
    I don't care why you're posting AC
  32. My machine's a big boy; it can handle more by jx100 · · Score: 1

    I appreciate the fact that we can finally have more comments on a page than 100. It's a rather annoying limit for some of the larger threads, especially when a discussion thread is interrupted in the middle by a page break.

  33. Thresholds not obvious by lpangelrob · · Score: 3, Insightful

    It takes a little more thought than I'd like to put in to see how the thresholds are defined. 4 Full (score 5) / 51 Abbreviated (score 2) / 27 hidden (score -1) would be appreciated.

    Being able to disable the abbreviated option altogether would be nice, actually. Then I could navigate threads at my leisure.

    Also, a flexible threshold system would be good, but now we're going into divining magic. For example, if I click on a thread, I'm obviously interested in it; hide -1 scored comments, show comments scoring 0 or more.

  34. 25% is not trivial by sri · · Score: 1, Troll

    If your prof in college docked 25% off your exam score because he didn't feel like grading that part, I think you'd be pretty darn ticked. Twenty-five percent is not a trivial number, folks.

    1. Re:25% is not trivial by sri · · Score: 1


      You know, I think it's pretty sad to see that my honest comment was marked as a troll. I know that most Slashdot folks vehemently abhor Microsoft, but there are those of us for whom using their products is a necessary evil. And that number is somewhere in the 25% range, apparently.

      To say that the 25% of us who use IE should no longer be able to read the valuable contributions of other users here on this site simply because we're forced to use a crippled browser is akin to saying that handicapped access should not be granted to public facilities. I understand that this is taking the analogy too far, but I hope you get my point.

      I could understand if lynx were not supported--the number of Slashdotters using that for web browsing on a daily basis probably is trivial. But to say that 25% of the user base doesn't count is ridiculous.

  35. Re:How do I UN-collapse threads? by Tackhead · · Score: 2, Insightful
    > When reading a comment, sometimes I want to read all its responses so I click on "X hidden comments". When done, I would like to collapse those comments I have just revealed. Is there a way to do this?

    I have the opposite problem. How do I get "the old "Flat" view" mode? I'm interested in maximizing the number of words on my screen, and minimizing the number of mouse clicks.

    From TFA:

    Rethink What Old Functionality By this I primarily mean discussion filters and ordering. By default D2 uses a thread ordered, chronological display. The old system had many other sort modes, but I'm not how sure how effective these are once threaded. So I may simply leave the old system in place for users who want to see a flat discussion ignorant of threads ordered by date or score. Since this is only a tiny percentage of users, I figure it can wait.

    What makes Slashdot so great is that I can pop open a tab with 100 - or even 5 tabs of 100 posts each - and simply skim the entire discussion, without having to do any navigation more complicated than hitting PgDn every few seconds.

    If I have to move a mouse and click on every one of 100 messages, or even 10 seperate subthreads, I'm not going to bother reading any of it.

    The fact that I can expand a thread without a page load is cool -- but the fact that I have to expand threads without a page load isn't a feature -- it's a bug. Seriously -- if I can expand a comment/thread with a mouseclick but without a page load, then it means my browser has every word of the entire discussion sitting in RAM, and your UI is getting in the way of the user experience because it's preventing my browser from rendering it.

  36. Re:This is a comment. by billstewart · · Score: 1, Funny

    Terse.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  37. Not picking a fight here, just my opinion by MBC1977 · · Score: 2, Interesting

    I'll still use the site when the new version is available in IE. Ironically, because of personal preference (i.e. choice). I've tried the latest version's of FF, and Opera and I still think websites look best in IE. I don't knock those who like those browsers, but the way I see it, a standard does not need an independant group. That may sound lame to some, but I've invested a lot of time and money in building my MS developer skillset. In addition, seeing as my family, nor my friends, have ever had a major problem with MS software and tools, I don't see to the need to change course...yet.

    That being said, I'll keep my copy of FF around and periodically look at Slashdot and other various sites, but to be perfectally honest, I think its font rendering systems and layout is ugly (too block'ish') for my taste.

    Regards,

    MBC1977,
    (US Marine, College Student, and Good Guy!)

    --
    Regards,

    MBC1977,
  38. Not the right question about "Read More..." by Anonymous Coward · · Score: 0

    Why does it still say "Read More..." if there are 0 new bytes of blurb text? By definition, x+0 isn't "more" than x. "Read Comments" would be more accurate.

  39. What checkbox? Is this University of Michigan Test by Anonymous Coward · · Score: 0

    1. I don't see any 'click the checkbox at the head of every discussion'. Anybody else see it?

    2. Is this the same thing as the University of Michigan Testing ? That system sucks-- it's wayyy to complex. Please don't make it the default. There are *20* different thresholds in the "Advanced Context Controls", and you force people to view the comments in the order they are posted. I have about 5 free minutes to view an article, so I like to read with "Highest Scores First" so I can get the best rated comments first, and avoid the trolls.

  40. zerg by Lord+Omlette · · Score: 5, Funny

    Given the # of people who are only allowed to use IE when they're at work, if /. stops working w/ IE, productivity should skyrocket.

    --
    [o]_O
    1. Re:zerg by Anonymous Coward · · Score: 0

      That is assuming that people only web browse when they are not done with their work. Some of us out there web browse after all our work is done, which just so happens to be much earlier than the end of our work day.

    2. Re:zerg by kbielefe · · Score: 1

      Since there is someone making "excessive bad postings" among the thousands of people behind my corporate proxy, we've all been banned from posting from work for the last month and a half or so. I can definitely say that my productivity has gone up so much that I have started to entertain the conspiracy theory that my company is paying slashdot to maintain the ban.

      --
      This space intentionally left blank.
  41. it's mostly just embarassing that it doesn't work. by freejamesbrown · · Score: 0, Troll

    seriously people. it's not rocket science to write cross-browser compliant code. i expect better from a champion of the open source community. (but of course, it is still in beta, so... ) m.

  42. I just show all comments anyway by Com2Kid · · Score: 2, Funny

    I read fast. I show all comments. When I enabled the new discussion system I had to tweak my preferences some to enable it to do what I had before.

  43. Please don't force everybody to use it by techno-vampire · · Score: 1
    I'm not a subscriber, but I got offered it when it first came out. I went through the tutorial and started using it. Within less than five minutes, I went into my Preferences and turned the damned thing off, never to try it again. I hated it.

    Among other things, its way of giving you a "teaster" of a comment was worse than useless. Giving you five or ten words of a reply doesn't tell you anything worth knowing when the comment starts out with a quote from the Parent. Most of its other "gosh-wow, shiny!" features are things I find not only pointless, but useless, such as changing the threshold of replies based on the score of the Parent. What difference does that make? The reply stands on its own value, not on that of its parent or grandparent.

    All in all, I found it something that badly detracted from my Slashdot experience, and I never want to be subjected to it again. Please, editors, let those of us who like it as it is continue to read /. the way we do now.

    --
    Good, inexpensive web hosting
    1. Re:Please don't force everybody to use it by transwarp · · Score: 1
      Giving you five or ten words of a reply doesn't tell you anything worth knowing when the comment starts out with a quote from the Parent.
      I don't know much javascript, so this may be completely impractical, but if the preview of the comment could exclude any leading quotes (and italics, since a lot of people use those for quotes) and newlines, IMHO that particular feature would be a lot more useful.
    2. Re:Please don't force everybody to use it by techno-vampire · · Score: 1

      Exactly. If it were possible to show some of what the poster added, it might be useful instead of a wasted effort as it is now. Alas, even if that were fixed, it wouldn't make it worth my time to bother with the "Discussion 2.0" so don't fix it on my account.

      --
      Good, inexpensive web hosting
  44. Negative number of hidden/abbreviated comments? by Athrac · · Score: 1

    Sometimes the number of hidden or abbreviated comments gets negative. Like "-5 Hidden". What the hell does that mean?

    1. Re:Negative number of hidden/abbreviated comments? by pudge · · Score: 1

      We've never seen that. If you can show it to us happening, give us all the details (URL, browser, platform, etc.), then file a bug report, and we can look into it.

  45. Opera by Anonymous Coward · · Score: 0

    I've had problems using it under Opera as well... It tends to work just like the normal discussion (reloading the page with just the comment I click on and the comments under it) rather than the new fangled Web 2.0 stuff where it just expands the comment I want to see (and thus saves me time from having to wait for a full reload of tha page).

  46. Re:How do I UN-collapse threads? by syrinx · · Score: 1

    THANK YOU. I was thinking the same thing. Flat mode FTW. I was pissed when they started splitting things into pages and I couldn't load all the comments at once anymore on discussions with 100+ replies.

    Someone please mod parent up.

    --
    Quidquid latine dictum sit, altum sonatur.
  47. huh? by Hes+Nikke · · Score: 0, Redundant

    Discussion2 has been in beta for a few months now on Slashdot Initially available only to subscribers, it now should be available to anyone willing to login

    huh? as you can see above, i'm NOT a subscriber, however, i've been able to use the beta for a few months! i hated it and have been sticking with the old system... will the old system go away when this leaves beta? :(
    --
    Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
  48. Re:IE not so important... one more thing :) by hackstraw · · Score: 2, Insightful

    I would like specific markup and a decent CSS style (maybe user configurable) to quote messages.

    Right now, there is blockquotes and italics. Italics don't look as good since the change to sans serif font, and blockquotes are a little more difficult to work with and to me the lighter grey blockquote font color makes the comment more silent in my head vs italics (kinda like parenthesized stuff is more quiet then non-parenthesized text). Bold is loud and/or important! AND CAPS ARE LOUDER!

  49. Re:it's mostly just embarassing that it doesn't wo by Mateo_LeFou · · Score: 1

    It's not rocket science but it's extra work. Why do extra work to accommodate something (non-standard rendering) that hurts the web?

    --
    My turnips listen for the soft cry of your love
  50. continuity and pagination by Anonymous Coward · · Score: 0

    ... is continuity and pagination that works. Any other feature is a complete waste of time if thread continuity and pagination continues to be ignored.

    The threshold/moderation system renders most topics nearly unreadable without reloading the page at threshold -1. Replies to posts that are hidden by default make absolutely no sense at all where the post being replied to is not quoted. This would be all very well and good IF the pagination worked, however, currently if you reload a topic at threshold -1 its pretty much a crapshoot as to what you'll get on each page... will pages 1,2 and 3 all be identical? (often the case) will page four contain the last half of page 3? This is horribly frustrating when browsing on a dial-up connection.

    Thread continuity and working pagination should be top priority (assuming that you'll continue to insist on hiding the majority of posts by default). Pretty layouts and snazzy javascript (lord help us and save us) are a complete waste of time as long as continuity and pagination are ignored.

    No javascript, please... pretty please... no useless and unreliable javascript, just give us a perl script that does what it says on the box and provides logical comprehensible threads with continuity and pagination that works. (which is horribly overdue, the site has been broken for far too long)

    Please.

  51. a quarter of you.. by way2trivial · · Score: 0, Troll

    with a million users registered, 250 THOUSAND people do not matter..

    chrissakes man, 25% of the customer base is not worth bothering over?

    --
    every day http://en.wikipedia.org/wiki/Special:Random
  52. A Little Common Sense by sleepykit · · Score: 1

    Maybe it's just me and my naive attitude, but the above article does say that support for IE will eventually be available, but it's not the first priority. Logically speaking that makes sense. First work out the kinks in the code and cement its functlionality, then worry about making it all around compatible with other browsers. Personally, I think that everyone should have access to at least some form of comments (be it old or new) and be able to post their thoughts. To me, that's more important than the way it all looks.

    --
    "When did I realize I was God? Well, I was praying and I suddenly realized I was talking to myself." ~ Jack Gurney
  53. Care for mobile visitors by kappa · · Score: 1

    D2 is completely useless on a PDA or phone.
    Please, leave old system as an option for ever. Please.

    1. Re:Care for mobile visitors by tf23 · · Score: 1

      That brings up something I'd had thought about. What about a "if I'm using a mobile, I want these discussion default settings, otherwise I want _these_ settings".

      That way if I'm using the damned tiny screen pda, if I hit a discussion thread, I can have it just show me the top N (say 10) most highly rated comments in flat mode in D1 and leave it at that.

  54. Yes, that's how it should work by Athrac · · Score: 1

    But sometimes I manage to get the box over the menu. Doesn't happen always, though. Firefox 1.5.0.5.

  55. IE will still work by WalksOnDirt · · Score: 1

    IE will still work with the old version, so they could probably just change the default for Firefox (and other compatible browsers). So far, I don't even prefer the new version under Firefox, since I usually use threaded mode. I like the new version better now than the last time I tried it, so I may change my mind by the time it's out of beta.

    --
    a,e,i,o,u and sometimes w and y (at be if of up cwm by)
    1. Re:IE will still work by WalksOnDirt · · Score: 1

      I meant to say I use nested mode.

      --
      a,e,i,o,u and sometimes w and y (at be if of up cwm by)
  56. Safari crashed by Monkeys+with+Guns · · Score: 1

    I loaded D2 in the latest Safari on my G4. It loaded fine. I clicked preferences, then went back to the discussion. It crashed while loading. I sent the bug report to Apple. D2 loaded fine after restarting Safari. I'm using it to post this.

  57. "Broken" Opera Javascript... by Fweeky · · Score: 5, Informative

    Ok, so you're using a global variable called comments; a "hash" indexed by comment ID. Except it's just an object to JS, and you're telling it to create numeric elements in it... these elements are not just array indexes, they're also method names, and numeric method names.. well, they're a Bad Idea.

    With 2 search and replace operations, I have the basics of Discussion2 working in Opera 9.01 on a locally saved page:

    First, instead of doing comments = { [cid]: ... } do comments = { 'c[cid]': ... }. Now instead of comments.1234567, you're asking for comments.c1234567. Now in comments.js, replace comments[cid] with comments['c'+cid]. Now changing the threshold works just fine.

    1. Re:"Broken" Opera Javascript... by Anonymous Coward · · Score: 0

      It's always the fault of the most standards-compliant browser which can't chew on Mozilla's non-standard buggy broken crap, unfortunately.

      See the horror Google does by using internal Gecko XBL methods which aren't supposed to even be exposed. But the chat in Gmail doesn't work because of that. Also, Opera had to introduce a bug (!) in Presto for Gmail to work, and W3C had to change the recommended (?) standard when it comes to display: inline-table. All because Gecko is full of bugs and non-standard behaviour/compliance.

    2. Re:"Broken" Opera Javascript... by pudge · · Score: 4, Informative

      There is nothing wrong with the code. "Bad Idea" implies that we are using the the object literal in a way that could possibly be misinterpreted by a standards-compliant browser. That's not true.

      And yes, I already knew about the possibility of the fix you suggested, but we already have performance issues, and I am not going to add potentially thousands of concatenations per click to work around a bug in Opera, when Opera could just fix the stupid bug.

    3. Re:"Broken" Opera Javascript... by pudge · · Score: 4, Informative
      Oh, and here's the documentation. There's nothing in there about restricting the use of numbers.

      The real problem, BTW, is that Opera cannot handle *certain* numbers. Specifically, IIRC, it cannot handle 2^23 ... 2^24-1. Which happens to be where our cids fall.

      Totally not kidding. Check this out:
      var y = { 8388607: 1, 8388608: 3, 16777215: 5, 16777216: 7 };
      document.write("8388607:"+ y[8388607] + "<br>");
      document.write("8388608:"+ y[8388608] + "<br>");
      y[8388608] = 4;
      document.write("8388608:"+ y[8388608] + "<br>");
      document.write("16777215:"+ y[16777215] + "<br>");
      y[16777215] = 6;
      document.write("16777215:"+ y[16777215] + "<br>");
      document.write("16777216:"+ y[16777216] + "<br>");
      In Opera 9.01 build 3489 for Mac OS X, this produces:
      8388607:1
      8388608:undefined
      8388608:4
      16777215: undefined
      16777215:6
      16777216:7
      In Opera 8.54 build 2200 for Mac OS X, this doesn't work at all, because 2^24 makes it crap out completely. If I remove 16777216: 7, then it produces:
      8388607:1
      8388608:undefined
      8388608:4
      16777215: undefined
      16777215:6
      16777216:undefined
      Of course, in Safari and Firefox etc., it does as expected:
      8388607:1
      8388608:3
      8388608:4
      16777215:5
      16777 215:6
      16777216:7
    4. Re:"Broken" Opera Javascript... by Anonymous Coward · · Score: 0
      There is nothing wrong with the code.
      So if someone wants to use an integer literal with the value of 61249328751048174301457675476671098271098230134765 7340958742309875234, the browser is supposed to make sure it works? What is the maximum value, anyway? 32-bit? 64-bit? Noted as integer, but internally represented as float? Large number math library?

      And yes, I already knew about the possibility of the fix you suggested, but we already have performance issues, and I am not going to add potentially thousands of concatenations per click to work around a bug in Opera, when Opera could just fix the stupid bug.
      It's not a bug. You *could* call it a bug if the specs said "integer literals are supposed to support 32-bit numbers at least". They don't say it, they don't say anything similar. Likewise, you can argue it's a bug if one browser supports stuffing a megabyte-long string literal/value into an object initializer, and another doesn't.

      That being said, it's strange Opera isn't using 32-bit numbers. Still, it doesn't make it a bug simply because other browsers behave differently, given the lack of full specifications. Opera could have implemented an 8-bit integer for that, and it *still* wouldn't be a bug.
    5. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      So if someone wants to use an integer literal with the value of 61249328751048174301457675476671098271098230134765 7340958742309875234, the browser is supposed to make sure it works? What is the maximum value, anyway? 32-bit? 64-bit? Noted as integer, but internally represented as float? Large number math library?

      Since the numbers not working are only between 2^23 and 2^24-1 (inclusive), obviously, this is not the real problem here.

      It's not a bug.

      It certainly is, as demonstrated -- if nothing else -- by the fact that 2^23 and 2^24-1 do not work, but 2^23-1 and 2^24 do work. That behavior is, quite clearly, buggy.

      You *could* call it a bug if the specs said "integer literals are supposed to support 32-bit numbers at least".

      That might be a valid -- though weak -- argument if Opera 9 did not support 2^24 and up. Even if they didn't, that would be weak, because obviously Opera understands the same numeric literals in other contexts (e.g., c[123456789]). You cannot convince me that something that accepts "numeric literals" in one place and in another should have different standards for what constitutes a numeric literal in each, unless it's specified in the docs somewhere.

      That being said, it's strange Opera isn't using 32-bit numbers. Still, it doesn't make it a bug simply because other browsers behave differently

      Correct. It is a bug because their own behavior in regard to numeric literals is inconsistent within itself: that there is a "2^23 hole" and that you can use the same numeric literals in some contexts, and not others.

      Frankly, I think not using 32 bits is itself evidence of a bug, but I understand why you do not, so I won't press the point.

    6. Re:"Broken" Opera Javascript... by Anonymous Coward · · Score: 0

      Sorry, I misunderstood you. I thought you said *everything* above 2^23 stops working.

      Then yes, it's a very peculiar bug and they should fix it.

      However, calling Opera's JS implementation broken is *way* wrong. It is in no way more broken than the JS implementation of other browsers (Gecko's addEventListener comes to mind first, for example), and the original text felt as extreme fanboyism and zealotry. A simple "Opera exhibits a rare and reported bug of limited scope which currently isn't compatible with our code" would have been much, much more appropriate. When you are light on details, flamefests ensue.

    7. Re:"Broken" Opera Javascript... by MagicM · · Score: 1

      Do you have actual numbers to show that the "potentially thousands of concatenations" would actually add measurable overhead?

      If you can show that the concatenation would be bad, then that's a great argument. Otherwise you're just being stubborn.

    8. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      Sorry, I misunderstood you. I thought you said *everything* above 2^23 stops working.

      It was that way in 8.5x.

      However, calling Opera's JS implementation broken is *way* wrong.

      I didn't write that, but the context was specific to this particular problem. Rob wrote the story and doesn't know the details, so he hand-waved at it, noting there is a bug in Opera. I apologize on behalf of Slashdot for any misunderstanding, and will be clear again: we are only asserting this particular bug exists in Opera, not that Opera's JS implementation is generally better or worse than any other.

      Also, for those wondering, this was submitted as a bug report to Opera months ago, and then resubmitted when the behavior changed after 9 was released.

    9. Re:"Broken" Opera Javascript... by Fweeky · · Score: 1

      Hehe, cute, and far more constructive than "it's broke"; thanks. Though "the documentation" is more like this, where it explicitly allows numeric literals in object literals on page 42. Funky, but I'd still use strings so you don't get screwed when you pass (2**31)-1 comment ID's ;)

      Looking at the object it actually produces, I see it's setting some spurious bits in there; 0x800000 becomes 0xff800000, etc. Silly. I guess you could always OR each cid with 0xff000000 *duck*

    10. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      Do you have actual numbers to show that the "potentially thousands of concatenations" would actually add measurable overhead?

      Nope. But I know it could, and I am not going to take the risk until it can be measured to NOT add overhead. This is a very difficult thing to know for sure: there are many browsers on many platforms.

      We actually are going to do another round of profiling, and we may throw this into the batch of things we look at, if we have the time. Even then, though, it will be difficult to reasonably profile all common browsers on all platforms to know for sure that it won't have a deleterious effect, just to work around the bug in Opera. So, bottom line, IF we have the time to profile it, IF it turns out to not be a problem, IF we think that our profiling is representative, IF Opera has still not fixed the bug, we'll consider making the change.

      But it's a whole lot easier and better for everyone if the bug gets fixed, don't you think?

    11. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      Thanks for the better docs.

      And yes, I see no evidence anything up to and including (2^31)-1 should be a problem, but we are a loooooong way off from that (almost literally, 128 times the number of comments we've had to this point in Slashdot's history, as we fast approach 2^24). We'll deal with it later if we have to ... but at this rate, we'll hit it in ... oh, a thousand years or so. :-)

    12. Re:"Broken" Opera Javascript... by drew · · Score: 1

      Does it still show the same behavior if use a string representation of a number:

      i.e.:
      var y = { '8388607': 1, '8388608': 3, '16777215': 5, '16777216': 7 };
      document.write("8388607:"+ y[String(8388607)] + "
      "); // The string cast here may
      document.write("8388608:"+ y[String(8388608)] + "
      "); // or may not be necessary

      I don't have a recent version of Opera handy to try it out, and honestly given JavaScript's typical behavior with ints-as-strings, neither answer would surprise me, but it may be an easy way to work around the bug if they don't fix it (or provide support for older Opera versions even if the most recent is fixed), and less performance intensive than concatenating strings.

      And to answer the question somebody else asked: Yes, string concatenation in JavaScript is SLOW. It varies from implementation to implementation, with IE being by far the worst but not only offender. It's slow enough that we have a standard JS library where I work that performs string concatenation via a combination of array pushes and joins, which is more than an order of magnitude faster on IE, and about the same to slightly faster on most other browsers.

      --
      If I don't put anything here, will anyone recognize me anymore?
    13. Re:"Broken" Opera Javascript... by drew · · Score: 1

      Sorry, forgot to escape the br tags. Guess I should have previewed...

      --
      If I don't put anything here, will anyone recognize me anymore?
    14. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      Does it still show the same behavior if use a string representation of a number

      Yes. I could not force a string representation (except by changing the value, such as starting it with a letter). I suspect this too is a bug, but I am not sure.

      Although, that was Opera 8, and I cannot recall if I tried that part with Opera 9. So, testing again ...

      Yep. Still undef for '8388608' and '16777215'.

    15. Re:"Broken" Opera Javascript... by asbjornu · · Score: 1

      Yes, there is something wrong with the code. It is written a way that is almost equivalent of var 1 = 2; which of course doesn't work. That object property names are parsed and interpreted differently than variable names in other browsers than Opera is the real bug here.

      Opera is behaving perfectly while the others are not. And the D2 code is egregiously and horribly broken. That the Slashdot developers aren't willing to do some string concatenation to fix the bug in their code because it supposedly hurts performance (I'd bet $10 that it doesn't) is just ignorant and stubborn.

      --
      He's a loathsome, offensive brute, yet I can't look away
    16. Re:"Broken" Opera Javascript... by MagicM · · Score: 1
      I agree that the bug with 2^23 ... 2^24-1 should get fixed. I (and I'm sure others) have reported it to Opera both in the forums and in their bug reporting system. Hopefully they will fix it.

      I'm still not convinced that using numbers as object property names is valid. You mentioned the documentation which states:
      each property I is an identifier (either a name, a number, or a string literal)
      However, that same documentation elsewhere states that:
      A JavaScript identifier must start with a letter, underscore (_), or dollar sign ($); subsequent characters can also be digits (0-9).
      It seems that there is some confusion about the definition of an identifier, and the ECMAScript spec (warning: PDF) which I believe javascript is based on in section 7.6 lists an identifier as starting with a letter, underscore, dollar sign, or escape sequence. It canNOT start with a number.

      This is probably the reason why var y = { 8388607: 1 }; fails in some browsers (IE5, for example), but var y = { "8388607": 1 }; (with the quotes) succeeds. Then again, if the number-as-property thing isn't really the problem, then who am I to argue?
    17. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      lists an identifier as starting with a letter, underscore, dollar sign, or escape sequence. It canNOT start with a number.

      It's not an identifier, though, it's a property.

      This is probably the reason why var y = { 8388607: 1 }; fails in some browsers (IE5, for example), but var y = { "8388607": 1 }; (with the quotes) succeeds.

      I'll take your word for it that it fails in IE5, but it works everywhere we've tested (including IE7, which is the only IE this ever has a chance of working with anyway).

    18. Re:"Broken" Opera Javascript... by pudge · · Score: 1

      Yes, there is something wrong with the code.

      No, there isn't.

      It is written a way that is almost equivalent of var 1 = 2;

      No, it isn't. "property" != "identifier". Indeed, var c = { 1: 2} is explicitly allowed in the ECMA spec. On page 42, it says that in c = { 1: 2} that the "1" is a PropertyName which may be evaluated as an Identifier, StringLiteral, or NumericLiteral. If it only said Identifier there, you would be correct. But you are incorrect.

      That object property names are parsed and interpreted differently than variable names in other browsers than Opera is the real bug here.

      The real bug in this discussion is that you are asserting things that flatly contradict the specification.

    19. Re:"Broken" Opera Javascript... by MagicM · · Score: 2, Informative
      It's not an identifier, though, it's a property.

      My bad. You're right. And in case someone else bothers you about it, you can point them to the ECMAScript spec (PDF) section 11.1.5, where it has the following grammar:
      ObjectLiteral:
        { }
        { PropertyNameAndValueList }

      PropertyNameAndValueList:
        PropertyName : AssignmentExpression
        PropertyNameAndValueList PropertyName : AssignmentExpression

      PropertyName:
        Identifier
        StringLiteral
        NumericLiteral
      Sorry to bug you. Keep up the good work!
    20. Re:"Broken" Opera Javascript... by MagicM · · Score: 1
      Oops. Dropped a comma.
      PropertyNameAndValueList PropertyName : AssignmentExpression

      should be
      PropertyNameAndValueList , PropertyName : AssignmentExpression

    21. Re:"Broken" Opera Javascript... by Locataire · · Score: 1

      Looks like this has now been fixed in latest Opera weekly. You can download it from http://my.opera.com/desktopteam/blog/

  58. Re:it's mostly just embarassing that it doesn't wo by Buran · · Score: 1

    seriously people. it's not rocket science to write cross-browser compliant code.

    It's also not rocket science, and is proper, to write code that complies to W3C standards. It's up to the user to obtain and use software that properly adheres to the standards that govern HTML. Would you buy a TV set that didn't adhere to the NTSC standard and then moan and gripe when your local TV station didn't broadcast a nonstandard signal, thus rendering your TV useless? No, you'd go out and buy a "real TV".

  59. Firefox extension: Slashdotter by Shimmer · · Score: 2, Insightful

    What does "D2" do that the Slashdotter extension doesn't do? I'm perfectly happy with that.

    --
    The most rabid believers in American Exceptionalism are the exact same people whose policies are destroying it.
  60. If it were just IE... by jd · · Score: 2, Informative
    ...I personally would just stick with the standards. However, the display is not great on Firefox, Opera or Konqueror, with the control widget window sometimes covering a full screen or more. It's sporadic. I haven't seen too many other display bugs, that's the main one, but it's one I'd really like fixed. as it almost has to be a code bug, not a browser bug.


    There are a myriad of other features I would like. The ability to sort was a key feature for me in the classic display, and this new display could have vastly more power on things like that. (For example, sorting by probable association, so if there are multiple threads discussing the same thing, they are together.) You are limited on server-side processing, as it's time-critical - you're serving 100,000 users (the same circulation as a national newspaper), so powerful server-side features can be a real headache. With that kind of userbase, it's much better for the server to just update an index of probable keywords and deliver that to the client to do any further processing or sorting.


    That, to me, is an important tool. Information is useless if it's so scattered that it takes more effort to collate it than to learn it from scratch. The ideal would be to be able to instruct the browser to recursively go through the related articles listed at the top and pull those indexes as well, so that users have the power to view the history and background of a discussion across multiple articles. (It won't prevent rehashing, which is inevitable, but it may encourage people to move further in their thoughts than is otherwise likely to happen.)


    What has always made Slashdot exciting is that it has dared to challenge conventional wisdom on how news works - even the UK's Guardian newspaper cites Slashdot as the inspiration behind the blogs attached to articles, and the BBC's user moderation system is very likely a derivative of the system we all love and use. It's experimented with presentation, filtering, tagging, cross-referencing and windsurfing. The new front-end provides a thick-client interface, with all the possibilities that implies. All that power (Power! POWER! And it's even better than an IBM POWER! Bwahahahahahahaha!)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  61. Only a quarter use IE? by menkhaura · · Score: 1
    patches welcome, but since only a quarter of you use it, it's not a huge priority


    The sumbmitter must be new here, huh?
    --
    Stupidity is an equal opportunity striker.
    Fellow slashdotter Bill Dog
    1. Re:Only a quarter use IE? by Yvan256 · · Score: 1

      Actually, I've never seen the browser stats for Slashdot. Given all those new Mac users (50% of people who buy a Mac are new to the platform, from what I've read), I'd like to see where Safari stands in all this (vs Firefox, Opera and MSIE).

  62. what about konqueror by misfiring+synapses · · Score: 1

    i wonder if enough slashdot users use konqueror. doesnt work for me in kde 3.4, havent tried 3.5.x though

  63. Re:How do I UN-collapse threads? by Tackhead · · Score: 2, Insightful
    > THANK YOU. I was thinking the same thing. Flat mode FTW. I was pissed when they started splitting things into pages and I couldn't load all the comments at once anymore on discussions with 100+ replies.

    You can use the weird little box on the side to get something approximating a flat mode, but it's still got lots of eye candy, but it takes multiple mouse clicks (and Javascript enabled) to get to it. The left margin of the text is still pretty ragged with various threading indentations.

    I think the root cause of these UI bugs is that people who write web apps aren't the people who read textual content.

    For instance, people who don't spend much time reading (books, web pages, whatever), you probably want to make sure "everything fits on a computer screen, browser maximized, no vertical scrolling"

    If you are a chronic reader, that'll give you a headache within 30 seconds. There's a reason why dead-tree books, dead-tree newspapers, and even PDFs and e-books, are oriented portrait-style -- taller vertically than horizontally. And the text is presented in a flat view -- paragraph after paragraph of words, left margin static, right margin ragged.

    If you're a web designer, that's unthinkably boring.

    If you're a programmer, that's also pretty weird -- because there's a huge amount of information packed into every line of text, and the more you can show on the screen -- both by showing indentation and even highlighting syntax -- is a great idea.

    Those models fail when applied to English. There's simply not enough information in the first 30-80 characters of a good post, for instance, to make the Abbreviated mode useful. There's a lot of noise in English. I could have made this point by saying something as short as "English has lots of syntactical sugar" -- but instead I phrased it three or four different ways, figuring that one of them would stick.

    The syntactic sugar in English means that it's a language that's great for skimming -- but a skimmable pile of text is something more akin to a book than either an interactive web application, and it's definitely nothing like the code in your editor.

    Hence, flat mode FTW. Make the browser look like a big book, use the PgUp/PgDn keys to replace forward/back, and if it's got 300 kilobytes of text, so be it!

    My beef with D2 may be with the design -- but my meta-beef is about a design process that started based on an incorrect assumptions about what Slashdot is all about: It's as much a means for reading discussions as it is for having them. I'll even wager that people like us (who post to threads) are in the minority of the /. userbase.

  64. The menu. by CCFreak2K · · Score: 1

    I tried it a while ago, and my only dislike of it is the sidebar on the left-hand side is in the upperleft which is, unfortunately, where the static site links are. Move it to the bottom left or on the right somewhere (or even a way to get rid of it), and I'll be happy (especially because I like how comments which don't show up have their first part available, so I don't have to click on the comment to read it).

    --
    "Beware of he who would deny you access to information, for in his heart he dreams himself your master."
  65. Re:What checkbox? Is this University of Michigan T by Khellros · · Score: 1

    You need to be logged in to try it. /Khell

  66. Re:Trendy UI stuff by hackwrench · · Score: 1

    To some people if you are having layout headaches beyond just a navigation pane down the left side and content to the right, you must be engaging in trendy UI stuff.

    What are you doing, btw?

  67. Nitpicks by Billosaur · · Score: 1

    I've been using the new system for a few months and have seen the iterations come and go and have the following suggestions:

    1. Remove parent quotes - as has been noted by others, those of us who quote from a parent article run the risk of having that be seen first, which can cause confusion, especially if you're meta-moderating. Maybe change it to look for the [blockquote] or [p][i] tags and remove them, or create a [quote] tag that does what those do but the reader ignores when displaying the initial lines of the post.
    2. Nail down the Threshhold Box - the thing hops around, pops up when it isn't need (after you submit a post), and covers up stuff. Give me an option to fix it in place.
    3. Change the Tree - I personally would liek to see it where the parent posts are displayed en toto (subject to threshhold ranking), with a link beneath saying "Follow Thread" or some such that would allow me to click on the discussions I want to follow without cluttering up the screen with a lot of other irrelevant things.

    Other than those things, I'm quite pleased.

    --
    GetOuttaMySpace - The Anti-Social Network
  68. Can we still get Highest-Ranked- or Newest-First? by billstewart · · Score: 4, Interesting
    It's nice that we can easily find the early comments and their replies, but this has a couple of problems. It's a strong bias towards first posters (or at least first non-trivial-posters), while the old system is biased towards early high-ranked posters (though early funny remarks often get priority over slightly less early useful remarks.) Good replies to early posts seem to rank fairly high up, but good replies to later posts don't, and you end up going past lots of 2s and 3s to get to the 5s, unless early posters were really good. (There *are* ways to abuse that, such as this message :-)

    Also, if I look at a discussion once, and then go back to it later, the new stuff is all way at the bottom - it'd be nice to have the option of seeing it at the top.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  69. NNTP Gateway by Anonymous Coward · · Score: 0

    What I would love to see is a Slashdot Discussions to NNTP gateway so that I can browse discussions the way they are meant to, with a normal newsreader. It would have to be setup in a way that only editors can create threads, and everyone else is allowed to follow-up. Moderation could be done by news filtering (for browsing) and by keywords for giving mod points.

    I'm sure this is not the most brilliant idea ever, but I think it would be pretty cool.

  70. Highest Score first by jfmiller · · Score: 1

    By default D2 uses a thread ordered, chronological display. The old system had many other sort modes, but I'm not how sure how effective these are once threaded. So I may simply leave the old system in place for users who want to see a flat discussion ignorant of threads ordered by date or score. Since this is only a tiny percentage of users, I figure it can wait.

    I would be a member of that tiny percentage that reads /. Highest score first. I normally only what to read the best 10-20 comments. For mature discussions reading at score 5 is fine but for new or non-front-page stuff it would still be nice to have a way to get the best 10 comments only.

    I know somewhere there was a CmdrTaco Journal entry about just this phenomina but I cannot find it (also mentioned changing the moderation system).

    JFMILLER

    --
    Strive to make your client happy, not necessarly give them what they ask for
  71. Re:Disgusting! by tf23 · · Score: 1

    IE doesn't work... but hey, only a quarter of you use it! Screw that attitude!

    Look, it's an issue of resources. Developers cost money. They're only given so much of an allotment in the budget to hire quality codemonkeys. So you have them do as much as you can. And it's beta. It's not like they're saying "we're never going to support ie". Chill out.

  72. No. by Ayanami+Rei · · Score: 0

    My point is that they haven't even contemplated the server side yet -- client-side compatibility can wait. Supporting IE is pointless if they are still evolving their client server model.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    1. Re:No. by Anonymous Coward · · Score: 2, Insightful

      What the hell are you talking about? The server side is working fine, thousands of people are using it. There is no magic that needs to happen on the server, its still just plain old http requests and responses. Client side compatability wouldn't need to wait anyways, since OTHER PEOPLE ALREADY DID IT FOR YOU. Why is this hard to grasp? They didn't write a webserver, cause one already existed. So why write an AJAX lib when dozens already exist and are better? You are saying that they should make worse code, take longer to do it, and have it not work. Why, what is good about that?

    2. Re:No. by RevAaron · · Score: 1

      They are using Prototype. Check the source.

      Man. Typical Slashdot post? Indeed; typical Slashdot thread.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  73. Whoa whoa! Slow down there buddy! by Anonymous Coward · · Score: 0

    You can't possibly be suggesting that the least buggy browser available is just fine, and slashdots sad and pathetic mozillascript is the problem? That's ridiculous, just look at the high quality of all the other code they have written. There's no way they could ever do anything wrong!

  74. Re:Can we still get Highest-Ranked- or Newest-Firs by Anonymous Coward · · Score: 1, Insightful
    It's a strong bias towards first posters (or at least first non-trivial-posters),
    Well the trival posters do have a use. One can ride a first post, you know post a relpy to it which has nothing to do with the comment it is threaded behind. That way a person who happens to come in 'late' can post higher on the page.
  75. Expanding and Minimizing Comments by chrplace · · Score: 1

    I've been using the new comment system for some weeks and I like it very much (i.e. reading more comments now). However I have one concern and that is regarding minimising comments. If I decide that i would like to expand a comment to read this particular comment I just click the subject and *pop* I can read the comment, BUT (here comes my concern) if I then minimises this comment after I read it the entire subtree of comments gets packed toghether in 'hidden comments'. I would like it to just minimizing thé particular comment I minimized.
    I can however see situation where I would like to minimize an entire subtree, so it might not be possible to implement. I just find it counter intuitive to close the entire subtree when I have just popped open that particular I'm closing.

    1. Re:Expanding and Minimizing Comments by Se7enLC · · Score: 1

      Agreed, the ability to expand individual comments without having to reload the page is something that has been needed for awhile now. Quite often I'll be browsing at 3, and there will inevitably be a really funny or informative reply to a thread that was not modded quite so highly. So as a result, I'll need to load the parent up in a new tab. Or vice-versa, a well-modded comment will have some low-modded responses that I'll want to read. Extra tab for each, BAH!

      So, in summary, Discussion2 = awesome!

  76. Error: Firefox.exe has not been digitally signed by tepples · · Score: 1
    "I can't install anything on my computer"? http://www.portablefirefox.com/

    So how would you run Firefox.exe on a machine that executes only those programs that have been digitally signed by the computer's administrator?

  77. New/old flag by Glenn+R-P · · Score: 5, Interesting

    I'd like to see a new/old flag, where "new" is any comments that have been added since my last visit to the article. Also a way to set the threshold to expand only the new comments.

  78. Re:How do I UN-collapse threads? by tf23 · · Score: 1

    I'll even wager that people like us (who post to threads) are in the minority of the /. userbase.

    I recall seeing older Taco JE's where he's said exactly that. I'd search and link directly to one, if I weren't so lazy ;)

  79. If a tv station wants ad revenue by freejamesbrown · · Score: 0

    If a tv station wants ad revenue, it broadcasts in the "format" that accomodates as much of the audience as possible.

    Regardless of what the W3C says, the unspoken web standard is to cater to the customer... cater to the viewer... no matter what they show up with, you find a way to make sure they can use your site with a minimum of discomfort. (Within reason of course.) I wish the browsers agreed with the standard as much as anybody. But seriously, if slashdot is happy to lose 25% of it's users/ad revenue, then so be it. That attitude does nothing but alienate people and that's counter-productive. If we want open source to ever succeed, this attitude has to change.

    i'm sorry for my unpopular attitude... i'm just trying to be honest.
    m.

    1. Re:If a tv station wants ad revenue by Buran · · Score: 1

      Then what's the point of having standards, if we just corrupt them so that they don't matter anymore? Ask any electrician how important standards are in his work. Ask him what would happen if the standards were gleefully ignored.

  80. Doesn't just work in Mozilla by PeterBrett · · Score: 1

    It also works perfectly in the KDE Javascript implementation (I've been happily using it since late July).

    Or rather, worked. Since this morning the discussion floating sidebar thing no longer appears. Boo, hiss.

  81. Suggestion to developers by ReinisFMF · · Score: 0

    Make a feature where one can select a sentence or some words when modding up a post. These words are then highlighted somewhat. You see, it is often hard for me to understand the Slashdot jokes. Maybe this will help...

  82. Irony by 4solarisinfo · · Score: 1

    Its pretty hypocritical

    You're right, funny how *nix users who represent such a small market share, scream when it isn't supported by software, but /. can immediately discount 25% of it's own users.

    1. Re:Irony by howlingmadhowie · · Score: 1

      it's not discounting 25% of it's (sic) own users, it's discounting the software 25% of its users use. moving to a more standards-compliant browser is usually no big deal. the move would have the advantage of letting web developers develop more consistant and more robust web sites. in short, the world could become a better place. if a site is designed to only work with ie, then it is often much more difficult to view the site, if the user does not have windows (or apple) installed. should i now repartition my hard-drive, spend 130 euros on windows xp (and so finance a criminal corporation), buy anti-virus software/firewall etc., learn to use windows so that i can view the internet page of my bank? if slashdot did refuse to render in ie, this wouldn't be hypocrisy.

  83. Konqueror works for me... by PeterBrett · · Score: 1

    Works perfectly for me (Konqueror 3.5.4-0.4.fc5). The sidebar isn't perfect yet (it doesn't seem to appear when or where it should), but once it appears it works, as do all the other funky Javascripty features.

  84. k now define "common denominator" by Mateo_LeFou · · Score: 1

    It wouldn't surprise me to find that no browser is in the "majority" here. If IE has 25, I might figure Safari for 20 and Opera for 15. leaving 35 for the fox and 5 for Konq & friends.

    As per my original post it's the standard that these other browsers have in common. Yes, there are some still-evolving pieces of the standard and only 2 of the browsers pass Acid2, etc.

    But all are far better than IE and still trying to improve. And all the strawmen and mudslinging in this thread doesn't change that.

    --
    My turnips listen for the soft cry of your love
    1. Re:k now define "common denominator" by WilliamSChips · · Score: 1

      Read the summary/article. He said that two-thirds of us use Firefox.

      --
      Please, for the good of Humanity, vote Obama.
  85. Re:Error: Firefox.exe has not been digitally signe by Buran · · Score: 1

    File a bug on bugzilla, and ask that the developers sign the executable, or other appropriate fix-its? Surely, it can be done.

  86. Can we keep this comment system? by Anonymous Coward · · Score: 0

    I like it and since I have js disabled the new features in shiny, new big-bad 2.0 are wasted on me.

  87. contributing to the project by tf23 · · Score: 4, Insightful

    not that anyone ever actually bothers to contribute anything more than ideas and complaints

    Perhaps if we heard from Taco about where the project's headed, what's needed, what's wanted. Explicitly point out how people can help (be blatently obvious here). Give people who are willing to develop more of a heads-up about what's around the bend. Maybe a monthly "this is the state of things". There's an entire slashcode-development listserv that is so very desperately underused.

    Maybe if Taco started perusing, and posting to that list, it would garner more of the positive support we'd all like to see for the project.

    And I mean information related to slashcode, not slashdot. Yes, they are obviously related, but they are not one in the same.

    Anyway, that's my suggestion....

  88. MOD PARENT UP by Anonymous Coward · · Score: 0
    Make a feature where one can select a sentence or some words when modding up a post.

    1. Make feature
    2. Select text
    3. ...
    4. Profit!

    These words are then highlighted somewhat.
    In soviet Russia highlighting overlords welcome you!

    You see, it is often hard for me to understand the Slashdot jokes.
    I'll explain them to you. A beowolf cluster of Portman's grits running on linux. Any questions? good.

    Maybe this will help...
    You must be new here?
  89. Not everyone thinks Firefox is the Second Coming. by Somatic · · Score: 1
    Firefox bugs me. It always has. I only use it when I need something like its Javascript console (which is not better than IEs, it just presents the errors in a less annoying way). I just don't like it.

    The way it handles some javascript events, like onFocus(), is buggy and whacked. The way it handles a lot of events is buggy and whacked. To get around it, I have to put Firefox-specific fixes in the CSS and elsewhere. I'm not talking about the infamous AJAX code forking-- that's different, and to be expected by now. This is purely for Firefox.

    I had to alter my version of the Google Maps API just for Firefox. When I went in, I was shocked to find it wasn't my code that was broken... it was Google's. Guess which line was breaking it? The line that was supposed to make it compatible with IE. I'm assuming it's been fixed in newer versions of the API, but it raised an eyebrow.

    There are bugs all over the place that you never see until you try to write for it. If you want to brag about how stable, fast, reliable, etc Firefox is, then fix all that crap first. "Fast" definitely doesn't apply to my development time.

    I like the way it handles some things, like page layout. The way it arranges things on screen makes more sense than IE, sometimes. And it does render pages faster. But that's balanced out by all the things that annoy me about it.

    Not everyone thinks Firefox is god's gift to Geeks. Deal with it. Call me when it starts to live up to its hype.

    --
    My script don't crash! She crashes, you crashed her!
  90. Re:Error: Firefox.exe has not been digitally signe by tepples · · Score: 1
    File a bug on bugzilla, and ask that the developers sign the executable

    A signature from Mozilla Corp. != a signature from your employer's IT department. Why would Mozilla Corp. have your employer's private signing key?

  91. Yep, Sounds like Slashdot Users-CSS by Anonymous Coward · · Score: 0

    That reminds me. What happened to all that "help" that he got when slashdot was doing the whole CSS redesign?

  92. My favorite feature by Chabil+Ha' · · Score: 1

    is the fact that I can 'moderate on the fly'. No needing to abandon my position on the screen to scroll down and click the moderate button. As soon as I select the score, it moderates. I think that there ought to be some control on that though, maybe putting the button 'Moderate' button next to the drop down list would be better in the event that I incorrectly moderate.

    --
    We're all hypocrites. We all have hidden parts, it's the contrast between them that make us more a hypocrite than others
  93. Re:Error: Firefox.exe has not been digitally signe by Buran · · Score: 1

    Then send it to the administrators? Surely, there's someone who's responsible for that job. Ask them to do it.

    And file the bugzilla bug anyway. It'll come in handy for a lot of people.

  94. Re:This is a comment. by WilliamSChips · · Score: 1

    Indeed.

    --
    Please, for the good of Humanity, vote Obama.
  95. I kind of like the old way better myself by martinultima · · Score: 1

    Don't know about you, but personally I think the old way works a lot better – I'm probably in the minority here, I just read at -1, no bonuses, nested mode, but I tried the new system, and it just makes it too complicated in my opinion...

    --
    Creative misinterpretation is your friend.
  96. Yet another "Broken JavaScript" comment by porneL · · Score: 1, Interesting

    Can someone point me to technical description of that Opera's brokenness? (I haven't found anything extraordinary on Slashcode's sf.net bug tracker)

    I've got a gut feeling that's just yet another "It's not bug-compatible with $browser_i_love_so_much" kind of problem.

    1. Re:Yet another "Broken JavaScript" comment by pudge · · Score: 1

      Sure. Here.

  97. Suggestion by eskwayrd · · Score: 1

    Make the little angle icons which represent the depth in the threads be an in-page link to the first comment where a thread branches. This is not the same as 'parent', but would most often be the comment where a new subject was created.

    This would make it much snappier when you get into a thread and it turns into a very lengthy bit of trivial nitpicking, and you want to jump back to the original comment and collapse the entire thread.

    --
    eskwayrd = m^2c^4
  98. Portable Firefox? by Anonymous Coward · · Score: 0

    What about Portable Firefox? No installation required.

  99. Your request is declined. by tepples · · Score: 1
    Then send it to the administrators? Surely, there's someone who's responsible for that job. Ask them to do it.

    The whole issue is that the IT department declines to sign Firefox.exe in the first place.

    1. Re:Your request is declined. by Buran · · Score: 1

      Then, I guess, until the developers here get around to fixing it, you can get a taste of why Firefox users get so upset when the attitude goes the other way. Can't say I'm sorry. Maybe it'll give a kick in the pants to the coders who refuse to do a thing about it.

    2. Re:Your request is declined. by lekikui · · Score: 1

      I was under the impression that the point with Portable Firefox was that it could be installed onto a USB drive and run from that, without needing very many rights on the host machine.

      But, this is only what's happened for me. YMMV.

      --
      "Lisp ... made me aware that software could be close to executable mathematics." - L. Peter Deutsch
    3. Re:Your request is declined. by tepples · · Score: 1
      I was under the impression that the point with Portable Firefox was that it could be installed onto a USB drive and run from that, without needing very many rights on the host machine.

      Trouble is that running executables from outside approved folders, which are read-only for non-IT personnel, is itself a privilege that can be granted or denied by the administrator. Otherwise, how can your operating system tell the difference between Mozilla Firefox and a trojan?

    4. Re:Your request is declined. by jZnat · · Score: 1

      Well, for one, Firefox uses a lot more memory... ;p

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  100. Welcome to the real world by Ahnteis · · Score: 1

    In the real world, not everything IS standards compliant. It's nice to offer at least a work-around for those who don't live a perfect life.

  101. Apply some concepts from threaded news readers by sdpinpdx · · Score: 1

    At the risk of sounding like a dinosaur, I miss many of the aspects of news when reading web forums, including Slashdot.

    Specifically, the notion of "read" status on messages, and the ability to hide (temporarily by collapsing, or semi-permanently by killing) whole subtrees of the discussion. If this read status was communicated back to slashdot.org, we'd have some stats on how many people read or ignored each comment (what nerd wouldn't love more stats?). You'd also be able to hide all the comments you'd already read when you came back to a story. This amounts to storing every slashdot reader's .newsrc, which may not be feasible.

    How exactly to do this in the UI I don't know. Introduce a multi-pane mode like a news reader? Stick to the existing layout and add keyboard shortcuts to navigate to comments and mark them read? Just gate the whole discussion to NNTP for people who've already paid to skip the ads and let them pick their own client (clearly there are issues here at least with the moderation mechanism)?

  102. Instant moderation by Shirotae · · Score: 1

    I have not used the D2 version of moderation yet, but I don't think I will like the immediate reaction feature. I tend to dislike drop down lists that have a permanent effect as soon as you select something.

    As others have said, I like to select a few things and think about it before committing the moderation.

    Would it be possible to have another floating box which shows what you have selected to moderate, lets you jump to the selected comments and has a 'moderate' button that apply the selections? I think that would give a useful combination of reminder that you have selected something, and opportunity for reflection before making a final decision. (Yes, this is yet another idea without any code, but maybe if I had some spare time ...)

  103. Widget by pe1chl · · Score: 1

    I'd like the widget to toggle from the top to the side, but need to build a horizontal version of the widget.

    I'd like the widget to go away!
    Please provide the option for that.

    (maybe it does something in Firefox? in Seamonkey it is just hovering there, providing me useless statistics but no useful function)

  104. Change of tune... by hkmwbz · · Score: 1
    since only a quarter of you use it, it's not a huge priority
    My, the attitude has certainly changed since Firefox was the minority browser. Back then, sites were evil for not taking minority browsers into consideration. Now, Slashdot is just fine ignoring minority browsers and writing their JavaScript to be bug compatible with Mozilla (and thus breaking in browsers that do not have those bugs)?
    --
    Clever signature text goes here.
  105. Fine dont make IE work but PLEASE... by Reapman · · Score: 1

    please i BEG OF YOU.. change the preferences so that you can at least TURN IT OFF While forced to run IE. I enabled it while running Firefox, and at work it killed IE. I could'nt even turn it OFF, which ment no Slashdot while at work. Please just make it easy to turn off in IE. Please.

    1. Re:Fine dont make IE work but PLEASE... by pudge · · Score: 1

      Go to your comments prefs. Turn it off. :)

    2. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      ... i can't, thats what I'm trying to say. Everytime I did (in IE) it blew up. Yes I could do it when I got home in Firefox but... I just think if you have a feature that blows up an App, it'd be nice to have the option to disable it in said app. How hard can that be?

    3. Re:Fine dont make IE work but PLEASE... by pudge · · Score: 2, Funny

      You can't click "Preferences" at the top of this page (or any other page on the site)? Then click "Comments" to edit the comments prefs? Then click "Discussion Style" -> "Normal"? Then "Save"?

      I see no reason why any of that should crash IE. I disbelieve (especially since I just tried it and it worked in IE 7.0.5346.5 Beta 2). If this really did make IE "blow up," then please tell me the version/build of IE you are using, and the exact steps you took, and I'll try it out.

    4. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      Preferences | Comments | and there it is.. I see it. HOWEVER... if I re-enable the University whatever option and saved it now bang... it's gone, all I get under Discussion Style is white space, the next line is Email Display (then lots of white space again, until the Disable Sigs checkbox.

      again, this is a work environment so I don't get the luxury of IE7, I'm stick with IE 6.0 and probably won't for some time (we run Windows 2000, so we don't do cutting edge) Exact version is 6.0.2800.1106. If you like I can send in a screenshot, just tell me where.

      And now I'm stuck without Slashdot comment viewing until I get home :-(

    5. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      Woo there's a workaround... if I resize the window size it seems to come back. Not very intuitive but at least it seems i can turn it back off.

      Shame IE6 blows so bad and that I'm forced to use.

    6. Re:Fine dont make IE work but PLEASE... by pudge · · Score: 1

      HOWEVER... if I re-enable the University whatever option and saved it now bang

      Don't. Select "Normal".

    7. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      My point is, if you read my original post, that i made the change in firefox and then it killed IE. So sorry but that was not an answer that would have worked. Guess I'm a crazy loser for wanting a way of turning off a feature that blows up my browser when I'm surfing this site. Guess i just wont surf it.

      And people complain when they get an answer "well dont do that" from the big companies... but on slashdot that seems to be aok.

    8. Re:Fine dont make IE work but PLEASE... by pudge · · Score: 1

      My point is, if you read my original post, that i made the change in firefox and then it killed IE.

      And I told you that I disbelieve it, and if it really is happening, to tell me the exact steps you take to get there, and exactly what happens. You still haven't done that. You just said "it blew up" and then "if I re-enable the University whatever option and saved it now bang," neither of which tell me what actually happened, and nowhere do you say the actual steps you took.

      Until you tell me the actual exact steps you take and we can attempt to narrow down whether there is actually a problem, and if so what is happening ... what would you have me do? Wave a magic wand?

    9. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      omg ok here is my post.. AGAIN.. check up. But just in case, here is what i wrote:
      "Preferences | Comments | and there it is.. I see it. HOWEVER... if I re-enable the University whatever option and saved it now bang... it's gone, all I get under Discussion Style is white space, the next line is Email Display (then lots of white space again, until the Disable Sigs checkbox.

      again, this is a work environment so I don't get the luxury of IE7, I'm stick with IE 6.0 and probably won't for some time (we run Windows 2000, so we don't do cutting edge) Exact version is 6.0.2800.1106. If you like I can send in a screenshot, just tell me where."

      So here, I'll reformat this in a way that will hopefully make more sense:

      Here's whatcha do. Get the version of IE I just told you I did this in (scroll up for the exact version).
      Enable it in Firefox to recreate the situation I'm trying to tell you about.
      Now go into Internet Explorer 6
      Go to PREFERENCES
      go to COMMENTS
      and all I get is whitespace below Discussion Style
      And just like I responded, If I ENLARGE IT, I can make them reappear. The issue is the CSS Style Sheet and Width, something to do with that. AGAIN, If You Want Screen Shots Tell me where to send them. And no, I don't expect you to wave a magic wand. I'm asking you to fix it, omg is that such an evil thing to do? Cripes, I'm telling you about a bug and all I get is "don't do it" "want me to wave a magic wand?"

    10. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      Grumble... ok listen I've had a lousy day today, so I am sincerly sorry for the ranting. However being told "I don't believe you" over something like this (why would I make it up?) was enough to set me off. As well, your telling me it works fine in IE7... instead of saying "it works in IE7 you must be lying", what about asking if I was using IE6? Isn't it possible what works in IE7 would not work in IE6? I even said I would give you a screenshot, why would I be making this up? Anyways. I appologize.

    11. Re:Fine dont make IE work but PLEASE... by fullmetal55 · · Score: 1

      It does it over here too Pudge...
      IE version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 here

      Under discussion style where it would normally in firefox etc, show the check boxes... it shows nothing. THere is

      Discussion Style

      .

      .

      Email Display

      .

      .

      .

      .

      Disable Sigs

      (periods not there, but to add extra lines for effect of what is seen)

      want a screenie... i'll post one maybe later i'm working late tonight and I can't upload from work.

      as for steps to get there... click preferences... then click comments... that's what there is, no way to change it back.

    12. Re:Fine dont make IE work but PLEASE... by pudge · · Score: 1

      Enable it in Firefox to recreate the situation I'm trying to tell you about.
      Now go into Internet Explorer 6
      Go to PREFERENCES
      go to COMMENTS
      and all I get is whitespace below Discussion Style


      You said before that you "I see it. HOWEVER... if I re-enable the University whatever option and saved it now bang."

      I don't know what "now bang" means and now you say that you get nothing, whereas before you said you saw it. So I still have no idea what is happening that you actually see and experience, because you're saying conflicting things.

      And where is the part about it "blowing up"?

    13. Re:Fine dont make IE work but PLEASE... by Reapman · · Score: 1

      "now bang" - was refering to the fact that, what i keep saying happens (I loose the ability to turn off the new comment system), happens. I appologize for it's use. I also appologize for the term blowing up.

      I will attempt to re explain myself. If, in IE, I already have the new comment system enabled. I cannot turn it off. HOWEVER. If the new comment system is not enabled, I can turn it on.
      So, in summary:
      IE6 - New Comment System Already ENABLED - I get whitespace (that means, no little option button to disable it) below Discussion Style after entering Preferences then Comments
      IE6 - New Comment System Already DISABLED - I don't get whitespace below Discussion Style after entering Preferences then Comments.

      As I've said, repeatedly, what happens, is I cannot turn off the new comment system if it is enabled in IE6.

      Now, you've asked for the steps on how to recreate it. I've provided what you asked for. As I've now said twice, you want screenshot? Tell me where to send it.

  106. breaks on firefox too by Anonymous Coward · · Score: 0

    The thing is wight on top of all the text.

    Yes I like my stile for /. more then I like /.

    so if this is not an option then /.
    will also not be an option. too bad.

  107. Blind people by tepples · · Score: 1
    If I'm a designer, I'm sure not going to spend time and effort supporting users who disable Javascript and images. What, do you expect me to support Lynx, too?

    If your site works in Lynx, then it is likely to work well in web browsers used by blind people. This can become very important for getting contracts with companies that are required by law not to discriminate against people with disabilities.

  108. Moderate -1, Flamebait, please. by raduf · · Score: 2, Insightful

    These are not stupid or uneducated people. They use Firefox at home. If they hit Slashdot from work, they're likely to be doing it via IE.

    Come on people, it's a browser. We computer people tend to lose a great deal by getting stuck on minor issues like what browser people use. There are many very intelligent people who use internet explorer. It's a fact. And they are't even exceptions. The truth is, 90% of functionality is the same. The difference doesn't justify what we make of it.

    I'm not hitting on your comment btw. It's just the habit of not seeing the forest because of the trees that i have a problem with.

    Anyways, what I really wanted to say: a side effect of this comment system is that it'll favor a lot more comments with a score of 3 or lower. They are the comments usualy hidden by default, and most people who'd read them didn't bother reload. I predict from now on comments will have more meaningful subjects from now on, and a lot less "Re:". Even if a comment is low-rated, if it has an interesting subject it may incline people to click on it.

    1. Re:Moderate -1, Flamebait, please. by howlingmadhowie · · Score: 1

      isn't saying '90% of functionality is the same. The difference doesn't justify what we make of it' pretty much the same thing as saying 'because my personal design of ethernet plug is 90% as big as a standard one, i don't see what you have against me patenting it and selling them at a bargain rate to every university/hotel/government office in the world'.

      okay, i'm exaggerating a little bit, but 90% compliance results in more than 10% of pages were you have problems, because a page uses more than one function.

    2. Re:Moderate -1, Flamebait, please. by raduf · · Score: 1

      See? You're reading it from a developer point of view (90% of atomic functions offered are identical), and i meant it from a user point of view (does pretty much the same thing). That's exactly the problem, the incapacity to see things with a purely pragmatic eye: the user's. I suffered a lot because of it, mostly by implementic lots of cool features to my software only to find the clients extatic at the most basic functions. Now i'm asking twice, and i've learned that most times i can actualy get away with not doing the ugliest parts, simply because "hard" doesn't mean "useful"; and i can push other features, simpler for me and better for them.

  109. Treshold change? huh? by obi · · Score: 1

    Okay, am I the only one completely unable to change the treshold? I'm not against using some javascript/css tricks with good judgement, but Discussion2's features are pretty much non-discoverable. If they're there, they're well hidden - I can't find out how to do the things I can easily do with the old system.

    Additionally, what's up with mixing 'display options' (the popup window) in between "real links" - some of them are destructive (ie they take you away from your context, to your "Preferences" page or whatever), and others aren't (they pop up some extra features without reloading the page). If you're not yet familiar with the links, it's a lottery to see if you're going to load another page (context) or not.

    So as it stands currently, and imho, it's a usability regression. Even after trying for a little while, I can't do what I could do previously. Hope it doesn't get adopted as it stands.

  110. Still no mod points for me! by bomanbot · · Score: 1

    Man Taco, I still dont have any mod points! Obviously, this discussion 2 thingy is still broken! ;)

  111. Quite a Stretch? by ProfessionalCookie · · Score: 1

    Its also quite a stretch for me to get FF on my work computer

    I don't get it.

  112. Compatibility by DavidD_CA · · Score: 1

    Here on /. we slam website developers all the time for making their website work only in IE and not testing it on Opera or Firefox. Our stance is that they should take the extra time to make their website compatible with the 10% of the community that is not using IE.

    Yet when /. implements a new feature, that feature is only supported by Firefox (not IE or Opera) and therefore 25% of the community can't use it. The people behind the project even say that it's not worth their time to serve that extra 25%.

    Interesting.

    --
    -David
    1. Re:Compatibility by Anonymous Coward · · Score: 0

      Which is why I presume the slashdot developers support 90% of the web not supporting Firefox or Opera because it's just a small part of the user base. If it doesn't work well oh well.

  113. Preview? by bobsledbob · · Score: 1


    But there's some subtle stuff here like how to handle previews.

    Previews? What's that?

    --
    Beware of geeks bearing formulas.
  114. Who cares about Slashdot? by Anonymous Coward · · Score: 0

    Ever since the last code change on Slashdot, I find it's interface so irritatingly bland that I usually avoid it.
    The subject blandness started well before that and has gotten worse also.

    1. Re:Who cares about Slashdot? by Duhavid · · Score: 1

      Except for today, I see.

      --
      emt 377 emt 4
  115. To Pudge and Nate by Wills · · Score: 1
    I second the parent comment. I very much prefer "-1, Nested, Highest Scores First" because it gets all the comments displayed in one click. That's really very convenient, especially when reading as a moderator, and yet you won't be able to do it in D2. The new "D2" comment browsing mode forces you to click too many times if you want to get all the comments displayed.

    Although I can see why D2 is handy and bandwidth-efficient for browsing selectively, please keep D1 around permanently at least as a login option. If you don't keep D1, I'll write and publish a perl script workaround that gives me and everyone else who also wants it "-1, Nested, Highest Scores First" even in D2, using up more or less the same bandwidth as if I were still browsing using D1.

  116. blockquote is a long word. by Anonymous Coward · · Score: 0

    Please just use blockquote. You can handle it. It's only 20 more letters to type while your rant about formatting was probably a couple hundred.

    Though a quicktag JS button would be nice.

  117. Bug report by cynicalmoose · · Score: 1

    People who begin their comments with quotes, and leave a blank line at the head of the quote, have no information when their comment gets abbreviated. What we actually want is to see the text they wrote.

    --
    Exercise your right not to vote. thinkoutside.org
    1. Re:Bug report by cynicalmoose · · Score: 1

      Sorry, that was a truly awful phrasing. It's 0030 in Europe :P Trying again: Some people who begin comments with quotes and leave a blank line at the head of the quote, so the first line of the comment is blank, but displays the chrome for quotes (currently a vertical grey-green bar). When those comments get abbreviated, that comment will only have the grey-green bar displayed as the abbreviation, so no useful info is displayed in the abbreviated form. What we actually want is some text. It's a design decision whether this should show their original content or their quote.

      --
      Exercise your right not to vote. thinkoutside.org
  118. Test for another bug. by Anonymous Coward · · Score: 0

    Ignore this comment. It's a test.

  119. Not usable for me by Espectr0 · · Score: 1

    I don't like threads, i like flat mode, and just want to view +3 and up. With the new system i can't do this. What i would like is to keep the current layout but use ajax to moderate, change thread/flat mode, change starting score and reply, and keep the same UI.

    And you know what? That could probably mean they could target IE and opera too.

  120. Notifying users of replies by Null+Perception · · Score: 1

    This actually has MANY subtle problems, like how do you notify a user when a thread 10 pages up has been replied to. Perhaps flag the parent in some way that is recognizable. Or perhaps an inline system for indexing new posts in a single place, with the parent name indicated, as a drop down menu or sidebar.

    --
    Great new book on Evolution: The Greatest Show on Earth by Richard Dawkins
  121. Re:Can we still get Highest-Ranked- or Newest-Firs by billstewart · · Score: 1

    Definitely true, and in fact I abused that to make my point... But it doesn't lead to well-organized discussions.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  122. Not a chance bubba by Anonymous Coward · · Score: 0

    What ever happened to 'anonymous coward'. I am *the* anonymous coward. I like being anonymous. It keeps the sickos from kicking my door down in the middle of the night. I don't know if /. is a leak or not, but they don't have to target /. servers if my real name is posted right there for all the planet to see (I suspect my alias is vulnerable too). So for me its anon or none.

    Sincerely,
    Mr. Anonymous Coward, esq.

  123. Idea by uchihalush · · Score: 1

    I think I would be awesome If I was able to move the Discussion2 box, like you are able to inside meebo, that would be awesome.

  124. Maybe you ought to try following standards? by sheldon · · Score: 1

    Just out of curiousity, I did a view source on the output within Firefox cut and pasted it into the W3C validator, and it horked out 310 errors claiming that this is not HTML 4.01 Strict.

    Most of those were using <nobr> or <wbr>, not closing off tags, extra closing tags, etc.

  125. acid 3 by slack_prad · · Score: 1

    Will this version of slashdot software pass teh acid 3 test???!

    --
    Sent from my desktop computer
  126. OT: CSS bug by evilviper · · Score: 0, Troll

    To the Editors...

    This is a bit
    off-topic but
    it has been
    quite a while
    now and the
    center-column
    squishing bug
    with the new
    slashdot
    style still
    hasn't yet
    been fixed.

    How long
    until some
    work on that
    one is going
    to take
    place? It's
    extremely
    annoying, as
    you can see.

    Slashdot is
    hard to read
    with the
    style-sheet,
    and it's
    hard to read
    without the
    style-sheet.

    I'm now
    beginning to
    agree with
    the others
    that said /.
    should have
    kept it's
    old HTML
    formatting,
    for those
    who need or
    want to
    view the
    site
    without CSS.

    Any chance
    of fixing
    the current
    problems,
    before
    introducing
    new features
    with their
    own issues?

    Lameness filter-avoiding junk...
    tnahse nhcraeolr uaentuhnt tnahenuta antehounta ntahent husntheu thsnutaeus ntaheun staheutna hutnahsut ntashe ustahustna ohusntaheuntah snathe unsatheusna theusnathu santheu hsantuhrcql rjcklqrckl vvouve owzuwounhqn rchqrkc vwmdhvwm dvwmdvmh dvwmnt nathe nuthas euhaseu haoeun tnahse nhcraeolr uaentuhnt tnahenuta antehounta ntahent husntheu thsnutaeus ntaheun staheutna hutnahsut ntashe ustahustna ohusntaheuntah snathe unsatheusna theusnathu santheu hsantuhrcql rjcklqrckl vvouve owzuwounhqn rchqrkc vwmdhvwm dvwmdvmh dvwmnt nathe nuthas euhaseu haoeun tnahse nhcraeolr uaentuhnt tnahenuta antehounta ntahent husntheu thsnutaeus ntaheun staheutna hutnahsut ntashe ustahustna ohusntaheuntah snathe unsatheusna theusnathu santheu hsantuhrcql rjcklqrckl vvouve owzuwounhqn rchqrkc vwmdhvwm dvwmdvmh dvwmnt nathe nuthas euhaseu haoeun

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  127. Suggestion: expand/collapse in home page too! by CortoMaltese · · Score: 1
    I like D2. It works for me.

    One thing that I'd like to see in the future is the possibility to expand and collapse articles in the home page, to show/hide the scoop. Then, if I see a headline w/o scoop that interests me, I could expand to show the scoop, and then decide whether I'd like to open the whole discussion or not.

  128. blah blah blah by Anonymous Coward · · Score: 0

    wuteva, final post is all that matters

  129. Make it progressive by strikethree · · Score: 1

    Make it Progressive - Right now D2 simply gets all the comments in a discussion. This sucks. We need to write a task to retrieve only appropriate comments. So if you are at Score:4 threshold, we don't bother retrieving the full text of all comments at Score:-1. And even better, if someone moderates or posts a comment, we need to update the page you are reading to reflect those changes. Again, the goal here is that once you load a page, you don't need to close it until you are done with the discussion. This actually has MANY subtle problems, like how do you notify a user when a thread 10 pages up has been replied to.

    I like having all of the comments ready to be viewed if necessary. For example, I was just reading the Defense Lawyer Q&A and there were many sub discussions that I wanted to read. With D2, I just had to click. Honestly, the D2 stuff is rather liked tabbed browsing for me: At first, I was like "WTF?" but as I use it, i am finding it indispensible.

    My only "complaint" is that as long as that silly "popup" or whatever it is called is visible, scrolling is quite painful. Thankfully though, there is a close button on it, so once I have the comments set the way I like them, I just close it and everything is speedy again.

    Regardless, thank you for you efforts.

    Dave

    --
    "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
  130. a few comments by CyberSeth · · Score: 1

    Excellent idea :) A few comments about how it currently works:

    1. You have to constantly click to lower/incrase the threshold, I found this a lil clumsy as sometimes the threshold would not respond as expected: It would jump upwards if I hit the down arrow. I suggest making the interface draggable; like the audio volume.

    2. I notice that when I clicked to reply, but wanted to return back to the thread page; my prefrences were reset and I had to adjust the treshold again. It would be nice if the interface remembered my prefrences

    Thanks and keep up the excellent work

    --
    garbage in, garbage out...
  131. My two cents by rafa · · Score: 1

    I like D2, but there's a few UI details that I think could be improved.

    • Make threads collapse completely. I often click the title to collapse a thread I'm no longer interested in reading - but find that some child comments remain open and need to be clicked close.
    • Move the floating threshold menu to the right, it gets in the way, especially if one's removed /.'s left hand menu.
    • Explicit default thresholds in the preferences - resetting my preferred thresholds after having moderated (and thus having displayed all comments) gets a little annoying.
    • Write out the thresholds - I prefer to hide everything below score 2, but it's not obvious exactly how to click the menu to achieve that. I end up lookung up a score 1 and score 2 comment, then clicking until one dissapears.
    • Needs more speed, loading a larg set of comments often maxes out my cpu, and makes firefox unresponsive until the page has finished loading.
    --
    [Science] is one of the very few things that raises human life a little above farce and gives it the grace of tragedy.
  132. Instant Moderation - yuck by x-caiver · · Score: 1

    I've been using d2 for awhile, and I love it. The only real complaint I have so far is the 'instant' moderation. I like to set the popup to a moderation, then if I find something even more brilliant, and I've not enough points, I go back and rethink before hitting 'save'. This new 'instant' version takes away my ability to do that, and when some of these discussion threads are really long it is easy to lose a comment that I wanted to compare.

  133. You've never written non-trivial AJAX, by Ayanami+Rei · · Score: 1

    I think you missed the big fucking point in the article.
    They were complaining that currently the client is pulling the whole page with all the comments (up to the spill threshold), and then dynamically hiding portions on the client.

    They want to do the opposite, where it pulls a subset of comments, and then fetches comments piecemeal as updates occur (on the server side), or as the client changes display settings (on the client side).

    That's going to require extensive remodeling of the comment.pl code. They're going to need some sort of comment cache, or they might have to rewrite the page view code (normal view) as a special case of generalized comment fetching from the cache system, with some additional assembly (adding headers, footers, ads). Then they expose the comment-at-a-time interface to the AJAX in the client side.

    But yeah, that's a lot of work considering that slash is still a very traditional CGI system (GET request triggers the view code that does work behind the scenes at it outputs the page).

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  134. Performance problems with tabbed browsing... by Deven · · Score: 1

    As a (recent) Slashdot subscriber, I've played with the new discussion system. I like a lot of it, but I find the arrows awkward to use, the thresholds confusing, and sometimes it was impossible to make that side box appear or disappear when you need it to. I did like the ability to see abbreviated comments, but it was hard to control.

    But one critical problem forced me to turn it off. I make heavy use of tabbed browsing, and I often have 100+ tabs open across a number of browser windows. Generally, if I'm quickly scanning Slashdot's homepage, if I see an article that looks like it might be interesting, I open it in a new tab and move on. I usually don't have time to read most of them, and typically I'll end up bookmarking and closing the tabs eventually (in which case it's even less likely I'll ever read it).

    It's not uncommon for me to have 50 or more tabs containing Slashdot stories that I'll never get around to reading. This is already bad enough when it comes to memory usage (and my machine has 1GB of RAM), but with the new discussion system, the Slashdot stories became unreadable because the navigation was taking too long. I'm not sure if this was because of paging enormous amounts of memory or because the dozens of background Slashdot tabs were somehow consuming CPU time. One way or the other, it was unbearable, and I stopped testing the new discussion system.

    It would be nice if I could click a button on a story that would bookmark the story under my user page as one I want to return to later. Couple that with some tools to organize and manage that list, and I wouldn't have to open new tabs to keep track of the stories of interest...

    --

    Deven

    "Simple things should be simple, and complex things should be possible." - Alan Kay

  135. better fix by r00t · · Score: 1

    The base-10 numbers are costing you bandwidth.
    Try base-32 with uppercase and lowercase letters.

    That's an 8-to-5 reduction in the size of an ID.
    Less data should also speed up the browser.

    1. Re:better fix by pudge · · Score: 1

      Interesting idea, I'll look into it.

      I have no idea if this would fix Opera's problems or not, though.

  136. From zero to hero by porneL · · Score: 1

    Thanks. The aforementioned bug has been fixed.

    1. Re:From zero to hero by pudge · · Score: 1

      Great, thanks!

    2. Re:From zero to hero by Anonymous Coward · · Score: 0

      So, Opera 9.02 was released today, a public version with the bugfix included.
      Does that mean that Opera is now officially supported, or are there other blocking issues remaining?

      I don't really get the hostility towards Opera, though. "Fix their browser"? It's one bug.
      Try /. in the address bar - does [your browser] do that by default?