tag:blogger.com,1999:blog-215274682009-07-09T14:48:41.134-04:00pilgrimrock.comA blog of all things.David Hnoreply@blogger.comBlogger32125tag:blogger.com,1999:blog-21527468.post-86346064976753603322009-06-17T13:54:00.003-04:002009-06-17T13:57:04.766-04:00TIP: Horizontal Split Screen in NotePad++Apparently it's possible to get horizontal split screens in Notepad++. Check it: http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_rotate.gif<br /><br />(Thanks <a href="http://sourceforge.net/users/cocinerox/">cocinerox</a>!)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8634606497675360332?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com1tag:blogger.com,1999:blog-21527468.post-55090773750257150912009-04-12T20:22:00.002-04:002009-04-12T20:25:38.858-04:00check this out. it's awesomecheck this out. it's awesome: http://monome.org/<br /><br />this video makes me want to cry:<br /><br /><object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3811393&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3811393&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object><br /><a href="http://vimeo.com/3811393">Welcome to Monome</a> from <a href="http://vimeo.com/user372630">sam_square</a> on <a href="http://vimeo.com">Vimeo</a>.<br /><br />these people make synthesizer controllers from computers. very very cool.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-5509077375025715091?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-16222842694193373342009-03-21T23:05:00.006-04:002009-03-22T11:25:10.691-04:00delicious thumbnailsEver wish you could see thumbnail images of those delicious link feeds? now you can. this handy tool will take a delicious rss feed and add thumbnails to it.<div><br /></div><div><form method="get" action="/feedsnapr.php">Feed URL:<input type="text" name="feed"/><input type="submit" value="Transform It!"/></form></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-1622284269419337334?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com2tag:blogger.com,1999:blog-21527468.post-44460168504461495072008-10-06T17:44:00.004-04:002008-10-06T17:54:59.885-04:00iPhone Programming Tip: How to find the full URL of a file within your Application's Bundle<span style="font-size:130%;">How to find the full URL of a file within your Application's Bundle (mainBundle)</span><br /><br />This would return the full URL of a file named "Sound2.caf":<br /><br /><code>CFURLRef fileURL;<br /> NSString *path;<br /> path = [[NSBundle mainBundle] pathForResource:@"Sound2" ofType:@"caf"];<br /> fileURL = (CFURLRef)[NSURL fileURLWithPath:path];</code><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-4446016850446149507?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-39077919064762327752008-09-29T18:45:00.003-04:002009-03-15T12:09:08.463-04:00Most useful tip on setting up cygwin ever!<div>Recently I was trying to figure out some issues I was having with Cygwin. Turned out my Logitech webcam drivers were screwing with Cygwin. Here's the solution:<a href="http://cygwin.com/ml/cygwin/2006-03/msg00180.html" style=""><span class="Apple-style-span" style="color: rgb(0, 0, 0); text-decoration: none;"> </span></a><a href="http://cygwin.com/ml/cygwin/2006-03/msg00180.html">http://cygwin.com/ml/cygwin/2006-03/msg00180.html</a></div><div><br /></div><div>And I quote:</div><div><br /></div><div><span class="Apple-style-span" style="font-family:-webkit-monospace;font-size:100%;"><span class="Apple-style-span" style="font-size:13px;"><div><span class="Apple-style-span" style="font-size: medium;">Hello,</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">This afternoon, for the first time, I began experiencing the</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">C:\cygwin\bin\bash.exe: *** fatal error - couldn't allocate heap .... ... child_copy: stack write copy failed,...</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">errors that have been reported on this list before. I am getting these errors on every '#! /bin/bash' script, though I can initially open a bash shell.</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">I tried changing the heap sizes, and tried rebaseall - neither made a difference.</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">Earlier today I had installed the drivers for my new Logitech webcam. Suspecting that these might be the problem, I killed all the Logitech processes, restarted all my Cygwin services, restarted Cygwin/X, and lo & behold, all the errors disappeared and everything worked fine.</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">It'd be great to get these to work together, but not the end of the world if its not possible. Any thoughts? </span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">Thank you Thank you Thank you! That's it exactly. I was wondering why my Cygwin/X stuff started behaving badly. Unfortunately, I had just done a big update, so I blamed that for awhile. But this is definitely it.</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">And after much experimentation, I think you just need to stop one file from running. I'm not sure what was causing it to run, as it wasn't in any of my startup folder. But if you rename</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">/program files/common/logitech/LVMVFM/LVPrcSrv.exe</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">to something else (I called it LVPrcSrv.exe.old), Cygwin/X starts working again, and there is no loss of functionality that I can tell.</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">-- Jonathan Arnold (mailto:jdarnold@buddydog.org) Jiggle The Handle, a personal blog http://jiggle.anaze.us</span></div><div><span class="Apple-style-span" style="font-size: medium;"><br /></span></div><div><span class="Apple-style-span" style="font-size: medium;">Procrastination is the art of keeping up with yesterday. - Don Marquis</span></div></span></span></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-3907791906476232775?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-84319440065623780472008-09-05T21:56:00.000-04:002008-09-05T21:57:56.552-04:00bouncing balls<a href="http://pilgrimrock.com/physics/">highly recommended</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8431944006562378047?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-10076781016414092782008-06-16T11:53:00.001-04:002008-06-16T12:12:08.972-04:00How do I get a recursive list of files from the command-line?<p class="MsoNormal"><span style=";font-family:Arial;font-size:85%;" ><span style=";font-family:Arial;font-size:10;" ><span style="font-size:100%;">This is very useful when trying to figure out what files are on a drive. This will provide you with full paths for all the files in and below the directory you run it from.</span><o:p></o:p></span></span></p> <p class="MsoNormal"><span style=";font-family:Arial;font-size:85%;" ><span style=";font-family:Arial;font-size:10;" ><o:p></o:p></span></span><span style="font-size:100%;"><b><span style=";font-family:Times New Roman;" ><span style="font-weight: bold;">How do I get a recursive list of files from the command-line?</span></span></b></span></p><p class="MsoNormal">Use the DOS "dir /A:-D /B /S" command.</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-1007678101641409278?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-23759331367386063062008-05-06T11:17:00.001-04:002008-05-06T11:17:07.727-04:00Exporting and Importing Dialup and VPN Connections<div xmlns='http://www.w3.org/1999/xhtml'><a href='http://blog.project84.net/2005/11/04/ExportingAndImportingDialupAndVPNConnections.aspx' rel='bookmark' class='TitleLinkStyle'><span class='searchword'>Export</span>ing and Importing Dialup and <span class='searchword'>VPN</span> Connections</a></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-2375933136738606306?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-81050736391658392942008-03-05T12:07:00.001-05:002008-03-05T12:07:04.979-05:00The Microsoft "Eolas Patch" is being rolled back!<div xmlns='http://www.w3.org/1999/xhtml'>I just made a pleasant discovery: Microsoft is rolling back its Eolas-patent patch. <br/><br/>Here is an <a href='http://blogs.msdn.com/ie/archive/2007/11/08/ie-automatic-component-activation-changes-to-ie-activex-update.aspx' target='_blank'>article about the rollback</a>. It states, among other things, that a new version of Internet Explorer will be released sans "Click Here To Activate" behavior in April of 2008.<br/><br/>In anticipation of this, they have release a preview of what life will be like when they release the next version of IE. This preview can be downloaded here: <a href='http://support.microsoft.com/kb/947518'>http://support.microsoft.com/kb/947518</a>.<br/></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8105073639165839294?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-20900672525315798912008-02-18T15:20:00.007-05:002008-02-20T18:26:59.036-05:00the quick updateChoosing RSS feeds is a lifelong pursuit. I'm always on the hunt. I'm also always jettisoning stuff. I can't help it--the second I add new feeds to my roster, they seem to change, or stop producing content or (worse still) increase their output drastically.<br /><br />Having a little of something unique is great, but if the content is really monolithic there's no way I'll end up sticking with it. It is the rare feed that will stay in my reader more than a few weeks before being vetoed. And as I find better feeds, I get more and more picky. Here are my ground rules: Content should be substantive but not lengthy; novel but not jokey; sometimes visual but always accompanied by text; if it is political it can't be preachy. Picking a good mix of feeds is an esthetic gesture and I retain full authorship over my own special blend. A lot of it has to do with texture. I'm a big fan of both pictures and text, although sometimes (certainly the case with almost all flickr feeds) I have to settle for just pictures. The perfect feed produces 1-3 stories every 3 or so days.<br /><br />Another thing I've discovered in my travels is that not all blogs make good feeds. There's a great new blog here in Providence called <a href="http://providencedailydose.com/">Daily Dose</a>. I read it mainly for event listings and was initially irritated by the non-stop barrage of political (read: Obama-related) posts (preaching to the choir, anyway). Anyway, it's really grown on me (check it several times a day). That being said I would hate to have to pore through all of those posts every time I opened up Google Reader. Go figure. (It's a complicated world, you know, what with all this technology.)<br /><br />Last night, I read a lot last night about I. F. Stone, a man about whom I knew nothing. <a href="http://en.wikipedia.org/wiki/I._F._Stone">Check it out</a>. Seems he premised his entire career on the idea that governments lie (and?). He's most famous for exposing a lot of undocumented stuff about the Korean war. I'll probably try and pick up some of his books on half.com.<br /><br />Links:<br /><ul><li><a href="http://en.wikipedia.org/wiki/I._F._Stone">"I. F. Stone" entry @ Wikipedia</a></li><li><a href="http://providencedailydose.com/">Providence Daily Dose</a><br /></li></ul><br />Okay, I think that's about it.<br /><br />David<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-2090067252531579891?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-10640531051721944332007-10-28T02:59:00.000-04:002007-10-28T03:03:27.025-04:00Aquabee Sketchbook: Untitled Pastel by Eleanor Hilowitz<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://pilgrimrock.com/blog/uploaded_images/image0-5-737329.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://pilgrimrock.com/blog/uploaded_images/image0-5-737317.jpg" alt="" border="0" /></a><span style="font-weight: bold;">Aquabee Sketchbook: Untitled Pastel</span> - My grandma used to sit and do pastels for hours and hours. I remember seeing her do this as a small child. It was a medium she was always very fond of. Once, when I was maybe 11 or 12 she gave me a set of pastels for my birthday.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-1064053105172194433?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-6860862473791431532007-10-23T00:59:00.001-04:002007-10-28T02:13:40.627-04:00Aquabee Sketch: Man Reclining by Eleanor Hilowitz<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.flickr.com/photos/eleanor-hilowitz/1702241747/"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://pilgrimrock.com/blog/uploaded_images/aquabee_reclining_man-759849.jpg" alt="" border="0" /></a><br /><div xmlns="http://www.w3.org/1999/xhtml"><br /><br /><b>Aquabee Sketchbook: Reclining Man</b> - I really like this sketch! I especially like the expression on the man's face.<br /><br /><br /><p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-686086247379143153?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-74736887659143062182007-10-21T11:10:00.001-04:002007-10-23T01:00:58.580-04:00Aquabee Sketch: Child with Book by Eleanor Hilowitz<div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.flickr.com/photos/eleanor-hilowitz/1673474496/' title='Photo Sharing'><img width='310' height='500' border='0' src='http://farm3.static.flickr.com/2137/1673474496_2c52702eb8.jpg' alt='Akuabee Sketch: Child with book'/></a><br/><br/><b>Aquabee Sketchbook: Child with Book</b> - A portrait of a child holding a book (my interpretation) taken from her Aquabee sketchbook. The more I look at these sketches the more I wonder what period they date from. Could probably be determined from the Aquabee design on the cover (when were these made?). Of course that would only tell us when the sketchbook dates from, not when the sketches were made.<br/></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-7473688765914306218?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-78588824569439549542007-10-07T13:27:00.001-04:002007-10-23T01:02:39.978-04:00Aquabee Sketch: Man by Eleanor Hilowitz<div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.flickr.com/photos/eleanor-hilowitz/1506771537/' title='Photo Sharing'><img width='315' height='500' border='0' src='http://farm1.static.flickr.com/254/1506771537_b189dc2075.jpg' alt='Aquabee Sketch: Man'/></a><br/><br/><b>Aquabee Sketchbook</b> - A portrait of a man taken from her Aquabee sketchbook.<br/> <br/><br/><p class='poweredbyperformancing'>Powered by <a href='http://scribefire.com/'>ScribeFire</a>.</p></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-7858882456943954954?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-87114520833459137372007-10-06T19:08:00.001-04:002007-10-23T01:03:08.691-04:00Aquabee Sketchbook: Seated Woman by Eleanor Hilowitz<div xmlns='http://www.w3.org/1999/xhtml'><a href='http://www.flickr.com/photos/eleanor-hilowitz/1500052731/' title='Photo Sharing'><img width='347' height='500' border='0' src='http://farm3.static.flickr.com/2325/1500052731_859e5e26fb.jpg' alt='An Aquabee Sketch Book that Eleanor filled up'/></a><br/><b><br/>Aquabee Sketchbook</b> - My grandmother recently passed away. As a something of tribute to her, I will be posting a curated selection of sketches from her oeuvre every few days (so basically forever -- she drew a lot!).<br/><br/><a href='http://www.flickr.com/photos/eleanor-hilowitz/1499988541/' title='Photo Sharing'><img width='316' height='500' border='0' src='http://farm3.static.flickr.com/2326/1499988541_36ed40b1ea.jpg' alt='Seated Woman'/></a><b><br/><br/>Aquabee Sketchbook: Seated Woman</b> - This one is of a seated woman. She didn't title it, I did.<br/></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8711452083345913737?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-34740846586953999402007-09-03T17:41:00.000-04:002007-09-03T18:06:30.454-04:00Grandmother Movie Stills: Man Experiences Trauma<a href="http://pilgrimrock.com/blog/uploaded_images/image0-797841.jpg"><img src="http://pilgrimrock.com/blog/uploaded_images/image0-797828.jpg" alt="" id="BLOGGER_PHOTO_ID_" style="margin: 0px 10px 10px 0pt; clear: both; float: left;" border="0" /></a> My grandmother, Eleanor, was a film producer and distributer for 30+ years. As a result, I've now come into a huge number of film stills all ostensibly from b-movies she produced/helped distribute. I will be publishing them here on a weekly basis. The first one shows a man clearly experiencing some sort of trauma. May he recover from what ails him, God willing.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-3474084658695399940?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-87841347396877764902007-07-08T20:36:00.000-04:002007-07-08T20:57:01.867-04:00Moving Blogger postsI'm in the position of wanting to move a crapload of my old blog posts to either this blog or to my other, rockstar, blog without doing real work. Blogger doesn't offer anything in the way of tools to do this.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8784134739687776490?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-80770168850211945872007-07-08T20:20:00.000-04:002007-07-08T20:21:14.644-04:00Tour De France 2K7I've decided that I want to care about the Tour De France this year. I guess some part of it is nostalgia from when I lived in Switzerland--I remember everyone watching it religiously, but of course at that time I wasn't really very into it. I'm not that intent on watching it actively, but I really want to be able to have it on in the background. The problem is, ESPN doesn't seem to be carrying it (at least not on any of the basic cable channels we get). So I've turned to the WEB. Here's what I've found:<br /><ul><br /><li><span style="font-weight:bold;">Ubilabs </span>has an online map (mapping courtesy of Google Maps) that displays the actual real-time positions of all the cyclists. This is sort of hard to deal with (at least for me), because by the time I'm ready to watch some real-time action, each stage is already over. I'm beginning to see that even if ESPN televise this I wouldn't be watching it. <a href="http://www.ubilabs.net/tourdefrance/">http://www.ubilabs.net/tourdefrance/</a><br /><li>Yahoo UK! has a nice page with a bunch of different panels including a <a href="http://uk.eurosport.yahoo.com/cycling/tour-de-france/#">tracker</a>, <a href="http://uk.eurosport.yahoo.com/audioplayer.html">live audio</a>, and a breakdown of each stages winners, times, etc. <a href="http://uk.eurosport.yahoo.com/cycling/tour-de-france/">http://uk.eurosport.yahoo.com/cycling/tour-de-france/</a><br /></ul><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8077016885021194587?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-89448915379486604522007-01-22T22:03:00.000-05:002007-01-22T22:38:50.138-05:00HP Pavilion a1600n DriversI just got myself an HP Pavilion a1600n Media Center PC. I formatted, got rid of the "recovery partition" and installed Windows XP. Finding the drivers for was a real pain. Basically the thing to remember is that most of the motherboard's components were made by NVIDIA. After installing Windows XP, I realized that I had essentially screwed up in installing a 32-bit OS when a perfectly 64-bit version of XP exists. So I had to find all the drivers again...in 64-bit version. Here's what I found:<br /><br /><h3>64-bit</h3><ul><br /><li> <b>GeForce 6150 LE (Graphics) driver</b>: <a href="http://www.nvidia.com/object/winxp64_93.71.html">http://www.nvidia.com/object/winxp64_93.71.html</a><br /><br />ForceWare Release 90<br />Version: 93.71<br />Release Date: November 2, 2006<br />WHQL Certified<br />File is named: 93.71_forceware_winxp64_english_whql.exe<br /><br /><li> <b>nForce 430/410 driver</b>: <a href="http://www.nvidia.com/object/nforce_nf4_winxp64_8.26_11.09.html">http://www.nvidia.com/object/nforce_nf4_winxp64_8.26_11.09.html</a><br /><br />Version: 8.26 for nForce 430 (MCP51), 410<br />Version: 11.09 for 430 (MCP61), 405, 400<br />Release Date: January 5, 2007<br />WHQL Certified<br />File is named: 8.26_11.09_nforce_winxp64_english.exe<br /></li><br /><br /><li><b>RealTek sound drivers</b>: <a href="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=14&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false">http://www.realtek.com.tw/downloads...GetDown=false</a><br /><br />Windows 2000, Windows XP/2003(32/64 bits) Driver only (Executable file)<br /></ul><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-8944891537948660452?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com2tag:blogger.com,1999:blog-21527468.post-1159674798666684642006-09-30T23:51:00.000-04:002006-09-30T23:53:18.676-04:00A CSS-based Paint programAnd here is <a href="http://www.pilgrimrock.com/divpainter">the css-based paint program</a> I considered making in the previous post.<br /><br />David<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-115967479866668464?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com2tag:blogger.com,1999:blog-21527468.post-1159048203720698962006-09-23T17:26:00.000-04:002006-09-30T23:56:59.246-04:00I wish there were a website where graphic design could be done onlineI wish there were a website where graphic design could be done online. Something that takes advantage of what HTML 4.0 already offers us in the way of graphical elements. <div>div's and...well I guess even just div's would be totally amazing. Like a sort of a div<br /><div> painter. Something with a smooth, intuitive interface. Not just additive but something where you could take the divs and re-size them. Wouldn't that be something. And I guess text, right? You could do text-boxes within canvas. And the fonts at your disposal would be...anything that is on your machine. Of course, we could work with .eot's as well so that some fonts would be preloaded. When you were done you'd have the option of getting the html or...err...taking a screenshot. Of course, when CSS 3.0 comes out, I expect the whole world will change.<br /><br />Right now, I'm listening to Ulrich Schnauss's masterpiece, <span style="font-style: italic;">A Strangely Isolated Place</span>. I can't say enough about this record.<br /><br />David<br /></div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-115904820372069896?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-1156456143632189992006-08-24T17:48:00.000-04:002006-09-09T16:12:59.010-04:00Eolas Patch TestIf your browser is affected by the so-called Internet Explorer Eolas patch, a gray box should appear around the following flash movie.<br /><br /><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="150" width="150"><param name="_cx" value="40114812"><param name="_cy" value="40114812"><param name="Movie" value="http://www.macromedia.com/support/flash/ts/documents/wmode/wmode_example.swf"><param name="Src" value="http://www.macromedia.com/support/flash/ts/documents/wmode/wmode_example.swf"><param name="WMode" value="Window"><param name="Play" value="-1"><param name="Loop" value="-1"><param name="Quality" value="High"><param name="SAlign" value=""><param name="Menu" value="-1"><param name="Base" value=""><param name="Scale" value="ShowAll"><param name="DeviceFont" value="0"><param name="EmbedMovie" value="0"><param name="BGColor" value=""><param name="SWRemote" value=""><param name="Stacking" value="below"><embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="http://www.macromedia.com/support/flash/ts/documents/wmode/wmode_example.swf" type="application/x-shockwave-flash" height="150" width="150"><br /></object><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-115645614363218999?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-1155850939366795062006-08-17T17:40:00.000-04:002006-08-17T17:42:19.376-04:00Talk about ripping off last.fmLook <a href="http://www.google.com/trends/music">here</a>. Google has a new feature in Google Talk that allows you to send Google info on what you're currently listening to. Sucks that they didn't just buy last.fm.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-115585093936679506?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-1150570300391229292006-06-17T14:47:00.000-04:002006-06-17T14:51:40.406-04:00Slowly—on saturdays, mondays and wednesdays—I'm creating what I hope will be the definitive catalog of my grandmother's work. I've started a new <a href="http://www.flickr.com/photos/eleanor-hilowitz/">flickr page</a> which I will continue uploading to and updating. I'm gradually poring over the reams of letters, lists, and slides that she kept detailing sizes and years for all of the works.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-115057030039122929?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0tag:blogger.com,1999:blog-21527468.post-1148270904240124872006-05-21T23:55:00.000-04:002006-05-22T00:08:24.256-04:00<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://pilgrimrock.com/blog/uploaded_images/screenshot-773757.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://pilgrimrock.com/blog/uploaded_images/screenshot-768057.jpg" alt="" border="0" /></a>I've been using <span style="font-weight: bold;">Synapse Orion</span> for like six years now. Since version 2.5 or something. And now it's on version 6. It's really pretty well put together. For loop-based music stuff I haven't found anything I like better. And yet...<br /><br />Apparently it doesn't handle Hyper-Threading in Intel chips very well. I've been trying to remix my now 150+ pieces of Orion moodmusic music at 24/96 with better monitors, but my system can't handle the load. It should be able to, of course. It's a P4 2.8Ghz I can run all the same VSTi's and plug-ins in Cubase with no problems. But alas, it seems to be dedicating only half the CPU to Orion. Look at the Task Manager screen to the left, you'll see that the "virtual" processor on the right is getting all the load while the one on the left is untouched. Very frustrating. Suffice it to say I don't think it would handle true multiple processors any differently.<br /> If I go into the bios and turn of Hyper-Threading it performs significantly better, though still not quite as well as Cubase with the same plug-ins.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21527468-114827090424012487?l=www.pilgrimrock.com'/></div>David Hnoreply@blogger.com0