Language:
switch to room list switch to menu My folders
Go to page: First ... 35 36 37 38 [39] 40 41 42 43 ... Last
[#] Tue Mar 28 2017 09:57:41 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Oh this is even worse. Project was POC'ed on a Clydesdale and then delivered to the customer on a Shetland pony. And now they're wasting all sorts of time trying to figure out why the pony keeps falling over dead.

[#] Tue Mar 28 2017 13:53:50 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


A variant of beating a dead horse. Nice!

[#] Fri Mar 31 2017 11:38:50 EDT from Ladyhawke

[Reply] [ReplyQuoted] [Headers] [Print]

This morning one of my staff told me I am "the BOMB DIGITY".  Though I realize this was intended to be a compliment....it really just reminded me that I am suddenly the "older generation".  

When the hell did that happen....and what the heck is a bomb digity?!



[#] Fri Mar 31 2017 12:09:29 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]


You could always just go to Urban Dictionary :)

[ http://www.urbandictionary.com/define.php?term=bomb%20diggity ]

Everyone's old. There's always a younger generation. If there isn't ... just wait.

[#] Mon Apr 03 2017 19:20:34 EDT from LoanShark

[Reply] [ReplyQuoted] [Headers] [Print]


LH... you're not only the older generation, but you've been living in a cave! :-D

[#] Tue Apr 04 2017 11:21:24 EDT from wizard of aahz

[Reply] [ReplyQuoted] [Headers] [Print]

No. He lives in a bunker.

[#] Tue Apr 04 2017 11:52:02 EDT from Ragnar Danneskjold

[Reply] [ReplyQuoted] [Headers] [Print]

Actual conversation with the COO today.

Him: Can I tell [customer] everything is ready?
Me: No. It's not ready.
Him: What does that mean?
Me: That it's not ready.

[#] Tue Apr 04 2017 12:24:03 EDT from LoanShark

[Reply] [ReplyQuoted] [Headers] [Print]


He was asking what was still outstanding, and how long it would take, and you smartassed him.

[#] Tue Apr 04 2017 12:57:53 EDT from Ragnar Danneskjold

[Reply] [ReplyQuoted] [Headers] [Print]

Pretty much.

But given my history with his pendantry over language, I wasn't going to interpret what he was asking either.

[#] Wed Apr 05 2017 18:37:58 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Well, at least you're not dealing with someone from sales.

Salesdude (to Ragnar) : "Can I tell [customer] everything is ready?"
Ragnar: "No, it's not ready."
Salesdude (to customer) : "Everything is ready!"

[#] Wed Apr 12 2017 10:15:06 EDT from Ladyhawke

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Apr 03 2017 07:20:34 PM EDT from LoanShark @ Uncensored

LH... you're not only the older generation, but you've been living in a cave! :-D

LOL, a cave would be much less stressful!  Feels like I'm back in my college language major days, learning new vocabulary and grammatical rules....

Aahz, I know it's been a long time since you were out here, but I still have not switched genders!  :-P



[#] Thu Apr 13 2017 07:20:52 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


I've been teaching people how to write software in C this week.

Although this is titled 'Advanced C', it doesn't feel very advanced. We're nearly at the end of the week, and just beginning to discuss pointers.

I suspect today's chapter on pointers will make the day long-ish.

They hope to leave early tomorrow for the holiday. I hope they don't cheat their education to leave early, but if they do, I won't complain. Heh.

Still, it feels a tad surreal to stand in front of a bunch of students and go over this material, then relate some of my experiences. It's also... odd... when one of the students tells you that you've been programming computers longer than her existence.

[#] Fri Apr 14 2017 07:39:06 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


End of the week. Today, we discuss muiltitasking/multiprocessing.

Yesterday's chapter on pointers blew one or two minds, I think. Many of the students have had this material, so they haven't had any trouble keeping up. But for the newer folks, I think pointers are a challange.

Still, I have inspiration now to maybe make an animation about C/C++ and pointers that I think might help some folks get what is going on.

Maybe. Hard to say, really.

[#] Fri Apr 14 2017 07:43:35 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


But, in other news, due to mandatory RIFs, we lost one of our developers.
That developer now has his citizenship in this country.

So now his own countrymen can prevent him from getting a job.

[#] Fri Apr 14 2017 10:28:59 EDT from zooer

[Reply] [ReplyQuoted] [Headers] [Print]

be sure to make it public, I would like to see it.



[#] Fri Apr 14 2017 10:42:48 EDT from zooer

[Reply] [ReplyQuoted] [Headers] [Print]

The animated C+ video that is



[#] Wed Apr 19 2017 10:41:23 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


I surely will. Gonna be a while, as I still haven't quite got myself together again at home.

[#] Wed Apr 19 2017 15:03:15 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


The general idea for the animation centers around showing a way to view what goes on in the system's memory as you call a function.

(And the variations seen as you use different kinds of argument types).

It demonstrates the fact that a variable's value is always copied before being passed into a function... even if that variable is a pointer, or a pointer to a pointer.

From there, I'd show how using pointers gets around this fact... and how using a pointer to a pointer gets around another problem related to destroying and creating new objects or structures.

I'd do all of this while using the mneumonics of the C language to help emphasize how to view what the compiler sets up for you.

[#] Fri Apr 21 2017 12:58:15 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


It's kinda funny how, when you've worked with a certain environment for a while, if it's the right kind of environment, people think you're a wizard or something.

When people see me fly around in vi, getting stuff done in few keystrokes, it looks arcane and mysterious, when really I don't feel I have the full power of that editor down at all. I just learned a few things over the 2 decades I've used it, but never really concentrated on being a power user.

Now, I'm starting to do the same thing with 'screen' (for better or worse).
Just though it was a little better to write stuff for linux over a putty terminal than to try and establish a gui console and work with it that way.
And once you get into a machine, you don't feel like mucking around with multiple windows, so you use screen and start doing weird things with that (like split screening).

Again, didn't know the commands, just stumbled into it out of curiousity, and thought it might be useful.

[#] Sun Apr 23 2017 12:39:22 EDT from bennabiy

Subject: Re: VI and Screen

[Reply] [ReplyQuoted] [Headers] [Print]

a useful screen command (whether you have a screen session open already or not):

 

screen -D -RR which will detach any current sessions you have and reattach them at your current terminal ( and when you are finished with your session, but would like to leave it running, CTRL-A D to detach from it)

 



Go to page: First ... 35 36 37 38 [39] 40 41 42 43 ... Last