RE: [NF] How many tables do you think Reddit's database has?

2012-09-05 Thread John Weller
I worked for a project manager who wanted all the specs written in Excel because he didn't know how to use tables in Word. John Weller 01380 723235 07976 393631 > I would say the same for spreadsheets. I swear I have a client who uses Excel > for writing their business letters (because they can

Re: [NF] How many tables do you think Reddit's database has?

2012-09-05 Thread Stephen Russell
On Wed, Sep 5, 2012 at 2:55 PM, Mike Copeland wrote: > I would say the same for spreadsheets. I swear I have a client who uses > Excel for writing their business letters (because they can position > their logo at the top easily) My dad used 1-2-3 R2 as his word processor

Re: [NF] How many tables do you think Reddit's database has?

2012-09-05 Thread Michael Madigan
If you have ever done work for the Army, PowerPoint is king.   LOL From: Mike Copeland To: profox@leafe.com Sent: Wednesday, September 5, 2012 3:55 PM Subject: Re: [NF] How many tables do you think Reddit's database has? I would say the same for spreadsheets.

Re: [NF] How many tables do you think Reddit's database has?

2012-09-05 Thread Mike Copeland
I would say the same for spreadsheets. I swear I have a client who uses Excel for writing their business letters (because they can position their logo at the top easily) Oye. Mike Original Message Subject: Re: [NF] How many tables do you think Reddit's database has? From:

Re: [NF] How many tables do you think Reddit's database has?

2012-09-05 Thread Adam Buckland
I wish my suppliers would stop using PowerPoint for every document... Technical specifications as PowerPoint presentations. Sent from my iPad On 3 Sep 2012, at 14:22, "Ted Roche" wrote: > Sure. A lot of non-RDBMSes do better at high-performance, scaling, > etc. But they are not suitable fo

Re: [NF] VOIP hacking

2012-09-05 Thread Mike Copeland
As it turns out, yessurprise to me, too. From what I can tell, they resell the overseas LD calling to people at a discounted rate. While VOIP data might originate and travel as a string of data packets on our end (the source), eventually it will almost always have to exit the Internet and

Re: [NF] VOIP hacking

2012-09-05 Thread Michael Madigan
Do people actually bother hacking VOIP?  From: Mike Copeland To: profox@leafe.com Sent: Wednesday, September 5, 2012 12:08 AM Subject: Re: [NF] VOIP hacking Logs on the Samsung VOIP box showed nada. Nothing but normal log traffic. "hacked" meaning that at 1:

Re: auto increment

2012-09-05 Thread Ed Leafe
On Sep 5, 2012, at 7:51 AM, Dave Crozier wrote: > Embrace new technology and thinking as it is formalised and introduced but > never forget that innovation and logical thinking is normally the way to > solve most difficult programming problems and that is mostly a natural > ability to concentra

RE: Dynamic Forms for FoxPro

2012-09-05 Thread Dave Crozier
Good point... Dave -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Matt Slay Sent: 05 September 2012 14:32 To: profox@leafe.com Subject: RE: Dynamic Forms for FoxPro The reason I do not like pure HTML or XAML markup syntax is because of a

RE: Dynamic Forms for FoxPro

2012-09-05 Thread Matt Slay
The reason I do not like pure HTML or XAML markup syntax is because of all the that have to be used at the end of each element. I find that this adds a ton of noise to the markup. So, I prefer something lighter... My chosen format here is more closely patterned after JSON and a some parts of Ruby

RE: auto increment

2012-09-05 Thread Dave Crozier
Gerard, Yes we did it, of course we did and I was brought up on Cobol and Algol in the 70's so I understand where you are coming from very well. There were always ways in which to get around potential locking problems whatever you were using. In fact data records were locked in Cobol by placing

Re: auto increment

2012-09-05 Thread Gérard Lochon
> Gerard, > That is true for ALL the data not just the pointer table so that isn't an > issue when DBF's are used because the whole of the DBF structure > is > available to change as long as the user has access rights. Yes indeed, that's the genetic lack of open systems, but i wanted to espec

RE: Dynamic Forms for FoxPro

2012-09-05 Thread Dave Crozier
Matt, I've joined your group and may well be able to help out as I have developed quite a few form generators in VFP. My only comment is why re-invent the wheel? It seems that you are creating a markup language from scratch when there is an XML/XAML base that you can build on with all the advan

RE: auto increment

2012-09-05 Thread Dave Crozier
Gerard, That is true for ALL the data not just the pointer table so that isn't an issue when DBF's are used because the whole of the DBF structure is available to change as long as the user has access rights. Normally a "$ Share is sufficient to hide the data away from potential prying eyes on s