IRC Log from 2010-12-28

00:30:46 *** abm (~AMurzin@mx.abm-gears.com) has joined #portableapps
00:41:45 *** abm has parted #portableapps ("Leaving")
01:05:22 *** JacobMastel has quit (Quit: Instantbird 0.2)
01:09:32 *** abm (~AMurzin@mx.abm-gears.com) has joined #portableapps
01:09:39 *** abm has parted #portableapps (None)
01:24:09 *** Blint has quit (Ping timeout: 255 seconds)
01:47:27 *** ptmb has quit (Quit: Bye)
01:55:59 *** JacobMastel (~Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
01:57:25 *** Bensawsome has quit (Ping timeout: 272 seconds)
01:57:37 *** Bensawesome (~Bensawsom@c-71-232-181-119.hsd1.ct.comcast.net) has joined #portableapps
01:57:57 *** Bensawesome is now known as Guest84296
02:06:01 *** JacobMastel has quit (Quit: Instantbird 0.2)
02:06:30 *** JacobMastel (~Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
02:07:04 *** Guest84296 is now known as Bensawsome
02:07:04 *** Bensawsome has quit (Changing host)
02:07:04 *** Bensawsome (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps
02:07:10 <GizmoBot> Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats
03:30:18 *** pa_6573 (7aff7002@gateway/web/freenode/ip.122.255.112.2) has joined #portableapps
03:37:06 *** gluxon has parted #portableapps (None)
03:54:49 *** Guest14311 has quit (Quit: ZNC - http://znc.sourceforge.net)
04:14:34 *** Scriptdaemon (~KennyW@cpe-76-83-207-236.dc.rr.com) has joined #portableapps
04:22:17 *** ChrisMorgan has quit (Ping timeout: 264 seconds)
04:24:01 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.)
04:52:03 *** OliverK (~OliverK@unaffiliated/oliverk) has joined #portableapps
04:52:03 <GizmoBot> OliverK is a programmer, podcaster, html spelunker and pretty handy with a screwdriver. In short, not to be trifled with.
05:08:10 *** JohnTHaller1 (~JohnTHall@cpe-24-193-226-114.nyc.res.rr.com) has joined #portableapps
05:08:18 *** JohnTHaller1 is now known as JohnTHaller
05:11:02 *** JacobMastel has parted #portableapps (None)
05:13:30 *** vf2nsr (~vf2nsr@cpe-24-31-143-82.maine.res.rr.com) has joined #portableapps
05:13:31 *** vf2nsr has quit (Changing host)
05:13:31 *** vf2nsr (~vf2nsr@unaffiliated/vf2nsr) has joined #portableapps
05:18:39 *** Guest75453 (~dbdii407-@aura.devnetonline.net) has joined #portableapps
05:19:45 *** Jacobm001 (Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
05:20:13 *** Jacobm001 is now known as JacobMastel
05:23:19 <JacobMastel> JohnTHaller: Are there still plans on a file association app?
05:25:00 <JohnTHaller> File associations will be built into the platform in an upcoming beta
05:25:56 <JacobMastel> Alright. I'm working on AutoHotkey, do you think it would be wise to try and build in some .ahk associations or wait for the beta?
05:26:58 <JohnTHaller> The platform will handle it. No file association anything should be built into launchers.
05:28:15 <JacobMastel> Thanks.
05:28:34 <JohnTHaller> Sure thing. How goes autohotkey?
05:29:08 <JacobMastel> Fairly easily actually.
05:29:20 <JacobMastel> It really only needs one file ad a directory moved.
05:29:31 <JacobMastel> It's fairly independant of the registry and AppData areas.
05:29:43 <JohnTHaller> Ah. And updating the MRU I'd guess. All trivial with PAL
05:30:09 <JacobMastel> I'm creating a directory in the data folder called "ScriptSupport" then just moving the entire directory to %documents%
05:30:48 <JacobMastel> That way I don't have to worry about whatever the hell some random files someone might need with their script... Then if they have more supporting ahk files they can use the #include function built into the language
05:33:39 <JacobMastel> The PAL system definiately streamlines the process... Stickies is pretty much done at this point.
05:33:49 <JohnTHaller> People testing it?
05:34:51 <JacobMastel> ChrisMorgan has, I've done a lot on XP, Vista and Win7 x64 and x86.
05:35:01 <JacobMastel> It's a pretty hard app to mess up really.
05:35:11 <JohnTHaller> Cool
05:35:13 <JacobMastel> It doesn't even have to move files
05:35:19 <JohnTHaller> And we had permission from the author right?
05:35:23 <JacobMastel> Correct
05:37:01 <JacobMastel> Is there anything else I need to do with it before an RC?
05:37:27 <JohnTHaller> Don't know offhand and can't look. Working on releasing RedNotebookPortable
05:38:23 <JacobMastel> Alright. I'll try to get an AHK build out sometime tonight.
05:50:37 *** amdzero (~amdzero@pool-96-231-200-166.washdc.fios.verizon.net) has joined #portableapps
05:51:09 *** vf2nsr has quit (Quit: Leaving.)
06:00:57 <JacobMastel> So I just found an awesome(By awesome I mean really shitty) bug in PAL... The code [targetdirectory]=%documents% in DirectoriesMove will remove absolutely everything in %documents%
06:01:20 <JacobMastel> And crash explorer.
06:03:25 <JohnTHaller> You should never do anything directly with %documents% directly!
06:03:35 <JohnTHaller> You just told it to remove Documents
06:03:58 <JohnTHaller> Hedgewars needs stuff in Documents and the target =%Documents%\Hedgewars
06:04:50 <JacobMastel> Yeah I noticed afterwards...
06:05:23 <JacobMastel> I should have been %documents%\ScriptSupport
06:05:26 <JacobMastel> *it
06:05:49 <JacobMastel> Might be a good idea to put a line of code to prevent an idiot like myself from doing that :P
06:06:15 <JacobMastel> Yay for Recuva
06:09:37 <JohnTHaller> heh
06:15:21 *** OliverK has quit (Quit: So long, and thanks for all the fish)
06:32:48 <JohnTHaller> Today's new app is out: http://portableapps.com/news/2010-12-27_-_rednotebook_portable_1.1.2
06:37:32 <JacobMastel> Awesome1
06:37:34 <JacobMastel> !
06:43:38 <JohnTHaller> It's pretty cool if you haven't tried it.
06:43:55 <JohnTHaller> Handy way to have searchable, taggable, cloud clickable notes on everything you do every day
06:44:46 <JacobMastel> I use OneNote fairly extensivly so haven't really had a niche for it to fill.
06:45:03 <JacobMastel> I actually do have a lot of friends at my College that use it for class notes though...
06:45:42 <JacobMastel> I think it's actually on the computer help desk's suggested software list for OSU
07:08:08 <JacobMastel> AutoHotkey Dev 1 out http://portableapps.com/node/26034
07:10:40 *** Suiseiseki has quit (Quit: Opera Web Browser! Smaller, Faster, Easier. http://www.opera.com/)
07:11:53 *** JacobMastel has quit (Quit: Leaving)
07:21:30 *** JohnTHaller has parted #portableapps (None)
07:33:57 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps
07:42:51 *** Virgil (4a6c9eb1@gateway/web/freenode/ip.74.108.158.177) has joined #portableapps
07:51:19 *** Virgil has quit (Quit: Page closed)
08:46:11 *** BeckySanderlin`x has quit (Ping timeout: 240 seconds)
08:48:30 *** BeckySanderlin`x (~quassel@c-98-252-21-200.hsd1.de.comcast.net) has joined #portableapps
09:11:04 *** pa_6573 has quit (Ping timeout: 265 seconds)
09:27:46 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps
10:46:18 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps
11:01:16 *** MaienM has quit (Remote host closed the connection)
11:02:21 *** MaienM (~MaienM-F@ip545597ca.adsl-surfen.hetnet.nl) has joined #portableapps
11:02:21 *** MaienM has quit (Changing host)
11:02:21 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps
11:07:26 *** ChrisMorgan has quit (Ping timeout: 260 seconds)
12:11:32 *** andreasma (~andi@p5B07F834.dip.t-dialin.net) has joined #portableapps
14:06:47 *** MaienM has quit (Remote host closed the connection)
14:07:51 *** MaienM (~MaienM-F@ip545597ca.adsl-surfen.hetnet.nl) has joined #portableapps
14:07:51 *** MaienM has quit (Changing host)
14:07:51 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps
14:11:38 *** abm12 (~AMurzin@static-71-251-31-27.nycmny.fios.verizon.net) has joined #portableapps
14:11:43 *** abm12 has parted #portableapps (None)
14:15:54 *** pendrag (~pendrag@66-192-111-26.static.twtelecom.net) has joined #portableapps
14:22:01 <pendrag> Morning people, I have a question about ver 1.6.1; New to this app after using the U3 package with older portable drives. Followed the directions and placed personal apps in subfolders under the PortableApps folder. None of the icons or application references have shown up. These include the portable versions of KeePass (2.10) and SignupShieldPortable.
14:29:07 <pendrag> Oh, and one more thing to add on top of this. The drive is encrypted; the decryption app starts before the portableapps does; and results in a new drive letter being assigned by win 7.
15:05:13 *** benedikt93 has quit (Ping timeout: 276 seconds)
15:41:09 *** wavedigit (~username@82-171-23-237.ip.telfort.nl) has joined #portableapps
15:43:25 <wavedigit> hi everyone, is there any burning software available which supports burning an .iso image over multiple CD's/DVD's?
15:43:48 <wavedigit> for example, I have a 6GB .dmg file, and I only have 4.7GB DVD's
15:44:36 <wavedigit> so first I'd have to convert the .dmg file into an .iso file, but after that I have to still span it over multiple DVD's
15:45:55 *** Blint (~michelle@unaffiliated/blint) has joined #portableapps
16:04:32 <wavedigit> ?
16:04:38 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps
16:15:11 *** rcmaehl (~rcmaehl@74-141-211-116.dhcp.insightbb.com) has joined #portableapps
16:15:11 *** rcmaehl has quit (Changing host)
16:15:11 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps
16:23:47 *** MaienM has quit (Quit: Bye!!!!)
16:24:17 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps
16:24:22 *** MaienM has quit (Excess Flood)
16:24:51 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps
16:26:32 *** pa_9788 (3fac5312@gateway/web/freenode/ip.63.172.83.18) has joined #portableapps
16:28:22 <pa_9788> I am trying to install the portable apps, when installing right before the end, it stops with an error msg "Extract: error writing to file th_en_US_v2.dat" WHY?!! very annoying
16:30:11 <pa_9788> happened BOTH times I tried to install
16:31:53 <pa_9788> HELP!
16:38:58 *** pa_9788 has quit (Quit: Page closed)
16:43:40 *** Guest75453 has quit (Quit: ZNC - http://znc.sourceforge.net)
16:56:26 *** ronjn (~ronjn@dslb-088-067-068-123.pools.arcor-ip.net) has joined #portableapps
17:25:03 *** Zach[AFK] is now known as ZachThibeau
17:33:15 *** benedikt93 has quit (Quit: Bye ;))
17:34:44 *** ZachThibeau is now known as Zach[AFK]
17:38:44 *** Zach[AFK] is now known as ZachThibeau
17:43:38 *** Virgil (4a6c9eb1@gateway/web/freenode/ip.74.108.158.177) has joined #portableapps
17:48:53 *** Virgil has parted #portableapps (None)
18:16:21 *** Spellbreaker (~Spellbrea@hmbg-4d06dc49.pool.mediaWays.net) has joined #portableapps
18:22:05 *** digitwave23 (~username@82-171-23-237.ip.telfort.nl) has joined #portableapps
18:22:18 *** wavedigit has quit (Ping timeout: 246 seconds)
18:22:50 *** digitwave23 has quit (Client Quit)
18:44:24 *** abm12 (~AMurzin@static-71-251-31-27.nycmny.fios.verizon.net) has joined #portableapps
18:44:27 *** abm12 has parted #portableapps (None)
18:53:11 *** Pyromaniac_ (d840befc@gateway/web/freenode/ip.216.64.190.252) has joined #portableapps
18:53:18 *** Pyromaniac_ has quit (Client Quit)
18:58:10 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps
19:01:46 *** JacobMastel (Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
19:02:04 *** JacobMastel is now known as Guest74912
19:03:03 *** Guest74912 is now known as Jacobm001
19:04:33 *** Jacobm001 has quit (Client Quit)
19:04:57 *** Jacobm001 (Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
19:05:46 *** Jacobm001 is now known as temp
19:05:54 *** temp is now known as Jacobm001
19:23:30 *** dbdii407 (~dbdii407-@aura.devnetonline.net) has joined #portableapps
19:23:31 <GizmoBot> dbdii407 is Dave, Owner of the ScrapIRC Network.
19:23:49 *** dbdii407 is now known as Guest7798
19:29:27 *** kracker[BDC] (~ID@unaffiliated/kai-62656/x-7765177) has joined #portableapps
19:42:59 *** BeckySanderlin`x has quit (Ping timeout: 240 seconds)
19:43:07 *** BeckySanderlin`x (~quassel@c-98-252-21-200.hsd1.de.comcast.net) has joined #portableapps
19:53:58 *** gluxon has parted #portableapps (None)
20:21:18 *** Blint has quit (Ping timeout: 255 seconds)
20:22:03 *** Jacobm001 is now known as JacobMastel-Away
20:38:29 *** Guest7798 has quit (Ping timeout: 255 seconds)
20:41:56 *** JacobMastel-Away is now known as JacobMastel
20:42:15 *** pendrag has quit (Quit: bu-bye now)
20:45:13 *** dbdii407 (~dbdii407-@aura.devnetonline.net) has joined #portableapps
20:45:15 <GizmoBot> ...
20:45:19 *** dbdii407 is now known as Guest41938
20:56:27 *** andreasma has quit (Quit: Verlassend)
21:00:19 *** TASAIRES (~TASAIRES@84.121.178.221.dyn.user.ono.com) has joined #portableapps
21:21:54 *** Spellbreaker has quit (Read error: Connection reset by peer)
21:23:39 *** Blint (~michelle@2.125.103.125) has joined #portableapps
21:23:39 *** Blint has quit (Changing host)
21:23:39 *** Blint (~michelle@unaffiliated/blint) has joined #portableapps
21:35:29 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps
21:35:51 *** gluxon is now known as gluxon|gone
21:37:48 *** Guest41938 has quit (Ping timeout: 255 seconds)
21:39:54 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps
21:45:33 *** JacobMastel has quit (Ping timeout: 272 seconds)
21:50:57 *** ptmb (~PTMblogge@a79-169-161-157.cpe.netcabo.pt) has joined #portableapps
21:56:14 *** Blint has quit (Quit: Leaving)
21:56:31 *** JacobMastel (Jacob@75-95-178-123.mfd.clearwire-dns.net) has joined #portableapps
22:00:31 *** kaeos (~Miranda@90.164.135.241) has joined #portableapps
22:36:13 *** abm (~AMurzin@mx.abm-gears.com) has joined #portableapps
22:36:59 *** abm12 (~AMurzin@mx.abm-gears.com) has joined #portableapps
22:37:23 *** abm has quit (Client Quit)
22:39:32 *** abm12 has quit (Client Quit)
22:40:59 *** abm (~AMurzin@mx.abm-gears.com) has joined #portableapps
22:41:33 *** abm has quit (Client Quit)
22:42:24 *** abm12 (~AMurzin@mx.abm-gears.com) has joined #portableapps
22:55:32 *** abm12 has parted #portableapps ("Leaving")
23:01:41 *** dbdii407 (~dbdii407-@aura.devnetonline.net) has joined #portableapps
23:01:42 <GizmoBot> ...
23:01:47 *** dbdii407 is now known as Guest49298
23:02:54 *** benedikt93 has quit (Quit: Bye ;))
23:09:28 *** kaeos has quit (Quit: kaeos)
23:18:49 *** JacobMastel has quit (Quit: Leaving)
23:49:19 *** TASAIRES has quit (Quit: Saliendo)