|
2
|
Main Area and Open Discussion / Living Room / Re: Kudos/Respect for Mouser
|
on: May 19, 2013, 07:35:35 PM
|
As much as I appreciate the sentiment, I don't think I have much to do with this being a nice place to hang out -- things just happened and we are stuck with each other.. I feel lucky that so many interesting characters have decided to call this place their home.
Totally called this one.  I haven't felt like i've lived up to DC lately -- that I haven't progressed in improving the site to a new content management system and that there are still some very rough edges on the site -- i will try to do better as we move forward. If this is you letting us down, keep it up!  Peace. 
|
|
|
|
|
3
|
DonationCoder.com Software / Clipboard Help+Spell / Re: CHS and REXX
|
on: May 17, 2013, 10:38:40 PM
|
@OP: OMG, I haven't thought about REXX since early 2000's.  It was cool because it ran on OS/2, Windows, *nix and System 390. It was "cooler" than perl because it was less obfuscated. That's cool as hell you got it working with CHS.  You're not running eCom Station are u?  That would be way too funny. 
|
|
|
|
|
4
|
Main Area and Open Discussion / Living Room / Kudos/Respect for Mouser
|
on: May 17, 2013, 10:33:14 PM
|
So I've been hanging around DC for a while on and off. I've had a lot of things happen in real life while I've been around DC so my interests and posts have varied. 'Da Mouser has been on a mission for a very long time and he's attracted some very fine associates to help. Since I don't know the inner workings, I'll let him distribute credit, which of course he will.  My main point here is that DC has been a very cool, sane and reasonable place to interact with other "Development" minded folks. I put that in quotes because I think we all bring our own version of what it means, which is all good.  The really kewl part is that DC accepts and supports the various viewpoints of development, use and abuse of technology, etc. In short, this is one of the ONLY places I know that has not gone the way of the Trolls, SPAM Kings or worst of all, Abandonment. What is myspace.com again? When you think about it, this site has been and continues to be an extremely successful test case for Mouser's idea. So take a moment to consider how DC has been a good thing in your life. You might want to say thanks...I'll start: Thanks Mouser! You done good.  Yes I know many of us have in various public and private forums already done this...I just realized it again and thought I'd start trouble. 
|
|
|
|
|
6
|
Main Area and Open Discussion / Living Room / Re: When to trust co-workers with your income?
|
on: April 03, 2013, 08:45:51 PM
|
 Love the support I get from DC. Yeah, I trusted a couple of folks. It turned out pretty well. I'm set up for a 15% bump in base pay with my transition to Hadoop Administration. Best pay raise I've seen since the late 90's when everyone in IT was making 10% increases/year. At least I feel I've earned this one. I've been @ the company for 4 years, saved them 100's of millions of dollars* and have lived thru 1.5% or less increases annually. I know economic times are tough, but I never understood failure to reward those who are helping the company survive. So, in the end it's good news.  *documented by others, not me. 
|
|
|
|
|
12
|
Main Area and Open Discussion / Living Room / Re: Google Reader gone
|
on: March 14, 2013, 05:45:39 PM
|
This is not the first time Google has fubar'd stuff. Sidebar in igoogle, obnoxious new look in gmail, obnoxious skin of Reader, they irritate me muchly. OwnCloud has finally gotten to a useful state, I'm going to install that this weekend.  Then google can suck it. 
|
|
|
|
|
14
|
Main Area and Open Discussion / General Software Discussion / Re: Anyone else building Hadoop Clusters?
|
on: March 04, 2013, 06:44:24 PM
|
OK, so Core Hadoop is HDFS with Map/Reduce. HDFS is the Hadoop Distributed File System. Much like Gluster and Ceph, it uses local disk and replication across nodes to provide a resilient cluster FS. Map/Reduce is a method of writing parallel applications that find (map) data and return filtered (based on your logic) results (reduce) back to the user. Hadoop provides the API with Map/Reduce functions. Since HDFS distributes code to "smart" nodes, it can process data locally and is really fast for Table Scan type functions. We're building our cluster to help do analytics on our Sales and Order Data, Medical Trial results, and other stuff. I'd grab a copy of Hadoop Operations or Hadoop in Action. Here's a good visual. Traditional Database is like you searching thru a deck of shuffled cards searching for the Ace of Spades. Hadoop is like getting a group of 52 10 year-olds and giving each a card. You ask who has the Ace and you get the answer instantly. They smaller and less intelligent than you, but they can still find the card faster. So instead of building monster sized servers for databases, you buy lots of smaller, cheaper systems. Even with the duplication of data, our cost per GB of storage has dropped by 90%. Hadoop is kewl. 
|
|
|
|
|
15
|
Main Area and Open Discussion / General Software Discussion / Anyone else building Hadoop Clusters?
|
on: March 03, 2013, 10:30:23 PM
|
I've been working with a group of very smart and cool guys at my large medical industry provider company to build an Enterprise Class Hadoop Cluster. The Good: It's new, exciting, improving and growing. Besides all of that it freaking works like a silver bullet. If huge data scans are your bane, Hadoop is your balm. We've secretly journal-ed some of our thoughts here: DataForProfitI'm just curious if any other DC's have been playing w/ Hadoop. I really think it could be a game changer for large enterprises. $0.02 .. 
|
|
|
|
|
16
|
Main Area and Open Discussion / Living Room / Re: Show us a picture of your.. CAR!!!
|
on: February 21, 2013, 11:55:15 PM
|
I have been extremely blessed.. I've owed a few (cheap) BMW's. I finally got over the brand (No cup holders... really!) All I really want out of life is a reliable, well handling car, that doesn't cost $150 to change the oil. I ended up with an Acura TL-SHawd. TL, SH w/ All Wheel Drive. I love driving it and I am really not worthy. carand car
|
|
|
|
|
17
|
Other Software / Developer's Corner / Re: Anyone interested in some serious look at internals of CMS systems?
|
on: February 20, 2013, 11:25:38 PM
|
|
Alright Mouser, yes I am. If only for the (possibly foolish) belief that CMS should be easy.
I have a couple of Internet sites and maintain several Internal sites for various and sundry web content sharing. Every time I start thinking about how to integrate I get sick. From an enterprise perspective, every CMS I have seen is woefully inadequate. Oh sure, I can add 37 plug-ins (that may or may not be compatible) to instantiate adequate control and authentication, but the first time I apply a zero day patch, 1/2 of my plug-ins break.
There OUGHT to be a better way! Web is supposed to be easy. It's mainframes that are hard... right?
How do you propose we investigate, evaluate and potentially improve upon our target CMS's? (You know I value your thoughts/insights)
|
|
|
|
|
18
|
Other Software / Developer's Corner / Re: Anyone interested in some serious look at internals of CMS systems?
|
on: February 19, 2013, 09:35:53 PM
|
I guess the kind of thing i was interested in is more internal structural decisions like: - How is the plugin/extension system designed?
- How is the installation system designed?
- How are users, and more importantly GROUPS of users represented in the database?
- How is the permission system handled?
- How is upgrading handled?
- How are hooks and events handled?
- How is translation handled?
- How is logging handled?
- How is security handled and what kinds of options exist for monitoring and dealing with problems?
- What kind of support for versioning exists?
- What kind of choices were made about what to build into core vs. what to write as extensions?
WOW! Each of those could almost be a Thread Topic of their own.  I've been pretty impressed with some of the designs I've seen in the past. I like the model where you include skeleton hook files at various stages of the page build. That seems to let you handle upgrades, plug-ins, versions and translations. It also tends to scatter your logic across dozens of files, so you really have to know where your going to make changes. Something like this: Formatted for Generic Code with the GeSHI Syntax Highlighter [ copy or print] .... include(main_menu.php.inc); include(post_main_menu_hooks.php.inc); ....
where post_main_menu_hooks.php.inc would contain something like: Formatted for Generic Code with the GeSHI Syntax Highlighter [ copy or print] [std include validation and setup] // Add your post main menu hook includes here: include(sample_menu_hook.php.inc); // contains nothing -- just a sample
You can do the same for language, etc. Group, permissions and users have been badly handled from most of the examples I've seen. A module that can integrate with anything would be the best.  I have some ideas on users and groups but I don't like them because they're extremely tedious. It would basically require non-public information to be listed by element (Table or Field) with Group Membership requirements to View or Edit. (You could add RO and RW fields) I always get intimidated by the scope of the project when I think about it too much. 
|
|
|
|
|
20
|
Other Software / Developer's Corner / Re: Anyone interested in some serious look at internals of CMS systems?
|
on: February 18, 2013, 10:29:56 PM
|
Hey M, As I re-read my post, I realize it may have come off as somewhat of a put-down.  I trust that you remember the respect and admiration I hold for you and read it with my "mental" intent.  Internal Structural choices? Is this an MVC vs. "everything else" quest? I'm not doubting your desire, just trying to understand. This almost feels like a which web development framework is best discussion and I'm sure that's not your intention. It just gets really foggy sometimes in the Web Dev world.  At least for me. I'm currently suffering from Analysis Paralysis for PHP Dev. Zend, Pear, Cake, Yii, etc. etc. ad nauseum. For the sake of mouser's goal... please reply to any comments of mine re: PHP frameworks in a new thread. 
|
|
|
|
|
21
|
Main Area and Open Discussion / Living Room / Re: Feb 10-16 - Review in Pictures
|
on: February 18, 2013, 10:08:47 PM
|
Sadly, I'm amused by this. I think it was the last square that left me laughing. The new "perfect man in all the universe" makes me laugh.  On a more serious note, I do feel bad for those folks in N. Korea. I'm not sure why China won't let us liberate them.....
|
|
|
|
|
23
|
Main Area and Open Discussion / General Software Discussion / One for the FailBlog from our friends at Apache Hadoop
|
on: February 14, 2013, 06:16:44 PM
|
As read in the HDFS User mail list: All of Hadoop's javadocs were recently lost from our website when it was converted to svnpubsub. These were historically not stored in subversion but manually added to the website by release managers. When the site was converted to svnpubsub no one had first copied the docs tree into subversion so it was lost. (It could perhaps be recovered from tape archives, but that would be a pain.) Yesterday, on seeing this, I reconstructed what I could. I extracted documentation from the release tarballs of recent releases an pushed it into subversion. Those release tarballs did not seem to include HDFS javadocs. You've found two links to HDFS javadocs in what I restored, and those links, as you note, are broken. If someone has those javadocs or wants to build them then they can be restored by committing them to subversion under: https://svn.apache.org/re...main/publish/docs/r1.1.1/https://svn.apache.org/re...main/publish/docs/r1.0.4/I've not seen (broken) links to HDFS documentation in the other more recent releases whose documentation I restored. An alternative might be to put a redirect in to the HDFS user guide to fix those two broken links. If folks prefer that approach I'd be happy to implement it. Where's the face-palm smiley?  
|
|
|
|
|
24
|
Other Software / Developer's Corner / Re: Anyone interested in some serious look at internals of CMS systems?
|
on: February 14, 2013, 12:15:03 AM
|
@Mouser Were you asleep when you posted this?  I know this has been torturing you for a long time. I think you need to be a little more selfish about your goals. General comparison of CMS's will be an academic exercise in the general study of synergistic relationships for high impact effectiveness.* Any CMS you look at will have features and flaws. The one you learn the best is probably the one that you will be most effective with. If yumps is feeling like it doesn't fit the bill, take a step back, re-think it and be willing to admit you were wrong. If you're really stumped, search for some design patterns that have already solved the problem. If you can't find any existing, break the problem down into smaller chunks. IMHO, all of the CMS problems have been solved; user interface and RAD effectiveness are the only variables. So, now that we've gotten the obvious stuff out of the way, what's the problem that you're trying to solve? *No, it doesn't mean anything. 
|
|
|
|
|
25
|
Main Area and Open Discussion / Living Room / Re: Grab 50GB of Box Online Storage Free for Life (2013-02-12)
|
on: February 13, 2013, 11:51:03 PM
|
Got it, and it can be synced on Linux by mounting via WebDAV: I've been trying for the last 6 days to get my Centos 6 VPS to talk to Box via davfs.........that's about the first time I've seen https:// mentioned in the process. Yes, it should have been obvious  Back to the drawing board.... I have this working on Fedora. How can I help? What's the VPS part after Centos?
|
|
|
|
|