Comments for MindlessCode.net http://www.wildgardenseed.com/Taj/blog Life, The Universe, and Everything through an ADSL connection. Sat, 04 Feb 2012 15:58:44 +0000 http://wordpress.org/?v=2.1.3 Comment on USPS Discontinues Shipping Assistant by TheBlueGoldfish http://www.wildgardenseed.com/Taj/blog/2005/11/26/usps-discontinues-shipping-assistant/#comment-70374 TheBlueGoldfish Thu, 20 Mar 2008 10:39:59 +0000 http://www.wildgardenseed.com/Taj/blog/2005/11/26/usps-discontinues-shipping-assistant/#comment-70374 Hi there, Can't say I have ever used USPS Shipping Assistant software really. I use to use mail merge software in word but had too many issues when trying to get printer to print to sheet. After looking around the web we found a company in the midlands that could implement multiple databases into their thermal printing machine, ie take your database and create unique <a href="http://www.selfadhesivelabels.com/thermal.html" rel="nofollow">thermal labels</a> based on your data. Saved us messing around really, and still allowed us to do one off labels for each customer for example. Hi there,

Can’t say I have ever used USPS Shipping Assistant software really. I use to use mail merge software in word but had too many issues when trying to get printer to print to sheet. After looking around the web we found a company in the midlands that could implement multiple databases into their thermal printing machine, ie take your database and create unique thermal labels based on your data. Saved us messing around really, and still allowed us to do one off labels for each customer for example.

]]>
Comment on The Great College Search by Keith http://www.wildgardenseed.com/Taj/blog/2007/03/16/the-great-college-search/#comment-69754 Keith Fri, 14 Mar 2008 22:22:59 +0000 http://www.wildgardenseed.com/Taj/blog/2007/03/16/the-great-college-search/#comment-69754 I went to Gonzaga. Its $$ but has a good scholorship program. If you have good grades and test scores you should get good money to go there. I was doing a math/business degree and picked up a CS concentration later. Its located in Spokane, WA so is on the left-coast. There are good connections to many of the bigger programming companies as well as lots of good connections at smaller companies. of course - if you can get it and afford it nothing is better than Stanford. I went to Gonzaga. Its $$ but has a good scholorship program. If you have good grades and test scores you should get good money to go there. I was doing a math/business degree and picked up a CS concentration later. Its located in Spokane, WA so is on the left-coast. There are good connections to many of the bigger programming companies as well as lots of good connections at smaller companies.

of course - if you can get it and afford it nothing is better than Stanford.

]]>
Comment on Export Gallery 2 to Flickr by Keith http://www.wildgardenseed.com/Taj/blog/2006/11/03/export-gallery-2-to-flickr/#comment-69752 Keith Fri, 14 Mar 2008 22:20:25 +0000 http://www.wildgardenseed.com/Taj/blog/2006/11/03/export-gallery-2-to-flickr/#comment-69752 Hi - i wanted to say thanks for the scripting code you posted on your website. I am in the process of migrating my gallery2 to flickr and am a PHP novice. Greatly appreciate the help. Hi - i wanted to say thanks for the scripting code you posted on your website. I am in the process of migrating my gallery2 to flickr and am a PHP novice. Greatly appreciate the help.

]]>
Comment on Kubuntu 7.04 VMware Image by Chris Hills http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-58277 Chris Hills Tue, 22 Jan 2008 17:03:45 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-58277 Sorry, I missed the addendum. I can host the file for you if you desire, and you can also use http://www.linuxtracker.org/ for distribution by bittorrent. Sorry, I missed the addendum. I can host the file for you if you desire, and you can also use http://www.linuxtracker.org/ for distribution by bittorrent.

]]>
Comment on Kubuntu 7.04 VMware Image by Chris Hills http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-58276 Chris Hills Tue, 22 Jan 2008 17:02:24 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-58276 Thanks for providing this image! Unfortunately I was not able to download it ("500 Internal Server Error"). Thanks for providing this image! Unfortunately I was not able to download it (”500 Internal Server Error”).

]]>
Comment on Why do I write these things, anyway? by Keith http://www.wildgardenseed.com/Taj/blog/2006/02/09/why-do-i-write-these-things-anyway/#comment-39642 Keith Sun, 23 Sep 2007 23:03:45 +0000 http://www.wildgardenseed.com/Taj/blog/2006/02/09/why-do-i-write-these-things-anyway/#comment-39642 Thanks so much for the info on the K550. I finally have it working thanks to your info! Thanks so much for the info on the K550. I finally have it working thanks to your info!

]]>
Comment on Kubuntu 7.04 VMware Image by vaz http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-39141 vaz Thu, 20 Sep 2007 18:41:50 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-39141 Maybe you can submit it to the vmware site I think they offer hosting Maybe you can submit it to the vmware site I think they offer hosting

]]>
Comment on English by S. Althoen http://www.wildgardenseed.com/Taj/blog/2006/01/23/english/#comment-37599 S. Althoen Fri, 07 Sep 2007 23:10:34 +0000 http://www.wildgardenseed.com/Taj/blog/2006/01/23/english/#comment-37599 Isn't English from Kurt F. Leidecker's book Scientific German? Isn’t English from Kurt F. Leidecker’s book Scientific German?

]]>
Comment on Fixed Point Decimal Class for C++ by Joseph Garvin http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/#comment-30409 Joseph Garvin Sun, 24 Jun 2007 17:28:48 +0000 http://www.wildgardenseed.com/Taj/blog/2007/06/17/fixed-point-decimal-class-for-c/#comment-30409 I'm not sure if it's the case for that class specifically in boost, but the vast majority of boost libraries are header only templates. These are statically compiled in (so they aren't a packaging concern) and you only 'link' against the templates you actually instantiate (so it wouldn't bloat the executable either). So I wouldn't really be concerned about the dependency. I’m not sure if it’s the case for that class specifically in boost, but the vast majority of boost libraries are header only templates. These are statically compiled in (so they aren’t a packaging concern) and you only ‘link’ against the templates you actually instantiate (so it wouldn’t bloat the executable either). So I wouldn’t really be concerned about the dependency.

]]>
Comment on Kubuntu 7.04 VMware Image by Paul http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-29542 Paul Thu, 14 Jun 2007 11:09:47 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-29542 You can get around the 24-7 seeding problem by splitting the file in 100Mb rar files and uploading to rapidshare.com, then just post the links here. We all download the files from rapidshare.com, and you get a free account You can get around the 24-7 seeding problem by splitting the file in 100Mb rar files and uploading to rapidshare.com, then just post the links here. We all download the files from rapidshare.com, and you get a free account

]]>
Comment on Will Linux Ever Make it to the Desktop? by Chui’s counterpoint » Blog Archive » Will Linux Ever Get Out Of It’s Driver Mess? http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-28414 Chui’s counterpoint » Blog Archive » Will Linux Ever Get Out Of It’s Driver Mess? Fri, 08 Jun 2007 01:42:23 +0000 http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-28414 [...] Will Linux Ever Make it to the Desktop? I’m OK, You’re Not OK Linux DDK API problem much worse than expected Ian Murdock - It [...] […] Will Linux Ever Make it to the Desktop? I’m OK, You’re Not OK Linux DDK API problem much worse than expected Ian Murdock - It […]

]]>
Comment on Thoughts on Usability by lucmars http://www.wildgardenseed.com/Taj/blog/2007/05/28/thoughts-on-usability/#comment-25940 lucmars Thu, 31 May 2007 18:24:40 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/28/thoughts-on-usability/#comment-25940 Point 1) is a good idea. Lotus presents that indeed but in the end you will need to archive all your stuff; that happens quickly with the e-mails.The main problem is the quantity of document, the more you have the more you're lost. One goes into problems with format that can be handled by different apps (txt format for example) with different versions. Point 2) is consequent to point 1) one needs an app for archiving, but here again the quantity is still the problem, tags or folders can proliferate. The BeOS file system used tags, but one could show a tag as a folder. I think that concerning the archiving, the usability is a matter of good practice in first. Point 1) is a good idea. Lotus presents that indeed but in the end you will need to archive all your stuff; that happens quickly with the e-mails.The main problem is the quantity of document, the more you have the more you’re lost. One goes into problems with format that can be handled by different apps (txt format for example) with different versions.
Point 2) is consequent to point 1) one needs an app for archiving, but here again the quantity is still the problem, tags or folders can proliferate. The BeOS file system used tags, but one could show a tag as a folder.
I think that concerning the archiving, the usability is a matter of good practice in first.

]]>
Comment on Kubuntu 7.04 VMware Image by Isak http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-25016 Isak Fri, 25 May 2007 14:39:42 +0000 http://www.wildgardenseed.com/Taj/blog/2007/05/24/kubuntu-704-vmware-image/#comment-25016 You can create torrents with Azureus (java app, open source) pretty easilly. I have never done it, so I'm probably not a better candidate than you but I think it's pretty straight forward. Then I guess you'll have to make sure someone seeds it 24/7.. If you have shell on wgs then it's no problem I guess.. I can also seed whenever my machine is up. What we should do is host a bunch of good-to-have images. Like some of the most common distros, plus a bunch of old ones to test binary compatibility on. We could pre-load them with svn checkouts of autopackage and various dev tools like gcc, emacs, auto* etc. You can create torrents with Azureus (java app, open source) pretty easilly. I have never done it, so I’m probably not a better candidate than you but I think it’s pretty straight forward.

Then I guess you’ll have to make sure someone seeds it 24/7.. If you have shell on wgs then it’s no problem I guess.. I can also seed whenever my machine is up.

What we should do is host a bunch of good-to-have images. Like some of the most common distros, plus a bunch of old ones to test binary compatibility on. We could pre-load them with svn checkouts of autopackage and various dev tools like gcc, emacs, auto* etc.

]]>
Comment on Now Listening To… by Autumn http://www.wildgardenseed.com/Taj/blog/2005/09/05/now-listening-to/#comment-24255 Autumn Wed, 16 May 2007 19:48:42 +0000 http://www.wildgardenseed.com/Taj/blog/2005/09/05/now-listening-to/#comment-24255 yeah that sounds like a cool plugin... you finished it already? yeah that sounds like a cool plugin…

you finished it already?

]]>
Comment on Web Services by ig http://www.wildgardenseed.com/Taj/blog/2006/02/20/web-services/#comment-24187 ig Tue, 15 May 2007 21:53:15 +0000 http://www.wildgardenseed.com/Taj/blog/2006/02/20/web-services/#comment-24187 taj said: "I’ve looked at Hula, but, you know, it’s just not like GMail…it looks a little bit like Zimbra. Zimbra is big, and slow, and bloated. *sigh*" Well, as we all know by now, the Hula project collapsed (predictably; it was mostly vapor and abandonware to begin with). And as you correctly pointed out, Zimbra is incredibly bloated. I suggest you check out Citadel -- http://www.citadel.org It's got quite a lot of that "web 2.0 sizzle" and because it was built from scratch using clean, efficient C code, its footprint is quite small. taj said:

“I’ve looked at Hula, but, you know, it’s just not like GMail…it looks a little bit like Zimbra. Zimbra is big, and slow, and bloated. *sigh*”

Well, as we all know by now, the Hula project collapsed (predictably; it was mostly vapor and abandonware to begin with). And as you correctly pointed out, Zimbra is incredibly bloated.

I suggest you check out Citadel — http://www.citadel.org

It’s got quite a lot of that “web 2.0 sizzle” and because it was built from scratch using clean, efficient C code, its footprint is quite small.

]]>
Comment on Will Linux Ever Make it to the Desktop? by Viral http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-22506 Viral Sun, 29 Apr 2007 19:49:30 +0000 http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-22506 Hi.. Nice to see your blog. The content is really great. Well I am Viral Patel from India. I have developed an Operating System. I called it TAJ, An Object Oriented Operating System. Taj Operating System is a multitasking , multithreading, multiuser operating system. I just wanted to share my expirence with you. My site is http://www.viralpatel.net and http://geocities.com/taj_os Hi..
Nice to see your blog. The content is really great. Well I am Viral Patel from India. I have developed an Operating System. I called it TAJ, An Object Oriented Operating System. Taj Operating System is a multitasking , multithreading, multiuser operating system.

I just wanted to share my expirence with you. My site is http://www.viralpatel.net and http://geocities.com/taj_os

]]>
Comment on OpenProfile by Rhys Adams http://www.wildgardenseed.com/Taj/blog/2006/06/12/openprofile/#comment-21962 Rhys Adams Fri, 27 Apr 2007 03:14:26 +0000 http://www.wildgardenseed.com/Taj/blog/2006/06/12/openprofile/#comment-21962 There are a lot more sites using OpenID than 2; http://openiddirectory.com has a (incomplete) list of sites using it. I also agree with what Luc says: anyone can set up a free account with Livejournal or Wordpress, and instantly have an OpenID. Also, giving your email address to every site that needs authentication sounds a bit risky to me: who dictates what the site will do with it? There are a lot more sites using OpenID than 2; http://openiddirectory.com has a (incomplete) list of sites using it.
I also agree with what Luc says: anyone can set up a free account with Livejournal or Wordpress, and instantly have an OpenID. Also, giving your email address to every site that needs authentication sounds a bit risky to me: who dictates what the site will do with it?

]]>
Comment on Will Linux Ever Make it to the Desktop? by Damjan http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-21469 Damjan Mon, 23 Apr 2007 10:35:57 +0000 http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-21469 As far as path prefixes go, it can be fixed by the application by putting unique id's into filenames and paths, eg. /usr/local/bin/myapp-version-{some-guid} and /usr/local/share/myapp-version-{some-guid}. There is stable interfaces in Linux, in the form of portable APIs like Java, or API-independant protocols like X11 and DBus - these can be used from multiple programming languages, on many versions of many distros, right now. As an example, libhal's API is unstable, but if you connect to hald straight from DBus, you can skip using libhal completely. If you want a stable C API, either ditch ELF and make another object file format, or force his highness Ulrich Drepper to accept the -Bdirect patch and make gcc generate Bdirect ELF sections by default (ie. without the need for some special switch that nobody will know or use); I'm sure if Red Hat's management got involved in the decision, the patch would be accepted very quickly. Centralized repositories are evil and I hate them - but what else do you offer people? It is bitterly ironic that autopackage, which is a far superior solution, has less than 1% of the packages in Ubuntu’s repos. The way to win here, is to build autopackages of software which is almost never packaged or really difficult to install: MythTV (a mission to install, entire distro - MythKnoppix - just to get it working), asterisk (entire distros: Trixbox, AsteriskNow are built around it), mplayer (many people including me run the Windows version under wine, it’s easier than compiling the Linux version), and so on. Get this kind of software autopackaged and watch autopackage really take off. As far as path prefixes go, it can be fixed by the application by putting unique id’s into filenames and paths, eg. /usr/local/bin/myapp-version-{some-guid} and /usr/local/share/myapp-version-{some-guid}.

There is stable interfaces in Linux, in the form of portable APIs like Java, or API-independant protocols like X11 and DBus - these can be used from multiple programming languages, on many versions of many distros, right now. As an example, libhal’s API is unstable, but if you connect to hald straight from DBus, you can skip using libhal completely.

If you want a stable C API, either ditch ELF and make another object file format, or force his highness Ulrich Drepper to accept the -Bdirect patch and make gcc generate Bdirect ELF sections by default (ie. without the need for some special switch that nobody will know or use); I’m sure if Red Hat’s management got involved in the decision, the patch would be accepted very quickly.

Centralized repositories are evil and I hate them - but what else do you offer people? It is bitterly ironic that autopackage, which is a far superior solution, has less than 1% of the packages in Ubuntu’s repos. The way to win here, is to build autopackages of software which is almost never packaged or really difficult to install: MythTV (a mission to install, entire distro - MythKnoppix - just to get it working), asterisk (entire distros: Trixbox, AsteriskNow are built around it), mplayer (many people including me run the Windows version under wine, it’s easier than compiling the Linux version), and so on. Get this kind of software autopackaged and watch autopackage really take off.

]]>
Comment on Why do I write these things, anyway? by itchypaws http://www.wildgardenseed.com/Taj/blog/2006/02/09/why-do-i-write-these-things-anyway/#comment-21422 itchypaws Sun, 22 Apr 2007 18:52:54 +0000 http://www.wildgardenseed.com/Taj/blog/2006/02/09/why-do-i-write-these-things-anyway/#comment-21422 Hey, I was struggling to get hplip to work with my HP Photosmart 2710 printer as it couldn't find it on the network. Spent about five minutes playing with it before resorting to google and found your page. Noticed that I didn't have net-snmp package installed based on your "EDIT" and hey presto, manually typing in the IP address has now found the printer... Worth mentioning too for the uninitiated that to start the hplip set up application you type "hp-setup" from the command line (fedora 6 doesn't have a Gnome icon for it). Hey, I was struggling to get hplip to work with my HP Photosmart 2710 printer as it couldn’t find it on the network. Spent about five minutes playing with it before resorting to google and found your page. Noticed that I didn’t have net-snmp package installed based on your “EDIT” and hey presto, manually typing in the IP address has now found the printer…

Worth mentioning too for the uninitiated that to start the hplip set up application you type “hp-setup” from the command line (fedora 6 doesn’t have a Gnome icon for it).

]]>
Comment on Will Linux Ever Make it to the Desktop? by Hongli http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-21146 Hongli Tue, 17 Apr 2007 04:40:48 +0000 http://www.wildgardenseed.com/Taj/blog/2007/04/15/will-linux-ever-make-it-to-the-desktop/#comment-21146 Will <b>any</b> non-Windows OS ever make it to the desktop? Besides Linux, MacOS X is the only serious competitor that Windows has, but even OS X's market share is not much more than 10%, despite the fact that it has existed for years. Will any non-Windows OS ever make it to the desktop? Besides Linux, MacOS X is the only serious competitor that Windows has, but even OS X’s market share is not much more than 10%, despite the fact that it has existed for years.

]]>