Open Side Menu Go to the Top

03-03-2020 , 02:42 AM
This is also good information as well https://stackoverflow.com/questions/...ferent-kernels
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
03-03-2020 , 02:59 AM
Quote:
Originally Posted by coordi
Leap year bug. How could something like this happen? Using a library not based on the Gregorian calendar?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-03-2020 , 11:29 PM
Why does it just look like a cors issue?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-04-2020 , 01:21 PM


https://developer.mozilla.org/en-US/...tatements/with

TIL I learned JS has a 'with' keyword. Still don't understand it.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-04-2020 , 11:41 PM
It looks like
Code:
with (myobj) {
   console.log(x)
}
Will look for myobj.x before trying to resolve it to some other variable named x. This would be faster and maybe "neater" if you needed to do a lot of repeated lookups of attributes of myobj inside the block.

The reason it's bad is because there's at least 2 or 3 kinds of ambiguity it can add. That page gives some pretty good "con" examples.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-06-2020 , 08:02 PM
Quote:
Originally Posted by Barrin6
This is also good information as well https://stackoverflow.com/questions/...ferent-kernels
Thanks. Interesting. In Windows you can have do a lot to isolate and control the environment of a child process.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-15-2020 , 06:37 PM
Has anyone had experience using both VMWare and Virtualbox on the same machine? I use VMWare to run various machines on my Windows 10 Pro 64-bit host. Mostly for Allen-Bradley software, plus messing around with Linux boxes.

I'm trying to create a macOS VM, and the best guide I've found shows how to get it set up in Virtualbox. I figured that before I install Virtualbox and potentially mess up some VMWare stuff, I'd ask here to see if anyone else has done something similar.

I'm new to the Programming forum, so this is me subscribing to the LC thread and saying hello. I program PLC's but I'm trying to extend my language base. I'm doing some work in a Visual Basic type language, and then dabbling in Python for pet projects.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-15-2020 , 08:16 PM
Quote:
Originally Posted by Aceium
Has anyone had experience using both VMWare and Virtualbox on the same machine? I use VMWare to run various machines on my Windows 10 Pro 64-bit host. Mostly for Allen-Bradley software, plus messing around with Linux boxes.

I'm trying to create a macOS VM, and the best guide I've found shows how to get it set up in Virtualbox. I figured that before I install Virtualbox and potentially mess up some VMWare stuff, I'd ask here to see if anyone else has done something similar.

I'm new to the Programming forum, so this is me subscribing to the LC thread and saying hello. I program PLC's but I'm trying to extend my language base. I'm doing some work in a Visual Basic type language, and then dabbling in Python for pet projects.
I have installed both on a system (MacBook Pro). I didn’t have any problems. I use VMWare much more though running Windows 10.

Do you use ladder logic to program the PLCs?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-15-2020 , 09:56 PM
I work a little bit with ladder logic, but I avoid it when I can. I like structured text because I feel like you can get much more done in much less space, and it actually reads like "code". I consider ladder logic to be a legacy language. Kind of like COBOL. It's doing a ton of work in places that you wouldn't expect it.

I also use AB function block diagrams for some things. That style definitely lends itself to processes that benefit from a move visual layout.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-15-2020 , 11:17 PM
Quote:
Originally Posted by Aceium
I work a little bit with ladder logic, but I avoid it when I can. I like structured text because I feel like you can get much more done in much less space, and it actually reads like "code". I consider ladder logic to be a legacy language. Kind of like COBOL. It's doing a ton of work in places that you wouldn't expect it.

I also use AB function block diagrams for some things. That style definitely lends itself to processes that benefit from a move visual layout.
Good post. Glad to hear structured text is your language of choice. That to me is encouraging.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2020 , 02:23 AM
Help! Can somebody save 2+2 from this?
https://forumserver.twoplustwo.com/5...anges-1765461/
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-26-2020 , 12:56 PM
Anyone ever worked with NextJS? Like it? Hate it?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-27-2020 , 02:12 AM
Quote:
Originally Posted by Best Buddy
Help! Can somebody save 2+2 from this?

https://forumserver.twoplustwo.com/5...anges-1765461/
Mother of God
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-27-2020 , 03:33 AM
I'm assuming they're still fleshing out the styling issues.

But I heard it still doesn't have auto-thread refresh. The unstuck politics site that a lot of us politards migrated to does. 2p2 and chiefsplanet feel so clunky now, having to manually reload the thread to see new posts like some kind of shmuck.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-27-2020 , 10:17 PM
anyone taken a test at codility?

https://www.codility.com/
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-28-2020 , 09:29 AM
Well that's creepy... don't think I'd ever been to the site before, but when I went there they said "Welcome back AT&T �� Are you interested in learning more about Codility?"
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-28-2020 , 10:48 AM
Haha
yeah, they said welcome back "company I got laid off from a year ago"

It was extra weird for me as the company I worked for a year ago was one of the few companies that provided an IP address->company service. The last project I did there used that database extensively
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-28-2020 , 10:55 AM
One of the jobs I was interviewing for recently used that. I got a very high score. Didnt get the job.

I just got hired as an infrastructure engineer at a fairly large ecommerce company. I start Monday.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-28-2020 , 10:47 PM
Quote:
Originally Posted by jmakin
One of the jobs I was interviewing for recently used that. I got a very high score. Didnt get the job.

I just got hired as an infrastructure engineer at a fairly large ecommerce company. I start Monday.
Congrats!

Is there a final tldr; on old company? Or is it basically just, people stopped getting paid, everyone left?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 12:30 AM
Quote:
Originally Posted by blacklab
Haha
yeah, they said welcome back "company I got laid off from a year ago"

It was extra weird for me as the company I worked for a year ago was one of the few companies that provided an IP address->company service. The last project I did there used that database extensively
I would be surprised if it was based on IP address - I was at home on a home computer. If I had to guess, it's some linkedin bullshit.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 12:30 AM
If I go there incognito they do not recognize me
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 12:50 AM
I went and it said welcome back <random name that is definitely not close to mine>

I have never been there, I dont have linked in, :shrug:
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 02:51 PM
Congrats Jmakin!
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 03:22 PM
Quote:
Originally Posted by RustyBrooks
I would be surprised if it was based on IP address - I was at home on a home computer. If I had to guess, it's some linkedin bullshit.
Ours was a combination of cookies and IP's.
If you went to some partner of ours from your house and entered [email protected] in a form then we'd add a cookie to you and log your IP as belonging to jackasscompany. My house is tagged as my old company in at least one of our competitor's databases.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-29-2020 , 03:24 PM
Quote:
Originally Posted by jmakin
One of the jobs I was interviewing for recently used that. I got a very high score. Didnt get the job.

I just got hired as an infrastructure engineer at a fairly large ecommerce company. I start Monday.
I bombed it so I'm probably not getting the job. Should have practiced a few things before taking the test. Also it sucks getting old and forgetting **** you should know.

Congrats on the job.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

      
m