Re: [U2] Social Networks for MV

2013-03-16 Thread Rob Sobers
Wjhonson wrote: > Pick code however is posted to the pickwiki > Not sure what GitHub would offer that isn't already there. > > > > > > > > -----Original Message- > From: Rob Sobers > To: U2 Users List > Sent: Sat, Mar 16, 2013 9:44 am > Subject:

Re: [U2] Social Networks for MV

2013-03-16 Thread Rob Sobers
Good for you Tony! For the detractors: realize that this is the way of the world now. Take a look at the software development ecosystems that are thriving today: JavaScript, Ruby, Python, etc. Their communities leverage social media to communicate, organize meetups, solve common problems, and sh

Re: [U2] Comparing numeric strings

2011-08-12 Thread Rob Sobers
, Aug 12, 2011 at 9:51 AM, Rex Gozar wrote: > In July I added to PickWiki: > > > http://www.pickwiki.com/cgi-bin/wiki.pl?UniVerse_Tips_And_Tricks#Forcing_string_comparison_on_numbers > > rex > > On Fri, Aug 12, 2011 at 8:15 AM, Rob Sobers wrote: > > Say you have

[U2] Comparing numeric strings

2011-08-12 Thread Rob Sobers
Say you have two strings that happen to be nuneric: FOO = "401.0101" BAR = "401.0101000" Since UniBasic is untyped, even though I've wrapped each value in quotes "", they are treated as numbers. As a result, FOO EQ BAR evaluates to @TRUE. In most dynamically typed languages, there's an intuitiv

Re: [U2] Why Pick U2?

2011-07-16 Thread Rob Sobers
keeps you interested in the MV > world and what doesn't. Obviously there is something in there that interests > your technical mind for you still to be posting on this list. :) > > Cheers, > Dan > > PS: Thanks also to all those that sent direct replies to me. If I haven&#x

Re: [U2] Why Pick U2 ?

2011-07-15 Thread Rob Sobers
"It's the least worst response to a bad situation - not having business logic close to the database. It's more to test, develop, deploy and change control. And to be successful it still needs to call stored procedures at the back end.And to be successful it still needs to call stored procedures at

Re: [U2] JSON

2011-07-14 Thread Rob Sobers
I can't see a reason for the nested arrays either. This validates just fine: [ { "IdCode": "178", "CusName": "U2Logic", "ContactName": [ "David Aitken", "Doug Averch", "Ed Karlo" ] } ] On Thu, Jul 14, 2011 at 9:28 PM, Ke

Re: [U2] Rocks

2011-07-14 Thread Rob Sobers
In fairness, I don't think anyone is trolling. I think it's healthy to question the technical merits of the platforms you use and compare them to alternatives. A community that shouts "go away trolls! we like it here!" whenever someone asks an uneasy question is probably one I don't belong in. I

Re: [U2] Why Pick U2?

2011-07-14 Thread Rob Sobers
Hey Dan, Great response! Thanks for chiming in. Let me address some of your points. "Cherry-picking individual features from one database to compare them, then cherry-picking from completely different database when counter-points are raised is not exactly a technically sound (or fair) way to do

Re: [U2] Why Pick U2 ?

2011-07-14 Thread Rob Sobers
brary by. > > Mecki > > > > > On 14/07/2011 02:25, Rob Sobers wrote: > >> I have to heartily disagree that U2 has a sophisticated business rules >> engine. U2 Basic is such a limited language. It barely has functions, >> and >> you have to home brew

Re: [U2] Why Pick U2 ?

2011-07-13 Thread Rob Sobers
I have to heartily disagree that U2 has a sophisticated business rules engine. U2 Basic is such a limited language. It barely has functions, and you have to home brew almost everything. Microsoft's T-SQL stored procedures are just as horrible to write as U2 Basic programs. As Jeff Atwood put it

Re: [U2] Why use U2, was Interesting Article

2011-07-13 Thread Rob Sobers
ons. > > > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Rob Sobers > Sent: 13 July 2011 16:52 > To: U2 Users List > Subject: Re: [U2] Why use U2, was Interesting Article > > Wait

Re: [U2] Why Pick U2 ?

2011-07-13 Thread Rob Sobers
I don't think the flavor of DB is a great indicator of whether you need a dedicated DBA role. Scale of deployment is probably a far better indicator. If we're talking about personnel costs -- have you ever been able to hire a college freshman for $20 bucks an hour who already has 2 years of U2 un

Re: [U2] Why Pick U2 ?

2011-07-13 Thread Rob Sobers
"When comparing U2 to Oracle or Microsoft SQL, U2 wins. When comparing U2 to MySQL, U2 still wins." That's a pretty blanket statement with no supporting reasoning. -Rob On Wed, Jul 13, 2011 at 12:34 PM, Bill Brutzman wrote: > In the old days (when men were men) there were computer scientists a

Re: [U2] Why use U2, was Interesting Article

2011-07-13 Thread Rob Sobers
Wait, why can't you add a new column to a table in MySQL or SQL Server? Putting aside the RDMS arguments, (*apart from familiarity*) why wouldn't you use something like MongoDB or CouchDB, which are accessible from more programming environments, over U2? They offer the same schema flexibility and

Re: [U2] Interesting article

2011-07-12 Thread Rob Sobers
; David Jordan > > -Original Message----- > From: u2-users-boun...@listserver.u2ug.org [mailto: > u2-users-boun...@listserver.u2ug.org] On Behalf Of Rob Sobers > Sent: Wednesday, 13 July 2011 11:41 AM > To: U2 Users List > Subject: Re: [U2] Interesting article > > David, >

Re: [U2] Interesting article

2011-07-12 Thread Rob Sobers
David, You're correct that U2 users need to be vocal about what they want, but Rocket has to be proactive, too. Surely they have a few analysts on staff that can read Techmeme or attend a few conferences and see for themselves where developers are headed. It's probably not wise to only listen to

Re: [U2] Interesting article

2011-07-12 Thread Rob Sobers
There's a lot of generalizations being made in that article. In my experience with MySQL, it's just not as good as other production-grade SQL alternatives like Microsoft SQL Server, PostgreSQL, or Oracle. I'd classify this a MySQL + big data problem before I'd call it a SQL-as-a-whole + big data

Re: [U2] Git and U2

2011-06-30 Thread Rob Sobers
Good point, Dan. Dropbox is such a good service, too. It's a shame that a) they let it happen (unit tests, man!) and b.) they handled it so poorly PR-wise. On the bright side, it's not nearly as bad as Citibank or Sony. -Rob On Thu, Jun 30, 2011 at 3:43 PM, Dan McGrath wrote: > Rob, might n

Re: [U2] Git and U2

2011-06-30 Thread Rob Sobers
Same here. I do all my work on the command line, too. While Kiln has a nice web UI for browsing code, searching code, organizing repos, and viewing diffs, you can simply use it as a secure cloud-based host for your code. Think Dropbox for your code. It's nice to be able to be on any remote serv

Re: [U2] Git and U2

2011-06-29 Thread Rob Sobers
Steve, I'm also an avid Mercurial user. You can pass a single filename or directory to hg revert: hg revert -r163 foo.txt Will only revert foo.txt to its state at revision 163 and leave all of the other files in that changeset alone. In addition to Google Code and Source Forge, Fog Creek Sof

Re: [U2] Does anyone have an MV BASIC cheatsheet?

2011-03-23 Thread Rob Sobers
Here's a cheat sheet for the UniBasic debugger: http://u2tech.files.wordpress.com/2010/10/unibasic-debugger-cheat-sheet-v1-0-0.pdf -Rob On Wed, Mar 23, 2011 at 6:59 PM, Theo Aivazian wrote: > I bet Jonathan Sisk, Has one!!! > > Theo > > On Mar 23, 2011, at 7:18 PM, Glen Batchelor wrote: > > > >

Re: [U2] JSON Parsing

2010-12-14 Thread Rob Sobers
Hi Doug, So you do the conversion from JSON to U2 Dynamic Array *before* you hit the database layer (i.e., not in UniBasic)? How do you handle JSON strings that have more depth than sub-values can accommodate? -Rob On Tue, Dec 14, 2010 at 10:34 AM, Doug wrote: > We call the product XLr8 and i

Re: [U2] Uniobjects on windows

2010-12-12 Thread Rob Sobers
Hey Doug, It's disheartening to hear that the personal addition prohibits UniObjects connections. Does Rocket really think we're going to avoid paying them by running production applications on the personal addition? What does this restriction accomplish besides preventing folks from conducting

Re: [U2] Sparse array population in Pick

2010-12-09 Thread Rob Sobers
UniObjects for > Java for the Web. The data is much more compact than XML and very > readable. Most of the languages have the ability to parse this in a single > function. In JavaScript it takes around 7 to 10 milliseconds to parse a > pretty big JSON string into a JSON array. >

Re: [U2] Sparse array population in Pick

2010-12-09 Thread Rob Sobers
What's the motivation for stuffing an XML-like data structure into a U2 database? Is this just a thought experiment? -Rob On Thu, Dec 9, 2010 at 5:35 PM, David A. Green wrote: > If you can restrict the tag names to valid dictionary names you could do > something like: > > TAGS DICT: > 1052_MAKE

Re: [U2] Uppercasing in SELECT

2010-12-06 Thread Rob Sobers
uniquery>Never knew that you could eval a function in a UniQuery statement. Rob Sobers On Mon, Dec 6, 2010 at 8:34 AM, wrote: > >>Based on the info there we find that you can create an A/S dict > >>item with MCT in both the a7 conversion AND the a8 correlative, > >>

Re: [U2] Mac Connection to UniVerse

2010-11-30 Thread Rob Sobers
help: http://en.wikipedia.org/wiki/List_of_terminal_emulators#Mac_OS <http://en.wikipedia.org/wiki/List_of_terminal_emulators#Mac_OS> http://www.macwise.com/ Regards, <http://superuser.com/questions/105009/most-efficient-terminal-emulator-for-unidata-universe-or-other-mv-based-systems&g