Hi list, I posted about my app 'Helperdeck' some months ago. I'm writing it in Shoes. Still going strong. Helperdeck is used to help build DIY amplifier kits. I've made some pretty good progress, and am satisfied with the app. I thought the list might be interested. Here's a forum thread at the amp kit store's forum: http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program Here's the previous mailing list message about Helperdeck: http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ Cheers! -- Kristleifur
Looks good! martin On Wed, Jun 30, 2010 at 1:40 AM, Kristleifur Daðason <kristleifur@gmail.com> wrote: > Hi list, > > I posted about my app 'Helperdeck' some months ago. I'm writing it in > Shoes. Still going strong. Helperdeck is used to help build DIY > amplifier kits. I've made some pretty good progress, and am satisfied > with the app. I thought the list might be interested. > > Here's a forum thread at the amp kit store's forum: > http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program > > Here's the previous mailing list message about Helperdeck: > http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ > > Cheers! > > -- Kristleifur >
Hey Kristleifur- This is great! I just tweeted about it from @hacketyhack... One thing you might be interested in: did you know you can actually build binaries of your app, so that people don't have to download both shoes and your app itself? That might make it a little easier on your users... -Steve On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason <kristleifur@gmail.com>wrote: > Hi list, > > I posted about my app 'Helperdeck' some months ago. I'm writing it in > Shoes. Still going strong. Helperdeck is used to help build DIY > amplifier kits. I've made some pretty good progress, and am satisfied > with the app. I thought the list might be interested. > > Here's a forum thread at the amp kit store's forum: > > http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program > > Here's the previous mailing list message about Helperdeck: > > http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ > > Cheers! > > -- Kristleifur >
So long as the packager works :3 On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > Hey Kristleifur- > > This is great! I just tweeted about it from @hacketyhack... > > One thing you might be interested in: did you know you can actually build > binaries of your app, so that people don't have to download both shoes and > your app itself? That might make it a little easier on your users... > > -Steve > > > On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason < > kristleifur@gmail.com> wrote: > >> Hi list, >> >> I posted about my app 'Helperdeck' some months ago. I'm writing it in >> Shoes. Still going strong. Helperdeck is used to help build DIY >> amplifier kits. I've made some pretty good progress, and am satisfied >> with the app. I thought the list might be interested. >> >> Here's a forum thread at the amp kit store's forum: >> >> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >> >> Here's the previous mailing list message about Helperdeck: >> >> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >> >> Cheers! >> >> -- Kristleifur >> > > -- ~devyn
It's not the packager, it's actually compiling a binary. I'm not talking about a .shy, I'm talking about an .exe, a .app, or a .run. Like Hackety does. ;) On Tue, Jun 29, 2010 at 7:19 PM, Devyn Cairns <devyn.cairns@gmail.com>wrote: > So long as the packager works :3 > > > On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > >> Hey Kristleifur- >> >> This is great! I just tweeted about it from @hacketyhack... >> >> One thing you might be interested in: did you know you can actually build >> binaries of your app, so that people don't have to download both shoes and >> your app itself? That might make it a little easier on your users... >> >> -Steve >> >> >> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason < >> kristleifur@gmail.com> wrote: >> >>> Hi list, >>> >>> I posted about my app 'Helperdeck' some months ago. I'm writing it in >>> Shoes. Still going strong. Helperdeck is used to help build DIY >>> amplifier kits. I've made some pretty good progress, and am satisfied >>> with the app. I thought the list might be interested. >>> >>> Here's a forum thread at the amp kit store's forum: >>> >>> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >>> >>> Here's the previous mailing list message about Helperdeck: >>> >>> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >>> >>> Cheers! >>> >>> -- Kristleifur >>> >> >> > > > -- > ~devyn >
the packager handles the .exe, .app, .run creation as well as .shy. (in fact, iirc, it creates a shy and injects that into the executable) it works with a stub application for each platform that it just injects the code into, that way you can export an application for all platforms without having to use all of those platforms [in other words, it doesn't compile anything.] On Tue, Jun 29, 2010 at 4:26 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > It's not the packager, it's actually compiling a binary. I'm not talking > about a .shy, I'm talking about an .exe, a .app, or a .run. Like Hackety > does. ;) > > > On Tue, Jun 29, 2010 at 7:19 PM, Devyn Cairns <devyn.cairns@gmail.com>wrote: > >> So long as the packager works :3 >> >> >> On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com>wrote: >> >>> Hey Kristleifur- >>> >>> This is great! I just tweeted about it from @hacketyhack... >>> >>> One thing you might be interested in: did you know you can actually build >>> binaries of your app, so that people don't have to download both shoes and >>> your app itself? That might make it a little easier on your users... >>> >>> -Steve >>> >>> >>> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason < >>> kristleifur@gmail.com> wrote: >>> >>>> Hi list, >>>> >>>> I posted about my app 'Helperdeck' some months ago. I'm writing it in >>>> Shoes. Still going strong. Helperdeck is used to help build DIY >>>> amplifier kits. I've made some pretty good progress, and am satisfied >>>> with the app. I thought the list might be interested. >>>> >>>> Here's a forum thread at the amp kit store's forum: >>>> >>>> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >>>> >>>> Here's the previous mailing list message about Helperdeck: >>>> >>>> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >>>> >>>> Cheers! >>>> >>>> -- Kristleifur >>>> >>> >>> >> >> >> -- >> ~devyn >> > > -- ~devyn
Ah! I n00b out. Cool. :) On Tue, Jun 29, 2010 at 7:48 PM, Devyn Cairns <devyn.cairns@gmail.com>wrote: > the packager handles the .exe, .app, .run creation as well as .shy. (in > fact, iirc, it creates a shy and injects that into the executable) > > it works with a stub application for each platform that it just injects the > code into, that way you can export an application for all platforms without > having to use all of those platforms [in other words, it doesn't compile > anything.] > > > On Tue, Jun 29, 2010 at 4:26 PM, Steve Klabnik <steve@steveklabnik.com>wrote: > >> It's not the packager, it's actually compiling a binary. I'm not talking >> about a .shy, I'm talking about an .exe, a .app, or a .run. Like Hackety >> does. ;) >> >> >> On Tue, Jun 29, 2010 at 7:19 PM, Devyn Cairns <devyn.cairns@gmail.com>wrote: >> >>> So long as the packager works :3 >>> >>> >>> On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com>wrote: >>> >>>> Hey Kristleifur- >>>> >>>> This is great! I just tweeted about it from @hacketyhack... >>>> >>>> One thing you might be interested in: did you know you can actually >>>> build binaries of your app, so that people don't have to download both shoes >>>> and your app itself? That might make it a little easier on your users... >>>> >>>> -Steve >>>> >>>> >>>> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason < >>>> kristleifur@gmail.com> wrote: >>>> >>>>> Hi list, >>>>> >>>>> I posted about my app 'Helperdeck' some months ago. I'm writing it in >>>>> Shoes. Still going strong. Helperdeck is used to help build DIY >>>>> amplifier kits. I've made some pretty good progress, and am satisfied >>>>> with the app. I thought the list might be interested. >>>>> >>>>> Here's a forum thread at the amp kit store's forum: >>>>> >>>>> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >>>>> >>>>> Here's the previous mailing list message about Helperdeck: >>>>> >>>>> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >>>>> >>>>> Cheers! >>>>> >>>>> -- Kristleifur >>>>> >>>> >>>> >>> >>> >>> -- >>> ~devyn >>> >> >> > > > -- > ~devyn >
Thanks for the responses! btw I tried the packager on Mac OS X Raisins – didn't work :) On Tue, Jun 29, 2010 at 11:19 PM, Devyn Cairns <devyn.cairns@gmail.com> wrote: > So long as the packager works :3 > > On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com> > wrote: >> >> Hey Kristleifur- >> This is great! I just tweeted about it from @hacketyhack... >> One thing you might be interested in: did you know you can actually build >> binaries of your app, so that people don't have to download both shoes and >> your app itself? That might make it a little easier on your users... >> -Steve >> >> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason >> <kristleifur@gmail.com> wrote: >>> >>> Hi list, >>> >>> I posted about my app 'Helperdeck' some months ago. I'm writing it in >>> Shoes. Still going strong. Helperdeck is used to help build DIY >>> amplifier kits. I've made some pretty good progress, and am satisfied >>> with the app. I thought the list might be interested. >>> >>> Here's a forum thread at the amp kit store's forum: >>> >>> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >>> >>> Here's the previous mailing list message about Helperdeck: >>> >>> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >>> >>> Cheers! >>> >>> -- Kristleifur >> > > > > -- > ~devyn >
Just to make sure: I'll be trying the packager again soon! Also the Policeman packager. The app directory is a little bloated atm, so I wouldn't be surprised if an otherwise OK packager implementation would choke. On Wed, Jun 30, 2010 at 8:10 AM, Kristleifur Daðason <kristleifur@gmail.com> wrote: > Thanks for the responses! > > btw I tried the packager on Mac OS X Raisins – didn't work :) > > On Tue, Jun 29, 2010 at 11:19 PM, Devyn Cairns <devyn.cairns@gmail.com> wrote: >> So long as the packager works :3 >> >> On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com> >> wrote: >>> >>> Hey Kristleifur- >>> This is great! I just tweeted about it from @hacketyhack... >>> One thing you might be interested in: did you know you can actually build >>> binaries of your app, so that people don't have to download both shoes and >>> your app itself? That might make it a little easier on your users... >>> -Steve >>> >>> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason >>> <kristleifur@gmail.com> wrote: >>>> >>>> Hi list, >>>> >>>> I posted about my app 'Helperdeck' some months ago. I'm writing it in >>>> Shoes. Still going strong. Helperdeck is used to help build DIY >>>> amplifier kits. I've made some pretty good progress, and am satisfied >>>> with the app. I thought the list might be interested. >>>> >>>> Here's a forum thread at the amp kit store's forum: >>>> >>>> http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program >>>> >>>> Here's the previous mailing list message about Helperdeck: >>>> >>>> http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ >>>> >>>> Cheers! >>>> >>>> -- Kristleifur >>> >> >> >> >> -- >> ~devyn >> >
I had used the Policeman packager to build Hackety on all three platforms, and it had been working. I haven't tested it out since the Great Merge, though... so it might still be broken for a minute. On Wed, Jun 30, 2010 at 6:21 AM, Kristleifur Daðason <kristleifur@gmail.com>wrote: > Just to make sure: I'll be trying the packager again soon! Also the > Policeman packager. The app directory is a little bloated atm, so I > wouldn't be surprised if an otherwise OK packager implementation would > choke. > > On Wed, Jun 30, 2010 at 8:10 AM, Kristleifur Daðason > <kristleifur@gmail.com> wrote: > > Thanks for the responses! > > > > btw I tried the packager on Mac OS X Raisins – didn't work :) > > > > On Tue, Jun 29, 2010 at 11:19 PM, Devyn Cairns <devyn.cairns@gmail.com> > wrote: > >> So long as the packager works :3 > >> > >> On Tue, Jun 29, 2010 at 2:24 PM, Steve Klabnik <steve@steveklabnik.com> > >> wrote: > >>> > >>> Hey Kristleifur- > >>> This is great! I just tweeted about it from @hacketyhack... > >>> One thing you might be interested in: did you know you can actually > build > >>> binaries of your app, so that people don't have to download both shoes > and > >>> your app itself? That might make it a little easier on your users... > >>> -Steve > >>> > >>> On Tue, Jun 29, 2010 at 4:10 PM, Kristleifur Daðason > >>> <kristleifur@gmail.com> wrote: > >>>> > >>>> Hi list, > >>>> > >>>> I posted about my app 'Helperdeck' some months ago. I'm writing it in > >>>> Shoes. Still going strong. Helperdeck is used to help build DIY > >>>> amplifier kits. I've made some pretty good progress, and am satisfied > >>>> with the app. I thought the list might be interested. > >>>> > >>>> Here's a forum thread at the amp kit store's forum: > >>>> > >>>> > http://www.41hz.com/forums/showthread.php?2872-Helperdeck-build-assist-program > >>>> > >>>> Here's the previous mailing list message about Helperdeck: > >>>> > >>>> > http://librelist.com/browser//shoes/2009/11/21/shoes-project-helperdeck-a-diy-electronics-build-helper/ > >>>> > >>>> Cheers! > >>>> > >>>> -- Kristleifur > >>> > >> > >> > >> > >> -- > >> ~devyn > >> > > >