Jeff Ratliff on dent.gomertronic.com
This remote profile is registered on another site; see gomerx's original profile page on dent.gomertronic.com.
-
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 14:26:00 EST Jeff Ratliff
YASSS!! Future employer made me an offer. Has job starting Monday!! -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 14:25:24 EST Jeff Ratliff
Actually, it sounds great! They just made me an offer. :) -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:40:37 EST Jeff Ratliff
I've always done my own moderation. Most people do. I don't subscribe to accounts that say things I can't handle. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:37:41 EST Jeff Ratliff
I look like my avatar. It is a picture of me. But I don't understand the song because I don't speak Turkish. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:35:55 EST Jeff Ratliff
It also makes it easy for GCC to add front-ends for various other compiled languages. So it can do a lot more than just C/C++. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:33:20 EST Jeff Ratliff
The job I'm looking at now involves a bit of Windows server work, but I don't know if scripting will help. We'll see. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:32:10 EST Jeff Ratliff
You are welcome. I am also a fan of realism in avatars. Although I know it's not easy for everybody. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:31:06 EST Jeff Ratliff
Yes. So it's easy to stop at any stage or substitute a different assembler if you want. Very Unixy. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:21:30 EST Jeff Ratliff
Cool song bro. What is the man singing about? -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:17:43 EST Jeff Ratliff
For those playing along at home, my job interview yesterday was amazing. They seem to really need a guy who is exactly like me. Hopeful. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:16:44 EST Jeff Ratliff
Powershell is a little more verbose than I like, but it's pretty well done and powerful. An expert could probably do a lot with it. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:15:31 EST Jeff Ratliff
RIght. Because we're trained to automate the job with code rather than memorize a series of button clicks. -
Jeff Ratliff (gomerx)'s status on Thursday, 11-Feb-2016 11:13:41 EST Jeff Ratliff
I was thinking more of the Windows admin attitude that doesn't even consider scripting as an option. They've already got a decent language -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 23:42:35 EST Jeff Ratliff
@kat new avatar is very nice. I'm a big fan of blue. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 23:41:16 EST Jeff Ratliff
I'm amazed how many talented Windows admins don't do scripting. Powershell is really not that bad, but people don't use it much. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 23:39:07 EST Jeff Ratliff
Regex syntax can vary so much between languages that something specific to your programming language might be very useful. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 23:38:12 EST Jeff Ratliff
For instance GCC compiles to assembler then to machine code then links so you can make the compiler generate assembler if you want. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 23:37:02 EST Jeff Ratliff
Ah. I understand. C generally compiles to machine code. But you can do other things depending on the compiler. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 01:01:24 EST Jeff Ratliff
C# compiles to byte code just like Java. Though it runs on .NET or something rather than a Java VM. -
Jeff Ratliff (gomerx)'s status on Wednesday, 10-Feb-2016 00:59:54 EST Jeff Ratliff
The O'Reilly book "Mastering Regular Expressions" is the standard but might be overkill. It covers a lot of languages though.