What Are You Doing Right Now
-
@eddiejennings said in What Are You Doing Right Now:
Enjoying digging into the Zed Shaw Python book.
How is this going, if you have this must interest you must have always been a developer at heart!
-
@bigbear said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Enjoying digging into the Zed Shaw Python book.
How is this going, if you have this must interest you must have always been a developer at heart!
It's fun. With Thanksgiving and today (since we get the Friday after off), I've treated myself to this and actually playing some Everquest again (after a month's drought).
I do enjoy creating [things.] Much of the enjoyment from teaching came from creating music with the kids. I can remember when I wrote my little scripts for creating Exchange Online users, there was much joy with experimenting, breaking, and triumph.
-
@eddiejennings said in What Are You Doing Right Now:
@bigbear said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Enjoying digging into the Zed Shaw Python book.
How is this going, if you have this must interest you must have always been a developer at heart!
It's fun. With Thanksgiving and today (since we get the Friday after off), I've treated myself to this and actually playing some Everquest again (after a month's drought).
I do enjoy creating [things.] Much of the enjoyment from teaching came from creating music with the kids. I can remember when I wrote my little scripts for creating Exchange Online users, there was much joy with experimenting, breaking, and triumph.
My grandpa was a teacher and got me programming when I was 8, so I can definitely see how that personality profile would fit.
Something to check out is Crystal https://crystal-lang.org/
I have always liked Ruby and this just seems to be the next levelof that. Its fairly new but hundreds of contributors.
-
Outside the brewery...
-
Posting from Fedora 27 Cinnamon. Really liking this experience so far. And it's on an old Latitude D630...just to see if it would run it proper.
-
Reading an old article about Linode moving to KVM. https://www.cio.com/article/2937714/cloud-computing/why-linode-moved-to-kvm.html
-
Reading over some Hyper-V networking configuration scripts.
https://www.altaro.com/hyper-v/practical-hyper-v-network-configurations/ -
Got a little XP for the cleric. Back to the Python book.
-
@eddiejennings said in What Are You Doing Right Now:
Got a little XP for the cleric. Back to the Python book.
As in WIndows XP?
-
@dbeato said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Got a little XP for the cleric. Back to the Python book.
As in WIndows XP?
XP = Experience Points
-
@bigbear said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Got a little XP for the cleric. Back to the Python book.
As in WIndows XP?
XP = Experience Points
I see that but wanted to confirm
-
Just made a breakfast tray and brought it to my wife, still in bed.
The wonderful joys of the children being at grandmaโs house for two nights.
-
@dbeato said in What Are You Doing Right Now:
@bigbear said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Got a little XP for the cleric. Back to the Python book.
As in WIndows XP?
XP = Experience Points
I see that but wanted to confirm
Luckily it runs well on Windows 10
-
@bigbear said in What Are You Doing Right Now:
@dbeato said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Got a little XP for the cleric. Back to the Python book.
As in WIndows XP?
XP = Experience Points
Which you deserve if you can get it to still run
-
Messing around with the Zed Shaw Python 3 book.
print("Funtimes with escape sequences") sample_backslash = "Here are four backslashes \\\\\\\\" sample_singlequote = "I \'said\' put in a ticket!" sample_doublequote = "Srsly! Put in a Ticket! \"Fo R3@LZ!\"" print(f"{sample_backslash}\n{sample_singlequote}\n{sample_doublequote}") print(''' What the hell is an ASCII bell? Let's find out! ''') sample_ascii_bell = "Mary\aHad\aA\aLittle\aLamb!" print("Here is a sample", sample_ascii_bell) print("I didn't hear anything!\n") print("Will the ASCII backspace remove a character or just move the cursor?") sample_ascii_backspace = "Oakland Athletics\b\b\b\b" print(f"Oakland Athletics before the backspaces then after {sample_ascii_backspace}") print(""" Well, that was underwhelming. Let's try something else. """) print("Oakland Athletics", sample_ascii_backspace, "More text after") print("\nThat's more like it There were four backspaces in the example\n") print("What does formfeed do?\nShall we try it?\n") sample_formfeed = "MangoLassi\fIs\fA\fGreat\fCommunity" print("Here we go! ", sample_formfeed) print(''' Nifty! ''') print("Does the carriage return do something different than the linefeed?") print("Let's find out!") sample_carriage_return = "Here\rAre\rThree\rCarriage Returns" sample_linefeed = "Here\nAre\nThree\nLine Feeds" print(sample_carriage_return) print(sample_linefeed) print(""" Looks like the carriage return behaves like the backspace. Here's the code for the carriage return example: Here\\rAre\\rThree\\rCarriage Returns Here's the code for the line feed example: Here\\nAre\\nThree\\nLine Feeds """) print("I know what horizontal\ttabs\tdo.\n") print("But what about vertical\vtabs\v?\n") print("That looks like form\ffeed")
-
Holiday movies with the wife.
-
Catching up while waiting for my Sunday dinner
-
Updated SYnology Firmware and resting.
-
Good morning everyone! Had a busy night around here.
-
Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know?