This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00:27.280 --> 00:31.880] All right, welcome everybody give everyone a moment to | |
[00:31.880 --> 00:36.280] Get back in the audience and | |
[00:38.440 --> 00:44.640] All right great welcome to Tesla AI day 2022 | |
[00:51.680 --> 00:57.140] We've got some really exciting things to show you I think you'll be pretty impressed | |
[00:57.140 --> 01:02.380] I do want to set some expectations with respect to our | |
[01:03.380 --> 01:05.380] Optimus robot as | |
[01:05.660 --> 01:09.300] As you know last year was just a person in a robot suit | |
[01:11.100 --> 01:17.620] But we've now we've come a long way and that's I think we you know compared to that it's gonna be very impressive | |
[01:18.420 --> 01:20.420] and | |
[01:20.980 --> 01:22.740] We're gonna talk about |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IFS=$'\n' | |
myUser=`whoami` | |
echo Local user is $myUser | |
SYNO_USER=`psql synofoto -t -c "select id from user_info where name='$myUser'"` | |
echo SYNO_USER is $SYNO_USER | |
echo Scanning for video files.. | |
for i in `find . -iname \*.mov -type f | grep -v eaDir | grep -v "_3"`; do | |
#echo i is $i | |
fname=$(dirname ${i})/@eaDir/$(basename ${i})/SYNOPHOTO_FILM_H.mp4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for qt on Mac OS X 10.12 | |
Build date: 2016-08-30 14:30:24 |