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

10-16-2017 , 03:20 AM
480/96

Credit goes to Leisure Suit Larry (actually tho)
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 10:03 AM
Quote:
Originally Posted by ChrisV
I would buy that, but does it really matter? If the issue is really important, there should be a voice call. If it's not, does it matter if they contribute less? If they have something actually important to say, they'll say it.

That's my problem with the post, that most of the accusations he levels at non touch typists either don't matter much or are flat out misguided. Whenever I see someone complain that other programmers don't comment code enough, I pretty much ignore everything else they have to say. Good code should usually only need sparse commenting, and people that insist on heavy commenting are the enemies of productivity and maintainability. The bit about them not formatting code also made me lol. Does this guy use an IDE? I mean the post is 2008, so maybe that has something to do with it, but it reads like it's from 1998.
If you are relying on calls to be kept abreast of things as a remote worker you are doing it wrong. The biggest problem with remote workers is they miss out on water cooler chat where lots of decisions are made. Chat rooms can mitigate that and if you can’t see someone who doesn’t like to type is at a disadvantage there then I can only assume you are in denial.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 10:36 AM
463/90 and 468/94 on two attempts

Damn goofy I feel like I need to type faster now
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 11:13 AM
Quote:
Originally Posted by ChrisV
Slow at typing is more of a concern, but mostly because it's a red flag for how much time he spends on computers and how late he came to programming. It depends how slow "slow" is, obviously a hunt-and-peck typist can't cut it as a programmer.
Almost as slow as 1 key per second. I'm hoping maybe it's because they aren't used to the Mac keyboard?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 11:42 AM
React/Redux question:

I am finding myself using this design pattern a lot

Render () {

Const whatever = safeGet (value in redux/state, null/false)

return (

{whatever ? <Thing/> : <OtherThing/>}

Seems like the most obvious way to display things based on certain state conditions, is it a good way, are there better ways?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 11:50 AM
Lol enterprise. I was tasked with integrating a react app A into another react app. App A is prebundled and I have no control over it. I try to argue that its silly and wasteful to load 2 (plus? Who knows) versions of react on a page and get some hesitant nods.

So I finally go to production to poke around. First thing I see? 500kb png. I throw it at an optimizer and it loses 300kb. Way more than an extra react...

I give up.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 12:10 PM
Larry everyone does it that way.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 02:01 PM
Quote:
Originally Posted by Victor
and I agree that suzzer is an inspiration. one day I too hope to be able to pull of a multiple simultaneous remote jobs. truly heroic.
It's actually not that hard to get multiple remote jobs. It's difficult to get ones that pay out the nose for no work, and that's pretty cool for suzzer.

But remote work is the salt mines of programming. The work is hard, lonely, generally doesn't pay well, but it does pay more than running a jack hammer in a salt mine.

Quote:
Originally Posted by Victor
ya it was through newegg and then through another company. bad gambo00l on my part.

it is legit shocking that this would get shipped and given that it was, I think my chances a refund or replacement are near nil.

proly will be challenging the charges on my credit card.
So... this is the dirty secret of Newegg, Amazon, Walmart, Sears, Overstock, and basically any online service. You are, more often than not, buying from a 3rd party seller. Newegg does have their own warehouses with proper QC, so it's probably best to buy directly from their warehouses.

I would suggest shooting an email off to the 3rd party seller via Newegg. If they don't contact you in 2 days, open a case with Newegg, etc. You'll probably get an immediate refund. Newegg has very low tolerance for their 3rd party sellers, and has no compunctions about booting them off their platform.

Quote:
Originally Posted by Barrin6
You'll fit in SF. People in sF judge you hard if you support trump. I find it odd but I guess thats what happens when you live in such a liberal city.
Honestly, SF feels super non-liberal to me...

Quote:
Originally Posted by RustyBrooks
I understand the sentiment but basically if I thought less of anyone who voted for Trump, I'd be a pretty lonely person. I live on the outskirts of Austin, which, sure is a liberal bastion in a very red state, but, most of my neighbors probably voted for Trump. Most of my family voted for Trump. Probably most of the suburban town I live in voted for him.

They "support" him to varying degrees. Many of the people above didn't "vote for Trump", they "voted for the republican party." Some of them regret it and dislike him intensely. Many have resolved their cognitive dissonance by accepting it. It can be complicated.

For the most part, they are normal good people. Such is life in a system of government like ours (where voting is extremely dominated by 2 parties)
... is so much more live-and-let-live than SF. Imagine if you lit a cigarette at a sidewalk cafe in SF, then do the same in Austin. Just one of many small examples.

That's the thing, Austin is just so much more about not really caring what others are doing. Just be yourself, be natural, and don't apologize for anything. Couldn't imagine all that Berkeley stuff happening in Austin.

*****

I may have this really cool contract working with Arduino boards. I was looking at the Arduino documentation, and overall, it looks super simple to work with, like a light-weight C with a few useful APIs.

I'm wondering what kind of frustrations I would expect while working with Arduino. It looks like there is a large world of devices, options, and so on, but it seems you can do anything with these things.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 02:10 PM
I did figure out why the XML wasn't rendering via JavaScript on my website. It turned out that Cloudflare has some performance optimizations that managed to skip over the JavaScript rendering (or something). I had to add a page rule to remove performance optimization, and now everything works like a charm.

It took over a week of emailing Heroku and Cloudflare to get to the bottom of that one.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 02:17 PM
Quote:
Originally Posted by daveT
Imagine if you lit a cigarette at a sidewalk cafe in SF, then do the same in Austin.
Good riddance to that ****. Being in Paris this year made me remember how much I do not miss being in close proximity with smokers. (not that I didn't love everything else about it)
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 02:24 PM
I get your point. Even though I vape, I'm quite nonplussed at how bad certain cigarettes smell. I treat vaping like smoking and behave in the same way.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 03:06 PM
Yea one of the worst parts of my recent trip to Europe was people smoking everywhere, **** that ****.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 05:58 PM
Quote:
Originally Posted by Grue
Larry everyone does it that way.
gracias
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 06:12 PM
One other pattern which initially looks dumb but is way better than ": null" or ": undefined" is to use {isBoolean && <Jsxcomponent />} when you don't have an "or" case when you want to render something when isBoolean is truthy.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 06:30 PM
Quote:
Originally Posted by Barrin6
Almost as slow as 1 key per second. I'm hoping maybe it's because they aren't used to the Mac keyboard?
That is bizarre. Does sound like he could use some typing lessons.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 06:55 PM
Quote:
Originally Posted by Grue
One other pattern which initially looks dumb but is way better than ": null" or ": undefined" is to use {isBoolean && <Jsxcomponent />} when you don't have an "or" case when you want to render something when isBoolean is truthy.
Heh, like 90% of my usage is : null
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-16-2017 , 07:10 PM
Quote:
Originally Posted by Barrin6
Almost as slow as 1 key per second. I'm hoping maybe it's because they aren't used to the Mac keyboard?
To test this theory, I redid Chris' test on my new Mac keyboard, which I have ~never used (it's my work computer, I have an external kb plugged in at the office and as I just got this newer-form Macbook a week ago I've yet to use it while not docked to my desk setup). 670/134.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 01:36 AM
Couldn't stop trying to fix words I ****ed up, 288/58 my coding rate would be lower because I rarely know the next 58 words I'm going to code to I always had problems with the number row...
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 02:09 AM
I did mine with no errors and backspacing as necessary. Is that wrong?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 02:21 AM
Okay I think I may have exaggerated. The person types slightly faster than 1 key per second. But it is still noticeably slow enough that it catches my attention.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 08:21 AM
Quote:
Originally Posted by Larry Legend
I did mine with no errors and backspacing as necessary. Is that wrong?
****, I must be worse at backspacing than I thought or was very tired, 326/65 this morning. That seems weird that being better at correcting your errors improves your speed. Also doesn't take into account good autocorrect. Although none of that is going to make me approach Goofy, day-am!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 10:24 AM
480/96 wpm
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 06:31 PM


LOL
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 10:47 PM
The number of dicks in the comments is truly depressing
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
10-17-2017 , 11:23 PM
506/101 with 2 mistakes

but i'm a jet lag zombie right now and typing with my laptop on my chest. will try again tomorrow to go after goofy.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m