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

03-10-2019 , 09:09 PM
If it's not an out and out scam of some kind, he probably got banned, or lives someplace where it's not legal for him to use the service, or something like that. But it's probably jut a scam, he'll need your account # or some **** to transfer the money etc etc.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-10-2019 , 09:27 PM
This is 98% some lame attempt to get your bank acct info
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-11-2019 , 11:44 AM
Quote:
Originally Posted by adios
Easy to state, very much harder to implement.
ya no one wants to fire someone. esp if that person is really nice. and esp if that person had been competent at some aspect of the job in previous years. and esp if its a hudge company that is making tons of money. like, theres really no incentive to cut the dead weight here since there is so little of it.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 12:29 AM
Do any of you who are using React (or another framework/library) a lot wish you were just using vanilla js?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 12:33 AM
No - jquery only maybe - but not vanilla.

AJAX is a PITA, cross-browser stuff is a PITA. A bunch of other stuff that jquery just makes much easier.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:11 AM
Maybe I'm doing it wrong (though I have accomplished what I want), but I have a ton of AJAX in my React (making calls to a Python script to get data).
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:15 AM
Quote:
Originally Posted by microbet
Maybe I'm doing it wrong (though I have accomplished what I want), but I have a ton of AJAX in my React (making calls to a Python script to get data).
You're not using, say, the fetch library?

And **** no, I don't want to use vanilla JS.

I am not sold on SPA. In fact maybe I'm against it. But I'd still rather do that than try to roll my own.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:22 AM
Quote:
Originally Posted by microbet
Do any of you who are using React (or another framework/library) a lot wish you were just using vanilla js?
Not in the slightest, but not sure what you mean really? What desirable vanilla JS features is React preventing you from using?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:36 AM
Quote:
Originally Posted by _dave_
Not in the slightest, but not sure what you mean really? What desirable vanilla JS features is React preventing you from using?
"not importing 6MB of garbage?"
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:41 AM
Quote:
Originally Posted by RustyBrooks
You're not using, say, the fetch library?

And **** no, I don't want to use vanilla JS.

I am not sold on SPA. In fact maybe I'm against it. But I'd still rather do that than try to roll my own.
Yeah, I'm uneducated and don't know what things are called. I'm using fetch. "AJAX" supposedly means asynchronous javascript and xml or something and I guess what I'm doing is asynchronous javascript and json, so AJAJ. I guess the pain part is the xml parsing part?

I kinda like the SPA thing. The React Dev site I have so far just really flies.

I'm taking your word for React > vanilla 100%.

My first pass moving into "production" has been to have Python/Flask/apache/mod_wsgi serve the React. I have that working in a hello world way, but I think that's the wrong approach and I have to just keep the python as an api fetching data and deal with the cors/cross-origin issues that I failed to conquer setting up the dev.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 01:44 AM
By AJAX most (old school) people means "XMLHttpRequest" calls

If you have apache in the mix you might as well have apache serve the javascript parts and not make flask do it, since apache can do it as well as or better.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 03:42 AM
React is pretty great. I think redux and a bunch of the other react ecosystem is flaming garbage though
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-12-2019 , 09:43 AM
Quote:
Originally Posted by microbet
Yeah, I'm uneducated and don't know what things are called. I'm using fetch. "AJAX" supposedly means asynchronous javascript and xml or something and I guess what I'm doing is asynchronous javascript and json, so AJAJ. I guess the pain part is the xml parsing part?

I kinda like the SPA thing. The React Dev site I have so far just really flies.

I'm taking your word for React > vanilla 100%.

My first pass moving into "production" has been to have Python/Flask/apache/mod_wsgi serve the React. I have that working in a hello world way, but I think that's the wrong approach and I have to just keep the python as an api fetching data and deal with the cors/cross-origin issues that I failed to conquer setting up the dev.
Ajax just means making REST calls. The X is a vestigial hold-over from days before JSON.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:15 PM
Let's talk terminals.

Behold, I give you the worst mac default color scheme of all time - Red Sands!



The other defaults are pretty terrible too. I like the old school terminal look:



It kind of makes my vim look really ugly though, but I've gotten used to it. Considering a change.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:29 PM
I'm always about the black and green.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:30 PM
My vim

** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:31 PM
What about vs code themes? I go 80s monokai.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:38 PM
It’s all subjective, I used Red Sands when I had multiple terminals up to different servers to keep track of a server I didn’t want to screw up on, but mostly used a variation of green and black.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:41 PM
I really don't like the background being too black. Too much contrast. Also, I've learned to accept my limitations and just make fonts a little bigger.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:46 PM
Quote:
Originally Posted by microbet
I really don't like the background being too black. Too much contrast. Also, I've learned to accept my limitations and just make fonts a little bigger.
peachpuff background and midnight blue foreground 4 lyfe

(although actually I also do the 'use a different background for prod related term windows so you don't do something dumb')
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:47 PM
Yeah I definitely pushed the font size up, which is why I’m a fan of big monitors.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 01:53 PM
I played around with the colored backgrounds, but I really like the pale flat off-black. Screenshot I posted there is pretty awesome, no?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 03:09 PM
every time the product manager I'm working with comes up to my desk says some variation of "you and your matrix looking desktop"

I do typically have 2-6 sessions open, always black with green lettering.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 03:17 PM
People comment on mine too but it’s variations of “you werent even alive when those terminals were around”
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-13-2019 , 03:49 PM
I'm trying to remember now if my first PC had one of the green ones or one of the amber ones. I think it was green. God damn that was like 30 years ago.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote

      
m