Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Anti-Necro posting fix

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2013-09-02 23:36

(you're free to suggest this to /q/, Moot or mods)
If you don't want to people to resurrect old threads or prefer the content to be fresh,
Just set the algorithm for bumping such that each new post doesn't move a thread to the top
but bumps thread position one higher.
e.g.
thread #1
thread #2
thread #3 <--new post moves this thread to position of thread #2 which falls to #3
Currently, even captcha doesn't prevent necroposting. It is a flaw of many forums, but most have age limits (e.g. thread older than X days are not bumped).

Name: Anonymous 2013-09-02 23:43

SORDID PROG

Name: Anonymous 2013-09-02 23:47

test

Name: Anonymous 2013-09-02 23:57

That's a terrible idea. What about long lived threads?

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2013-09-03 0:04

>>4
There are very few threads that are
1. far down the thread queue
2. contain fresh content
If a thread is bumped every day it would stay near the front page anyway.
If a thread is bumped every week it probably doesn't have enough fresh content.
New threads wouldn't appear too fast due captcha.

Name: Anonymous 2013-09-03 0:15

I don't think 4chan's people are willing to spend a lot of manpower on adding new features to Shiichan.

On the other hand, a lot of le /pro/g//raiders are coding BBS softwares right now. I know you have a lot of original or crazy ideas about anything, dump it all.

Yes, I used to hate you and to flame you, because of the sig, the blog ads and the tripcode. Right now, I'm truly happy to have you back. And yes, I'm aware of the fact that you never left

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2013-09-03 2:20

>>6
>original or crazy ideas about anything, dump it all.
Small boards should start with these:
1.Increase interval between text board replies to 60 seconds to prevent spam and chatter.
(most forums have this)
2.provide a consistent interface and build customizable client-side javascript which operates on that data(e.g. show relative time, threads you posted in, custom regexp filters for posts,).
(like 4chan inline extension(which  has many flaws though:its filters are slow to edit/add/remove(which can be replaced by a single regexp),it doesn't have the option to set filters on specific boards only,etc)).
3. Reject post filter. IF post contains words in reject list, its discarded but user is not banned or made aware of which words it rejects.
4. a different approach would be reducing the postinfo to minimum:removing all fields except
subject(thread-only), postnumber and content. No username/tripcode/email/date.
5. use a DFA regexp http://swtch.com/~rsc/regexp/regexp1.html for filtering posts
6. Don't allow the same post content to be submitted again for a selectable interval(hash posts and if e.g. in 1 hour someone tries to post it, it will be rejected, but after 1 hour it will allow it)
7. minimal post content filter:if reply is less than x characters or less than x words its rejected.
8. capslock filter, filter multiple repeated words(a limit of 3 words repeated in sequence).
9. unicode/high ascii filters(with optional whitelisted ranges), maximum BBCode tags, maximum links.
10. entropy filter: if the entropy is close to 8 bits per byte the post is random garbage if its lower than English/source code its probably ascii/sjis art.
11. Uncommon trigraphs filter: see http://pastebin.com/qzLRui2X
12. Filter words longer than x(e.g. 25) chars, Single spaced letters like a b c e d f.
13. After posting user stays in the thread and not forwarded to front page(like imageboards now(this used to be noko, now a default)).
14. Allow to report individual posts/threads(like on imageboards) and optionally automatic hiding of posts which are reported by more than X ips(with unhide/hide buttons for all users).
Alternatively give the OP of thread ability to hide posts(user can unhide/hide them via button).
15. Allow anonymous polls. e.g. if someone want to request a board/site change they will have to show it has support.
16. Support for most html tags via BBCode(except scripts/frames/video/audio/images). BBcode only allows a subset of html. Disallow nested or repeated spoilers.
17. Statistics for most popular pages by views, unique posters, most posts, daily/weekly/monthly/yearly/all time views/posts/unique posters, all threadlists sorted by bump times,size,age,number of posts.
18. on hover links like >>123 it will show the content of post via javascript(common feature on modern boards).
19. Allow downloading of the entire board as .zip/.7z archive updated every day(it will be better than scraping). This will also create decentralized backups of content by userbase.
20. when posts are deleted from top of thread(especially,in case if my anti-necro fix is not used), thread is moved down to the same position it had before the bump.
21. thread list with 2 views, single page(all threads) and 200 threads per page, with threads split into 100 post-sized subpages.
22. Remove arbitrary X maximum posts per thread limit. As long as thread replied to it should be working.
23. limit the amount of posts user can refer to in >>number,number,number to a sane limit(such  "combined" links(such as >>,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ) can easily crash the server btw if enough people click on them in a large thread).
24. Detect bots by showing (admin-only) the number of posts(with link) by unique IP as a stat list. It will allow to catch floods easily and delete all posts by IP.
25. Force the post container to wrap to screen width. Don't allow RTL LTR unicode overrides to change text beyond the field where its located.
26. sage checkbox instead of using email field hacks. Sage would lower thread position by 1 in thread queue(see >>1 ).
27. Have a separate board for suggestions/bug reports/feedback(4chan didn't have one for quite a time) and don't limit the content there. (A /suggestions/ board is better than solitary polls/threads.)
28. don't hesitate to add boards if there is any demand. (Shiichan is stuck in 2007 with its board list). Textboards are not bandwidth hogs and separating topics helps users to find content they want to read.
 
Also, i'm working on a shiichan extension(which will be released when its done) that will showcase how much you can do with a client-side script(without parsing JSON or expensive server queries).


>used to hate you and to flame you
My character was acerbic at the time, since i've been used to gaming forums which i no longer visit.
>I'm aware of the fact that you never left
You wouldn't believe how much i posted anonymously(in fact i was posting stuff before i used a name, however not as much as 33%-50% of /prog/ in some dull times). The 'temporary refuge' thread for example(and the 2 'refuge' forums i deleted) were created by myself. I just didn't want to make content i post devalued on basis of my personality. And i do sometimes post some trolling material(though not always intentionally).

Name: Anonymous 2013-09-03 9:22

uhh

Name: Anonymous 2013-09-03 15:29

>>7
Are you an admin at Slashdot?

Name: Anonymous 2013-09-03 16:47

>>7
I see you're taking my recommendation of ``drive out the trolls by screwing up /prog/ as much as possible'' seriously

Name: Anonymous 2013-09-03 17:47

>>10
s/the trolls/everyone/
And then FV had the whole board to itself.

Name: Anonymous 2013-09-03 17:50

>>11
THEN NOBODY WILL CHALLENGE MY INFINITE COMPRESSION IDEAS! MUAHAHAHAHA

Name: Anonymous 2013-09-03 18:57

Why is my captcha image a picture of someone's mailbox?

Does google use 4chan captchas for google maps?

What have we done?

Name: Anonymous 2013-09-03 19:40

Why cannot I start new threads? It gives an error saying 400 Bad Request. Is this all some sort of test?

Name: Anonymous 2013-09-03 19:58

So guys, what do you think about niggers?

Name: Anonymous 2013-09-03 20:20

>>13
You did not know that? Wow. Just place garbage. I usually do some fake number, I have even done whitespace.

Name: Anonymous 2013-09-03 21:08

>>16
whitespace
That's racist, having a space just for whites. There should be no segregation of colored people.

Name: L. A. Calculus !!wKyoNUUHDOmjW7I 2013-09-03 21:20

>>7
8. capslock filter, filter multiple repeated words(a limit of 3 words repeated in sequence).
WAT R U, SUM KINDA SISSY?

WHY DONT U RETOIDS ADD EXPERIMENTAL SORTING FEATURES AND SEE WHICH ONE WORKS OUT WELL, THEN FUCKIN STICK WITH IT? U FUCKIN MATH BOYZ R ALL THEORY AND TOO FUCKIN PUSSY TO TRY SHIT OUT. U CUD START BY CONSIDERING THRED CREATION TIME, DA INTERVAL BETWEEN ITS LATEST POSTS, DA TIME OF DA LAST POST, AND DA NUMBER OF POSTS IN A THRED.

OR U COULD JUST GROW DA FUCK UP AND USE NEWSGROUPS INSTED OF HELLO KITTY WEB BOARD VERSION 1.0.

Name: L. A. Calculus !!wKyoNUUHDOmjW7I 2013-09-03 21:28

>>18
O, AND ALL OF DA POSTS MADE BY ME SHUD HAVE DA MOST SIGNIFICANT BUMP VALUE.

OK GO!

Name: Anonymous 2013-09-03 21:31

Oh Lambda. We really need you on the new /prog/. The now defunct /pro/g// is so defunct it's not even funny.

Name: L. A. Calculus !!wKyoNUUHDOmjW7I 2013-09-03 21:35

>>20
GO BAK 2 WATCHING HELLO KITTY, ANIME BOY.

Name: Anonymous 2013-09-03 21:45

>>20
go circlejerk and be a sissy on your boring new /prog/

Name: Anonymous 2013-09-03 21:47

>>21
I WILL, LAMBDA.

>>22
lel

Name: Anonymous 2013-09-03 21:52

Hey guys, let's go defunct our penes together.

Name: Anonymous 2013-09-03 21:53

>>23
I told you: you will never leave...

Name: Anonymous 2013-09-03 21:54

>>14
Yeah, I can't either.

Name: Anonymous 2013-09-03 21:56

>>25
When was that?

Name: Anonymous 2013-09-03 21:58

>le sage

Name: Anonymous 2013-09-03 22:00

>>28
>truly egin insult gro
>2013
>captcha: lel egin

Name: Anonymous 2013-09-03 22:03

>>29
being stupid and shitposting is what's funny
deal w/ it

Name: Anonymous 2013-09-03 22:06

>>30
i know gro, shitposting is turly egin XD

Name: wow !JoRfdFa/Es 2013-09-03 22:14

#wow #whoa

Name: Anonymous 2013-09-04 21:38

>>1
it's good but please fix the new post! board is dead if we can' make nbew post!!

Name: cherrycoke !1CgVf1sdV6 2013-09-04 23:19

>>7
Those aren't "small board" solutions, those are "we're being drowned by dedicated spammers" solutions.

3
Would be ok. Minimal-duration bans (0.5 to 1 minute) would be an easy hack and would help fend off trying to brute-force the "solution."
6
Too strict. Some people can only learn by rote.
7
Too sctrict. "I'm typing this because the post is too short" is more annoying than 1-character posts.
8
Fuck that
9
Generally not enough of a problem for the effort it would take. And spammers usually don't shove more than a few links into one post.
10
Overkill
11
WAY overkill. Typos happen, other languages are spoken, etc.
12
Too strict: Typos, formatting, etc.
15
HAS SCIENCE GONE TOO FAR? YES NO
16
Nested / repeated spoilers are valid formatting. Select the text if it bothers you so much.
17
Why not also a corpus updated hourly?
19
I approve of this one
22
Concrete "sequel" and "prequel" options would work better, especially for archiving.

Textboard extension
As a prospective user I don't want a goddamn showcase, I want something that works without any bullshit.

Name: Anonymous 2013-09-04 23:58

>>34
BEFORE IDIOT SPAM EVERYTHING PROG IS OK PROG IS VERY GOOD
U PROGRAM ALL DAY AND COME LAUGH WITH FRIEND WHEN U TIRED NOW IS ALL FUCKED UP THANK U ASSHOLE

Name: Anonymous 2013-09-05 11:40

>>35
We will overcome. Things will return to as they were eventually.

Name: Anonymous 2013-09-05 14:17

FrozenGoy is SHABBOS AS FUCK!

Name: Anonymous 2013-09-05 14:32

We need anti-ne/g/ro posting fix to get rid of le pack of wild ni/g/g/ers!

Name: Anonymous 2013-09-05 14:53

>>7
I remember your gaming forum "volex et astrum".

It had some useful python code of saving a game. Do you still have it by any chance?

Name: Anonymous 2013-09-05 16:15

check 'em

Don't change these.
Name: Email:
Entire Thread Thread List