<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mfnickster</id>
	<title>SoylentNews - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.soylentnews.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mfnickster"/>
	<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/wiki/Special:Contributions/Mfnickster"/>
	<updated>2026-04-06T03:19:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Historic_talk:FeatureList&amp;diff=4237</id>
		<title>Historic talk:FeatureList</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Historic_talk:FeatureList&amp;diff=4237"/>
		<updated>2014-02-10T21:50:46Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* MODDING */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Pardon my editing. If anyone is more familiar with wiki editing than I, maybe they would care to format this more appropriately. However, I would not appreciate any editing of my comments other than for format.)&lt;br /&gt;
&lt;br /&gt;
== MODDING ==&lt;br /&gt;
&lt;br /&gt;
:First: I recommend against allowing mods in any discussion in which you have taken part. Preventing mods only to &amp;quot;your comment chain&amp;quot; would be far too complicated to implement and there are too many potential holes to exploit if someone wants to cheat.&lt;br /&gt;
&lt;br /&gt;
:: Technobabble removed --- I don't see why it's really a desirable feature. You're opening the door to people gaming the system by modding other comments in the topic that they don't like, in order to support the comments in that topic that they did make. If you mod all your enemies down, and your own and friends' comments up, you distort the whole picture. My opinion is no. It's just a bad idea to allow mods in the same forum you comment in. (Please understand that my intention here is to be constructive. I used to think this should be allowed on the original site too, but after giving it more thought I changed my mind.)&lt;br /&gt;
&lt;br /&gt;
::: I understand where you're coming from; what I and others have experienced is that we don't bank mod points until such time they want to use them since they expire. Most of the time when I have mod points, I find myself annoyed that I can't contribute to a conversation that I'm now paying close attention to. Are you specifically concerned about an issue-poster who will hunt through articles once they have mod points to game the conversation?&lt;br /&gt;
&lt;br /&gt;
:Second: I recommend against giving users the ability to mod ACs up. Why bother? They're ACs. Allow downmodding but not upmodding. That gives them incentive to create an account. (I realize this would penalize the occasional brilliant comment from an AC... still, I say: let them create an account.)&lt;br /&gt;
&lt;br /&gt;
:: ACs do sometimes post very good content. Sometimes individuals mentioned in an article feel the need to post with some plausible deniability. I'd advise against this. Perhaps a feature might be to simply hide AC posts as a display option (but not the default).&lt;br /&gt;
&lt;br /&gt;
::: &amp;quot;Sometimes individuals mentioned in an article feel the need to post with some plausible deniability.&amp;quot; Regardless of the occasional &amp;quot;good&amp;quot; purpose this can be used for, this is called '''sock-puppet''' activity and is pretty universally despised in online forums. Encouraging this kind of behavior will not do your site any favors.&lt;br /&gt;
&lt;br /&gt;
:::: I disagree. I feel that being able to contribute or add an additional detail anonymously (plausible deniability) is vital, especially because of the sensitive nature of some articles with respect to where people work. Remember that a moderator still has to moderate the anonymous post up, and moderators are aware that an anon reply to an authenticated post might be a sock-puppet if it looks strange or like someone is deliberately trying to sound like a second voice.&lt;br /&gt;
&lt;br /&gt;
:::: Slashdot was not a site optimized for Facebook arguments about politics or DND. Even if you can &amp;quot;win&amp;quot; an argument with sock-puppetry; if you won an argument on Slashdot you have already lost. It's a site optimized for technical discussions and each post should be able to stand on its own merits and there are no winners or losers, just informative or bullshit; the only amplification (speaking from authority) should come from registered posts and reputation. That's why Slashdot allows some registered or high-karma accounts to post with more points by default. If there was some real weird conversation steering by a bad actor with sock puppetry combined with mod activity you're already talking about needing multiple accounts in good standing, and that takes resources. If it can be detected by the clustering analysis and investigated, then we could combat it. If it can't, then it's a sophisticated attack by someone with a lot of patience or money, and in which case I don't think we can prevent that. &lt;br /&gt;
&lt;br /&gt;
:::: I think that a targeted attack that abuses the ability to post anonymously could just as easily be done without anonymous posting (and yet another account), so I think the value of being able to post something very valuable without fear of repercussion outweighs the ease with which someone might try to make their own argument seem popular. I'd rather fish the depths for a gem and take that &amp;quot;go ahead and post the master HDCP matrix, free speech is paramount&amp;quot; approach that Slashdot had than tell you to use a pastebin.&lt;br /&gt;
&lt;br /&gt;
:Third: I do not think fractional mod points is a good idea. It adds unnecessary complication, decimal numbers use up more space in the database and add performance penalties, etc. If you want to make some mods worth more than others, make them worth more than one point. E.g., 2 points and 1 point rather than 1 point and 0.5 points.&lt;br /&gt;
&lt;br /&gt;
:: You wouldn't store decimals, just the traditional modpoints times 2. The fractions are a UI detail and their conversion (and truncation) are a function of the code that prepares fetched data to be templated and rendered to HTML. The reason for adding this is so that the default rendering option still shows a -1 to 5 scale as before, but allows for Funny and Flamebait to be de-emphasized. It's really a matter of empowering the default, non-logged in view, which we can't ignore.&lt;br /&gt;
&lt;br /&gt;
::: I know how it works. You are still adding needless complication. Regardless of whether it's &amp;quot;just display&amp;quot; or not, you are adding floating-point arithmetic that simply isn't necessary.&lt;br /&gt;
&lt;br /&gt;
:::: We could change the range. But I like the idea that the score is in a 0-5 &amp;quot;stars&amp;quot; range. Familiarity and all. I'd like it not to go into double digits (0-9) at the worst. And you're making a bigger deal out of it than it is considering PHP and Perl have no issue with floating point vs. integer scalars (and the database wouldn't store it). This isn't something to get worked up about. What I'd like to hear is a solid argument against finer weighting options.&lt;br /&gt;
&lt;br /&gt;
::: &amp;quot;but allows for Funny and Flamebait to be de-emphasized&amp;quot; Why would you want to de-emphasize them? I think Funny is well-deserving of a full point, and Flamebait, while sometimes misused, is still a worthy mod.&lt;br /&gt;
&lt;br /&gt;
:::: Slashdot already allows for user-defined weights for rating types. I have seen some user journals earlier on from slashdot devs where they talked statistics on how top-level comments end up getting overmodded (they receive a disproportionate number of different ratings to value the unauthenticated user score). Seeing how some comments quickly shoot up in score, I think this is still happening. I feel this would allow for a bit more fine-grained control for users who don't value Funny as much as you might. (I'm one of them, I like Funny, but I think it gets steam-roll mod applied sometimes, like the Reddit effect you mentioned earlier)&lt;br /&gt;
&lt;br /&gt;
:Fourth: I would give a lot of strong thought to some kind of means to limit sock-puppet accounts and especially sock-puppet mods. I doubt there is any perfect way to do it, but having many times been victim of sock-puppet mods, I think it should be harder than in the original version. It should also be made clear to users that sock-puppets are considered the lowest of the low by the community. (They already are, but it should be made explicitly clear.)&lt;br /&gt;
&lt;br /&gt;
:: Perhaps a new requirement is a feature in the backend that uses cookies and/or IP/browser fingerprinting to cluster accounts, and then further watch for correlated activity among them to identify potential sockpuppet accounts. A manual adjudication process would be necessary. While multiple accounts would not be specifically against the ToS, the site would reserve the right to ban accounts believed to be acting in bad faith (trolling, spam, sockpuppetry).&lt;br /&gt;
&lt;br /&gt;
::: I agree. I think a form in the user area could be used to register a &amp;quot;complaint&amp;quot; about suspected sock-puppet mods. This could run an automatic routine to find correlations to cookies or IPs (cookies is probably more reliable). If that is above a certain threshold, it could be forwarded to moderators for a review. Just an idea, but that would give users a way to complain, without incessantly bothering moderators, yet allow moderators to act if anything is real.&lt;br /&gt;
&lt;br /&gt;
:Fifth: I recommend adding an &amp;quot;I disagree&amp;quot; mod, which would be worth '''+1''' point.  :)&lt;br /&gt;
&lt;br /&gt;
:: Only if you change it to be &amp;quot;Devil's Advocate&amp;quot; and conversely a &amp;quot;Groupthink&amp;quot; downmod at '''-1'''. These are more descriptive rather than opinion-based tags (even though they really all are) which are easier to metamod and force you to think about your perception of the community attitude, not just your own.&lt;br /&gt;
&lt;br /&gt;
::: It was just a joke. I like the groupthink idea, though (a &amp;quot;Kool-Aid&amp;quot; mod). I think it might be abused though.&lt;br /&gt;
&lt;br /&gt;
:::: Some others have already expanded on this list apparently :)&lt;br /&gt;
&lt;br /&gt;
:Sixth: ''&amp;quot;What about not-posting in the thread where you moderated? Good or bad rule? Maybe if you really must post, allow cryptocoin paying for post?&amp;quot;''  '''HELL NO.''' People should not have more say just because they have more money. This is a '''very bad''' idea.&lt;br /&gt;
&lt;br /&gt;
:: Agreed. This is a dangerous precedence. Also, I don't think it's a good idea to incentive-ize anything beyond low UIDs, more browsing options (site scraping, CPU-taxing searches), maybe auctions for popular channel names to be owner/editor on.&lt;br /&gt;
&lt;br /&gt;
'''Show multiple mod reasons.''' One thing that always bugged me about Slashdot's modding is that you could get a +1 funny and +1 insightful, but only one of them shows as the reason for the upmod. Why not &amp;quot;+2, funny, insightful&amp;quot; ? [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
== KARMA (CHOPS) ==&lt;br /&gt;
&lt;br /&gt;
:I really don't think mod points or karma should depend on user's customized point systems. Leaving it open to customized scoring could make your karma system vulnerable to cabals of users, unintended consequences, or a form of &amp;quot;elitism&amp;quot; (Good Old Boy Syndrome). It's been known to happen. There should be a clearly articulable standard that cannot be modified by users. Anything else is subject to chaos. If you don't give users a clearly defined standard, they won't know how to behave.&lt;br /&gt;
&lt;br /&gt;
:: Note about the above: if what was meant was that it '''shows''' differently to users based on their custom scorings, fine. But the internal base scoring should not be modifiable by users.&lt;br /&gt;
:: '''Eeep edit conflict''' ... YES that's what I meant and I agree&lt;br /&gt;
&lt;br /&gt;
:A Karma (or Chops) system needs to go above what the original system uses (only a few levels, with &amp;quot;Excellent&amp;quot; being the top). The current system allows people to receive massive numbers of positive mod points, but still remain at &amp;quot;Excellent&amp;quot; karma, which can be lost in a single day; they can find their karma at 0 if they are ganged up on by others and receive only a few downmods in a single conversation. Yes, it does happen. Karma should be allowed to accumulate (negative OR positive) beyond just a few points on either side of zero. It need not go on forever, but people should be allowed to develop some kind of persistence of positive or negative karma. That way somebody with a few years of good karma won't find themselves below 0 due to a single flamewar. And vice versa.&lt;br /&gt;
&lt;br /&gt;
:: This already happens from what I understand. Karma isn't totally capped right now on slashdot; there's a functional limit for display purposes and mod perks. I think there's a weighting system where karma for everything older than a few months or so &amp;quot;sum from back then&amp;quot;, capped at the functional limit, and then all the subsequent karma-affecting activity since then allows it to go above or below that number, and it's again capped at the limit for checks. And then they summarize the oldest month on some periodic basis into the new &amp;quot;sum from back then&amp;quot;, but they again are capping it when stored so all the extra upmods in the past can't outweigh current downmods now.&lt;br /&gt;
&lt;br /&gt;
::: I don't think they really do this. I say that because I have had many years of good /. karma, with consistently many more upmods than down, only to see it literally disappear in a single day, over a single discussion in which I took a &amp;quot;politically incorrect&amp;quot; position (about 5 downmods). I had to re-build it from scratch. I thought that was really pretty terrible: losing years of reputation in a single discussion. That should not be allowed, but was.&lt;br /&gt;
&lt;br /&gt;
:::: They do do this.  But it relies on an external script to do some stuff (it could be more nuanced on the slashdot in production vs. what's in the CVS). And I've done this too (got downmodded a lot), but have not experienced what you experienced. Or perhaps I posted enough other stuff that got upmodded subsequently that it didn't matter the next time I checked. &lt;br /&gt;
&lt;br /&gt;
:: I'd like to continue using such a system so that you're given the ability to carry Chops above the &amp;quot;Excellent&amp;quot; threshold value, but summarization means that you can't &amp;quot;bank&amp;quot; good behavior limitlessly and it also cuts down on expensive database queries for long-lived accounts.&lt;br /&gt;
&lt;br /&gt;
::: I don't think limitless would be a good idea either. But I also don't think big queries should be necessary. Just accumulate points in a field of the main user record. Allow the accumulation of a certain amount of points above &amp;quot;Excellent&amp;quot;, or below &amp;quot;Terrible&amp;quot; (or whatever the low limit is... I've never been there). I don't see the utility of maintaining complex running averages, when a simple accumulator achieves most of the same goals, as long as you let it go somewhat above the top visual rating and below the bottom visual rating. (And as I mentioned before, I don't think the original site actually does averages, either.)&lt;br /&gt;
&lt;br /&gt;
:::: What I'm hearing is that the summary-ization threshold is too low. Are you okay with it turning everything beyond &amp;quot;4 weeks ago&amp;quot; into a past total and starting point for karma (capped at 150% the display?). Let's say the display limit is &amp;quot;10&amp;quot; for excellent. That means you could have 15 upmods banked from a month ago, plus any recent upmods, and then need that many downmods to happen to you all at once to put you at zero.&lt;br /&gt;
&lt;br /&gt;
:Care should be taken to avoid multiplication of karma points, either positive or negative. I.e., you should not receive more positive points for having positive points.&lt;br /&gt;
&lt;br /&gt;
:: I can't think of a situation where this occurs as exists or proposed (except with sockpuppetry... )&lt;br /&gt;
&lt;br /&gt;
::: I agree. I just thought it was worth mention because I had at first misunderstood your description of how reputation is scored. The &amp;quot;Reddit effect&amp;quot; is somewhat minimimized on Slashdot because comments don't move to the top based on their score. But on Reddit (if they still do it the same way) it is a serious positive feedback effect, in which mediocre comments can get shoved to the top if they get a few upmods early, while more insightful comments get buried in the noise. That's not directly related to karma (chops), but the effect should be avoided in any scoring system.&lt;br /&gt;
&lt;br /&gt;
:::: Agreed.&lt;br /&gt;
&lt;br /&gt;
== UTF-8 ==&lt;br /&gt;
Just to play devil's advocate here, I thought Unicode support (and lack thereof) was one of the things people commonly bitched about on Slashdot. So if it is possible to be smart about Unicode from the beginning, that could help us take off. I say this as someone without the ''relevant'' technical knowledge of the back-end so I don't know why UTF-8 is especially important to you guys. --[[User:Sir Garlon|Sir Garlon]] 16:34 EST 2014-02-10&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=4065</id>
		<title>Talk:SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=4065"/>
		<updated>2014-02-10T14:07:27Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Hosting and collaboration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;You have followed a link to a page that does not exist yet. To create the page, start typing in the box below&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Okay, let's see if that works.&lt;br /&gt;
&lt;br /&gt;
And help kill beta by joining the Slashcott&lt;br /&gt;
&lt;br /&gt;
February 10th -17th&lt;br /&gt;
&lt;br /&gt;
unitron&lt;br /&gt;
&lt;br /&gt;
Slashdot UID 5733&lt;br /&gt;
&lt;br /&gt;
== Teething pains? ==&lt;br /&gt;
&lt;br /&gt;
This message was created automatically by mail delivery software.&lt;br /&gt;
&lt;br /&gt;
A message that you sent could not be delivered to one or more of its&lt;br /&gt;
recipients. This is a permanent error. The following address(es) failed:&lt;br /&gt;
&lt;br /&gt;
John@AltSlashdot.org&lt;br /&gt;
SMTP error from remote mail server after RCPT TO:&amp;lt;John@AltSlashdot.org&amp;gt;:&lt;br /&gt;
host mail.altslashdot.org [66.147.244.192]: 550 No Such User Here&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Is this an &amp;quot;only if Slashdot doesn't back down on beta&amp;quot; contingency, or =&lt;br /&gt;
&amp;quot;going to happen no matter what Slashdot does&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Hot Grits ==&lt;br /&gt;
&lt;br /&gt;
I have poured them down my pants. Thank you. [[Special:Contributions/86.50.93.164|86.50.93.164]] 10:16, 6 February 2014 (MST) Iskender (1040286)&lt;br /&gt;
&lt;br /&gt;
*Why are they down your pants?  They should be on Natalie Portman - naked and petrified..&lt;br /&gt;
&lt;br /&gt;
== Group or Business ==&lt;br /&gt;
&lt;br /&gt;
Okian Warrior seems to want to be CmdrTaco all over again. While I am a very, very pro-business sort of person, I don't think we want to just push reset and do Slashdot over again as another build it up and cash out endeavor. It seems like that's exactly what would happen, and on the backs of volunteers no less. The only way I could see supporting this endeavor as a business would be with some sort of codified protection like a charter, whereby certain attributes of the way the site functions would be guaranteed, and those guarantees could only be changed if (the charter could only be modified if) the users were polled and agreed to it. In this way the business could operate but be ultimately accountable to and restrained by the userbase. This seems like a good hybrid solution. ~ElectricTurtle&lt;br /&gt;
&lt;br /&gt;
You could solve this by managing it similar to the debian project.&lt;br /&gt;
&lt;br /&gt;
^ Agree with both sentiments.  I'm a bit skeptical of Okian Warrior's business mindset... we need this to resemble a non-profit FOSS project.  Can that really be so hard to do (in the beginning, especially, and also with all the cloud services now available to avoid slashdotting?).  Some will balk at the Debian-like structure as too codified and rigid, but let's at least discuss this as a FOSS project first, and *maybe* some ad revenue down the line to support it.  Although, donations/crowdfunding seems better to me. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 08:52, 7 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
I agree that we shouldn't trade  corporate overlord for a new master with the prospect of becoming a corporate overlord.  I am not opposed to the project manager making money off the site though. Instead of an exit strategy how about a transitional strategy wherein the founder makes a fixed amount of money and/or profits for a fixed time? Eg $100k or 5yrs, whichever comes first.&lt;br /&gt;
&lt;br /&gt;
As far as monetization, premium accounts with little or no ads is easy. Couple this with paid postings to receive a higher start moderation eg. 5¢ for 0,nuetral if you don't have an account. It shouldn't be hard to get the money to buy the site from the founder.  Especially if coupled with annual wikipedia donation drives to cover the site overhead.&lt;br /&gt;
&lt;br /&gt;
:Non-profit or volunteer org is a good approach. If it's owned by a business or corporation, I will not use it. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
==Stories==&lt;br /&gt;
*Could there be [[Open Hardware FPGAs]]? http://www.electronicsweekly.com/mannerisms/fpga/will-expiring-patents-boost-fp-2007-03/&lt;br /&gt;
&lt;br /&gt;
== Barrapunto ==&lt;br /&gt;
&lt;br /&gt;
People here should be familiar with the Spanish language version of Slashdot,&lt;br /&gt;
Barrapunto.com.  It looks like it was forked from older Slashcode, and it does&lt;br /&gt;
not appear to be a dice holding.  This is the most durable SlashClone with which&lt;br /&gt;
I'm familiar.  I seem to recall reading about it more than 5 years ago.  If nothing&lt;br /&gt;
else, we could learn a lot from them about running a successful SlashClone.&lt;br /&gt;
&lt;br /&gt;
We should make a list of any currently running clones.&lt;br /&gt;
*http://slashcode.com/www.slashcode.com/&lt;br /&gt;
&lt;br /&gt;
Thanks for posting the link.  That looks a lot more like /. Classic.  Now we certainly&lt;br /&gt;
don't want to knock over the server that discusses SlashCode, so we shouldn't be&lt;br /&gt;
posting there... but they seem like an ideal candidate for a bunch to form a non-profit&lt;br /&gt;
org.  IMHO, that's the answer.  We need to form a non-profit dedicated to serving the&lt;br /&gt;
users.  Worst case scenario we replace ads with something like the annual Wikipedia&lt;br /&gt;
begging; but it might be worth it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Wikipedia begging beats having advertizes dictating the content of your site or selling the users info for $$$ Wikipedia I believe does it right. [[User:Script Cat|Script Cat]] ([[User talk:Script Cat|talk]]) 14:28, 6 February 2014 (MST)&lt;br /&gt;
&amp;lt;br&amp;gt;(The advertising on barrapunto.com looks fine and unobtrusive to me. My 2 cents, but no, I don't know much about advertising paying the bills, sadly.)(Gaaark)&lt;br /&gt;
== Alternate domain ideas? ==&lt;br /&gt;
&lt;br /&gt;
It's come up elsewhere online that a name including slashdot might get this project into hot water with DICE&lt;br /&gt;
&lt;br /&gt;
== Hosting and collaboration ==&lt;br /&gt;
make it foss with gpl2&amp;lt;br&amp;gt;&lt;br /&gt;
is there any reason why the site can't be directly hosted by https://github.com/&amp;lt;br&amp;gt;&lt;br /&gt;
ultra-nerdy, with plenty of linuxy flavor&amp;lt;br&amp;gt;&lt;br /&gt;
no need to worry about dedicated infrastructure, and domain doesn't matter that much if it's something like &amp;quot;github.com/altslash&amp;quot; nerds are gunna find and remember it&lt;br /&gt;
: I don't trust Github. I don't think they really care about their community any more than Dice cares about Slashdot's. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
:: I don't think that's a problem, since every repository clone is essentially a full backup, so if they pull something sinister, we can simply stop using them. [[User:Yahwotqa|Yahwotqa]] ([[User talk:Yahwotqa|talk]]) 06:31, 10 February 2014 (MST)&lt;br /&gt;
::: Like we &amp;quot;simply stopped using&amp;quot; Slashdot? :)  [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
== Journals ==&lt;br /&gt;
I hope journals are included and hope people use them.&lt;br /&gt;
&lt;br /&gt;
== AGPL licensing ==&lt;br /&gt;
If no one's said it yet, I think we need to move the updated version of SlashCode to AGPL and get it in a git repo for people to hack on (preferably github). I'm happy to put it up there under that license but I don't want to see (yet another) fork.  Any objections to that license?  It's recommended by the FSF for any Web software, or really any that runs primarily over a network.  In my view, it will protect us from seeing the fruit of our labors be turned into another locked up DiceDot... how nice would it have been to have at least the updated &amp;quot;Slashdot Classic&amp;quot; interface available now to hack on instead of the circa 2009 version? The AGPL would have made that possible. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 09:22, 7 February 2014 (MST)&lt;br /&gt;
: Can you just re-license someone else's code? How is that legally possible? Also, it might make sense to fork it anyway just to have control over the code base. It could also be ported to another language (don't say .NET or PHP please!). [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
:: You can license a modified version of a program under a compatible license, depending upon the terms that the original authors released the source.  Many forks end up under a different license through some new mix of code.  If the original Slash is licensed &amp;quot;GPL v2.0 or any later version&amp;quot; there's a clear path to GPLv3 and then AGPL.  If not, the authors must be the ones to do it, and we might think about asking them (all of whom left Slashdot a while ago AFAIK) rather than stay on GPLv2 forever.  Whatever the case, we should be thinking about licensing, esp. because direct competition between this and /. is bound to raise Dice's ire.  ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 20:43, 9 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
::: FYI, take a look at my [[SoylentNews#Licensing.3F|better-written frontpage post]]... we also should be thinking about things like CLAs and discussing them. Joining the Slashcott now... ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 21:14, 9 February 2014 (MST)&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=4058</id>
		<title>Talk:SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=4058"/>
		<updated>2014-02-10T13:28:16Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Hosting and collaboration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;You have followed a link to a page that does not exist yet. To create the page, start typing in the box below&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Okay, let's see if that works.&lt;br /&gt;
&lt;br /&gt;
And help kill beta by joining the Slashcott&lt;br /&gt;
&lt;br /&gt;
February 10th -17th&lt;br /&gt;
&lt;br /&gt;
unitron&lt;br /&gt;
&lt;br /&gt;
Slashdot UID 5733&lt;br /&gt;
&lt;br /&gt;
== Teething pains? ==&lt;br /&gt;
&lt;br /&gt;
This message was created automatically by mail delivery software.&lt;br /&gt;
&lt;br /&gt;
A message that you sent could not be delivered to one or more of its&lt;br /&gt;
recipients. This is a permanent error. The following address(es) failed:&lt;br /&gt;
&lt;br /&gt;
John@AltSlashdot.org&lt;br /&gt;
SMTP error from remote mail server after RCPT TO:&amp;lt;John@AltSlashdot.org&amp;gt;:&lt;br /&gt;
host mail.altslashdot.org [66.147.244.192]: 550 No Such User Here&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Is this an &amp;quot;only if Slashdot doesn't back down on beta&amp;quot; contingency, or =&lt;br /&gt;
&amp;quot;going to happen no matter what Slashdot does&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Hot Grits ==&lt;br /&gt;
&lt;br /&gt;
I have poured them down my pants. Thank you. [[Special:Contributions/86.50.93.164|86.50.93.164]] 10:16, 6 February 2014 (MST) Iskender (1040286)&lt;br /&gt;
&lt;br /&gt;
*Why are they down your pants?  They should be on Natalie Portman - naked and petrified..&lt;br /&gt;
&lt;br /&gt;
== Group or Business ==&lt;br /&gt;
&lt;br /&gt;
Okian Warrior seems to want to be CmdrTaco all over again. While I am a very, very pro-business sort of person, I don't think we want to just push reset and do Slashdot over again as another build it up and cash out endeavor. It seems like that's exactly what would happen, and on the backs of volunteers no less. The only way I could see supporting this endeavor as a business would be with some sort of codified protection like a charter, whereby certain attributes of the way the site functions would be guaranteed, and those guarantees could only be changed if (the charter could only be modified if) the users were polled and agreed to it. In this way the business could operate but be ultimately accountable to and restrained by the userbase. This seems like a good hybrid solution. ~ElectricTurtle&lt;br /&gt;
&lt;br /&gt;
You could solve this by managing it similar to the debian project.&lt;br /&gt;
&lt;br /&gt;
^ Agree with both sentiments.  I'm a bit skeptical of Okian Warrior's business mindset... we need this to resemble a non-profit FOSS project.  Can that really be so hard to do (in the beginning, especially, and also with all the cloud services now available to avoid slashdotting?).  Some will balk at the Debian-like structure as too codified and rigid, but let's at least discuss this as a FOSS project first, and *maybe* some ad revenue down the line to support it.  Although, donations/crowdfunding seems better to me. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 08:52, 7 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
I agree that we shouldn't trade  corporate overlord for a new master with the prospect of becoming a corporate overlord.  I am not opposed to the project manager making money off the site though. Instead of an exit strategy how about a transitional strategy wherein the founder makes a fixed amount of money and/or profits for a fixed time? Eg $100k or 5yrs, whichever comes first.&lt;br /&gt;
&lt;br /&gt;
As far as monetization, premium accounts with little or no ads is easy. Couple this with paid postings to receive a higher start moderation eg. 5¢ for 0,nuetral if you don't have an account. It shouldn't be hard to get the money to buy the site from the founder.  Especially if coupled with annual wikipedia donation drives to cover the site overhead.&lt;br /&gt;
&lt;br /&gt;
:Non-profit or volunteer org is a good approach. If it's owned by a business or corporation, I will not use it. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
==Stories==&lt;br /&gt;
*Could there be [[Open Hardware FPGAs]]? http://www.electronicsweekly.com/mannerisms/fpga/will-expiring-patents-boost-fp-2007-03/&lt;br /&gt;
&lt;br /&gt;
== Barrapunto ==&lt;br /&gt;
&lt;br /&gt;
People here should be familiar with the Spanish language version of Slashdot,&lt;br /&gt;
Barrapunto.com.  It looks like it was forked from older Slashcode, and it does&lt;br /&gt;
not appear to be a dice holding.  This is the most durable SlashClone with which&lt;br /&gt;
I'm familiar.  I seem to recall reading about it more than 5 years ago.  If nothing&lt;br /&gt;
else, we could learn a lot from them about running a successful SlashClone.&lt;br /&gt;
&lt;br /&gt;
We should make a list of any currently running clones.&lt;br /&gt;
*http://slashcode.com/www.slashcode.com/&lt;br /&gt;
&lt;br /&gt;
Thanks for posting the link.  That looks a lot more like /. Classic.  Now we certainly&lt;br /&gt;
don't want to knock over the server that discusses SlashCode, so we shouldn't be&lt;br /&gt;
posting there... but they seem like an ideal candidate for a bunch to form a non-profit&lt;br /&gt;
org.  IMHO, that's the answer.  We need to form a non-profit dedicated to serving the&lt;br /&gt;
users.  Worst case scenario we replace ads with something like the annual Wikipedia&lt;br /&gt;
begging; but it might be worth it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Wikipedia begging beats having advertizes dictating the content of your site or selling the users info for $$$ Wikipedia I believe does it right. [[User:Script Cat|Script Cat]] ([[User talk:Script Cat|talk]]) 14:28, 6 February 2014 (MST)&lt;br /&gt;
&amp;lt;br&amp;gt;(The advertising on barrapunto.com looks fine and unobtrusive to me. My 2 cents, but no, I don't know much about advertising paying the bills, sadly.)(Gaaark)&lt;br /&gt;
== Alternate domain ideas? ==&lt;br /&gt;
&lt;br /&gt;
It's come up elsewhere online that a name including slashdot might get this project into hot water with DICE&lt;br /&gt;
&lt;br /&gt;
== Hosting and collaboration ==&lt;br /&gt;
make it foss with gpl2&amp;lt;br&amp;gt;&lt;br /&gt;
is there any reason why the site can't be directly hosted by https://github.com/&amp;lt;br&amp;gt;&lt;br /&gt;
ultra-nerdy, with plenty of linuxy flavor&amp;lt;br&amp;gt;&lt;br /&gt;
no need to worry about dedicated infrastructure, and domain doesn't matter that much if it's something like &amp;quot;github.com/altslash&amp;quot; nerds are gunna find and remember it&lt;br /&gt;
: I don't trust Github. I don't think they really care about their community any more than Dice cares about Slashdot's. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
== Journals ==&lt;br /&gt;
I hope journals are included and hope people use them.&lt;br /&gt;
&lt;br /&gt;
== AGPL licensing ==&lt;br /&gt;
If no one's said it yet, I think we need to move the updated version of SlashCode to AGPL and get it in a git repo for people to hack on (preferably github). I'm happy to put it up there under that license but I don't want to see (yet another) fork.  Any objections to that license?  It's recommended by the FSF for any Web software, or really any that runs primarily over a network.  In my view, it will protect us from seeing the fruit of our labors be turned into another locked up DiceDot... how nice would it have been to have at least the updated &amp;quot;Slashdot Classic&amp;quot; interface available now to hack on instead of the circa 2009 version? The AGPL would have made that possible. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 09:22, 7 February 2014 (MST)&lt;br /&gt;
: Can you just re-license someone else's code? How is that legally possible? Also, it might make sense to fork it anyway just to have control over the code base. It could also be ported to another language (don't say .NET or PHP please!). [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
:: You can license a modified version of a program under a compatible license, depending upon the terms that the original authors released the source.  Many forks end up under a different license through some new mix of code.  If the original Slash is licensed &amp;quot;GPL v2.0 or any later version&amp;quot; there's a clear path to GPLv3 and then AGPL.  If not, the authors must be the ones to do it, and we might think about asking them (all of whom left Slashdot a while ago AFAIK) rather than stay on GPLv2 forever.  Whatever the case, we should be thinking about licensing, esp. because direct competition between this and /. is bound to raise Dice's ire.  ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 20:43, 9 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
::: FYI, take a look at my [[SoylentNews#Licensing.3F|better-written frontpage post]]... we also should be thinking about things like CLAs and discussing them. Joining the Slashcott now... ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 21:14, 9 February 2014 (MST)&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Historic:Synced_servers&amp;diff=3752</id>
		<title>Historic:Synced servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Historic:Synced_servers&amp;diff=3752"/>
		<updated>2014-02-09T20:24:49Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Altslashdot would be run on a number of independent web servers, which would utilise some syncing protocol in order to serve exact copies. The syncing would likely be cheap, because the number of such servers would be substantially smaller that the number of users.&lt;br /&gt;
&lt;br /&gt;
The possibility of running a server would be open, in a hope, that a relatively large number of these would eventually be created. &amp;quot;Hub&amp;quot; sites might exist, that would redirect to the least--loaded servers.&lt;br /&gt;
&lt;br /&gt;
Beside sharing hosting cost, the architecture would enable the exclusion of a rogue server.&lt;br /&gt;
&lt;br /&gt;
== Comments  ==&lt;br /&gt;
I'm no programmer, but isn't this how USENET worked?&lt;br /&gt;
&lt;br /&gt;
Yes, it is similar, but we would need much more than Usenet, like safe user base and moderation. And it all would need to be tunneled through corporate firewalls, which often allow only web traffic.&lt;br /&gt;
&lt;br /&gt;
:USENET was a great way to distribute postings, but it had the flaw that every USENET provider had to carry copies of all the messages for all hosted groups, leading to a lot of redundancy and a huge bandwidth burden syncing updates every day. If I were doing USENET today, I'd have designated &amp;quot;home&amp;quot; servers for each group, with all other servers caching updates for subscribers. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Historic:Synced_servers&amp;diff=3751</id>
		<title>Historic:Synced servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Historic:Synced_servers&amp;diff=3751"/>
		<updated>2014-02-09T20:24:21Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Altslashdot would be run on a number of independent web servers, which would utilise some syncing protocol in order to serve exact copies. The syncing would likely be cheap, because the number of such servers would be substantially smaller that the number of users.&lt;br /&gt;
&lt;br /&gt;
The possibility of running a server would be open, in a hope, that a relatively large number of these would eventually be created. &amp;quot;Hub&amp;quot; sites might exist, that would redirect to the least--loaded servers.&lt;br /&gt;
&lt;br /&gt;
Beside sharing hosting cost, the architecture would enable the exclusion of a rogue server.&lt;br /&gt;
&lt;br /&gt;
== Comments  ==&lt;br /&gt;
I'm no programmer, but isn't this how USENET worked?&lt;br /&gt;
&lt;br /&gt;
Yes, it is similar, but we would need much more than Usenet, like safe user base and moderation. And it all would need to be tunneled through corporate firewalls, which often allow only web traffic.&lt;br /&gt;
&lt;br /&gt;
:USENET was a great way to distribute postings, but it had the flaw that every USENET provider had to carry copies of all the messages for all hosted groups, leading to a lot of redundancy and a huge burden on syncing updates every day. If I were doing USENET today, I'd have designated &amp;quot;home&amp;quot; servers for each group, with all other servers caching updates for subscribers. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=3746</id>
		<title>Talk:SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=3746"/>
		<updated>2014-02-09T19:19:34Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* AGPL licensing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;You have followed a link to a page that does not exist yet. To create the page, start typing in the box below&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Okay, let's see if that works.&lt;br /&gt;
&lt;br /&gt;
And help kill beta by joining the Slashcott&lt;br /&gt;
&lt;br /&gt;
February 10th -17th&lt;br /&gt;
&lt;br /&gt;
unitron&lt;br /&gt;
&lt;br /&gt;
Slashdot UID 5733&lt;br /&gt;
&lt;br /&gt;
== Teething pains? ==&lt;br /&gt;
&lt;br /&gt;
This message was created automatically by mail delivery software.&lt;br /&gt;
&lt;br /&gt;
A message that you sent could not be delivered to one or more of its&lt;br /&gt;
recipients. This is a permanent error. The following address(es) failed:&lt;br /&gt;
&lt;br /&gt;
John@AltSlashdot.org&lt;br /&gt;
SMTP error from remote mail server after RCPT TO:&amp;lt;John@AltSlashdot.org&amp;gt;:&lt;br /&gt;
host mail.altslashdot.org [66.147.244.192]: 550 No Such User Here&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Is this an &amp;quot;only if Slashdot doesn't back down on beta&amp;quot; contingency, or =&lt;br /&gt;
&amp;quot;going to happen no matter what Slashdot does&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Hot Grits ==&lt;br /&gt;
&lt;br /&gt;
I have poured them down my pants. Thank you. [[Special:Contributions/86.50.93.164|86.50.93.164]] 10:16, 6 February 2014 (MST) Iskender (1040286)&lt;br /&gt;
&lt;br /&gt;
*Why are they down your pants?  They should be on Natalie Portman - naked and petrified..&lt;br /&gt;
&lt;br /&gt;
== Group or Business ==&lt;br /&gt;
&lt;br /&gt;
Okian Warrior seems to want to be CmdrTaco all over again. While I am a very, very pro-business sort of person, I don't think we want to just push reset and do Slashdot over again as another build it up and cash out endeavor. It seems like that's exactly what would happen, and on the backs of volunteers no less. The only way I could see supporting this endeavor as a business would be with some sort of codified protection like a charter, whereby certain attributes of the way the site functions would be guaranteed, and those guarantees could only be changed if (the charter could only be modified if) the users were polled and agreed to it. In this way the business could operate but be ultimately accountable to and restrained by the userbase. This seems like a good hybrid solution. ~ElectricTurtle&lt;br /&gt;
&lt;br /&gt;
You could solve this by managing it similar to the debian project.&lt;br /&gt;
&lt;br /&gt;
^ Agree with both sentiments.  I'm a bit skeptical of Okian Warrior's business mindset... we need this to resemble a non-profit FOSS project.  Can that really be so hard to do (in the beginning, especially, and also with all the cloud services now available to avoid slashdotting?).  Some will balk at the Debian-like structure as too codified and rigid, but let's at least discuss this as a FOSS project first, and *maybe* some ad revenue down the line to support it.  Although, donations/crowdfunding seems better to me. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 08:52, 7 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
I agree that we shouldn't trade  corporate overlord for a new master with the prospect of becoming a corporate overlord.  I am not opposed to the project manager making money off the site though. Instead of an exit strategy how about a transitional strategy wherein the founder makes a fixed amount of money and/or profits for a fixed time? Eg $100k or 5yrs, whichever comes first.&lt;br /&gt;
&lt;br /&gt;
As far as monetization, premium accounts with little or no ads is easy. Couple this with paid postings to receive a higher start moderation eg. 5¢ for 0,nuetral if you don't have an account. It shouldn't be hard to get the money to buy the site from the founder.  Especially if coupled with annual wikipedia donation drives to cover the site overhead.&lt;br /&gt;
&lt;br /&gt;
:Non-profit or volunteer org is a good approach. If it's owned by a business or corporation, I will not use it. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
==Stories==&lt;br /&gt;
*Could there be [[Open Hardware FPGAs]]? http://www.electronicsweekly.com/mannerisms/fpga/will-expiring-patents-boost-fp-2007-03/&lt;br /&gt;
&lt;br /&gt;
== Barrapunto ==&lt;br /&gt;
&lt;br /&gt;
People here should be familiar with the Spanish language version of Slashdot,&lt;br /&gt;
Barrapunto.com.  It looks like it was forked from older Slashcode, and it does&lt;br /&gt;
not appear to be a dice holding.  This is the most durable SlashClone with which&lt;br /&gt;
I'm familiar.  I seem to recall reading about it more than 5 years ago.  If nothing&lt;br /&gt;
else, we could learn a lot from them about running a successful SlashClone.&lt;br /&gt;
&lt;br /&gt;
We should make a list of any currently running clones.&lt;br /&gt;
*http://slashcode.com/www.slashcode.com/&lt;br /&gt;
&lt;br /&gt;
Thanks for posting the link.  That looks a lot more like /. Classic.  Now we certainly&lt;br /&gt;
don't want to knock over the server that discusses SlashCode, so we shouldn't be&lt;br /&gt;
posting there... but they seem like an ideal candidate for a bunch to form a non-profit&lt;br /&gt;
org.  IMHO, that's the answer.  We need to form a non-profit dedicated to serving the&lt;br /&gt;
users.  Worst case scenario we replace ads with something like the annual Wikipedia&lt;br /&gt;
begging; but it might be worth it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Wikipedia begging beats having advertizes dictating the content of your site or selling the users info for $$$ Wikipedia I believe does it right. [[User:Script Cat|Script Cat]] ([[User talk:Script Cat|talk]]) 14:28, 6 February 2014 (MST)&lt;br /&gt;
&amp;lt;br&amp;gt;(The advertising on barrapunto.com looks fine and unobtrusive to me. My 2 cents, but no, I don't know much about advertising paying the bills, sadly.)(Gaaark)&lt;br /&gt;
== Alternate domain ideas? ==&lt;br /&gt;
&lt;br /&gt;
It's come up elsewhere online that a name including slashdot might get this project into hot water with DICE&lt;br /&gt;
&lt;br /&gt;
== Hosting and collaboration ==&lt;br /&gt;
make it foss with gpl2&amp;lt;br&amp;gt;&lt;br /&gt;
is there any reason why the site can't be directly hosted by https://github.com/&amp;lt;br&amp;gt;&lt;br /&gt;
ultra-nerdy, with plenty of linuxy flavor&amp;lt;br&amp;gt;&lt;br /&gt;
no need to worry about dedicated infrastructure, and domain doesn't matter that much if it's something like &amp;quot;github.com/altslash&amp;quot; nerds are gunna find and remember it&lt;br /&gt;
&lt;br /&gt;
== Journals ==&lt;br /&gt;
I hope journals are included and hope people use them.&lt;br /&gt;
&lt;br /&gt;
== AGPL licensing ==&lt;br /&gt;
If no one's said it yet, I think we need to move the updated version of SlashCode to AGPL and get it in a git repo for people to hack on (preferably github). I'm happy to put it up there under that license but I don't want to see (yet another) fork.  Any objections to that license?  It's recommended by the FSF for any Web software, or really any that runs primarily over a network.  In my view, it will protect us from seeing the fruit of our labors be turned into another locked up DiceDot... how nice would it have been to have at least the updated &amp;quot;Slashdot Classic&amp;quot; interface available now to hack on instead of the circa 2009 version? The AGPL would have made that possible. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 09:22, 7 February 2014 (MST)&lt;br /&gt;
: Can you just re-license someone else's code? How is that legally possible? Also, it might make sense to fork it anyway just to have control over the code base. It could also be ported to another language (don't say .NET or PHP please!). [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=SoylentNews&amp;diff=3745</id>
		<title>SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=SoylentNews&amp;diff=3745"/>
		<updated>2014-02-09T19:15:59Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[FAQ|Frequently Asked Questions]]&lt;br /&gt;
&lt;br /&gt;
'''Site Announcements'''&lt;br /&gt;
&lt;br /&gt;
We have a temporary name!&lt;br /&gt;
&lt;br /&gt;
Thanks go out to everyone who made suggestions - some of them were&lt;br /&gt;
absolutely brilliant! For example, it hadn't occurred to me to choose a name based on a&lt;br /&gt;
non-English word, or a palindrome, or a puzzle. Many of the entries were quite clever.&lt;br /&gt;
(Adies, it took me more than a day to figure yours out. Bravo!)&lt;br /&gt;
&lt;br /&gt;
I won't post the runners up because squatters might take the names before we hold the real&lt;br /&gt;
contest. We'll figure out a way to prevent this somehow - at worst case we can choose judges&lt;br /&gt;
and do it privately (like I did, but with more people).&lt;br /&gt;
&lt;br /&gt;
Jerry had the winning entry.&lt;br /&gt;
&lt;br /&gt;
The temp name is: '''SoylentNews'''&lt;br /&gt;
&lt;br /&gt;
And the tagline is: '''SoylentNews is people!'''&lt;br /&gt;
&lt;br /&gt;
Does this rock? It hits the trifecta of website goodness:&lt;br /&gt;
&lt;br /&gt;
* It's descriptive in a way that mundanes will understand (compare &amp;quot;photoshop&amp;quot; with &amp;quot;gimp&amp;quot;, &amp;quot;Internet Explorer&amp;quot; with &amp;quot;Firefox&amp;quot;, and &amp;quot;MediaPlayer&amp;quot; with &amp;quot;VLS&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
* It's part of Nerd culture, a pun, and slightly twisted&lt;br /&gt;
&lt;br /&gt;
* It's suggestive of being community driven&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will be a hard act to beat. Start thinking up names for the contest, or throw your weight&lt;br /&gt;
behind this one. The contest will be held soon after we open the doors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''To the tsunami of volunteers... thank you!'''&lt;br /&gt;
&lt;br /&gt;
I'm building a news site alternative to Slashdot. I've only started a day ago, this wiki is a temporary measure so that volunteers can coordinate and others can see what's happening.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I intend to run a site much like Slashdot used to be - better articles, less decoration and less &amp;quot;in your face&amp;quot; functionality. I'm looking for volunteers to help with setup and running the site. If the site becomes profitable, I intend to hire from the pool of volunteers. If you've ever wanted to participate in a site like Slashdot, here's your chance!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The proposed business model is [[Finances|here]].&lt;br /&gt;
Some business planning is [[Business|here]].&lt;br /&gt;
A statement of functionality (turn into a requirements document?)--- [[FeatureList]]&lt;br /&gt;
&lt;br /&gt;
''' Get Involved '''&lt;br /&gt;
&lt;br /&gt;
'''Slashcott''' Organized boycott of the Dice-owned Slashdot pages&lt;br /&gt;
* Show your support for the &amp;quot;Get rid of Beta&amp;quot; crowd by avoiding Slashdot during the week of February 10-17&lt;br /&gt;
&lt;br /&gt;
'''forums.AltSlashdot.org:''' There will be a forum to discuss various topics: style, content, code, and so on.&lt;br /&gt;
If you would like to volunteer, please go to forums.AltSlashdot.org and register as a forum user.&lt;br /&gt;
* Go to forums.AltSlashdot.org and register a user&lt;br /&gt;
* Go to your user panel (UL corner of page) and then &amp;quot;Groups&amp;quot; tab&lt;br /&gt;
* Add yourself to whichever groups you are interested in&lt;br /&gt;
&lt;br /&gt;
Can anyone admin their forum? Let me know &amp;amp; I'll bump up your permissions.&lt;br /&gt;
&lt;br /&gt;
'''AltSlashdot Discussion on IRC:'''&lt;br /&gt;
*Head to IRC channel ##AltSlashdot on irc.freenode.net &lt;br /&gt;
*Web client is here: https://webchat.freenode.net/&lt;br /&gt;
&lt;br /&gt;
'''Wiki:'''&lt;br /&gt;
We're starting to get spam on the wiki. (*sigh* - that didn't take very long.) &lt;br /&gt;
* To kill all spam we might use [[CryptoPayment]]&lt;br /&gt;
* Would anyone like to admin the wiki? It shouldn't take much work - just the admin details.&lt;br /&gt;
&lt;br /&gt;
'''Contact:'''&lt;br /&gt;
If you want to send me a note:  John (at) AltSlashdot (dot) org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Start thinking about what you would like to see at the site. [[FeatureList]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Contact information - Project'''&lt;br /&gt;
* '''Mumble (Voice / Text Server) : voice.whackperiod.org'''&lt;br /&gt;
* [[AltSlashdot:IRC|IRC]]: ##altslashdot on chat.freenode.net ([https://webchat.freenode.net/?channels=##altslashdot Webchat])&lt;br /&gt;
* Forums: http://forums.altslashdot.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
&lt;br /&gt;
Check out the [[FAQ]]&lt;br /&gt;
&lt;br /&gt;
* Forums are available at forums.AltSlashdot.org&lt;br /&gt;
* We upgraded the hosting by two tiers - this should fix the problems people were having yesterday accessing the system.&lt;br /&gt;
* The System team is working on installing SlashCode. If all goes well, we expect to have a working system by Monday. Everyone believes this goal is achievable.&lt;br /&gt;
* The site now has forums with four user groups: Code, Content, Style, and System.&lt;br /&gt;
* Probably won't be non-profit, see [[Finances|business model]].&lt;br /&gt;
* We won't poach from Slashdot. This includes articles and logos, also &amp;quot;style&amp;quot; to a reasonable extent.&lt;br /&gt;
&lt;br /&gt;
Mailing list update Messages are [[MailingListUpdates|here]]&lt;br /&gt;
&lt;br /&gt;
* THIS JUST IN: Dice is ''officially'' killing /. : &amp;quot;[...]Therefore, $7.2 million of intangible assets and $6.3 million of goodwill related to Slashdot Media were reduced to zero.&amp;quot;.Refer to [http://yro.slashdot.org/comments.pl?sid=4766289&amp;amp;cid=46194085 this comment], Report is [http://www.prnewswire.com/news-releases/dice-holdings-inc-reports-fourth-quarter-and-full-year-2013-results-243471811.html here] (section Recent Developments), ([www.diceholdingsinc.com/External.File?t=2&amp;amp;item=g7rqBLVLuv81UAmrh20Mp2Z9yWAVjJWpF6SW97D7yy7ubesIOvkAePbEWUnorm83ObsCc9DbaL1YvCCjO18Rfw== pdf] here, page 3).&lt;br /&gt;
&lt;br /&gt;
==Done==&lt;br /&gt;
* Registered &amp;quot;AltSlashdot.org&amp;quot;, also &amp;quot;.com&amp;quot; and &amp;quot;.net&amp;quot;.&lt;br /&gt;
* Purchased hosting through BlueHost&lt;br /&gt;
&lt;br /&gt;
==ToDo==&lt;br /&gt;
[[SlashcodeTodo|Slashcode Todo list]]&lt;br /&gt;
&lt;br /&gt;
* Install SlashCode on the production site&lt;br /&gt;
* Get some people to help with the site&lt;br /&gt;
* Run a contest for a better name [[NewName|New name discussion]]&lt;br /&gt;
* Incorporate&lt;br /&gt;
* Consult a lawyer&lt;br /&gt;
* How to handle Advertising (necessary evil) - Opt Out, Limited, Typical(box with ads in the top-right corner)?  &lt;br /&gt;
* Improved Mod/Meta-Mod/Story-Selection system to minimize required editor input&lt;br /&gt;
* Provide a voting system to decide which articles hit the main page (Mod point related?) &lt;br /&gt;
* Find and submit some stories&lt;br /&gt;
&lt;br /&gt;
== List of Discussion Pages ==&lt;br /&gt;
*[[Finances|Finances]] -- which model would allow to minimise and/or distribute hosting costs&lt;br /&gt;
*[[MailingListUpdates|MailingListUpdates]]&lt;br /&gt;
*[[Submission guidelines|Submission guidelines]]&lt;br /&gt;
*[[Business|Business]]&lt;br /&gt;
*[[NewName|NewName]]&lt;br /&gt;
*[[SlashcodeTodo|SlashcodeTodo]]&lt;br /&gt;
*[[Migration of users from Slashdot]]&lt;br /&gt;
That's all I see at the moment, please add more as you start or find new pages.&lt;br /&gt;
&lt;br /&gt;
== Comments ==&lt;br /&gt;
&lt;br /&gt;
* I've picked up the domain altslash.org, and I'm looking to be a part of a join effort to create a slashdot alternative more in the style of the classic slashdot system. I picked up this domain simply because a lot of the alternatives being discussed (e.g., altslashdot.org) may end up being the target of a trademark dispute. The &amp;quot;trademark&amp;quot; for altslash.org would be altslash, with the &amp;quot;dot.org&amp;quot; being merged into .org. It reads the same way as the original &amp;quot;slashdot.org,&amp;quot; but looks very clean in my opinion. If anyone wants to setup a group to use altslash.org instead, let me know.&lt;br /&gt;
&lt;br /&gt;
* Have you considered talking with Bruce Parens?  He had a site called &amp;quot;technocrat.net&amp;quot; that some people from slashdot were quite fond of not too long ago.  It seems some people on slashdot are already trying to get him to re-launch it.  I don't know if the two of you would have compatible goals or not, but it might be worth sending him an email.  He has a parking page up on technocrat.net right now that has his email address on it.  &lt;br /&gt;
&lt;br /&gt;
* I'm a professional web developer and can help. I was about to register a domain on my VPS to start something like this. If you want, I'll do what I can to help. I've built a few CMS from scratch and am downloading slashcode right now. Incidentally I'm a hybrid as I am also a digital artist (namely in UI). We need an IRC channel to talk about this I think.--[[User:Hedgie|Hedgie]] ([[User talk:Hedgie|talk]]) 18:34, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
* I don't know about other people, but I think I would be more liable to stick with an alternative if it scraped content from original /. in addition to whatever else you do. [[Special:Contributions/173.13.21.65|173.13.21.65]] 09:21, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
''I'm against this. I don't consider it fair - they've put a lot of effort into building up their brand and community. If we are to succeed, we need to do it on our own merits.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are no doubt legal as well as moral objections to content scraping, but when you say &amp;quot;...they've put a lot of effort into building up their brand and community...&amp;quot;, well, for over 15 years *we* have been that community and if not for us there would be some former college students who used to have a little hobby site.--unitron&lt;br /&gt;
&lt;br /&gt;
** Scraping bad. Having editors dotted around the timezones that create their own better versions of the summaries, even if they contain just the same links as the /. story that inspired them, not bad. [[User:FatPhil|FatPhil]] ([[User talk:FatPhil|talk]]) 14:14, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
** Agree with scraping bad. The general trend for the summaries has gone downhill badly over the past few years so better to have editors (re-)publish articles even if they use the same (or better) links ([[User:Qwade|Qwade]])&lt;br /&gt;
&lt;br /&gt;
** Scraping Slashdot is pointless. It's been said many times, the discussion is the thing, not the articles. Considered purely as a news site, Slashdot is CRAP, always has been. Speaking of discussion, a Wiki is about the worst discussion medium I can imagine - is there anywhere we can move this to? - Mike Baranczak, 2014-02-07&lt;br /&gt;
&lt;br /&gt;
*  Maybe a wiki is the best way to do this?  I see you've started with slashcode, but that might be a misstep.  You have noticed by now that slashcode hasn't been updated in many years, hence it will be way behind the current slashdot.  I think you might be better off hacking a wiki into slashdot-style functionality.  &lt;br /&gt;
&lt;br /&gt;
''I agree, this may be a misstep (and this occurred to me independently of your note). My best guess is to attempt installing slashcode and see where that goes, and try for a new system if it's unworkable. We'll see.''&lt;br /&gt;
&lt;br /&gt;
:* I think hacking slashcode into slashdot-style functionality would be easier and better than hammering a wiki into that round hole. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
**[[https://en.wikinews.org/wiki/Main_Page Wikinews]] is Wikimedia's attempt to turn a wiki in to a news site. Not sure how easy that would be to mold in to a more Slashdotty site&lt;br /&gt;
&lt;br /&gt;
* If you don't want to use the old slashcode, have you considered looking at '''discourse''' as the site server? AFAICT, it's a reasonably new project which being developed intended to address the authors' perceived flaws in the status-quo of forum software. It's written in JavaScript, but it might serve as a starting point for a new codebase, or worth a look to get some inspiration:&lt;br /&gt;
** http://www.discourse.org/faq/&lt;br /&gt;
** https://github.com/discourse/discourse&lt;br /&gt;
&lt;br /&gt;
* '''Do this as a non-profit, user-run organization please'''. From what you write it looks like you want replace the regime, not giving the users the control over the website. Why should we trust you not to sell the website to a DICE-like company after it becomes successful? I applaud your efforts to change things, but I really believe that a [https://en.wikipedia.org/wiki/Debian#Organization Debian Project] like institution that is both non-commercial and controlled/run by the community has a much higher chance of securing the goals we fight for right now in the long-term. --[[Special:Contributions/141.84.69.20|141.84.69.20]] 03:20, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
* I like the comment on a Debian like project organization, also, maybe we can create a freenode IRC channel to further organize?&lt;br /&gt;
&lt;br /&gt;
* see Freenode, #slashdot-refugees for real time discussion.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' ''My proposed [[Finances|business plan]] should allay these fears.''&lt;br /&gt;
&lt;br /&gt;
''You make some good points.''&lt;br /&gt;
&lt;br /&gt;
''In my experience, community-driven projects don't usually do well. This is not to say that no such projects succeed, but the balance of probability does not favor group management.''&lt;br /&gt;
&lt;br /&gt;
''There is a wide selection of projects which are successful because one person had a vision and the drive to make that vision happen - every successful business starts this way.''&lt;br /&gt;
&lt;br /&gt;
''I've run businesses that use a lot of volunteer help, so I've got some experience there.''&lt;br /&gt;
&lt;br /&gt;
''As far as selling the website, it's crossed my mind. I don't want to &amp;quot;sell out&amp;quot; and destroy the community, but it would be nice to have an &amp;quot;exit strategy&amp;quot;. Commenting on Slashdot fun, but doing it as a day job will probably get tedious.''&lt;br /&gt;
&lt;br /&gt;
''I don't know what the answer is - it's something that we'll have to work out.''&lt;br /&gt;
&lt;br /&gt;
* (I put in a topic with a suggestion on the discussion page so this doesn't get too cluttered. ~ElectricTurtle)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Additional points: Make the whole website (including stories/comments) available under [https://creativecommons.org/licenses/by-sa/4.0/ CC-BY-SA] to retain the [http://meatballwiki.org/wiki/RightToFork right to fork]. You should also reconsider the name. I imagine &amp;quot;AltSlashdot&amp;quot; could get you into all sorts of legal trouble, since it is very close to the &amp;quot;Slashdot&amp;quot; trademark. --[[Special:Contributions/141.84.69.20|141.84.69.20]] 03:20, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Attempt to '''coordinate and combine''' the parallel efforts. E.g. Slashdot user [http://slashdot.org/~dotancohen dotancohen] has [http://news.slashdot.org/comments.pl?sid=4757151&amp;amp;cid=46171009 apparently] registered the domain &amp;quot;slashdotan&amp;quot; and is looking to build a new Slashdot there. There are probably a dozen people hacking away separately on similar efforts. Competition is probably good, but combining efforts should be considered. --Slashdot user [http://slashdot.org/~JustinOpinion JustinOpinion].&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/digilord DigiLord] - I would like to help&lt;br /&gt;
&lt;br /&gt;
* I'm the dotancohen mentioned by JustinOpinion. I have some limited experience with Amazon Web Services to run cloud servers for sites with very dynamic load profiles. Altslashdot seems like the perfect application of that technology, as we can expect to get slashdotted at any time. I also agree that we should coordinate efforts, as the whole premise is to keep the /. community together. [[User:Dotancohen|Dotancohen]] ([[User talk:Dotancohen|talk]]) 08:38, 6 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
* Re: combining efforts. User somenickname (1270442) has registered bangslashdot.(org|net|com) [[http://science.slashdot.org/comments.pl?sid=4757113&amp;amp;cid=46169131]]&lt;br /&gt;
&lt;br /&gt;
* I ([[User:Bryan|Bryan]]) also plan on making a slashdot-inspired site. The website will be called &amp;quot;Pipedot&amp;quot; and be reachable at [http://pipedot.org/ pipedot.org] or [http://pipedot.com/ pipedot.com]. The motto will be &amp;quot;News for nerds, without the corporate slant.&amp;quot; Get it? A pipe character looks like a slash without the slant! However, I plan on creating my own software instead of using slashcode/mediawiki/etc so it may take a while to get feature complete with slashdot classsic. (Why? Because I've always wanted to scratch that itch. Duh!)&lt;br /&gt;
&lt;br /&gt;
* I think it would be best to just go over to Usenet.  It is distributed, uncensorable, scales extremely well, the infrastructure is already in place, and it works.  No Javascript, no business models, nothing but pure text-mode comment goodness.  [http://www.eternal-september.org Eternal September] is free and works well, but does not allow binaries.  That's fine, we have magnet links these days.  EDIT:  comp.misc is the new Slashdot.  It's official now.  Join us there and keep it free as in FREEDOM!&lt;br /&gt;
&lt;br /&gt;
* relevant slashdot stats from 2011 [[http://www.dbasoul.com/2011/992.html]]&lt;br /&gt;
**5.5 million user visits per month.&lt;br /&gt;
**7,000 comments are added every day.&lt;br /&gt;
**Over 9 million pages views daily.&lt;br /&gt;
**Over 21 million comments.&lt;br /&gt;
**Average monthly bandwidth usage is around 40-50 mbit/sec (450GB/day)&lt;br /&gt;
&lt;br /&gt;
* I suggest that when updates to the code are made, it should be in the charter (or whatever we are calling it) to make that code public.  -- CommonJoe&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
General Slashdot Discussion: Come on IRC channel #slashdot at irc.slashnet.org. Or use the web client: http://www.slashnet.org/webclient&lt;br /&gt;
&lt;br /&gt;
AltSlashdot Discussion: Head to IRC channel ##AltSlashdot on irc.freenode.net, Web client is here: https://webchat.freenode.net/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Banned ==&lt;br /&gt;
Anyone else get banned from Slashdot? I did a few 'Fuck Beta' posts and a Beta submission, and apparently this was enough to get a temporary ban. - Robotron23&lt;br /&gt;
&lt;br /&gt;
That is surprising, I posted several times today and did not get anything. I wonder if it had something to do with the Beta submission. - Nightbrood&lt;br /&gt;
&lt;br /&gt;
I've posted loudly, angrily, reflectively, snarkily, thoughtfully, sarcastically, and in many other different ways today (classic and beta). Yet, I've not been banned. - cervesaebraciator&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
What features worked and what features did not work during the lifetime of Slashdot? I would like to create a section about this but there's no link to do so.&lt;br /&gt;
&lt;br /&gt;
IE: Feature that worked was the karma system allowed users to voluntarily disable the advertisement, made them feel happy even though it did nothing different for the business.&lt;br /&gt;
&lt;br /&gt;
Feature that did not work: Adding a sponsored poll / slashvertising&lt;br /&gt;
&lt;br /&gt;
I'm trying to list out all the critical features of Slashdot plus some clarifications and minor changes here: [[FeatureList]]&lt;br /&gt;
&lt;br /&gt;
==== Confessions Of an Ex-SLASHDOT BETA user ====&lt;br /&gt;
&lt;br /&gt;
Day 1: It wouldn't stop, the redirecting. At first I thought it was malware. Had my first drink in a long time.&lt;br /&gt;
&lt;br /&gt;
Day 2: Barely had the strength to carry on as the BETA REDIRECTIONS continue.. trying not to talk to hallucinations at the bar and in the bathroom which laugh at me about these redirections.&lt;br /&gt;
&lt;br /&gt;
Day 3: Discovered the BETA redirections were random, and while at first they looked somewhat usable, when I looked at me and my monitor screen in the mirror, a horrible woman with flesh hanging off of her body looked back, trying to lead me into a dance as the word BETA appeared across her rancid breasts.&lt;br /&gt;
&lt;br /&gt;
Day 4: These BETA corridors go on FOREVER! On the plus side, I've taken up disassembling vehicles to corner this BETA beast and sacrifice myself rather than lead others to discovering it. I ate some red snow.&lt;br /&gt;
&lt;br /&gt;
Day 5: Finding it harder to concentrate. I've ate some more of the red snow. The taste is starting to grow on me.&lt;br /&gt;
&lt;br /&gt;
Day 6: This typewriter is the only entertainment I have, apart from throwing things at the walls, trying to get some response from the BETA which is now taking over my mind.&lt;br /&gt;
&lt;br /&gt;
Day 7: Hahahahahha! Would you believe it? I'M STILL BEING REDIRECTED TO SLASHDOT BETA PAGES! AHAHhahahaah! Type, type, ding, ding! Wooo!&lt;br /&gt;
&lt;br /&gt;
Day 8: The hallucinations are actually real! Would you believe it? They have offered to help me if I agree to work for them. I'm thinking about patenting this delicious red snow, the taste is unreal!&lt;br /&gt;
&lt;br /&gt;
Day 9: Having black out sessions where I cannot remember large passings of time. Found some makeup, thought I'd paint a joker smile on my face to amuse the people only I can see!&lt;br /&gt;
&lt;br /&gt;
Day 10: Productive today, part of what I wrote for my new screenplay:&lt;br /&gt;
&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slashdot BETA!&lt;br /&gt;
I cannot opt out of Slas&lt;br /&gt;
&lt;br /&gt;
(drops of blood on paper)&lt;br /&gt;
&lt;br /&gt;
(obligatory reference to parsing HTML with regex over on stackoverflow)&lt;br /&gt;
&lt;br /&gt;
== Shameless plug for myself ==&lt;br /&gt;
&lt;br /&gt;
Would appreciate some eyeballs and thoughts on this while it's still available&lt;br /&gt;
&lt;br /&gt;
http://slashdot.org/submission/3324011/a-modest-proposal-re-beta-vs-classic?utm_source=rss1.0&amp;amp;utm_medium=feed&amp;amp;sbsrc=firehose&lt;br /&gt;
&lt;br /&gt;
== Telling the world about AltSlashDot.org ==&lt;br /&gt;
I don't know what John wants as far as advertising this page but I'm sure he wants as much exposure as possible. Please mention altslashdot.org as much as possible. It seems like the word is spreading (about 15,000 overnight?) good job everyone! Any idea on how and where to make sure people know about this project, please post them here?&lt;br /&gt;
&lt;br /&gt;
&amp;gt; I'd send a note along to Ars Technica &amp;amp; BoingBoing. (That would get some attention)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;gt; Anyone have a Reddit account with a reasonable activity level?&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;gt; The Register, Digg, Hacker News and anything else  (2600  :-)&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
	<entry>
		<id>https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=3622</id>
		<title>Talk:SoylentNews</title>
		<link rel="alternate" type="text/html" href="https://wiki.soylentnews.org/index.php?title=Talk:SoylentNews&amp;diff=3622"/>
		<updated>2014-02-08T19:40:21Z</updated>

		<summary type="html">&lt;p&gt;Mfnickster: /* Group or Business */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;You have followed a link to a page that does not exist yet. To create the page, start typing in the box below&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Okay, let's see if that works.&lt;br /&gt;
&lt;br /&gt;
And help kill beta by joining the Slashcott&lt;br /&gt;
&lt;br /&gt;
February 10th -17th&lt;br /&gt;
&lt;br /&gt;
unitron&lt;br /&gt;
&lt;br /&gt;
Slashdot UID 5733&lt;br /&gt;
&lt;br /&gt;
== Teething pains? ==&lt;br /&gt;
&lt;br /&gt;
This message was created automatically by mail delivery software.&lt;br /&gt;
&lt;br /&gt;
A message that you sent could not be delivered to one or more of its&lt;br /&gt;
recipients. This is a permanent error. The following address(es) failed:&lt;br /&gt;
&lt;br /&gt;
John@AltSlashdot.org&lt;br /&gt;
SMTP error from remote mail server after RCPT TO:&amp;lt;John@AltSlashdot.org&amp;gt;:&lt;br /&gt;
host mail.altslashdot.org [66.147.244.192]: 550 No Such User Here&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Is this an &amp;quot;only if Slashdot doesn't back down on beta&amp;quot; contingency, or =&lt;br /&gt;
&amp;quot;going to happen no matter what Slashdot does&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== Hot Grits ==&lt;br /&gt;
&lt;br /&gt;
I have poured them down my pants. Thank you. [[Special:Contributions/86.50.93.164|86.50.93.164]] 10:16, 6 February 2014 (MST) Iskender (1040286)&lt;br /&gt;
&lt;br /&gt;
*Why are they down your pants?  They should be on Natalie Portman - naked and petrified..&lt;br /&gt;
&lt;br /&gt;
== Group or Business ==&lt;br /&gt;
&lt;br /&gt;
Okian Warrior seems to want to be CmdrTaco all over again. While I am a very, very pro-business sort of person, I don't think we want to just push reset and do Slashdot over again as another build it up and cash out endeavor. It seems like that's exactly what would happen, and on the backs of volunteers no less. The only way I could see supporting this endeavor as a business would be with some sort of codified protection like a charter, whereby certain attributes of the way the site functions would be guaranteed, and those guarantees could only be changed if (the charter could only be modified if) the users were polled and agreed to it. In this way the business could operate but be ultimately accountable to and restrained by the userbase. This seems like a good hybrid solution. ~ElectricTurtle&lt;br /&gt;
&lt;br /&gt;
You could solve this by managing it similar to the debian project.&lt;br /&gt;
&lt;br /&gt;
^ Agree with both sentiments.  I'm a bit skeptical of Okian Warrior's business mindset... we need this to resemble a non-profit FOSS project.  Can that really be so hard to do (in the beginning, especially, and also with all the cloud services now available to avoid slashdotting?).  Some will balk at the Debian-like structure as too codified and rigid, but let's at least discuss this as a FOSS project first, and *maybe* some ad revenue down the line to support it.  Although, donations/crowdfunding seems better to me. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 08:52, 7 February 2014 (MST)&lt;br /&gt;
&lt;br /&gt;
I agree that we shouldn't trade  corporate overlord for a new master with the prospect of becoming a corporate overlord.  I am not opposed to the project manager making money off the site though. Instead of an exit strategy how about a transitional strategy wherein the founder makes a fixed amount of money and/or profits for a fixed time? Eg $100k or 5yrs, whichever comes first.&lt;br /&gt;
&lt;br /&gt;
As far as monetization, premium accounts with little or no ads is easy. Couple this with paid postings to receive a higher start moderation eg. 5¢ for 0,nuetral if you don't have an account. It shouldn't be hard to get the money to buy the site from the founder.  Especially if coupled with annual wikipedia donation drives to cover the site overhead.&lt;br /&gt;
&lt;br /&gt;
:Non-profit or volunteer org is a good approach. If it's owned by a business or corporation, I will not use it. [[User:Mfnickster|Mfnickster]] ([[User talk:Mfnickster|talk]])&lt;br /&gt;
&lt;br /&gt;
==Stories==&lt;br /&gt;
*Could there be [[Open Hardware FPGAs]]? http://www.electronicsweekly.com/mannerisms/fpga/will-expiring-patents-boost-fp-2007-03/&lt;br /&gt;
&lt;br /&gt;
== Barrapunto ==&lt;br /&gt;
&lt;br /&gt;
People here should be familiar with the Spanish language version of Slashdot,&lt;br /&gt;
Barrapunto.com.  It looks like it was forked from older Slashcode, and it does&lt;br /&gt;
not appear to be a dice holding.  This is the most durable SlashClone with which&lt;br /&gt;
I'm familiar.  I seem to recall reading about it more than 5 years ago.  If nothing&lt;br /&gt;
else, we could learn a lot from them about running a successful SlashClone.&lt;br /&gt;
&lt;br /&gt;
We should make a list of any currently running clones.&lt;br /&gt;
*http://slashcode.com/www.slashcode.com/&lt;br /&gt;
&lt;br /&gt;
Thanks for posting the link.  That looks a lot more like /. Classic.  Now we certainly&lt;br /&gt;
don't want to knock over the server that discusses SlashCode, so we shouldn't be&lt;br /&gt;
posting there... but they seem like an ideal candidate for a bunch to form a non-profit&lt;br /&gt;
org.  IMHO, that's the answer.  We need to form a non-profit dedicated to serving the&lt;br /&gt;
users.  Worst case scenario we replace ads with something like the annual Wikipedia&lt;br /&gt;
begging; but it might be worth it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Wikipedia begging beats having advertizes dictating the content of your site or selling the users info for $$$ Wikipedia I believe does it right. [[User:Script Cat|Script Cat]] ([[User talk:Script Cat|talk]]) 14:28, 6 February 2014 (MST)&lt;br /&gt;
&amp;lt;br&amp;gt;(The advertising on barrapunto.com looks fine and unobtrusive to me. My 2 cents, but no, I don't know much about advertising paying the bills, sadly.)(Gaaark)&lt;br /&gt;
== Alternate domain ideas? ==&lt;br /&gt;
&lt;br /&gt;
It's come up elsewhere online that a name including slashdot might get this project into hot water with DICE&lt;br /&gt;
&lt;br /&gt;
== Hosting and collaboration ==&lt;br /&gt;
make it foss with gpl2&amp;lt;br&amp;gt;&lt;br /&gt;
is there any reason why the site can't be directly hosted by https://github.com/&amp;lt;br&amp;gt;&lt;br /&gt;
ultra-nerdy, with plenty of linuxy flavor&amp;lt;br&amp;gt;&lt;br /&gt;
no need to worry about dedicated infrastructure, and domain doesn't matter that much if it's something like &amp;quot;github.com/altslash&amp;quot; nerds are gunna find and remember it&lt;br /&gt;
&lt;br /&gt;
== Journals ==&lt;br /&gt;
I hope journals are included and hope people use them.&lt;br /&gt;
&lt;br /&gt;
== AGPL licensing ==&lt;br /&gt;
If no one's said it yet, I think we need to move the updated version of SlashCode to AGPL and get it in a git repo for people to hack on (preferably github). I'm happy to put it up there under that license but I don't want to see (yet another) fork.  Any objections to that license?  It's recommended by the FSF for any Web software, or really any that runs primarily over a network.  In my view, it will protect us from seeing the fruit of our labors be turned into another locked up DiceDot... how nice would it have been to have at least the updated &amp;quot;Slashdot Classic&amp;quot; interface available now to hack on instead of the circa 2009 version? The AGPL would have made that possible. ~ [[User:Seandiggity|Seandiggity]] ([[User talk:Seandiggity|talk]]) 09:22, 7 February 2014 (MST)&lt;/div&gt;</summary>
		<author><name>Mfnickster</name></author>
	</entry>
</feed>