What Are You Doing Right Now
- 
 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? 
- 
 @tim_g said in What Are You Doing Right Now: Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know? I don't think that typically Fedora updates kernels between releases, do they? I wouldn't expect it till Fedora 28 releases. 
- 
 @quixoticjustin said in What Are You Doing Right Now: @tim_g said in What Are You Doing Right Now: Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know? I don't think that typically Fedora updates kernels between releases, do they? I wouldn't expect it till Fedora 28 releases. No idea... maybe not major versions that I can remember. But I have seen smaller updates. I think 4.12 to 4.13 during F26 lifespan. Memory is a little foggy, though, so I can't say for sure. But F28 is a while away... that sucks if I have to wait  
- 
 Looks like they are testing kernel 4.15 on Fedora 28. 
- 
 @tim_g said in What Are You Doing Right Now: Looks like they are testing kernel 4.15 on Fedora 28. https://fedoraproject.org/wiki/Kernel Looks like 4.14 will come in the next. 
- 
 @dbeato said in What Are You Doing Right Now: @tim_g said in What Are You Doing Right Now: Looks like they are testing kernel 4.15 on Fedora 28. https://fedoraproject.org/wiki/Kernel Looks like 4.14 will come in the next. That's what I've been expecting. 
- 
 Getting some time in with Skyrim while the house is quiet. 








