Re: A bot or framework to listen and reply when CC'd on an email?

2014-06-05 Thread justin
ᐧ On Wed, Jun 4, 2014 at 6:26 AM, S. Dale Morrey sdalemor...@gmail.com wrote: Is there a framework for something like this? I don't care too much about the language, but this seems like it ought to be a solved problem, sadly google results keep pointing me to email providers when I search

Re: Preventing SQL-injection based attacks in PHP - best way?

2014-05-27 Thread justin
about this like PHP and its community tell you to think about this, think about it like a database interface user and work out from there. I'll just leave this here… http://www.phptherightway.com --justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman

Re: JOB: LAMP Artisan

2014-02-28 Thread justin
on 10-year-old PHP. --justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: JOB: LAMP Artisan

2014-02-28 Thread justin
with is CodeIgniter, which is a huge step forward but not exactly there. Is there something better? Justin asked me for examples of what I consider to be a modern web framework. Examples that come to mind are: * Ruby on Rails * Python Django * Python Pyramid * Python Flask * Catalyst

Re: JOB: LAMP Artisan

2014-02-28 Thread justin
any of the others actually get any use? The bar for PHP web frameworks is pretty low, so how do these frameworks compare with frameworks from other languages? Thanks for the discussion, Richard On Friday, February 28, 2014 09:50:57 justin wrote: ᐧ On Fri, Feb 28, 2014 at 9:42 AM

Re: JOB: LAMP Artisan

2014-02-26 Thread justin
ᐧ On Wed, Feb 26, 2014 at 1:05 PM, keith smith klsmith2...@yahoo.com wrote: Don't hate LAMP, just love your favorite programming language and your favorite DB on whatever platform you like with whatever web server pleases you. This. Always this. -- http://justinhileman.com /* PLUG:

Re: JOB: LAMP Artisan

2014-02-26 Thread justin
:D On Wed, Feb 26, 2014 at 4:38 PM, justin jus...@justinhileman.info wrote: ᐧ On Wed, Feb 26, 2014 at 1:05 PM, keith smith klsmith2...@yahoo.com wrote: Don't hate LAMP, just love your favorite programming language and your favorite DB on whatever platform you like with whatever

QT-Creator thoughts?

2014-01-24 Thread justin
On Friday, January 24, 2014, Michael Torrie torr...@gmail.comjavascript:_e({}, 'cvml', 'torr...@gmail.com'); wrote: My question is, does it have a nice, functional, vim mode? And desert color scheme (I use desert's basic colors for everything including thunderbird e-mail!)? Honestly the

Re: Good magazines?

2014-01-23 Thread justin
ᐧ On Thu, Jan 23, 2014 at 1:30 AM, S. Dale Morrey sdalemor...@gmail.comwrote: Markdown is the new hotness in formatting. Instead of open and close tags like SGML/HTML/XML your markup is done with a single tag and indenting takes care of the rest. You're thinking of [Haml][1], which is not

Re: ZSH tab completion problem

2014-01-23 Thread justin
While you're switching, why not switch all the way to Fish? All the cool kids are doing it :) --j ᐧ On Thu, Jan 23, 2014 at 8:20 PM, Michael Torrie torr...@gmail.com wrote: Thanks to the encouragement of pluggers a few months back (or was it years... can't remember) I've switched my main

Re: OT: Twin monitors on thunderbolt

2014-01-22 Thread justin
On Tue, Jan 21, 2014 at 7:24 PM, Michael Torrie torr...@gmail.com wrote: Does anyone know if it's possible to connect two DVI monitors to thunderbolt? How about thunderbolt hubs? I'm aware of several docking stations that split thunderbolt out into usb, ethernet, etc, but how about more

Re: Good magazines?

2014-01-21 Thread justin
On Tue, Jan 21, 2014 at 6:19 AM, Michael Torrie torr...@gmail.com wrote: Converting to markdown format worked a little better, preserving the source code format, but then you have all the markdown tags. But that's still plain text, so it meets the constraints, right? I actually prefer to

Re: Merging 2 HUGE documents

2014-01-02 Thread justin
On Thu, Jan 2, 2014 at 9:42 AM, Charles Curley charlescur...@charlescurley.com wrote: cat filex filey | sort -u filez If you ever think hey, I should cat this thing you're almost certainly Doing It Wrong ;) $ sort -u filex filey filez --justin /* PLUG: http://plug.org, #utah

Re: Merging 2 HUGE documents

2014-01-02 Thread justin
On Thu, Jan 2, 2014 at 10:34 AM, justin jus...@justinhileman.info wrote: On Thu, Jan 2, 2014 at 9:42 AM, Charles Curley charlescur...@charlescurley.com wrote: cat filex filey | sort -u filez If you ever think hey, I should cat this thing you're almost certainly Doing It Wrong

Re: Koding.com thoughts?

2013-12-29 Thread justin
Some Twitter accounts have been brute forced recently, so it might be completely unrelated. On Sun, Dec 29, 2013 at 11:22 AM, Grant Shipley gship...@gmail.com wrote: Call me a conspiracy theorist here but my twitter account was hacked about an hour ago. I did two things around that time:

Re: What do you use to manager passwords?

2013-12-24 Thread justin
I use 1Password personally, but use Mitro (https://www.mitro.co) for work and it's pretty great. They do sharing (which is why we use it for work) and syncing between devices, but all the crypto is client side and they do smart things with security. --j On Tue, Dec 24, 2013 at 9:32 AM, Nicholas

Re: What do you use to manager passwords?

2013-12-24 Thread justin
On Tue, Dec 24, 2013 at 10:04 AM, justin jus...@justinhileman.info wrote: I use 1Password personally, but use Mitro (https://www.mitro.co) for work and it's pretty great. They do sharing (which is why we use it for work) and syncing between devices, but all the crypto is client side

Re: Hosting

2013-12-12 Thread Justin Hileman
That sounds a lot like a twelve-factor app :) http://12factor.net -- justin I'm not sure what news you've been reading but The London Airport was shutdown due to a system failure and a backup system that utterly failed to do it's job http://www.bbc.co.uk/news/uk-25281675 BART

Re: Hosting

2013-12-12 Thread justin
On Thu, Dec 12, 2013 at 11:03 AM, Grant Shipley gship...@gmail.com wrote: If the corporations didn't allow government snooping there wouldn't be an issue. Easier said than done. Google had to encrypt all their in-network replication traffic because the government was snooping on the wires

Re: When did Javascript become a serious language?

2013-12-08 Thread justin
On Saturday, December 7, 2013, Eric Wald wrote: On Dec 7, S. Dale Morrey wrote: One thing that I admit I am struggling with, is the idea of functions not returning values. Obviously, this isn't a limitation in the language itself and more a matter of style. But it seems like most of the

Re: It's alive! Well sorta.

2013-12-07 Thread justin
On Sat, Dec 7, 2013 at 5:35 PM, S. Dale Morrey sdalemor...@gmail.comwrote: It's just a feeder script, so in the end my solution was just to issue init.d/mydaemon start through cron on an hourly basis. It's not vital that it run ALL the time just most of the time, and the daemon will already

Re: Is Move Networks still alive?

2013-12-05 Thread justin
They fired their CEO, then everyone else: http://www.multichannel.com/content/move-networks-cuts-staff-preps-possible-sale Then EchoStar bought their IP hired 25 of their employees for $45MM: http://gigaom.com/2011/01/06/echostar-move-networks/ And then... nothing? --j On Thu, Dec 5, 2013

Re: Is Move Networks still alive?

2013-12-05 Thread justin
. Move went through a bankruptcy and these coworkers were hired on after the reorganization from what I heard. So I guess not nothing :) Do you know if that was EchoStar-as-Move, or whether pre-acquisition Move lived on despite selling off assets? --justin /* PLUG: http://plug.org, #utah

Re: PHP gig for FTW

2013-11-19 Thread justin
On Tue, Nov 19, 2013 at 9:38 AM, Steve Alligood st...@betterlinux.comwrote: (yes, most of that is tongue-in-cheek, but I still don't understand the vehemence and flames that surround the topic) He says as he fans the flames. --justin /* PLUG: http://plug.org, #utah on irc.freenode.net

Re: sharing secrets

2013-10-10 Thread justin
We're using mitro.co On Thu, Oct 10, 2013 at 2:03 PM, Lonnie Olson li...@kittypee.com wrote: Text file PGP encrypted to each user's key stored on a central management server. A simple wrapper script to automate the decryption, launching $EDITOR, and re-encryption (if modified). On Thu,

Re: Wireless USB

2013-08-07 Thread justin
It seems like ANT+ and Bluetooth LE are the weapon of choice for the sensor kids these days, but I don't have any personal experience with any of 'em :) On Wed, Aug 7, 2013 at 5:37 PM, Jim Wright jwri...@perelson.com wrote: Not sure about Bluetooth performance in terms of latency. We are

Re: Google's logo is Awesome today!

2013-07-08 Thread justin
There are several paths through it. I found two ways to get each of two of the parts. The first time I used up everything, and the second time I did it with three bits left over. On Mon, Jul 8, 2013 at 6:21 AM, Joshua Marsh jos...@themarshians.comwrote: There must be some Easter eggs that I'm

Re: Marriage (How the heck did we get here? Was RE: Did Ed Snowden do the right thing?)

2013-06-10 Thread justin
On Mon, Jun 10, 2013 at 12:27 PM, Doran L. Barton f...@hypermoo.com wrote: As such, marriage, in the government's eyes, becomes simply a partnership between two people. * or more. -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe:

Re: Discount code for OSCON?

2013-06-07 Thread justin
I don't know about PLUG, but I believe I can get a 20% discount code if there's interest. --justin On Thu, Jun 6, 2013 at 8:24 PM, Richard Esplin richard-li...@esplins.orgwrote: I know that PLUG has participated in the O'Reilly user group program in the past. Are we eligible for a discount

Re: Discount code for OSCON?

2013-06-07 Thread justin
:+1: awesome :) On Thu, Jun 6, 2013 at 11:15 PM, Marsee Henon mar...@oreilly.com wrote: Hi Richard 20% off with discount code OS13UG http://www.oscon.com Hope that helps! Marsee Henon (Sent via mobile) On Jun 6, 2013, at 10:24 PM, Richard Esplin richard-li...@esplins.org wrote: I

Re: PHP/HTTP/HTML Question

2013-05-24 Thread justin
of the problem there could be the choice of database :) Something like MongoDB's GridFS or Riak CS might be a much better bet if storing in the database is an absolute necessity. --justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear

Re: PHP/HTTP/HTML Question

2013-05-24 Thread justin
On Fri, May 24, 2013 at 11:50 AM, Daniel C. dcrooks...@gmail.com wrote: On Fri, May 24, 2013 at 2:28 PM, justin jus...@justinhileman.info wrote: Something like MongoDB's GridFS or Riak CS might be a much better bet if storing in the database is an absolute necessity. I'm a fan of storing

Re: drobo

2013-05-22 Thread justin
No experience with Drobo, but I've got a Synology DS-713+ and I love it so far. I'd heartily recommend that. On Wed, May 22, 2013 at 1:33 PM, Merrill Oveson move...@gmail.com wrote: Pluggers: Anybody have any experience using Drobo? I need a backup solution. (Someone creates a file, works

Re: drobo

2013-05-22 Thread justin
Related: I've got my Synology set up to periodically write things to Amazon Glacier, which is kind of awesome for low-cost in case the building burns down backup-backup storage. --justin On Wed, May 22, 2013 at 4:50 PM, Matt Ryan mr...@getjive.com wrote: Just a quick note on backup - be sure

Re: PHP Question

2013-05-17 Thread justin
configured. --justin On Fri, May 17, 2013 at 4:31 AM, Dan Egli ddavide...@gmail.com wrote: Hey folks, something I've been wondering. I'm sure we're all used to seeing URLS that end in things like /file.php?req=12 or similiar. That's easy. But lately I've seen an increasing number of pages

Re: Unable to use oauth as a normal user

2013-05-03 Thread justin
On Thursday, May 2, 2013, Richard Esplin wrote: I am hoping that some kind soul on this list can help me out. https://foauth.org/ --justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear

Re: Explain a monad?

2013-05-02 Thread justin
A monad is a monoid in the category of endofunctors, what's the problem? On Thu, May 2, 2013 at 5:36 AM, S. Dale Morrey sdalemor...@gmail.comwrote: I just read that Java 8 will include Monads. I tried to google the term and came up with mind blowing complex stuff which may have stripped a

Re: Explain a monad?

2013-05-02 Thread justin
This is probably the most useful article on monads I've seen: http://importantshock.wordpress.com/2009/01/18/jquery-is-a-monad/ --j On Thu, May 2, 2013 at 7:06 AM, justin jus...@justinhileman.info wrote: A monad is a monoid in the category of endofunctors, what's the problem? On Thu, May

Re: Crazy idea from a recruiter

2013-03-25 Thread justin
On Mon, Mar 25, 2013 at 10:00 AM, Steve Meyers steve-p...@spwiz.com wrote: On 3/25/13 10:44 AM, Robert Merrill wrote: I have a crazy idea, thought I would ask you folks because you're always honest with me. Honestly, that seems like the most sane idea I've heard from a recruiter. :)

Re: Hard Disk device IDs in Linux

2013-03-08 Thread justin
On Fri, Mar 8, 2013 at 7:49 AM, Michael Torrie torr...@gmail.com wrote: Is there a way to configure your e-mail client not to put all those extra stars in your messages? *I just figured it was Markdown formatted and he wanted to italicize the entire email.* ## :) ##

Re: A simple way to maintain a static web presence?

2013-01-13 Thread justin
dyndns On Saturday, January 12, 2013, S. Dale Morrey wrote: Hello, So I've decided to go with an RDP or VNC tunneled over SSH. However I have a dynamic IP address. I remember years ago there was a service you could install that if your IP address changed it would change a DNS record at

Re: slightly OT, need some electronic circuit help

2012-10-08 Thread justin
I've noticed a strong correlation between bottom posting and judging others for not bottom posting. Top posting helps eliminate this problem. Just saying... ;) --j On Mon, Oct 8, 2012 at 10:57 AM, Michael Torrie torr...@gmail.com wrote: [1] I've noticed a strong correlation between

Re: Bulk Email

2012-09-12 Thread justin
On Tue, Sep 11, 2012 at 5:00 PM, Lane Brooks l...@brooks.nu wrote: I am using Google Apps Engine (GAE) for a small project. I need to send a bulk announcement email (1000 users) to everyone that has registered on the site. The announcement has certain customizations for each user. I have found

Re: Blogging software, or sites

2012-09-04 Thread justin
On Monday, September 3, 2012 at 10:41 PM, Michael Torrie wrote: Comments posted to the aggregated blog wouldn't go back to the original sources of course, but maybe that'd be fine. If you used disqus for the comments (I'm a huge fan) you could provide a post id or canonical URL instead

Re: [OT] Josh's secret

2012-07-13 Thread justin
Related: A while back I taught a former boss — who started his career as a *nix sysadmin some 15+ years ago — that you can do the same thing with symlinks: ln -s /path/to/something . ln -s /path/to/something ./something :) --j On Fri, Jul 13, 2012 at 11:15 AM, AJ ONeal

Re: [OT] Josh's secret

2012-07-13 Thread justin
On Fri, Jul 13, 2012 at 1:30 PM, Kenneth Burgener kenn...@mail1.ttak.org wrote: justin wrote: Related: A while back I taught a former boss — who started his career as a *nix sysadmin some 15+ years ago — that you can do the same thing with symlinks: ln -s /path/to/something . So

Re: [OT] Josh's secret

2012-07-13 Thread justin
On Fri, Jul 13, 2012 at 4:39 PM, Brian Christiansen gaiji...@gmail.com wrote: I personally love the command to write out changes in vim when you didn't open the file with privileges. http://www.commandlinefu.com/commands/view/1204/save-a-file-you-edited-in-vim-without-the-needed-permissions

Re: How to assign foo.local domains with zeroconf

2012-03-13 Thread justin
I always did this with ghost, but it's been acting up on OS X recently so I'm back to /etc/hosts. Might give it a shot and see if it's back to working? https://github.com/bjeanes/ghost --j On Tue, Mar 13, 2012 at 11:19 AM, AJ ONeal coola...@gmail.com wrote: I want to add a dns record to a

Re: history script

2011-12-22 Thread justin
Bash has the `history` builtin: history somefile.txt history | grep 'mv' etc. -- justin On Wed, Dec 21, 2011 at 11:13 PM, Make Compile makecomp...@yahoo.com wrote: hey guys, anyone can provide atleast simple bash script where i can redirect the output of command history

[JOB] Senior PERL Application Engineer

2011-10-15 Thread Justin DeVries
If any one is interested please sent resumes to Cheryl Williams at cswilli...@novell.com. http://jobs.novell.com/provo/engineering/perl-bugzilla-dev-application-engineer-iv-jobs -- Justin C. De Vries Infrastructure Mgmt Analyst Information Technology Outsourcing (ITO) Affiliated Computer

Re: testing, staging, deployment processes

2011-09-21 Thread justin
servers are a static set, but one of the sysadmins is working on setting up an automated EC2 pool of staging servers, which can be deployed as needed to test features or integration. This is working out quite well for us, but it would be quite a bit to set up all at once :) -- justin On Tue, Sep

Re: testing, staging, deployment processes

2011-09-21 Thread justin
detection and resolution... we tend to tag immediately before deploying, since tags are immutable. -- justin On Wed, Sep 21, 2011 at 7:32 AM, Wade Preston Shearer wadeshearer.li...@me.com wrote: What about for very agile web development? Our development-to-deployment cycle is generally quite short

Re: Speaking of insufficient skill

2011-06-07 Thread justin
On Tue, Jun 7, 2011 at 10:13 PM, Henry Paul he...@paulfam.com wrote: If it was my system and the integrity of the hardware was in question, I'd yank the drive and do the data backup on a machine I have full confidence in first and then troubleshoot the hardware issues later. +1 ... And I've

Re: [OT] Best cartoon ever.

2011-05-18 Thread Justin Hileman
On May 17, 2011, at 9:36 PM, Doran L. Barton f...@hypermoo.com wrote: On Tuesday, May 17, 2011 04:22:25 PM Ryan Simpkins wrote: Like PHP. zin! $ryan++; There. I fixed that for you ;) -- justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http

database+website development needed

2011-02-09 Thread Justin Findlay
. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Top posting

2010-09-17 Thread Justin DeVries
. Thanks. Justin De Vries P.S. I hope this is a correct example of proper bottom posting :) /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: [OT] Magento gurus?

2010-04-16 Thread justin
? Please reply off list - [flamers welcome, I don't discriminate] .. :-D There are no unique experiences with Magento, only undocumented common experiences with Magento :) -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org

Re: Something More Than Cron

2010-02-13 Thread Justin Hileman
starting a project like this, I would start with launchd, not cron. Justin -- Sent from my iPad Nano. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: 802.11n Recommendations

2010-01-17 Thread justin
! Apple Airport Extreme Base Station. Seconded. I run an Airport Extreme plus an Airport Express halfway across the apartment. Coverage is great, the access points share an SSID and seamlessly hand off to each other... Apple's base stations are amazing. -- justin http://justinhileman.com

Re: Can mySQL and MSSQL coexist on the same server peacefully?

2009-12-21 Thread justin
inappropriately), Sasha's emails break the threads, so it appears to be a references problem. Gmail gets it right :P -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: In need of some fans

2009-12-21 Thread Justin Hileman
On Dec 21, 2009, at 2:48 PM, Matt Nelson m...@frozenatom.com wrote: I need to replace about 6 HDD enclosure fans. They are 40mm x 40mm x 10mm, and have the 2pin connector. Does anyone know where to pick some of these up for a decent deal? http://www.utahelectronics.com/ has a pretty

Re: Need Member Input re: Kimball Larsen

2009-08-29 Thread Justin Hileman
; LINE-HEIGHT: 115%; FONT-FAMILY: 'Times New Roman','serif'o:pfont color=#00/font/o:p/spannbsp;/p -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Slide show

2009-05-29 Thread Justin Hileman
Jones, Scott (GE Money, consultant) wrote: I am sure my friend, a non-programmer, would think I was swearing at her if I suggested she use postgresql or javascript, or php. Any other suggestions? Upload to Picasa or Flickr and export a slideshow. -- justin http://justinhileman.com

Re: Two routers

2009-05-27 Thread Justin Hileman
into either WRT should talk to each other. -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Two routers

2009-05-27 Thread Justin Hileman
Kyle Waters wrote: Justin Hileman wrote: The key is to get the second WRT out of router mode and into access point mode. Do this by putting the uplink on a LAN port rather than the WAN port. Then you should disable the DHCP server on the second WRT. This keeps it from handing out IP addresses

Re: Two routers

2009-05-27 Thread Justin Hileman
of config) on a stock WRT54G. Upgrade it to DDWRT/ and you can do all that and more: make multiple VLANs, put wireless and wired on separate VLANs, use a shared SSID for both routers, install PeerGuardian, set up a VPN, etc :) -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah

RE: May PLUG Meeting; The Open Source Datacenter

2009-05-11 Thread Justin DeVries
I second Scott's request for note, slides, or what ever can be passed along. Justin De Vries On Mon, 11 May 2009 at 2:18 PM, Jones, Scott (GE Money, consultant) scott.1jo...@ge.com wrote: I'd love to attend. Alas, I have cancelled two other events, to attend a third on this same night

Re: plug spam

2009-04-16 Thread justin
, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: broken URI fragments (such as index.html#fragment)

2009-04-02 Thread Justin Hileman
future proof, you should add an id to your anchors, e.g: h2a id=TOC130 name=TOC130Acknowledgments/a/h2 See the XHTML 1.0 compatibility guidelines: http://www.w3.org/TR/xhtml1/guidelines.html#C_8 -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

Re: posting - was Re: Sweet Mother of Perl!

2009-03-13 Thread justin
? Actually, Clippy makes quick work of trimming emails on the iPhone. Unfortunately, some people have a strange aversion to liberating their devices. -- justin http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear

Re: mysql load, help with ideas related to local cache

2009-02-24 Thread justin
that they need to be handled better.  I was thinking of creating a daemon that runs every 5 seconds and then populates a flat file that apache/php would read with every refresh thus limiting the load to one connection every 5 seconds. You could always switch to push :) -- justin http

Re: Please take this 30 second survey for my school project.

2009-01-01 Thread justin
On Thu, Jan 1, 2009 at 3:07 PM, Kirk Cerny kirksem...@gmail.com wrote: Please take this 30 second survey for my school project. http://72.8.94.16/java_script_survey/addView/index.html For the record: using selects for yes/no questions ought to be a hangin' offense. justin -- http

Re: wikis!

2008-12-05 Thread justin
are the pros and cons of various wikis. DekiWiki. Pros: It's awesome. Really. It's the best wiki software I've used. Cons: It's .NET... It runs really well on my OpenSUSE box with Mono though. justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

sys admin/programmer job

2008-07-28 Thread Justin Findlay
be interested. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: linux hardware compatibility list

2008-07-16 Thread Justin Findlay
/did/ invent the PGGB. And being deliberately obtuse fits in well with the humor of the series... I guess we'll never know. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: [OT] Congrats to Josh and his Tank

2008-07-06 Thread Justin Findlay
have a federal curio and relic license (i only collect vintage ww2 items.) How hard do you think it would be to get a WWII mustang (the P-51 variety)? Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: One of my favorite gmail features

2008-06-29 Thread justin
the inbox). justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: One of my favorite gmail features

2008-06-29 Thread justin
. So nice. =) right. but the gmail mute handles the future tense, not the present. if you're not interested in a thread, you can mute it and *future posts* to the thread will skip your inbox... justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

Re: Computer case recommendations

2008-06-29 Thread justin
. or a car from _the fast and the furious_... be sure to check out newegg's sister site, as they often have the same case for $20 cheaper, half price shipping, etc: http://tinyurl.com/4mk9ne justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http

Re: [OT] Mailing Lists: Good for argument, bad for discussion

2008-06-29 Thread justin
on: http://www.randsinrepose.com/archives/2007/11/11/the_nerd_handbook.html justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: OT - I don't _hate_ McMansions

2008-06-29 Thread Justin Findlay
the night the temperature drops until dawn. If there are clouds they mitigate or buffer atmospheric temperature. In the summer when there's more solar EM flux they will generally lower the temperature and during the night they reduce the decrease in temperature. Justin /* PLUG: http://plug.org

Re: OT - I don't _hate_ McMansions

2008-06-29 Thread Justin Findlay
. See? In the end, everything comes back to science. I always knew I was cool. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: [OT] Mailing Lists: Good for argument, bad for discussion

2008-06-29 Thread Justin Findlay
On AD 2008 June 29 Sunday 11:49:31 AM -0600, Dave Smith wrote: me too. Me too too! Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: OT - I don't _hate_ McMansions

2008-06-27 Thread Justin Findlay
of computers is here, though, so I will work in it, and I will try to stop gubment from stealing. Your ignorance truly saddens me. I don't know what to say to you. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: OT - I don't _hate_ McMansions

2008-06-26 Thread Justin Findlay
of the solar system, all of them the province of astronomers and astrophysicists, yet you don't see any corporations rush in even so much as to get their brand names on them. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear

Re: [on topic] What's your favorite less-popular open source app?

2008-06-25 Thread Justin Findlay
anything specifically right now, linux.com often highlights such apps. Another little known area seems to be OSS games. My personal favorite is Flight Gear, which is in many ways among the best consumer-grade flight simulators out there. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net

Re: and now for something completely different

2008-06-24 Thread Justin Findlay
which doesn't support the widened range of dynamicity capable of the newer flux inductor. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Re: Free Computer

2008-06-23 Thread justin
On Mon, Jun 23, 2008 at 3:43 PM, Scott Edwards [EMAIL PROTECTED] wrote: On Sat, Jun 21, 2008 at 4:35 PM, justin [EMAIL PROTECTED] wrote: Pet peeve: people dibsing free hardware by replying off-list. Please have the courtesy to let fellow users know it's been claimed. Kthx. justin I thought

Re: Looking for laptop

2008-06-17 Thread Justin
, Keyboard) was only $60 and runs Ubuntu just fine. Justin On Tue, Jun 17, 2008 at 11:43 AM, Spencer Gibb [EMAIL PROTECTED] wrote: There's also the Used Computer Warehouse in midvale and layton. -- Spencer Gibb On Tue, Jun 17, 2008 at 11:34 AM, Doran L. Barton [EMAIL PROTECTED] wrote: Not long

Re: Looking for laptop

2008-06-17 Thread Justin
I didn't mention that it was a desktop computer that I got for $60. The laptops will most likely cost more but will probably be a good deal. Justin On Tue, Jun 17, 2008 at 11:51 AM, Matthew Walker [EMAIL PROTECTED] wrote: On Tue, June 17, 2008 11:48 am, Justin wrote: I have purchased

Re: OT - Gas to hit 4.00

2008-06-16 Thread Justin Findlay
cheaper than a big house on a big yard. (Note that East coast families tend to be a lot smaller than Utah's, which might be part of the reason.) I, for one, welcome our new Big Brown Boxes in Battleship Row overlords. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http

Re: OT - Gas to hit 4.00

2008-06-13 Thread Justin Findlay
far in would they scale the rest of the graph. Bush may be extreme, and has enacted an ignominious government, but he's not as bad as either of them. I'm no Bush patriot (do those sort of people even exist anymore?) but not only is it relative, it's also arbitrary. Justin /* PLUG: http

Re: SSH Login Speed

2008-06-05 Thread Justin Findlay
statements it delays on. If you want to dig deeper than that, strace ssh would give you more info that might be instructive as to what is causing the DNS delay. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: USB UPS control?

2008-05-24 Thread justin
via USB. my apc ups Just Worked(R) under [k]ubuntu... iirc, it showed up in the same power management interface as a laptop battery. justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Bulliten Board System Recommendations?

2008-05-21 Thread justin
the Firefox Add-ons at mozilla.org. It's easily themeable/stylable, completely table free css based layouts, and all the features of a bloated forum engine like phpBB are available as extensions. 1: http://getvanilla.com justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah

Re: linux max filename length

2008-05-07 Thread Justin Findlay
be too hard to find, or maybe I'm optimistic. This is ostensibly an OSS user group. Viva la source! Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

vagaries on java varieties

2008-04-24 Thread Justin Findlay
but apparently conflicting version number schemes, environments, specializations, and aftermarket rebundles that it's hard to know what to think when someone says 'java' or when they want you to 'install java'. Is that indicative of fragmentation or am I just a little naive? Justin /* PLUG: http://plug.org

Re: vagaries on java varieties

2008-04-24 Thread justin
to depend on the old broken Microsoft JRE... justin -- http://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: 64 bit Linux, flash, and firefox ETA?

2008-04-23 Thread Justin Findlay
reported things like that they were able to re-implement their flash apps that took a year to develop in a week or so. That sounds somewhat misleading. Perhaps they spent a year developing their flash app from scratch and then refactored it into silverlight in a week? Justin /* PLUG: http

Re: 64 bit Linux, flash, and firefox ETA?

2008-04-23 Thread Justin Findlay
On AD 2008 April 23 Wednesday 01:07:22 PM -0600, Levi Pearson wrote: and you wouldn't have to spread FUD out of ignorance. Nooo!! There goes my plan for world domination. I guess it didn't work out for The Brain either. Justin /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

  1   2   3   >