- Google Streetview… on ski runs? [via Darren Martz] http://www.youtube.com/watch?v=UJ4pgcrJU8c #
AuthorJer
- "No Fat Clips" – Short film collection. Wish I remembered who linked to this. – http://dekku.nofatclips.com/ #
- Flash app showing you the scale of the universe: http://www.newgrounds.com/portal/view/525347 #
- This comic strip would have made a great dream sequence for Office Space. : http://www.spaceavalanche.com/2009/08/24/office-job/ #
- Always down for some Swedish flug "fly" humor [via D Martz]: http://www.fotosidan.se/gallery/view.htm?ID=230148 #
- Log into Gmail at work and forgot to log out? Check this: http://gmailblog.blogspot.com/2008/07/remote-sign-out-and-info-to-help-you.html #
Cecilia and I went to The Whip for Jenn Brisson‘s art gallery showing. As always, the walls were covered with dreamy/freaky characters. I couldn’t resist getting one to take home! I bought the red puppeteer in the middle.
The bus ride home was comfy. We both looked forward to catching up on sleep. However, once home I realized that I forgot to pay my bill!! I decided to take advantage of the non-rainy day we are having and rode my bike back to The Whip.
I stepped inside for less than 10 minutes, paying my bill and saying quick hellos to those that missed during my first visit. I came back outside to see that my unlocked bike was taken advantage of. No, it was just taken.
This is the second bike I’ve had stolen. First bike was my mountain bike which I managed to track down (thief posted it on CraigsList.org ROFL). My mountain bike sits in the garage and I primarily use a “beater” bike that I picked up for about $100.
My mountain bike was locked up, but I left my beater sitting there because I thought I would be in/out. Jeremy just stopping in somewhere quickly? Hah… HAH! Idiot.
Alone for 10 minutes. Gah.
=================
Lil puppeteer trivia for ya. You know the plant in Little Shop of Horrors? Ever wonder how the lip sync of the plant looked so great? I just found out that they would film the plant talking and singing in slow motion, 12 frames a second. Later they speed up the film to 24 frames a second to return it to normal speed. More info on Fast-Rewind.
- Vancouver foggy time lapse in HD [thx Rachit] : http://www.youtube.com/watch?v=_xMz2SnSWS4 #
“Playing”? Did I really just say “PLAYING”? It must have been due to the time I had off today. Working on legal stuff (wee), therefore I was away from the PC for most of the day. After completing my errands, I sat down at my desktop machine, booted up Linux and started playing around with 3D Coat. It’s similar to ZBrush, in that you can use a drawing tablet to sculpt 3D geometry. BUT, there’s a key difference. This uses voxels. That means that you can literally scupt like clay. There are non usual polygon limitations. When you’re done, it’s got plenty of simple retopologizing tools. Seriously, this has been heaven.
I was curious to see what others have done with the tool. Like myself, people don’t taste it and just walk away, they dive in! This has created a full on 3D sculpting addict out of us. For example, while looking at this thread, I thought, “Yeah, this is neat and that’s ok.” But then I saw the image below and had to take a step back. It doesn’t feel like your classic ZBrush results. The results from 3D Coat seem to have a more dynamic feel.
Then there’s Ondrej Svadlena, who is praising 3D Coat with, “the voxel sculpting and quadrangulation saved me a lot of time and made things possible that I would probably have never achieved with any other software!” Looking at the images from his short, “Mrdrchain”, I can see what he means. I hope I remember to check back in to see the completed short. In the meantime, you can watch his bizarre short, “Sanitkasan“.
3D Coat doesn’t just sculpt. This voxel stuff is actually relatively new to the package. Apparently it’s primarily used for texturing. Brett Simms has some stunning results in the forums.
While tooling around, I discovered some people using Silo to model, then bringing the resulting models into 3D Coat. Silo? Whassat? That will probably end up in it’s own entry one day. So many products out there that I’ve not been aware of.
Houdini
Installing Houdini 10 on Ubuntu 9.04 was pretty simple. Extract the TAR file and run the installer with
sudo houdini.install
The options let you decide which license server to install, as well as whether or not to create the start menus for you.
Once Houdini is running have to remember to disable the Alt hotkey in the Window Manager control panel, otherwise your Alt+clicks will not work. This can also be completed with the Compiz Settings Manager in 12.10, but it needs to be installed first.
sudo apt-get install compizconfig-settings-manager
Shake 4.1 (64 bit)
Here’s the stripped down simple instructions for installing Shake 4.1 on Linux, specifically, tried this on Ubuntu 10.10. More details can be found here.
mkdir -p /usr/nreal
cat shake-linux-v4.00.0607.tgz | (cd /usr/nreal; tar zxvf -)
ln -s /usr/nreal/shake-v4.00.0607 /usr/nreal/shake2
install getlibs from…
http://frozenfox.freehostia.com/cappy/
sudo getlibs -32 libXext.so.6
sudo apt-get install csh
Besides the libX11.so.6.2.0 => libX11.so.6, you will also need libXi.so.6 => libXi.so.6.0.0. You can get this from the libxi6_1.2.1-2ubuntu1_i386.deb package. Details here.
/usr/nreal/shake2/bin/shake
Keyboard & Mouse Setup
After a reboot and test of the new key, I remapped my mouse buttons with some help here.
I first use “xinput list” to get the name of the device.
I next use “xev” to find out what my mouses Middle and Thumb button positions were (2 & 9). In the command below, positions 2 & 9 have a value of 2, which is equal to my middle mouse button. Yup, I want two middle mouse buttons, so I can alternate when I feel like it.
xinput set-button-map "Evoluent Vertical Mouse 2" 1 2 3 4 5 6 7 8 2
And for my IntelliMouse Optical (best mouse EVAH!!)
xinput set-button-map "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" 1 2 3 4 5 6 7 2 2
To save my wrists from tension, I’m lowering the mouse speed.
xinput -set-prop "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" "Device Accel Constant Deceleration" 1.5
Trackball settings for left and right-handed use. Hmmm… a shell script file for switching hands would be even better…
xinput -set-prop "Logitech USB Trackball" "Device Accel Constant Deceleration" 1.5
xinput set-button-map "Logitech USB Trackball" 1 2 3 4 5 6 7 2 1
Joystick / Gamepad
Found this link which contains info on how to install Microsoft SideWinder digital joysticks and gamepads (along with many others.
sudo modprobe sidewinder
Microsoft xbox controller then the command is
sudo modprobe xpad
then
jscalibrator
Skype
Next step… getting Skype to work properly. I can use my microphone, but noticed that Skype isn’t receiving any input. I’m hearing that I should first install Pulse Audio.
Hmmm… so now I can still record (luckily) but not in Skype. Gah! K, now for Skype’s Linux sound FAQ.
More specifically, I”m going to try this thread that talks about Skype V2 and PulseAudio support (the solution seems to be downgrading..
Wacom Intuos4 drawing tablet
Lastly (I hope) I needed to get my new Wacom Intuos4 tablet working. The Wacom drivers built in to the 9.04 build work with all devices, prior to the Intuos4. Luckily, I didn’t have to run through the full install of the latest drivers supplied at the Linux Wacom Project. I only needed to compile some of the files and replace existing ones. This info was very helpful in getting everything working. Specifically I used the “animone” post to get the Wacom pen working. However, I have not yet setup the pad.
Running a dual monitor setup, I wanted to restrict the tablet stylus to the left screen. According to this thread (thx Ben Simmons), I had to do a matrix transform. Luckily, I didn’t have to do any math to get it to restrict it to the primary monitor.
xinput set-prop "Wacom Intuos4 6x9 stylus" --type=float "Coordinate Transformation Matrix" 0.5 0 0 0 1 0 0 0 1
or, if you want to use your Wacom on the right monitor:
xinput set-prop "Wacom Intuos4 6x9 stylus" --type=float "Coordinate Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1
You can even get a little creative by having the eraser control one monitor and the stylus controls the other. Just use “Wacom Intuos4 6×9 eraser” instead.
Firefox
First, gotta get the middle-mouse scroll enabled so I can casually slide down the pages. You might have to first disable the auto lookup URL thingy. While lookin around also found out about the middle-mouse paste. Nummy : middlemouse.paste
Synergy – Control the Desktop of Two Computers.
To install it I just ran apt-get synergy to install it. I then used these instructions to setup and run the server.
Simon – Simple Speech Recognition
Hmm, judging by this demo, it doesn’t look like it’s really “speech recognition”, but “voice commands”… ? Will have to look into further.
Plastic Animation Paper
Trying to get Plastic Animation Paper working on linux is going to be a bit tricky. I can see that already. There are minor issues with the Wacom tablet, but much larger issues with the sound drivers. Also, noted that with 9.04, PAP couldn’t find the libstdc++5 libraries, but I got the package here and all is good.
So, with the sound stuff, it appears that I’m not the only one having issues.
I think I’ll just stick with Pencil for now at is suits my animation needs… on Linux. Just came across this MyPaint app too.
USB Network Card (DLink DWA-130 v B1)
Used this link in order to download the necessary ndiswrapper packages from another computer that had internet.
DLink had the drivers on their website, including 64 bit versions.
Then made sure to blacklist the built-in drivers that might conflict, using this link, and this one.
echo -e "blacklist bcm43xx\nblacklist b43\nblacklist b43legacy\nblacklist ssb" | sudo tee -a /etc/modprobe.d/blacklist
blacklist rt2400
blacklist rt2570
Not sure if I needed this, but I put the below lines in, based on this thread.
sudo gedit /etc/NetworkManager/nm-system-settings.conf
under [ifupdown], change managed=true
Copy CD/DVD
Fire you must unmount the drive that you plan to copy, i.e. :
sudo umount /dev/sr0
next you can use readom to make an iso image of the drive.
readom dev=/dev/sr0 f=~/Desktop/myImage.iso
Shared Network Folders
When right-clicking a folder on the server machine and trying to share it, it will automatically ask you if you want to install the services for sharing. Do it!
Next, you will need to install smbfs on the client in order to mount to this new share.
sudo apt-get install smbfs
Finally, we will need to create a folder then mount to this newly created folder.
mkdir ~/othertunes
sudo smbmount //192.168.1.14/music ~/othertunes -o username=bill,password=nooneknows,uid=1000,mask=000
So that both machines have the same relative references, I can make a symbolic link. For example, on the server machine I would type the following command.
ln -s ~/music ~/othermusic
This thread seems to be a good location for tips on mounting shares and securities.
Zipped Files – Staying Compatible with Windows Systems
sudo apt-get install p7zip
Compiz
Compiz is installed by default in 10.10, but you have to activate the extra plugins in order to get the sphere of awesomeness.
sudo apt-get install compiz-fusion-plugins-extra
For Ubuntu 12.10 (specifically to disable the Alt-Click window movements) I installed the compiz settings manager.
sudo apt-get install compizconfig-settings-manager
terminal shell cheat sheets
http://www.pixelbeat.org/cmdline.html
http://files.fosswire.com/2007/08/fwunixref.pdf
- Launch trailer for Mass Effect 2 looks grand: http://kotaku.com/5453747/the-mass-effect-2-launch-trailer-has-it-all?autoplay=true #
- They created an animated version of the Dragonlance Chronicles? : http://www.youtube.com/watch?v=NQ2YHr984j0 #
Donating a copy of the Dragonlance Chronicles to our studio library. In my search for images, I discovered that the first book was made into an animated movie, back in 2007. Can’t believe I hadn’t heard of it.
- Siggraph's Spark FX 10 tickets went on sale Tuesday. Check the speaker lineup. : http://ur1.ca/juoe #
- "The Passenger" : Great short created in 8 years by one man: http://chrisj.com.au/thepassenger/movies.html #
- Parkour paper motion reel [via Andrea Rogers]: http://vimeo.com/8332956 #
- CCTV's "Ink" commercial: http://www.troublemakers.tv/weareflink_niko_tziopanos_CCTV_ink.html #
- Ian Pfaff's MuthaF#@kin Demo Reel [via Angus]: http://www.youtube.com/watch?v=SSeTkb8n_hs #
- Time lapse of a head being polygon modeled in Blender. http://www.youtube.com/watch?v=HcOlAb7HzyI #
- Neat little Pixar musical remix should cheer you Up: http://www.cartoonbrew.com/music-videos/upular-by-pogo.html #
- View from the worlds tallest building, Burj Khalifa: http://www.youtube.com/watch?v=oWVLzVhnYE0 #
Made a promise to myself that I’d post SOMETHING on here, at least once a day.
Today was a pleasant day at the studio, working on different things and doing my best to kill two birds with one stone. After I got home, I played around with Linux and Houdini a bit, then snagged all the pics from my trip to Michigan (of which I’ll have to talk more of later).
Finally, here’s a comforting pic that Cecilia took a few months back when Travis and Vic were visiting us in Van.
- Ruins of Detroit photography. [via Nathan Brenton] http://www.marchandmeffre.com/detroit/index22.html #
- 3D Mandelbrot fractal – http://www.skytopia.com/project/fractal/2mandelbulb.html#iter #
- Digital Universe Atlas showing our galaxy, to scale [via Travis Greenstreet]: http://www.youtube.com/watch?v=17jymDn0W6U #
- Some info on Roy Disney's significance: http://elementalmagic.blogspot.com/2009/12/rip-roy-disney.html #
- Now it seems that due to rising sales, the Technics 1200 turntables are going to be continued! [via wax.fm] http://ur1.ca/hzkp #
- Vinyl is making a comeback as CD sales drop. [via James Melcher] http://www.bworldonline.com/main/content.php?id=3044 #
- No more Technics 1200 turntables???? Glad I still gots mine. [via Jayson Barrons]: http://ur1.ca/gx15 #
- I need to make my coding (CSS & HTML) work-flow more like this. *note – At least non-techs can appreciate the music: http://ur1.ca/gbz4 #
- 100 artists to create one of the major disaster sequences in 2012: http://www.popularmechanics.com/technology/industry/4336701.html?page=1 #
- 1st day of tryin Google Wave. Thought it was a bit quiet, me liked. http://wave.google.com/help/wave/about.html #
- FXGuide compositing talk on District 9 using Nuke [via Lucy Cooper]: http://media.fxguide.com/fxguidetv/fxguidetv-ep071.mov #
- Scared Sacred released for free viewing by the NFB of Canada: http://nfb.ca/film/scared_sacred/ #
- EA Layoff links: http://ur1.ca/fimk
Including local news: http://ur1.ca/fiml #
- Didn't realize Blender's got another open source movie project and training in the works! Gots to get my DVDs… http://ur1.ca/fcgw #
- Rogers is finally getting a phone with Google's Android (and it's not an HTC!): http://ur1.ca/fcfu #
- Psychonauts on Good Old Games for 10? Awesome!! This is a fav, for sure. http://www.gog.com/en/gamecard/psychonauts #
- Was given a demo of the Crytek 3 engine today. Their environments are still top notch and the support sounds cool… if you got the $. #
- "Feral" Houses in Detroit [thx Angus]: http://www.sweet-juniper.com/2009/07/feral-houses.html #
- Paranormal Activity, to my surprise, was not entertaining or scary. *sigh* Must re-watch A Tale of Two Sisters. #
- Tom Sweep: Another charming little animation by Michael Dudok de Wit [thx Des]: http://www.youtube.com/watch?v=Umh86pIvaMg #
© 2024 Jer's Life
Theme by Anders Noren — Up ↑