GithubHelp home page GithubHelp logo

schollz / norns.online Goto Github PK

View Code? Open in Web Editor NEW
39.0 4.0 3.0 747 KB

online norns with norns.online

Home Page: https://norns.online

License: MIT License

HTML 20.26% Go 42.31% Lua 37.43%
norns monome crowdsourcing music

norns.online's Issues

keep softcut saves as flac?

  • after downloading a softcut flac save, it might be worth keeping it in flac format until it is used... would have to add a "softcut" toggle for this

Use a tmpfs mountpoint for volatile data

norns.online logs and produces screenshots in /tmp.

On norns OS images, /tmp has no dedicated tmpfs mountpoint and depends of the root partition (on flash / SD card).

we@norns:~/dust/code$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root       7.2G  2.7G  4.2G  39% /
devtmpfs        449M     0  449M   0% /dev
tmpfs           453M   84M  370M  19% /dev/shm
tmpfs           453M   12M  442M   3% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           453M     0  453M   0% /sys/fs/cgroup
/dev/mmcblk0p1   43M   31M   13M  72% /boot
tmpfs            91M     0   91M   0% /run/user/1000

Repetitive writes could decrease the life expectancy of the storage medium.

A better solution would be to produce volatile data on a memory mountpoint.
3 solutions:

  • use /dev/shm: kinda dirty but as norns doesn't do any IPC (inter-process communication) it's not too critical
  • create a dedicated tmpfs mountpoint for norns.online
  • ask norns maintainers about making a deidcated tmpfs mountpoint for /tmp

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.