Re: [Discuss] DRM in HTML5

2013-03-28 Thread John Abreau
There's a huge difference between technical hurdles and legal hurdles. While it may be impossible to craft a for form of DRM that's secure from a technical standpoint, that doesn't negate the legal aspect of it. If DRM is considered legitimate and becomes enshrined in law, no amount of technical wo

Re: [Discuss] DNS question about DNSENUM.PL

2013-03-28 Thread John Abreau
> A locksmith can identify most kinds of locks by the shapes of the keyways. > The actual delay against intrusion is effectively zero. Most 14-year-old first-time burglars are not professional locksmiths. Script kiddies are not the same as skilled attackers, and there are far more script kiddies

Re: [Discuss] pseudo-off-site backup

2013-03-28 Thread Daniel Barrett
>>Are there really people who don't have somewhere they go regularly that >>they can leave a backup at? >Sure, if you work from home. At the risk of sounding obvious... why not a safety deposit box? It's $100 a year, and a bank is probably close by (or between you and the supermarket). I wouldn'

Re: [Discuss] pseudo-off-site backup

2013-03-28 Thread Edward Ned Harvey (blu)
> From: discuss-bounces+blu=nedharvey@blu.org [mailto:discuss- > bounces+blu=nedharvey@blu.org] On Behalf Of Tom Metro > > John Dvorak on last weekend's This Week in Tech (twit.tv) says he keeps > a 1 TB portable drive (hopefully encrypted) in his car as a > pseudo-off-site backup. If it'

Re: [Discuss] DNS question about DNSENUM.PL

2013-03-28 Thread Rich Pieri
--On Thursday, March 28, 2013 5:17 AM -0400 John Abreau wrote: Most 14-year-old first-time burglars are not professional locksmiths. Perhaps not, but the tools available to a 14-year-old first-time burglar today are much more sophisticated than they were when I was 14. The first-timer toda

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Rich Pieri
An interesting note about Thunderbird: Someone with a clue implemented a maildir storage backend for the local cache. This quietly entered release as a beta feature in version 12. This might make T-Bird worth trying again. -- Rich P. ___ Discuss mai

[Discuss] Bash auto completion broken by Adobe

2013-03-28 Thread Greg Rundlett (freephile)
My bash autocompletion recently stopped working. So trying to do things like cd ~/Ubuntu\ One/ by typing cd ~/Ubu[tab] would not work properly. The escaped space would be stripped out; the directory would not be recognized as such, so the trailing slash would be removed; and to make matters

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Jerry Feldman
On 03/28/2013 10:58 AM, Rich Pieri wrote: An interesting note about Thunderbird: Someone with a clue implemented a maildir storage backend for the local cache. This quietly entered release as a beta feature in version 12. This might make T-Bird worth trying again. Thunderbird currently meets

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Richard Pieri
On 3/28/2013 4:48 PM, Jerry Feldman wrote: > Thunderbird currently meets all my needs, but it occasionally freezes. > I've manually deleted all index files and compacted all folders, but I > don't think the freeze is due to a corrupted mbox folder. Converting It's not corrupted mbox files. It's th

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Derek Atkins
Jerry Feldman writes: > On 03/28/2013 10:58 AM, Rich Pieri wrote: >> An interesting note about Thunderbird: >> >> Someone with a clue implemented a maildir storage backend for the >> local cache. This quietly entered release as a beta feature in >> version 12. This might make T-Bird worth trying

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Richard Pieri
On 3/28/2013 1:06 PM, Derek Atkins wrote: > Unfortunately Evolution is the only app I have found that will allow me > to interact with my work's Exchange server. They have IMAP turned off, > so my choices are basically MAPI or ActiveSync. Do they have OWA/OWS enabled? If so then DavMail may be yo

Re: [Discuss] security through obscurity

2013-03-28 Thread Derek Martin
On Thu, Mar 28, 2013 at 10:49:57AM -0400, Rich Pieri wrote: > That's what I find so amusing about security discussions like this. > So many get caught up with the idea of keeping attackers out or > slowing them down without really thinking about how to protect > what's actually of value. I fully a

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Jerry Feldman
On 03/28/2013 11:59 AM, Richard Pieri wrote: On 3/28/2013 4:48 PM, Jerry Feldman wrote: Thunderbird currently meets all my needs, but it occasionally freezes. I've manually deleted all index files and compacted all folders, but I don't think the freeze is due to a corrupted mbox folder. Converti

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Jerry Feldman
On 03/28/2013 11:59 AM, Richard Pieri wrote: You can't convert from mbox to maildir. You have to delete the account (save your mail first if needed), enable maildir storage, and recreate the account (and import mail if needed). This I am aware of. I actually have some programs to convert from Pe

Re: [Discuss] security through obscurity

2013-03-28 Thread Richard Pieri
On 3/28/2013 2:21 PM, Derek Martin wrote: > This is nonsense. A script kiddie will go away after at most a > handful of meager attempts. A well-informed, extremely determined Wow. You utterly missed the point. When I say "assume an attacker will get in" it's not a statement of fact. It's a state

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Richard Pieri
On 3/28/2013 2:43 PM, Jerry Feldman wrote: > "Let me make it clear that McCusker is a complete barking lunatic. > This is just about the stupidest file format I've ever seen." Yep. McCusker is the inventor of the Mork format. If you look in your cache directories you'll see a bunch of files with t

Re: [Discuss] FOSS email that doesn't suck -- does such a thing exist?

2013-03-28 Thread Jerry Feldman
On 03/28/2013 02:57 PM, Richard Pieri wrote: On 3/28/2013 2:43 PM, Jerry Feldman wrote: "Let me make it clear that McCusker is a complete barking lunatic. This is just about the stupidest file format I've ever seen." Yep. McCusker is the inventor of the Mork format. If you look in your cache di

Re: [Discuss] Sieve

2013-03-28 Thread Tom Metro
Dan Ritter wrote: > Tom Metro wrote: >> ...server-size filtering. What technique are you using? > > The simplest: I observed that people generally spend a long > period of time with the same filtering rules, have small bursts > of changes, and then continue - so I deliver through mailfilter, > pro

Re: [Discuss] Thunderbird freezes

2013-03-28 Thread Tom Metro
Jerry Feldman wrote: > Thunderbird currently meets all my needs, but it occasionally freezes. Try going to "Tools -> Error console" and keep the console visible in a corner of your desktop. Then see if it shows anything interesting during/after a freeze. It might guide you to the underlying cause.

Re: [Discuss] Thunderbird freezes

2013-03-28 Thread Tom Metro
Jerry Feldman wrote: > The freeze I usually see is that when I am typing... That's probably the auto save to your drafts folder. (I see that too when I run TB on old hardware.) Is your drafts folder local or remote? (If remote, that might be your problem.) When was the last time you compacted it?

Re: [Discuss] Sieve

2013-03-28 Thread Dan Ritter
On Thu, Mar 28, 2013 at 06:15:02PM -0400, Tom Metro wrote: > Dan Ritter wrote: > > Tom Metro wrote: > >> ...server-size filtering. What technique are you using? > > > > The simplest: I observed that people generally spend a long > > period of time with the same filtering rules, have small bursts >

[Discuss] [Position-available] Seeking Linux Application Engineer/Administrator

2013-03-28 Thread Frank Ottati
My client is seeking a Linux Applications Engineer, who will be responsible for the installation, configuration and management of the Unica Affinium eMessage, Oracle Content Management, Webtrends Analytics and Adobe Insight applications. Specific experience with this software is NOT required bu

Re: [Discuss] security through obscurity

2013-03-28 Thread Derek Martin
On Thu, Mar 28, 2013 at 02:51:05PM -0400, Richard Pieri wrote: > On 3/28/2013 2:21 PM, Derek Martin wrote: > > This is nonsense. A script kiddie will go away after at most a > > handful of meager attempts. A well-informed, extremely determined > > Wow. You utterly missed the point. When I say "a

Re: [Discuss] security through obscurity

2013-03-28 Thread Richard Pieri
On 3/28/2013 7:01 PM, Derek Martin wrote: > I utterly did not. I addressed that directly, in the part you didn't No. You did miss it. In my model I'm less concerned if an intruder exploits a zero-day vulnerability in mod_ssl than you are. Said intruder is trapped in the DMZ between web server an

Re: [Discuss] security through obscurity

2013-03-28 Thread Tom Metro
One person wrote: > Wow. You utterly missed the point. And another wrote: > I utterly did not. Keep in mind when you participate in threads like this that your audience is the BLU readership, and not the individual that happens to be constantly posting counter arguments. Have confidence that you'