I would still love to see something that does this type of thing automatically (such as through an Outlook plugin or SMTP relay) so you can use don't have to change your workflow to get the benefit.
Minbox - a faster workflow for sending files
11–20 of 39 posts
Re: Minbox - a faster workflow for sending files
#12I'd be overjoyed if someone could figure out faster sending. My DSL maxes out at 100 kbytes/sec upstream. Sending someone something like a mongodb dump involves a long wait while I locally compress it, and an even longer wait while it gets uploaded. I'd gladly have all 4 cores (plus another 4 hyperthreaded) plus 32GB of RAM dedicated to getting the files uploaded quicker. In theory some of the compression tools can do this, but some aren't multithreaded, or require a lot of research to figure out workable command line options and even then they consider 4GB to be an outrageous amount of memory. Often you have to wait for the compression to finish before you can even start the sending.
Re: Minbox - a faster workflow for sending files
#13Then get resuming working as well as Dropbox of course :)
Re: Minbox - a faster workflow for sending files
#14Re: Minbox - a faster workflow for sending files
#15The video is probably gonna be offputting for some people but it's hilarious. I actually laughed out loud at it.
Re: Minbox - a faster workflow for sending files
#16The video is probably gonna be offputting for some people but it's hilarious. I actually laughed out loud at it.
Re: Minbox - a faster workflow for sending files
#17Re: Minbox - a faster workflow for sending files
#18I wish I could just send email like that. Click an icon, a 350x250px box pops up, add address, subject, message and hit 'send'.
Re: Minbox - a faster workflow for sending files
#19Re: Minbox - a faster workflow for sending files
#20I misread the title as faster sending, rather than faster workflow. For dropbox we just use shared folders which work no matter what else is going on (network connectivity, machines sleeping, reboots etc). I'd be overjoyed if someone could figure out faster sending. My DSL maxes out at 100 kbytes/sec upstream. Sending someone something like a mongodb dump involves a long wait while I locally compress it, and an even…
Based on your late-90's upload rate (and assuming you're working with large files that compress nicely), I'd say the more time you spend on compression, the less overall time you're looking at. That 100kb/s (theoretical) limit is really the first bottleneck you should be fixing, though.
[edit]: I completely misread that as kilobits/s. Point still stands minus the 90's bit.