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
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.
-
I've enjoyed a weekend of downtime with some Everquest. Feel like I haven't "let loose" in a while.
-
Maxing out my internet connection at home.
Downloading Fedora 27
Updating all of my home lab VMs
Streaming kids shows on an iPad
Streaming football on CBS all access
Streaming some other show my wife is watching.My 30 mbps connection is full. CPU usage on my ERL keeps jumping from 25% to 70% Never noticed that before.
-
@eddiejennings said in What Are You Doing Right Now:
I've enjoyed a weekend of downtime with some Everquest. Feel like I haven't "let loose" in a while.
Yeah, same. I'm making crazy progress through Skyrim.
-
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
I've enjoyed a weekend of downtime with some Everquest. Feel like I haven't "let loose" in a while.
Yeah, same. I'm making crazy progress through Skyrim.
RPGs have never really been my thing.
It says "open world action" RPG, so maybe that makes all the difference? No idea, what's it like?
-
@tim_g said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
I've enjoyed a weekend of downtime with some Everquest. Feel like I haven't "let loose" in a while.
Yeah, same. I'm making crazy progress through Skyrim.
RPGs have never really been my thing.
It says "open world action" RPG, so maybe that makes all the difference? No idea, what's it like?
Skyrim is more of an action game. Not a traditional RPG like icewind Dale or something.
-
Playing with a Citrix VM that reverts back every time you reboot.
Looks like its a Bug so doing some offline reg hacks to fix so I can update the software -
Starting another week.