Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Just be honest - it's not for *US* (Score 1) 2219

UX research and (more importantly) user expectations continue to evolve.

As I was making a large post farther down this story, I just noticed a big thing I wish Slashdot had: A better editor for comment posting. Entering things - particularly URLs - as HTML is jarring for me somehow. Even though I work with HTML every day, here with the limited vocabulary it's different.

Take vBulletin's editor - please! On Slashdot, to link to someplace, I have to do <a href="http://slashdot.org/">Slashdot</a>. The ends of the tags require the shift key, and the URL has to be preceded by "href" and in quotes. In BBCode, that would be [url=http://slashdot.org/]Slashdot[/url]. "url" is bigger than "a", but 2x"url" is smaller than 2x"a" plus " href". Plus, BBCode has an option for WYSIWYG post creation too. Some people - maybe many people - would like that.

Oh, yes, and one other thing BBCode has that /. doesn't: Emoticons. You don't even have to get a real set of images anymore: You can just use Emoji - if you allow Unicode.

On the other hand, I have to contrast this with the current Beta. I see a big blank title field with no indication it's a title field, a big body field, but no indication of allowed codes (HTML, BBCode, or otherwise), and no option to switch to a WYSIWYG editor (or if it is a WYSIWYG, no buttons for links and such, no emoticons, and no option to switch away.) You can do better.

Comment Just being honest - it has potential (Score 2) 2219

I'll be honest here too. I actually could have probably lived with Beta as it is now. But it would have taken a whole lot of work with user styles.

1. That person who decided lines should be doublespaced? Their head, on a pike, to serve as a warning to others who think websites should look like a 3rd grader's book report.

Hm, I actually hadn't noticed that as a problem. But it should be easy to fix in Stylish CSS.

2. Get collapsed/abbreviated/full comments working again so the MyCleanPC troll doesn't take up 100000 screenfuls of realestate: http://beta.slashdot.org/story...

I was working on this when the good news came down that Beta is delayed. It turns out that when displaying only, say, level 2 and higher comments, all the comments are there - just hidden. Furthermore, if I forced displaying of all comment headers:

article.com-hide header[style="display: none;"] { display:inline !important; }

...the bodies were hidden, but clicking the header would show the body. The main problems being that the formatting was all messed up and the little arrow on the left was backwards. But these things could be fixed in time.

3. Do something to stop wasting the right side of the comments. Flow the comments around the sidebar. Pack the sidebar stuff up higher. I don't know, how the heck do comments fit below the sidebar now (I even have mod points and the modpoint sidebar), but can't with the gigantic picture and doublespaced text in the summary?

On the current Slashdot, there's a moderate-sized chunk of space on the left lost. On the Beta, there's a somewhat larger chunk lost on the right...and on the right of the comments...and on the borders on both sides of the page. I'd say the two best one-liners in my user style were to fix the borders:

.container { width: 96% !important; }

and to fix the post padding - particularly on the right side:

.comment-article.com-show { padding: 15px 5px 10px 15px !important; }

Could the beta be better? Absolutely. But it's not the end of the world from my perspective.

Submission + - Ask Slashdot: Can some of us get together and rebuild this community? 21

wbr1 writes: It seems abundantly clear now that Dice and the SlashBeta designers do not care one whit about the community here. They do not care about rolling in crapware into sourceforge installers. In short, the only thing that talks to them is money and stupid ideas.

Granted, it takes cash to run sites like these, but they were fine before. The question is, do some of you here want to band together, get whatever is available of slashcode and rebuild this community somewhere else? We can try to make it as it once was, a haven of geeky knowledge and frosty piss, delivered free of charge in a clean community moderated format.

Comment I have a better plan. (Score 3, Insightful) 271

First, force companies to pay H-1B workers a lot more - unless they pay for training of an American for the entire duration that the H-1B worker works for them. Then, if the American they trained does not work for that same company at least as long as the training period, penalize the company the salary difference they saved. This forces the company to pay the American what they're worth, or lose a lot of money otherwise.

Comment Re:What test? (Score 1) 489

And how many schools even have an AP computer science class? Mine had a programming class, but not an APCS class. Of course, this was 15 years ago; things may have changed.

I did take the APCS test, but I had to specially request it. I was the only one in the room taking the test, though there might have been one other person in my whole class who took it. Many students may not know it's available, even if you don't take an APCS class - or they may just not want to bother getting a test set up just for themselves.

Comment The Zen doesn't work (Score 1) 432

From The Zen of Python:

There should be one-- and preferably only one --obvious way to do it.

From TFS:

Nathan Froyd adds "I think this list of reasons to upgrade misses the larger point in providing software for other people: You do not get to tell your users what to do...."

This is one of the main reasons I hate Python: It's Guido's way or the highway. But, furthermore, Python 3.0 violates this principle as well: If there was one way to do it in 2.x, that way should continue to be the only way to do it in 3.0.

Slashdot Top Deals

With your bare hands?!?

Working...