Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: I think they're trying to kill Slashdot. 12

I seriously believe that someone is trying to sabotage Slashdot by making it decreasingly pleasant.

Exhibit A: the new-and-busted discussion system. I actually like it more than the old way for reading comments, but for writing comments it's almost maliciously bad. The new system's preview button is much slower than the old way, and the mandatory waiting time between posting comments is a lot longer than it used to be. The net result is that whenever you're eventually allowed to click the "Submit" button, if your comment doesn't go through immediately, you're stuck staring at a pink error message until the countdown is finished. The only thing keeping this tolerable is that you can middle-click on "Reply to This" to open the old-style comment form in a new window, but I don't know if this workaround is going to be left in place long-term.

Exhibit B: Idle. This is truly the worst interface I've ever seen on Slashdot, from the painful color scheme to the tiny fonts to the difference between the markup used in comments between Idle and the rest of Slashdot. For example, the <quote> tags are treated like <p> in Idle, so there's no visible difference between text you're quoting and your own words. I don't even mind the content so much because it can be an amusing diversion, but wow, the implementation is just terrible.

No, I contend that the new changes are deliberately designed to drive away readership. I don't think that the Slashdot admins are incompetent, so I'm convinced that this is on purpose.

User Journal

Journal Journal: Nintendo Announces DSi and Wii storage solution

Earlier this morning, Nintendo made several major announcements in a press conference in Japan. Ranging from a new Nintendo DS to a Wii storage solution. Nintendo's first announcement was a brand-new handheld in the Nintendo DS line of consoles. This revision of the DS brand will be a significant break from the previous DS Lite console. It will be named "Nintendo DSi". (Nintendo DS-Eye, get it?) Nintendo also announced a solution to the Wii storage problem. Unfortunately, it sounds like players will be able to download to their SD Card, but not actually play games directly from the card.

Firehose Link: http://slashdot.org/firehose.pl?op=view&id=1225579

(Still trying to figure out if the firehose does anything.)

User Journal

Journal Journal: A poster named ScentCone...

... has really impressed me of late.

In the recent story McCain releases technology platform, one poster stood out in his responses against the usual left-libertarian grain here. He's ScentCone, and he consistently posts forcefully argued, well reasoned ripostes. Despite the left-libertarian slant here, he's usually modded pretty well because, frankly, he makes very good arguments. He's apparently a productive poster as well. I'm a little wary of adding friends here, but after his "performance", so to speak, in that story, I had to add him. Simply an outstanding guy, and a great read.

User Journal

Journal Journal: Safari/Slashdot problems? 3

Safari (on OS X Tiger, all the latest updates) seems to be dying way too much when I'm on Slashdot. It's gotten bad enough that when I report it to Apple, I put "Slashdot hates you" in the what-were-you-doing part of the crash dialogue box. I wonder if Slashdot has some funky scripts that Safari chokes on?

User Journal

Journal Journal: Avoid the Ramada 5

This isn't tech-related in the least, but my family just got back from staying at the Ramada Inn in Kearney, Nebraska. It wasn't pretty.

Not that Kearney is a likely destination for Slashdotters, but for those who might find yourselves there: you've been warned.

User Journal

Journal Journal: So Thompson is now out... 6

...and I just don't know who I'm going to vote for in the GOP primaries now. I'm down to a few very bad choices. This will very much be a lesser of the evils election for me.

I have to choose between John McCain, a man who seemingly has more fondness for Democrats than for his own party on the big issues of the day (save for the war), and Mitt Romney, a man who ran and governed as a liberal in Massachusetts, and now claims to be the heir to Reagan....which means either he's had the mother of all mind changes, or that he just tells the crowd whatever it wants to hear to win the next office. Nice choice,eh?

And don't even mention Huckabee, a man more like Jimmy Carter than a Republican nominee for President.

User Journal

Journal Journal: Tuning Slashdot, part 1: Relationship CSS 11

Refactoring relationships

Right now, relationships are embedded into the comments section of story pages with tags like:

<span class="zooicon"><a href="//science.slashdot.org/zoo.pl?op=check&amp;uid=198669"><img src="//images.slashdot.org/fof.gif" alt="Friend of a Friend" title="Friend of a Friend"></a></span>

This is ugly for a few reasons. First, it's a mess. Second, it means that every visitor has to have their own custom-rendered comments sections so you can't apply aggressive caching to the page-generation code. I would replace this with per-user CSS.

First, create a CSS file for each user like this:

/* Default class */
a.relationship {
background: url(neutral.gif);
width: 12px;
height: 12px;
display: inline-block;
text-decoration: none;
}

/* User-specific values start here: */

/* Friends */
a.user3352,a.user42 { background: url(friend.gif); }

/* Foes */
a.user666 { background: url(foe.gif); }

Next, replace the HTML in the comments section with generic relationship information such as:

<link rel="stylesheet" type="text/css" href="relationships.css">
[...]
<p>by neutral (1234) <a href="bar" class="user1234 relationship">&nbsp;</a> on 2008-01-20</p>
<p>by Just Some Guy (3352) <a href="bar" class="user3352 relationship">&nbsp;</a> on 2008-01-20</p>
<p>by foe (666) <a href="bar" class="user666 relationship">&nbsp;</a> on 2008-01-20</p>

All "a" tags with the "relationship" class get the default CSS values. If there is also a corresponding "user*" selector in the visitor's stylesheet, then the values in that selector override the defaults. For a sad user with no friends, this means that everyone gets the neutral.gif icon. As that user accumulates more specific relationships, those CSS definitions are applied instead.

This benefits Slashdot because suddenly they don't have to generate a brand new comments section for every visitor. The per-user CSS would also be extremely simple to generate. In any case, it would be no more difficult than the current method of embedding all that information directly into the comments section.

Finally, those CSS files could also be cached very easily. Since they would only change whenever a user's relationships are modified, Slashdot would no longer have to query that information every single time it creates a page.

There are two drawbacks to this idea. First, there are no more alt attributes on images, so users don't see a "Friend" popup if they hover over the relationship button. If that's a problem, replace the icons with little smiley or frowny faces as appropriate. Second, it would take slightly more work to support putting users in multiple categories at the same time ("Friend" + "Freak"). The fix is to create a whole set of graphics like "friend_freak.gif" and "foe_friendoffriend.gif" and corresponding CSS classes. There aren't that many categories, though, so it would require only minimal extra work to cover every possible combination.

How 'bout it, Taco - could you use something like that? Less code, less bandwidth, and less processing should be pretty easily reachable goals.

User Journal

Journal Journal: Get over it, UbuntuDupe 4

UbuntuDupe screwed up an Ubuntu installation almost two years ago. He still hasn't gotten over it.

UD, let me give you some free advice: move on. Really. You don't even have to admit that you were wrong. Just stop yapping about it and move on.

Do you notice that every time you bring this up, everyone opposes you? It's not because we don't like you, but because even if you were in the right (which you weren't), after two years we simply don't want to hear it anymore. Stop embarrassing yourself and let it die already, OK?

User Journal

Journal Journal: NSFW? Fark off. 1

Fark: Is read by your boss.
Slashdot: Is read by the weird guy in the server room.

Fark: Tries to be corporate friendly.
Slashdot: Links to Tubgirl.

Fark: Garfield.
Slashdot: Doonesbury.

Quit whining about "oh noes this is not teh NSFW!" If you want Fark, read Fark. This is Slashdot.

User Journal

Journal Journal: I'm back, though I don't know for how long 2

Just out of morbid curiousity, I've returned to Slashdot after almost a year and a half. To my utter surprise (not), Slashdot is still the land of the Idiot and the home of the Troll. And the "America Sucks" people are more prominent than ever.

Oh well...I'm in a mood to give the virtual finger, so bring 'em on.

I have to say one thing...I'm surprised I don't see more Ron Paul supporters here. I figured Slashdot would be a breeding ground for them. Most here are just generally apathetic assholes that complain a lot.

User Journal

Journal Journal: WiiCade Open Sources Flash API

Slashdot doesn't seem to get much news about Wii Homebrewing, so I thought I'd throw out an article on the latest updates to the popular Wii Web Gaming site WiiCade.

According to GoNintendo, they have released a new version of their Wii Remote API under a combination of the GPL and LGPL licenses. To sweeten the pot, this new version offers cool new features like IR-Based Motion Sensing, 4 player support, control over zooming, and partial Nunchuk support.

To celebrate, WiiCade released 5 new games that use these features. These games are Icy's Droplet Gathering Adventure, Space Shooting Mania, Asteroid Falldown, Bumper Car Madness, and Catch a Falling Star. It looks like someone has already released another game called WiiCade Snake. And for you Bush lovers/haters out there, they also have a Make Your Own Bush Speech "game". If you're into that sort of amusement, that is.

I personally recommend Bumper Car Madness. It's a rather crazy and fun arcade game that has you competing to see who can get the most tokens. It offers three control schemes, two which allow you to steer by twisting the remote, one which follows the cursor. It's tons of fun, especially with friends.

It looks like they also got a new look to go with the upgrade. Decide for yourselves if it's better or not. I like it, though. :-)

User Journal

Journal Journal: Interesting Misconception 4

Today's lesson on taking things out of context. Here's a post I made today:

How is Science any different from groupthink? Scientists are no where near as impartial as they claim to be. The only checks and balances in place are reviews by scientific peers!

Think about it.

Shocked yet? Frightened at how I could possibly say such a thing? Clamoring for the mods to continue my fall to oblivion? I even got this response from an AC:

You're usually more level headed than this. I think you're just being silly.

Interesting thing, though. No one read the context. Here's the post I was replying to:

How are they different from groupthink? or the political bias at times that persists in Wikipedia?

Their top level admins are no where near as impartial as they claim to be. Obvious subjects to avoid on Wikipedia are those which are based on religious, political, or environmental, concerns. People have taken "maintaining" those types of entries to ridiculous levels that whole pages of discussion exist behind the page where the various factions bitch at each other. The best way to see the bias is to watch what they require to have accredited links and what they do not, let alone what sites they consider credible sources for disputed information.

While it has much useful information there are just certain subjects to avoid

Now let's re-read my text in context:

How are they different from groupthink? or the political bias at times that persists in Wikipedia?

Their top level admins are no where near as impartial as they claim to be.

How is Science any different from groupthink? Scientists are no where near as impartial as they claim to be. The only checks and balances in place are reviews by scientific peers!

See it? Still want my head on a platter?

An interesting experience.

Editorial

Journal Journal: iPhone: Why So Negative? 4

I just got back from reading the Chicago Tribune's various stories on the iPhone. The reviews were very positive, if not a bit reserved. Sales may have topped 500,000 units. And sales have been so good that the AT&T activation servers have been overloaded. All in all, a very good launch for the iPhone. Not perfect mind you, but nothing ever is.

So imagine my surprise when I checked Slashdot this morning to find that the only story on the launch is Activation Problems in iPhone Paradise. No mention of the 500,000 unit estimate. Nor is there mention of the strongly positive reaction by the market. The only thing discussed is the activation problems, which are blown incredibly out of proportion. From the "long-wait-short-celebration" department tag, to a link to an engadget poll that won't let you see the results unless you vote (There's no "I don't have an iPhone option?" WTH?), all the way to using a random blog of one guy's experience as the basis for what all ~500,000 users (estimated) are experiencing.

Maybe it's just me, but this has gone way too far.

Slashdot is a place where intelligent people tend to hang out to converse. Because these people know a lot, they easily become jaded. I know that I personally have struggled a great deal with becoming unintentionally negative. And it's not necessarily the problem of dealing with people who know less. That's a reasonable excuse for tech support reps, but it doesn't hold up for professionals. In fact, I often find that I can become so indoctrinated in a certain way of thinking (because I know quite a bit about it) that anything that seems to violate that doctrine must be wrong.

Of course, this is a very dangerous trap. There are always clever ways around problems without violating the laws of physics. In fact, the solution presented often solves the problem in a very unique way that requires a dramatic shift in thinking.

For example, hydrogen cars are often criticized for requiring grid power to generate the hydrogen. Thus many discount the option because it "doesn't provide an alternative fuel source". Which is true, but it misses the point. Hydrogen provides a shift in the way that our infrastructure works. Rather than having millions of inefficient, dirty, smog-inducing, portable combustion engines on the road, we could generate all the power from relatively clean and efficient sources like Nuclear power plants then distribute that power to a "vehicle grid" using hydrogen as the storage and transmission device. From that perspective, hydrogen suddenly becomes a lot more appealing. (Without diving into the logistics issues of converting fueling stations, of course.)

Thus I can't help but wonder, is Slashdot getting too negative for its own good? I've been noticing a sharp increase in stories that are either overblown or outright inaccurate. From PopCap Distressed Over 'CopyCat' Games (the original interview states that PopCap is distinctly unaffected by clones), to W3C Bars Public From Public Conference (the newsie apparently couldn't understand English), to Judge Orders TorrentSpy to Turn Over RAM (Judge ordered web logging to be turned on), I'm beginning to wonder if the general status of the Slashdot users and editors isn't taking a turn for the worse. I'm seeing fewer and fewer stories with a positive slant. Those that do have a positive slant are either overblown claims (which results in a negative reaction) or misreported claims (which results in the same negative reaction, except that all of Slashdot is barking up the wrong tree).

While I understand that much of the confusion and negativity is pouring out of the press, it's important to keep a cool head on our shoulders and think critically about every piece of information we see. While I don't directly blame the Slashdot editors or the readers, I do think that all of us can make a contribution toward positive reenforcement on Slashdot. We readers can do two things:

1. Try to make sure that the stories we submit are correctly stated and reflect the true issue at hand.

2. Keep our replies civil. It's so easy for all of us (myself included) to get mad at the other guy thinking he doesn't know what he's talking about. Yet sometimes he actually does. So please be gentle when correcting each other. You'd be amazed at the smart people you'll develop a rapport with!

For the editors, I can offer one major suggestion: Apply critical thinking before smacking that "Approve" button. I know you guys see an absolutely incredible number of submissions day in and day out. The catch is finding the submissions that are worth posting to the front page of Slashdot. As of late it seems like submissions are being chosen more for their yellow (read: inaccurate) headline rather than their substantiveness as news. So please be considerate when choosing submissions.

Thank you all for listening! :-)

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...