Code Monkey home page Code Monkey logo

longboard's People

Contributors

sethierophant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

longboard's Issues

Rewrite post body parser

Right now we use markdown to parse posts (and some regex for post references). However, markdown's paragraph behavior of merging adjacent lines together is pretty annoying. I think it would be better to write something from scratch using a parser combinator like nom or combine.

Add benchmarks

I'm particularly interested on how the service would perform on an actual VPS with a real-world load. The more we can cut down on resource usage, the cheaper hosting costs will be for site admins.

Add tests

Unit and integration.

I'm going to have to look into how to mock Rocket requests and database connections for Diesel.

Add neural network spam filter

For imageboards hosted on alternate networks (Tor, i2p, ...) IP-based spam prevention is not an option. Therefore, more robust spam filtering is required. I think some king of machine learning approach would be a good fit. Neural networks in particular seem to have a good fit for the kind of text classification problem we have.

Add support for multiple file uploads

Some relevant questions: do we want per-file limits, as well as the per-post size limit that's currently enforced? Should all files be embedded with a thumbnail?

Missing feature

Missing feature in newer version of Rust

error[E0557]: feature has been removed
 --> /home/vego17/.cargo/registry/src/github.com-1ecc6299db9ec823/devise_core-0.2.0/src/lib.rs:2:12
  |
2 | #![feature(crate_visibility_modifier)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
  |
  = note: removed in favor of `pub(crate)`

Better logs

I think it would be nice to split the logs into:

  • Access log
  • Post or thread creation log
  • Error log
  • Moderation log

As it is, the log file can get pretty big quickly, which makes it hard to scan through for errors.

Add support for non-image files

Audio (mp3, ogg), pdfs, text/code, maybe even compressed tar archives. We should probably just provide default thumbnails although I know for PDF thumbnails we could render the first page, and it would be cool to do some kind of audio visualization for audio thumbnails.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.