Heapin' Helpin' Of Slashdot Notes 90
Customizable Homepages
Yes thats right, you'll be able to filter on Topic,
Author & Section. So if you only want to read Jon Katz
articles, or really only like Star Wars stories or something,
you'll be able to do that. The real wild card is
how much server strain this is going to cause. I'm
hoping that this will go live tomorrow (or maybe even
later tonight if I can fix some stuff).
Even cooler is a coming-rsn feature- ya know the big grey boxes on the right hand side of the homepage? Those will soon be customizable. If anyone has good suggestions for sites to import, let us know. We've done a few sites already (freshmeat obviously, Everything is coming soon). But this will allow you to ignore features, or polls or book reviews entirely, and hopefully provide headlines to a few other sites if you're interested. There also is a user defined box so you can stick bookmarks or something if you want. I've been testing it all day with a link to the Jennicam and GNOME.org and it all seems to be working. We'll probably have that publicly usable by the end of the week. And I have a box with a picture of Dust Puppy for no apparent reason. Its neat.
Hardware
The new hardware is holding up fine. Its load is easily
half that of the old box. We'll see how the new dynamic
homepage affects this. I think we'll be ok, but if
everyone uses the new features, we're gonna need
to start load balancing. A dedicated SQL box, and a few
load balancing web servers will probably let us handle
significant growth, but for now, I'd rather concentrate
on just providing all the features I want with the number
of hits we're getting. Once I have to start messing with
load balancing and massive scalability, I'll have even
less time to add actual usability enhancements to the
site.
Email
Ya, it seems to be busted. I'm working on it. Its a major
pain because nobody can get forgotten passwords, and new
users aren't able to login at all. Its my #1 priority right
now. It might just be me now tho, but I think its
working. I get email at 1 of my accounts, but not 2 of
the others. Hopefully I'll figure it out soon.
Source Release
v0.3 is basically done. Unfortunately Slashdot itself has
forked well beyond v0.3. I'm probably gonna release v0.3
anyway. Slashdot is getting so customized for slashdot
that its more work to make a clean version of the code for distribution
than I care to think about. So much of the code is stuff specifically
designed for things we need here, but nobody else would
need. The stuff that would be applicable to another site
is in the v0.3 tarball (many of you have prereleases already).
But I'll probably just bite the bullet and throw it out there
in the next couple weeks. My time to work on it has gone
from minimal to non-existant.
The FTP server is still down. I'm not really planning on putting it back up. The code is downloadable from this directory if you are dying to get it.
New Moderation Stuff
A lot of people had great ideas about how to improve Slashdot
moderation. The new beefy server makes it possible for me
to consider implementing some of them. We'll see how much
juice the current feature roster sucks up- if we've got cycles
to spare, I'll try the new stuff out. It'll be optional
for people who like the old system, but I think the new
system will be a welcome change. More on that later,
but I'm really excited about it. I think that this system
will provide the best compromise that will allow anyone
to say what they want, and anyone to read what they want.
But first I gotta finish that homepage crap.
Agh! (Score:1)
Anyway, how about killfiles? It'd be great to kline MEEPT, SqlKitten, and JonKatz by name, rather than have to lose the AC's of the world along with 'em. No more baby tossed out with the bath water
--
Thanks! (Score:1)
Idea! (Score:1)
Perhaps Rob could give one or two of these away occasionally in contests, the way Debian's now doing with their logo contest?
And they don't have to be full POP3 mailboxes, either, they could just be forwards...you can bet that, if Rob were to announce such a contest, you'd see a stampede that would make the ordinary Slashdot Effect look like a slow day :-).
Eric
--
moderation and posting-host ip/dns name (Score:1)
That's be a disaster... every script kiddie in the world would be using it to bother people, imho.... better idea is just to post *.psnw.com in my case, ie just the domain name, or 206.43.250.* if it's not doing reverse dns at the moment. Be even worse if you've got a static ip.. you'd have no end of troubles... there are small benefits to dynamic ip's, thou not many.
neet (Score:1)
linuxonline.org [linuxonline.org]
Geez!!!! (Score:1)
Awesome (Score:1)
Forwarded would probably be easier for the server(correct me if I'm wrong). It would be nice if it was only for registered users though so that there wouldn't be a people signing up for a million forwarded addresses just for the heck of it.
Can you say "Portal"? :) (Score:1)
Just imagine if Slashdot becomes the next Yahoo or Netscape...
Some people aren't bright enough (Score:1)
Just to say Thanks! (Score:1)
How about excluding Star Wars? (Score:1)
I only see Star Wars prequel on the list.. Where's the just "Star Wars"??
The prequel item doesn't filter out the just SW items, btw. I've tried it.
xfonts-misc (Score:1)
Still no free time? (Score:1)
Recommendation to avoid excessive server load... (Score:1)
a customized home page in a cookie. If a bite of their cookie indicates they don't have a personalized home page, give 'em a static page that has everything (this page would be build every few minutes).
DON'T do a if..end if for each article on the page. Get all this info from their cookie, grab all of the article data in one select, and layout the page.
2. Set up some stored procedures to run fairly frequently to reduce the DB hit on selects.
3. You should be able to use joins to stay to one db call per home page load.
Re: moderation and posting-host ip/dns name (Score:1)
You would get lots of acesses form some webcaches and on't see quite a lot of people (hiding behind them).
Message board suggestion (Score:1)
Yes, ASP! (Score:1)
And your still doing this in perl??? (Score:1)
Python, of course.
;-) :-)
Seriously, though, I wouldn't use Python -- I'd use Zope (www.zope.org). MAN that's a sweet program. And Open Source, too. It's based on Python (and tons of C), but then isn't everything?
It only takes a few minutes to install and fall in love -- try it!
All partisanship aside, Slashdot's stuck with Perl because that's the code they've got. Makes sense to me!
A pity about the changes, though; I'll spend even less time visiting those other web pages. And the Zope people will have to delay their official Slashdot clone a little.
-Billy
How 'bout PHP? (Score:1)
How is it better than using Perl? I couldn't find a direct answer to that question on the site.
java would do the trick (Score:1)
You could still keep the web server version for "plain"
It would be straightforward to implement a headline scanner applet, a preferences applet, etc. Eliminating the need to send gobs of html codes for formatting commands that are used over and over and over would help preserve bandwidth.
Ever look at at the html source and see how little of the data that is transferred is actual content?
What I'd really like to see is a "thread update" watcher. With a java applet it would be easy. Just let it ping the server every minute or so to see if there are any new comments to a thread that I am watching. No need to do endless reloads.
Add an ad-dumper and I'd really be satisfied, for a while. Uh, by an ad dumper, I mean a device or page that displays all of the ads that are current on
I hope not (Score:1)
I come to
Yah, but... (Score:1)
Posted by the Proteus
Test.. (Score:1)
Wow (Score:1)
Re: (Score:1)
Add Solaris Central to SideBar (Score:1)
I operate the site and would be glad to provide the text and links in a flat file if that would make things more convienent for you. mail me [mailto] if you are interested.
my thunk - um, it's the browser (Score:1)
no flame intent here, i understand what you mean about how an app could have more interesting content, but i think it is cool how i can access
And your still doing this in perl??? (Score:1)
/dev
Still no free time? (Score:1)
No way man. I have ooddles more time now that I have graduated and have a real job. The trick is while at uni there was always some assignment or project to work on. Now when I go home even after a 12hr day the time is all mine. Even when I was putting in nutso hours durring the last end of quater I had more free time. Or atleast it felt more free because of the lack of assignments and stuff.
How 'bout PHP? (Score:1)
Yah, but... (Score:1)
--
Customizable homepages sounds great, but... (Score:1)
What I really want (Score:1)
That way we could paste in code and it would look like code, complete with the formatting that you need to make it readable.
Whaddayathink? Please?
/me begs
Ben
How 'bout PHP? (Score:1)
Seriously, though, php3 is a great language, especially for people who already know perl or c. very easy to learn and powerful enough to do all those little things you used to have to write little perl scripts for. www.php3.org [php3.org]-- check it out!
----------------------
How 'bout PHP? (Score:1)
I know I made some suggestions. (Score:1)
The suspense is killing me!
Poof! (Score:1)
I knew it was there, because I read the comments when this article only had one comment on it. Then I went back to coding for a class of mine. Later, I wanted to read your original post, and sure enough they were gone. Had to search for them. (hint: first)
I am wondering if this is worse then the negative scores on posts critical of linux.com
--
Four years in jail
No Trial, No Bail
*** FREE KEVIN *** [kevinmitnick.com]
ROB RULES! (Score:1)
One thing though, How about offering an extended slashdot? I'd gladly pay $5.95 a year to access some extra stuff or have a members area.. I figure at $5.95 a year, if you got 1000 people to do it (easy) that would pay for something
GREAT work! (Score:1)
BTW, the option in preferences to choose the default posting type doesn't work and never has. If I choose HTML (it is listed twice for some reason) it shows up as "Plain Old Text" when I am on this Post Comment screen. I don't think it is actually "Plain Old Text" though because I am able to post HTML tags and they work.
GREAT work! (Score:1)
my thunk (Score:1)
re: Yes, ASP! (Score:1)
i've become so comfortable with the servlet paradigm, i never want to go back....
i believe JIT performance improvements will eventually abate the performance arguments...
i've seen a fairly good number of sizeable projects done with servlets recently...
it certainly doesn't seem that anyone around slashdot feels likewise...
am i alone?
Peter
The Glorious MEEPT! (Score:1)
Inverse Killfiles (Score:1)
Now I just need to find out why dselect decided to zap /usr/X11R6/lib/X11/fonts/misc (it's making Netscape very interesting).
Message board suggestion (Score:1)
Message board suggestion (Score:1)
Moderation? (Score:1)
my thunk (Score:1)
ROB RULES! (Score:1)
Can you say "Portal"? :) (Score:1)
Seriously, though, it all sounds good and I hope you are jacking your ad rates and courting some other big names (who have the big money). You deserve some compensation for this.
I hope not (Score:1)
You can't very well publish a Linux-only daily newspaper, there aren't enough readers to pay subscription fees nor enough advertisers to pay ad fees to make it anything other than a sinkhole for money.
Since the internet puts the onus of delivery on the customer, not the supplier, publishing information can be done dirt cheap in comparison to meatspace information distribution.
This paves the way for any Joe with a hobby to start a portal of sorts (Rob had a leg up, as an interest in coding makes it easier to manage a web site like
People are wowed by the figure of 75,000 that Rob tossed out there the other day, and I will agree, it's quite impressive... but do you realize that Yahoo! gets 160 million page views per day?. While it is somewhat of a chicken and egg issue, with numbers like that you can get advertisers that aren't VA Research and Sendmail, Inc., but more like Platinum Visa. Advertising is always done in terms of eyeballs, and Yahoo! boasts more eyeballs than any old media daily.
re: Yes, servlets! (Score:1)
Flame-only filtering for me (Score:1)
Got my e-mail (Score:1)
page looks great!
Good job.
kmj
testing (Score:1)
testing (Score:1)