Nick Desaulniers (paternity leave)

Results 129 comments of Nick Desaulniers (paternity leave)

I really like the idea of fetching media from the web. Find one that's hosted elsewhere using something like [this](http://www.downloads.nl/local/en/mp3.html) and be able to stream it from them, transcoding if...

And yes, the web interface should allow users to modify their directories, without having to modify a config file and restart the server.

Just add a method to the filemap to manipulate the underlying hash, file_dict. Everything is stored in memory at the moment, but we'll probably have a db backend as well...

@sr-ix , when the user modifies their config, send an ajax request, add a new route for updating the config, write the changes to file, and just call FileMap.update() to...

I think it would be helpful to use command line arguments or some other means to specify whether or not to use redis or default to a file. That way,...

If we write our own table system, that uses a ajax source in json format, and has pagination, and makes fields user editable, etc., that would be nice. I'm seriously...

I really liked flexigrid (from what I saw, never worked with it before). Would a custom one be more worthwhile?

If we wanted CRUD support, I could bang this out much faster with Rails: http://nodeguide.com/convincing_the_boss.html#bad-use-cases But I wouldn't mind learning mongodb, mongoose, and backbone. I think with those an express,...

[Earlier](https://github.com/nickdesaulniers/audiostream/issues/10#issuecomment-10487127) you mentioned enabling the user to update metadata through the client. That's CRUD to me. This app lends itself perfectly to having nicely normalized tables.

http://eli.thegreenplace.net/2015/calling-back-into-python-from-llvmlite-jited-code/ http://www.pcgamer.com/how-gamecubewii-emulator-dolphin-got-a-turbocharge/ https://gist.github.com/maxcountryman/1699708