Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build custom ++/-- #8

Open
6 tasks
samuelcouch opened this issue Sep 16, 2015 · 6 comments
Open
6 tasks

Build custom ++/-- #8

samuelcouch opened this issue Sep 16, 2015 · 6 comments

Comments

@samuelcouch
Copy link
Collaborator

  • Rate limiting
    • Daily limits on how many times a single item can be ++ or --
      • Maybe each user gets 10 (++ or -- each count as 1)
    • Limits on how many times a single person can ++/-- for any item
      • Before a users can ++/-- an item, they must ++/-- at least 5 other things first
    • Limits on how many times a single item can be ++ or -- in a row
      • Prevent chats from being spammed with up/down voting something
  • Blacklisting
    • A user should be able to be blacklisted by admins
@shua
Copy link
Contributor

shua commented Apr 15, 2017

How about you can't upvote or downvote the same thing twice in one week?
That ought to slow people down.
Also, things should get a decay factor, maybe -10% each day.

@RamanjitKhakh
Copy link
Contributor

@shua let's just add machine learning and call it a day? Is it

npm install machine-learning
?

@shua
Copy link
Contributor

shua commented Apr 17, 2017

Please,

#include <machinelearning.h>

@RamanjitKhakh
Copy link
Contributor

RamanjitKhakh commented Apr 17, 2017

this is javascript. Please take your low level language to your commodore 64. We arent programming CPUS here....

@samuelcouch
Copy link
Collaborator Author

https://github.com/mbebenita/LLJS this might be useful

@shua
Copy link
Contributor

shua commented Apr 19, 2017

I've just been writing everything in C, and emscripten'ing it to js. That's what everyone else is doing right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants