Neat. I assume the h_m is plancks constant so lambda is wavelength. Also T being there means the model takes pressure into consideration. It's still just arithmetic though
Neat. I assume the h_m is plancks constant so lambda is wavelength. Also T being there means the model takes pressure into consideration. It's still just arithmetic though
Our professor explained that, at one time in the past, they didn't pair advanced math with computer science and it resulted in people who sucked at their job. The implication is, if you can't do calculus then you have no business pursuing a computer science degree.A lot of CS degrees have that math in it. And then you get to do nothing with it.
I found myself having to write a ton of Regular Expressions this past week. Which I haven't had to do in forever.
Thought I'd share some A++ little tools I found for it.
RegexOne - Learn Regular Expressions - Lesson 1: An Introduction, and the ABCs -> Refresh your memory if needed. Takes about 30 minutes to get through and solve their practice problems if you're quick.
RegExr: Learn, Build, & Test RegEx -> Set it up with whatever sample string you have and tune it.
I went interview for a devops job that was heavily coding based. I have no experience coding outside of a few college courses and have worked purely infrastructure/networking.
They asked me if I was familiar with regex. I had never even heard of it before and thought he said regedit. I was very confused as to why such a random question like that would be asked, but answered confidently that I did. About 10 minutes later they wanted me to get on the whiteboard and work a regex (I heard him correctly this time) problem. Needless to say I did not get a call back.![]()
It's definitely something you need to learn in IT. You can't even get away from them in telecoms. SIP route patterns/digit analysis/manipulations are all done using regular expressions in all modern Avaya, Skype and Cisco platforms.I went interview for a devops job that was heavily coding based. I have no experience coding outside of a few college courses and have worked purely infrastructure/networking.
They asked me if I was familiar with regex. I had never even heard of it before and thought he said regedit. I was very confused as to why such a random question like that would be asked, but answered confidently that I did. About 10 minutes later they wanted me to get on the whiteboard and work a regex (I heard him correctly this time) problem. Needless to say I did not get a call back.![]()
Regex is powerful but what kind of backwards ass interview makes you whiteboard a regex?I went interview for a devops job that was heavily coding based. I have no experience coding outside of a few college courses and have worked purely infrastructure/networking.
They asked me if I was familiar with regex. I had never even heard of it before and thought he said regedit. I was very confused as to why such a random question like that would be asked, but answered confidently that I did. About 10 minutes later they wanted me to get on the whiteboard and work a regex (I heard him correctly this time) problem. Needless to say I did not get a call back.![]()
That's actually just a pet peeve of mine in general and seems to happen a lot in this line of work. Some manager or another will tell me to accomplish X and then nitpick my methodology the whole time and suggest I do it their (usually antiquated or misguided) way.