"Off Topic" Code Discussion from Q8 Thread.. (code discussion not related to the Q8)

Teacher, from your posts the last couple of days, you seem to be a little agitated, how come?

A friend of me always tells me when im irritated “put on your [imaginary] teflon coat, nothing will attach to it and everything just glides off”

Thanks Yokiamy, I like that…… :wink: … Imaginary Teflon coat. :beer:
But honestly, I’m not agitated at all…. seriously.

Some of my opinions have differed from some other peoples is pretty much the bottom line.
Someone & a few more have been marking everything I post as RUDE
But hey… I am good with that. As I am typing this my RUDE score just reached 30 0f 10 …… :smiley:
To me that is utterly ridiculous as well as laughable……. :wink:

Heck, go back and read what I have posted. You will be hard pressed to find anything at all RUDE in it. Differing opinions yeah, but as far as I know a differing opinion is not rude. :slight_smile:

When I have said something I have said it in a straight forward manner so as to be crystal clear about where I stood and what I thought.
I think some people like the watered down version of things where it is sugar coated & all pc…. fine.
They won’t find it from me however, I say just call a spade a spade and lets the chips fall where they do.

And trust me, I am not saying I am perfect at all…. cause I am sure not, BUT this has reached the stage of extreme humor at this point. :smiley:

Yeah, now I had been joking around about Dark Territory; as to make a joke about every single post I made getiing marker Rude for a couple of days. Because to me…. that is exactly what that was and is………… a joke.

Anyway, that’s all. I’m good honestly, and thank you for asking. I have just a little less than zero actual stress or agitation about anything that goes on here. There are much more important things to consider at the moment. :wink:

Take care……… :+1:

Oh yeah, this is long; but you asked. :smiley:

Well, let’s toast to that then. Today I have a glass of red wine though. Cheers! :WINE:

^ I wonder what will happen if I type :WINE:

(edit: dangit, no picture of a glass of wine showing up, like it does with beer. Well, I learned something about a code-thingy then)

:smiley: …. Amen brother!!! :+1:

Here… beer mugs will have to do………… :beer: :beer: :beer: :beer: :beer:

Probably a little “Off Topic”…… but oh well, I started the thread so all is well. :wink:

My sincerest apologies to you Yokiamy.
It does appear that my reply to you, in Post #15 above; was indeed consider rude by at least one person…. so far.

Sorry, I was just trying to answer your question. :person_facepalming:

I’ll go sit in the corner for a few hours now……………

Haha thanks Teacher, yea coding for stupid people would probably be more up my alley as well!

I hear ya’ JA. :smiley:

I am going to the Library & check it out if they have it…. just to see IF I can learn to do anything…… anything at all. Big “IF” but as long as I don’t screw up my ‘pooter’… I’m good with trying to do something. :wink:

#include <stdio.h>

static char hello_world[] = {
0x48, 0x45, 0x09, 0x24, 0x2a,
0x66, 0x36, 0x23, 0x36, 0x2b,
0x2f, 0x66, 0x32, 0x23, 0x35,
0x36, 0x6d, 0x4c, 0x48, 0x4c
};
static char blf[] = "BLF";

int main(void)
{
int x, l;

l = sizeof( hello_world );
for( x=0; x<l; x++) { printf("%c", ((hello_world[x]^blf[x%3]) & 0xff) ); }

return 0;
}

Maybe people dont know the difference anymore nowadays between RUDE and the dislike of your opinion.
They give negative credits as it were hot baquettes :slight_smile:

:smiley: …… That may very well be Yokiamy. :+1:
At this point it is so pathetic it is actually comical…. :wink:
In my personal opinion of course…….

@Teacher

I think that you might like learning the Python programming language. Interestingly, it is actually called “Python” in tribute to Monty Python, and you can see a lot of references to the various works in the programming. There are a lot of free tutorials online, and is a really good first language to learn since it is considered much easier to read than other languages that use lots of symbols.

Here is one of the many free classes: https://www.datacamp.com/courses/intro-to-python-for-data-science/?utm_source=learnpython_com&utm_campaign=learnpython_tutorials

Have you heard of the arduino? For a person new to programming and circuits, THAT is the place to go.

Thank you amplificus, I appreciate the info & link. At this point I have only had a chance to glance at “Python”…. but it appears it starts very basic
I am certainly going to explore it in depth.

I had/have never heard of “arduino”, but I did a quick search amd came up with this….

I will certainly check it out in-depth also…. because I am certainly “new to programming and circuits”….
……as in totally new. :wink:

Again, thank you very much for the info and heads up. :+1:
.
:slight_smile:

This is just something I have always been curious about & never had nor taken the time to explore in any way. I have a bit of time now… so why not. :slight_smile:

Check this one out

Honestly, the Arduino is awesome because it’s a great intro into programming and circuits, but can be used for so many things. I’ve used them for programming the MCU in flashlight driver’s to get exactly the modes i want, made a battery capacity tester for the laptop pulled 18650’s, and a variable speed fan controller for my bench LED test heatsink.

The list of what you can do with just a few lines of code is endless, and so many tutorials online make it easy. When my son is old enough to read, I’m going to push him learning to code really hard.

I’m not sure what the item linked to is, but I figured it important… and it is as cheap as dirt. :+1:

See, that is what I have in the back of my mind… trying to learn to program flashlight driver MCU’s.
It does sound like you have done a lot of things with it…. that’s pretty neat.

I’ll take your word about this, “so many tutorials online make it easy”; and start to dig into it.

I do appreciate the info also.
It gives me hope this might not be as far out of reach as I had thought…. the basic stuff anyway. :+1:

Sounds like a plan about your son also… a good plan. Looks like ‘code’ is the thing now & I am sure will be only more so in the future.

Again, I appreciate the info. :slight_smile:
Feel free to offer anything you feel is relevant to a total newbie…… :smiley:

Short explaination: The item linked is an arduino clone. Get one (or 3!).

Long explaination: That is a microcontroller development board, which you can plug into your computer using a usb cable, send some code onto it, and it will perform actions. The little plugs on the outside are for input/output. For example, you can attach a small LED to one of the pins and ground, and tell the controller to turn it on and off. Tutorial Here!

OK…… thanks. I understand the generalities of what you said. I’ll check the tutorial out you sent the link to. :+1:

I appreciate the understandable info you are communicating to, thank you. :slight_smile:

OK, I split the difference; I ordered 2…
……… & even paid a bit for shipping so they might get here quicker. :wink:

After reading the Tutorial you linked to, I figured there was no time to start like the present. :+1:
And so, it begins…… :smiley:

Nice to see you picking up new things!

Thanks, I must admit it has always intrigued me how lights were programmed. If I could learn to do a little of that even… I’d be a happy camper.

My Arduino clones arrived today. Fast ship time too. :+1:

Time to try & figure things out…. :wink: