I've never understood why port-scanning upset people anyway. Could someone please explain that to me?
Slashdot is Port Scanning Its Users
31–40 of 45 posts
Re: Slashdot is Port Scanning Its Users
#32I've never understood why port-scanning upset people anyway. Could someone please explain that to me?
Some users get a windows software firewall product. Those products have to persuade users that the money was well spent, so they log everything and sometimes alert too much. "WE PROTECTED YOU FROM 9,042 HOSTILE ATTEMPTS" sounds better than "it's just Internet noise. Ignore it."
Re: Slashdot is Port Scanning Its Users
#33Earlier quoted context omitted.
Can you name another site that uses Slash?
Soylent News! Really, Slashcode is just unbelievably horrible. I ran it myself. It's stupidly fragile, you can break it by altering things in the interface and it stores its weblogs in the MySQL database. I eventually moved everything to WordPress and stopped wanting to STAB MYSELF IN THE FACE REPEATEDLY whenever I wanted to make a post. Slashcode is not my favourite CMS.
Can you explain this to me? this seems like exactly what wordpress does..?
Re: Slashdot is Port Scanning Its Users
#34This tactic has probably blocked a million bot posts over the years, so I guess... Sorry... But not really sorry?
What got me upset was the fact that I respect users privacy, and to find out about this behaviour from a bug report notification pissed me off. In /code's defence, at that point, it was basically /., /.JP and Burrapuento as the last three slash sites on the internet so a lot of slashdot specific functionality has creped in over the years before the code drops stopped in 2009, with the documentation for independent sites being a bit stale.
EDIT: I've written a follow up on my SN journal: http://soylentnews.org/~NCommander/journal/277
Re: Slashdot is Port Scanning Its Users
#35Re: Slashdot is Port Scanning Its Users
#36Earlier quoted context omitted.
Can you name another site that uses Slash?
Soylent News! Really, Slashcode is just unbelievably horrible. I ran it myself. It's stupidly fragile, you can break it by altering things in the interface and it stores its weblogs in the MySQL database. I eventually moved everything to WordPress and stopped wanting to STAB MYSELF IN THE FACE REPEATEDLY whenever I wanted to make a post. Slashcode is not my favourite CMS.
We've been discussing migrating over to PostgreSQL and rearchitecting the database to run on stored proceedures and views; almost all the DB calls are already abstracted in MySQL.pm, so this is relatively straight forward (if a bit tedious).
Re: Slashdot is Port Scanning Its Users
#37That question was asked now ~10 years back. The answer was: to check if the submitter is using an random open proxy server from the net to bypass their IP filter.
From the code
# If we don't have an IP address, it can't be an open proxy.
And scanning commonly known proxy server ports. my $ports = $constants->{comments_portscan_ports} || '80 8080 8000 3128';Re: Slashdot is Port Scanning Its Users
#38I'm not sure what Slashdot actually is anymore. The titles of the entries appear interesting at first, but when you read the associated articles, any substantive content seems to vanish into thin air. I'm still interested, it's just not that interesting.
And this is different from much of the socially viral Web how? I agree that Slashdot's lost its way and cachet, but substance is hardly prominent across much of the Internet today.
Re: Slashdot is Port Scanning Its Users
#39Why? That question was asked now ~10 years back. The answer was: to check if the submitter is using an random open proxy server from the net to bypass their IP filter. From the code # If we don't have an IP address, it can't be an open proxy. And scanning commonly known proxy server ports. my $ports = $constants->{comments_portscan_ports} || '80 8080 8000 3128';
Re: Slashdot is Port Scanning Its Users
#40Earlier quoted context omitted.
Soylent News! Really, Slashcode is just unbelievably horrible. I ran it myself. It's stupidly fragile, you can break it by altering things in the interface and it stores its weblogs in the MySQL database. I eventually moved everything to WordPress and stopped wanting to STAB MYSELF IN THE FACE REPEATEDLY whenever I wanted to make a post. Slashcode is not my favourite CMS.
>stores its weblogs in the MySQL database Can you explain this to me? this seems like exactly what wordpress does..?