Open Side Menu Go to the Top
Register
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** ** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

11-14-2014 , 01:29 AM
if ddos attacks are distributed how can they tell from where the attacker originates?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 01:44 AM
you mean, like who is controlling the botnet?

not sure they can
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 01:55 AM
Quote:
Originally Posted by candybar
That isn't what this move is about though. This isn't about trying to convince people who are entrenched in another ecosystem. Visual Studio doesn't run on Linux or Mac and won't for quite a while. This is about acknowledgement that we live in a cross-platform world and developer tools need to work across platforms to deliver the best experience. The developer's platform may not be the same as the server platform to which software may be deployed, or the end-user's platform on which client software may run. We live in a world where a developer uses Windows to develop a web service to run on Linux and to develop client software that runs on iOS and Android devices and consumes this service.
There are a lot of cross-platform tools and languages out there. Are they all too broken to work? Will .Net be expanded enough to work on all devices? Delphi hit that milestone years ago. If the idea is to make it work on all devices, there was no good reason to open source .Net since the concept of using closed-source languages for multi-device programming has already been proven.

Is .Net is so entrenched in Windows that it will take a lot of destruction to achieve cross-platform? If so, shouldn't they just release something new.

IMO, it doesn't really mean much if you still have to buy license for SQL Server and Visual Studio to get the most out of using .Net. The cynic in me thinks they realize that most developers prefer using other OS's, and they want to target that developer. Unfortunately, they will never succeed selling license to the FOSS developers. I still think that Emacs is far superior to VS in just about every way, so maybe the FOSS developers will go Emacs / Vim + PostgreSQL or something, but once again, we are faced with entrenchment. I think .Net probably has a huge uphill road ahead no matter who they are targeting.

I think it is great that they are considering new directions and I'm glad to see they are working with the Mono developers. There is a lot of high-IQ in that company and it would be neat to see the company transform into an entirely different meaning. I really do hope for the best. Nadella is a truly inspiring CEO and I'd love to see his vision succeed, and I don't doubt that this comes from a good place.

For me, I'm about wait-and-see. I don't think I'd ever want to go back to writing C#. It is a nice language, but it doesn't make me as happy as other languages.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 03:47 AM
Just saw an entry level database admin position. Some of the math requirements were things like plane and solid geometry and trigonometry, probability and statistics. Dafuq is up with that?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 06:06 AM
Quote:
Originally Posted by Anais
Just saw an entry level database admin position. Some of the math requirements were things like plane and solid geometry and trigonometry, probability and statistics. Dafuq is up with that?
When I have a primary key that could be a composite key of two integers, I like to instead make it the sine of an angle composed of a triangle with opposite and hypotenuse of those two lengths. Saves storage space.

Spoiler:
Serious answer: probably related to their specific business, my guess would be something like location services?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 07:02 AM
BTW, the DailyWTF from yesterday (or the day before, or whatever it is in your timezone) was pretty good. Nice to have one in my language of choice.

After the bit where the breakpoint wasn't being hit, I sat with brow furrowed trying to figure out wtf the solution was before reading on. I'm proud to say I didn't figure it out.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 11:12 AM
Quote:
Originally Posted by daveT
There are a lot of cross-platform tools and languages out there. Are they all too broken to work? Will .Net be expanded enough to work on all devices? Delphi hit that milestone years ago. If the idea is to make it work on all devices, there was no good reason to open source .Net since the concept of using closed-source languages for multi-device programming has already been proven.

Is .Net is so entrenched in Windows that it will take a lot of destruction to achieve cross-platform? If so, shouldn't they just release something new.

IMO, it doesn't really mean much if you still have to buy license for SQL Server and Visual Studio to get the most out of using .Net. The cynic in me thinks they realize that most developers prefer using other OS's, and they want to target that developer. Unfortunately, they will never succeed selling license to the FOSS developers. I still think that Emacs is far superior to VS in just about every way, so maybe the FOSS developers will go Emacs / Vim + PostgreSQL or something, but once again, we are faced with entrenchment. I think .Net probably has a huge uphill road ahead no matter who they are targeting.
Dave,

Not all cross-platform tools work for all scenarios - what does QT or Delphi or Java being cross-platform get you if you have a large Windows application written in C# that you need to port over to Mac? Lots of companies have made huge investments in specific ecosystems that they can't easily get out of. And being open-source certainly helps with long-term compatibility with other ecosystems because others are likely to contribute in ways Microsoft isn't capable of. Open source has concrete benefts - it's not just a nice slogan than you can ignore because it came from sources you dislike.

We're in a world where large platforms and ecosystems can appear out of nowhere (think Docker, Dropbox, Android) and all kinds of bridges between platform are needed for interoperability. Opening up .NET makes it easier for another platform vendor to contribute to .NET so that the .NET ecosystem would work well with their platform. Again, open source is not just about style points or marketing - it solves real-world problems.

This announcement is not aimed at the 1% of developers who have some kind of grudge against Microsoft or Windows or .NET. They don't drive technology choices in the large in any substantial way. In the long run, preferences of developers are much less important than the needs of businesses and customers. Microsoft had a much worse reputation in 2000 but a much higher percentage of developers were happily programming against Win32 API, ActiveX/COM and IE. Java also didn't become a popular language by capturing the hearts and minds of the mainstream developers - it did by being a good choice for businesses that had to solve real-world problems. Google didn't choose to write much of their infrastructure in Java out of love for Oracle - they did because Java worked well for them. And what Microsoft did here is making .NET a better platform for solving customer problems and this will certainly help with adoption.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 11:44 AM
Quote:
Originally Posted by Anais
Just saw an entry level database admin position. Some of the math requirements were things like plane and solid geometry and trigonometry, probability and statistics. Dafuq is up with that?
Have you heard of GIS?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 12:04 PM
I have now!

Quote:
Originally Posted by ChrisV
When I have a primary key that could be a composite key of two integers, I like to instead make it the sine of an angle composed of a triangle with opposite and hypotenuse of those two lengths. Saves storage space.

Spoiler:
Serious answer: probably related to their specific business, my guess would be something like location services?
It's for an online-only school. Can't figure out what a db admin grunt would need them skills for
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 06:26 PM
Quote:
Originally Posted by daveT
For me, I'm about wait-and-see. I don't think I'd ever want to go back to writing C#. It is a nice language, but it doesn't make me as happy as other languages.
I think .net was pretty cool when I was forced to work with it. Microsoft also employs some smart language people.
F# is obviously the more interesting language imo and I might revisit it with the recent news.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-14-2014 , 10:26 PM
Quote:
Originally Posted by candybar
Dave,

Not all cross-platform tools work for all scenarios - what does QT or Delphi or Java being cross-platform get you if you have a large Windows application written in C# that you need to port over to Mac? Lots of companies have made huge investments in specific ecosystems that they can't easily get out of. And being open-source certainly helps with long-term compatibility with other ecosystems because others are likely to contribute in ways Microsoft isn't capable of. Open source has concrete benefts - it's not just a nice slogan than you can ignore because it came from sources you dislike.
The companies chose .Net and the Windows ecosystem for a reason even though those other platforms were available. I'm guessing that, at the time, buying into Windows made sense since it integrated well with Windows.

I don't know why they'd choose to use .Net in lieu of other platforms, but I suspect that one major reason was price. The next consideration in no small terms was that it *was* closed-source. I've read some stuff about why closed-source is "better" for security than open-source by people who I would think know better. There are many other considerations that drive going closed source and buying into ecosystems, but I guess most of it is / was FUD.

Why would others contribute to .Net to make it run on Apple or anything else? I mean, I know a small amount of people will, but we are talking about reverse-engineering and integrating 15+ years of code. This is no small feat and that should be in the domain of an entire team within Microsoft, not outside contributors. It doesn't make sense to think that a .Net-using company waving the closed-source flag will all of a sudden contribute to open-source. It simply does not align with their values.

My experience as an end-user with these companies has been disappointing at best. I've probably covered this elsewhere, but I believe that, if someone 5 years ago uploaded data into their system and neglected to save it in Excel, I am treating the company as a bank and I should be allowed to get my uploaded data back at any time. Not in their world. No way. And this company is all of a sudden going to contribute its brain-share to open source?

I don't see how open-source and cross-platform necessitate each other. Who really wants to create apps on Windows and deploy to Docker / Linux? That is madness.

I have no issue with MS open-sourcing their code. I just don't think it is going to be the big earth-changing thing people are hoping for simply because the current end-user either doesn't care or doesn't want to be open-source, and those that do care probably won't have the time or willingness to contribute.

I'm not here using an ad hominem against MS, and I even said that I appreciate Nadella and think he has an excellent vision. I really do hope that the company succeeds in many ways, just as I hope Apple does. I really don't care to get into these flame-wars as they are silly. If the product works and makes people happy, I'm at the sidelines applauding. If MS can figure out how to make the entire world run better and reach some Shangri-La of platform integration, then that is awesome, and it is something that is needed, no matter who leads the way.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-15-2014 , 03:08 AM
Quote:
Originally Posted by Anais
It's for an online-only school. Can't figure out what a db admin grunt would need them skills for
Wouldn't schools want to know where their students are located? Though to be fair, GIS may be a bit extreme, but who knows what the vision is.

Speaking of databases, I have an interview for Jr DBA coming up. The db is, of course, PostgreSQL.

I have a feeling this one is going to be a lot tougher than any previous interview. I had a phone screen today, which I thought didn't go as well as I'd like it to, but I'm set up for the phone interview. The phone interview will take about 45 minutes. The face-to-face is possibly an all-day affair.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 01:58 AM
Hey Guys

Im looking for int web dev jobs(jobs that are mostly front end with some back end).. and Im 0/8 so far in jobs applications(over about a month)..

Any pointers from my personal website/portfolio and my resume? Thanks

http://chrisstephensj.com/
http://chrisstephensj.com/home/files...hensResume.pdf
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 03:41 AM
I can't speak much about the portfolio, but for the resume:

- Put your skills at the top and make them as a list, ordered from strongest to weakest.
- DAC Group is hard to understand. Try separating the list of technologies into bullet points so that they aren't a list of skills (recall that this is taken care of at the top of the page already). Tell me how your work impacted your company.
- The Alpha Tester description doesn't help me understand what you did or why that was important? Did you look at code, submit user-story bugs? How did your work impact this project?
- Take out the high school education.

Formatting:
- The formatting is pretty difficult to read. Use bullet-points. The description under DAC Group looks like a long paragraph, which is a turn-off.

When I'm looking at resumes, I am trying to see the form, and that form tells me the quantity of the work you have done. I seldom read more than one bullet for each job, so make sure that first bullet really hits the core of your job.

Form will also help you immensely, since good form suggests good design sense, and you are trying for front-end work, which goes hand-in-hand with design work. Good formatting also shows that you have a sense of organization and priorities.

The resume also causes me to wonder:
- Why would someone with 2 years of web-dev experience not have advanced skills in HTML, CSS, and JavaScript?

- Why don't you rate JavaScript as a technology, and where are the modern frameworks people are using (Angular, etc)?
- Do you not have an interest in modern tech?
- Shouldn't a young guy have a passion for learning more about his craft? What shows this if he is using jQuery and nothing else? *
- How are you able to use JS libs without understanding the foundations of these libs? **

* I know that can come across as insulting, but I'm not trying to be that way. I've been asked questions about my interest in new tech on just about every phone screen and job interview I've had, so I'm guessing interviewers are thinking the same thing when they see your resume.

** Since I'm not an expert in this field, I honestly don't know if zero indication of vanilla JS hurts you much.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 03:44 AM
Just with regard to the landing page, I'm not a fan of what you've done with hoverintent or whatever with the buttons. There's an incongruity between the immediate appearance of the pointer cursor and the delayed and slow color change.

Also, mousing over the buttons causes the background image to display weirdly in my version of Chrome. Most obviously, if you hold mouse over the View My Resume button, after the fade finishes, a chunk of the background image jumps a few pixels to the right for some reason.

These are minor things but I think creating a good impression on the landing page is a good idea.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 10:38 AM
Quote:
Originally Posted by gaming_mouse
if it weren't for work, i think i'd go back to a circa 2000 style tiny flip phone with voice and text only.
Treo 300 is still my favorite form factor on a phone.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 01:54 PM
Quote:
Originally Posted by tercet
Hey Guys

Im looking for int web dev jobs(jobs that are mostly front end with some back end).. and Im 0/8 so far in jobs applications(over about a month)..

Any pointers from my personal website/portfolio and my resume? Thanks

http://chrisstephensj.com/
http://chrisstephensj.com/home/files...hensResume.pdf
To be honest this doesn't real show any talent - making pages from injecting css grid frameworks and throwing some jquery into document ready doesn't really show that you are beyond a beginner level. Thats fine and everyone needs to start somewhere but I'd probably bring you in for an interview if I was looking at filling a junior role but if you want to really stand out show me a page and some examples that show you know more than "here's where I put bootstrap".
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 04:31 PM
daveT- Thanks for some of the tips, I was stuck on how to do the skills/technologies sections, Ill try adding them to the top. When listing them you think it would be a good idea to list no more then 10 skills/technologies that are my best I would guess?
Javascript is what I was working on the most over the last 2-3 months, angular, more jquery etc.
As well I will adjust some of the brief descriptions of my job history.
No offense taken lol, I realize I need some help.

chrisv- From most of my developer friends I got most concerns about the view my resume button as well. I have an opacity hover on the white button color, perhaps I should change the default background color?

grue- I was planning on starting a github account and doing a bunch of js coding. Do you think this would be a good thing to add?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 05:48 PM
daveT,

Speaking from myself, I use a macbook pro with parallels that is running Visual Studio pro (student license) and I agree with you. Most developers want one language that is cross platform.

I actually like Microsoft for supporting NodeJS, the project of creating a one thread server in javascript because it is beautiful for people. Back-end and Front-end all in the same language.

Having .NET work on all the OSs would be beautiful too.
Visual Studio is actually to me, simpler than xcode but not when you have to configure it for some specific compiler for C++ or change or add something. One of the main reasons I still use eclipse compared to intellij is because of how long it took me to get comfortable in intellij for java.

If only they announced that visual studio would run natively on the Mac would it be perfect.
Maybe someday i'll have it in my dock bar and not have to flick three fingers back and forth.

Lastly hoping for this to push swift to open source up...
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-16-2014 , 06:08 PM
Quote:
Originally Posted by tercet
daveT- Thanks for some of the tips, I was stuck on how to do the skills/technologies sections, Ill try adding them to the top. When listing them you think it would be a good idea to list no more then 10 skills/technologies that are my best I would guess?
Javascript is what I was working on the most over the last 2-3 months, angular, more jquery etc.
As well I will adjust some of the brief descriptions of my job history.
No offense taken lol, I realize I need some help.
I wouldn't know the exact number that is acceptable as I'm not in the tech industry. I am trying to get in, and my measure is: "If I was asked how I used said program or language, would I be able to describe a non-trivial situation where I used it." For example, while I *can* use C, x86, and JavaScript, I can't speak much about how I used these languages for much more than trivial learning and toy programs, so they don't go on my resume. I think it helps that I have Clojure there, so employers generally assume that I have other language knowledge, which is true, but I suspect that I don't put them there because I am simply not interested in other languages, which is false.

My advice isn't really geared toward getting into a tech job, my advice is geared towards making your resume stand out from a pile of 100 resumes.

First, and this is incredibly counter-intuitive, don't try to be creative with your resume. Go find a template and follow it. You'd be surprised at how many people get creative with their resume and how often it burns their chances. I can only think of one instance where creativity was a benefit to the job-seeker. Actually, it hurt his chances because it was clear he was too talented for my company, so we didn't call him in based on the assumption that he'd want too much money.

"Creative" things that hurt include:
-- Adding a photo. Are you applying to be a model? Are you trying to open me up to a discrimination lawsuit?

-- Vertical timelines graphics. Just don't.

-- The abilities meter you have wastes a lot of valuable real-estate.

-- Long paragraphs. Just use bullets. I have to rush through dozens of resumes in a single morning. If can't scan it and get the point, I'm tossing it to the side. I probably only read the skills, the date of the last two places someone has worked, and the first bullet point of each job. If I'm interested, I'll read more. This is no different than reading the first 2 paragraphs of a book and deciding if you want to read more. Yeah, it sucks for the author since it may be an awesome book, but that's the way things work. I guess this is no different that designing a webpage for scanning, which is how people read websites anyways.

What I'm looking for are two things, and both of these should be somewhat demonstrable in your resume:

1- Do you have the foundations to do the job? I have a very difficult job with and odd mix of abilities. I ask myself if the applicant has to learn. It is presumptuous for any applicant to assume that he or she will be at 100% within a month of starting. When I see resumes tailored to what the applicant thinks the job is about, I get nervous.

Since I don't expect people to actually have the knowledge needed to do my job, I have to look for someone that is "good enough." It is good to remember that no employer can find Mr Perfect, as defined as "has everything needed to be valuable from day one." When you apply to a position, you aren't applying to do a job, you are applying because you believe that you are a valuable investment for the company. Do you have what it takes to learn the job better than 90% of the other applicants? If the answer is no, then the resume is trashed.

2- After I have decided to read more, I ask: "Are you being honest?" This is more difficult figure out from reading a resume, but there are many little signs that set off my alarm bells. Don't pad things. Don't use a bunch of market-speak. I don't care about that. I just want the straight dope. And for the love of life, please don't write a bunch of filler to get to N bullets. If your job description only fills one bullet, don't rewrite things in a different way to fill into two more bullets. That is irritating.

Finally, when you are in the interview, be prepared to defend anything you have written on your resume. Be completely honest, because at some point, I'll pull out my sophistication stick, and without being a jerk, destroy you. The resume gets you in the door: don't set yourself up to look silly. If I get the impression from your resume that I will make you look silly, I toss it aside.

I'll be the first to admit that I make a lot of mistakes as a hiring person, so you can take a lot of this with a grain of salt. I'm only breaking down how I go from 100 resumes to one hire. It isn't a perfect process by any measure. This is why I phone screen, don't interview candidates alone, then test the candidate before making a decision. Basically, each candidate has to receive a "yes" from both of us, but on rare occasion, one of us will over-ride the other.

The two-interviewer thing brings up something else. At our company, I make the initial phone calls and then decide to set up the interview. It seems like other companies have one person set up the interview, and then I am face-to-face with two different people. I suppose this is used as a ploy to ensure that I'm not trying to impress the person I feel is important. Oddly, everyone who ever sat at our table and focused on the other interviewer more than me. He generally asks the standard questions while I sort of try to sell the candidate on the job while asking ambiguous questions.

Finally, be prepared for testing. If you can do a phone screen, I'm assuming that you will do fine on a test. I can't count how many times I've phone screened and been impressed in an interview only to see the candidate choke on very basic tests. This leads back to being honest on the resume. If you are going to pad, do so judiciously.

I have decent success getting feelers from my resume, so I suppose I have a solid resume. The interview stage is where I struggle a bit.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-17-2014 , 01:04 AM
Anyone set up a chromebook for programming? I see you can dualboot or run a virtual copy so to speak, but I'm not sure what sort of requirements one would need for programming on the go. I.e., would it be easier just to buy a windows ultra portable and not faff about with multiple OS installs?

Dave,

Were you the one who thought a prospective wasn't interested if they didn't ask for compensation info upon first meeting?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-17-2014 , 01:31 AM
Quote:
Originally Posted by tercet
daveT- Thanks for some of the tips, I was stuck on how to do the skills/technologies sections, Ill try adding them to the top. When listing them you think it would be a good idea to list no more then 10 skills/technologies that are my best I would guess?
Javascript is what I was working on the most over the last 2-3 months, angular, more jquery etc.
As well I will adjust some of the brief descriptions of my job history.
No offense taken lol, I realize I need some help.

chrisv- From most of my developer friends I got most concerns about the view my resume button as well. I have an opacity hover on the white button color, perhaps I should change the default background color?

grue- I was planning on starting a github account and doing a bunch of js coding. Do you think this would be a good thing to add?
For the skills list basically enumerate every language/framework you have more than passing experience with. This is so at a glance people can see what you've worked with and to get past HR filters.

Your portfolio looks like you took some free bootstrap templates and plugged some content into them. It makes you look more like a webmaster type than a web developer.

I'd lose the High School stuff, the YMHC stuff, and the Poker Tracker stuff unless you were paid for it as a full time gig. You can selectively add things back in, but first:

Talk about some projects/features/bugs etc that you worked on while at DAC. You want to give an overview of what the project was, the skills/technologies/languages used and it's impact if it's measurable. List these under your DAC experience and in sublists. So for one of my recent projects that would look something like this:

On demand scheduling tool for company's "crowd":
- Built API endpoints in Rails using Grape for our crowd members to be able to submit and edit their schedule availability up to the minute.
- Built tools in Javascript and Angular to allow our employees to invite available crowd member(s) to work.
- This project resulted in having a more accurate picture of who in our crowd is available at any given moment. Consequently our employees make fewer phone calls trying to fill last minute needs and gaps.

It's always good to have a Github account with some examples of code you've written in it.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-17-2014 , 02:06 AM
Quote:
Originally Posted by Anais
Anyone set up a chromebook for programming? I see you can dualboot or run a virtual copy so to speak, but I'm not sure what sort of requirements one would need for programming on the go. I.e., would it be easier just to buy a windows ultra portable and not faff about with multiple OS installs?
I've considered getting a chromebook for programming, but the specs are pretty ******ed.

I brought this up in CTH. They all seemed to think getting a PC w/ no OS was the way to go.

Quote:
Dave,

Were you the one who thought a prospective wasn't interested if they didn't ask for compensation info upon first meeting?
That was the person who interviews with me. I was kind of surprised he said that, tbh.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
11-17-2014 , 06:28 AM
I wouldn't wish a person to get a chromebook on my worst enemy.
Simply, friends that have purchased one have all regretted it.

Maybe if you guys are stubborn on being different or cheap; try buying the components to build two desktops that are portable.

Buy a really tiny case for the one you want to lug around with setting it up every time but you will at least have a powerful machine with Windows on them. Actually the mac pros are sort of designed that way but who has the money on this forum for one. I doubt anyone does at this point lol
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m