create account

Tormenting my Wife via Open Source Software by xwalkran

View this thread on: hive.blogpeakd.comecency.com
· @xwalkran · (edited)
$10.55
Tormenting my Wife via Open Source Software
![tormenting.jpg](https://cdn.steemitimages.com/DQmWMAsUjPdayzUnpHX3geTrq8M6phgfas64DMowkwuno1z/tormenting.jpg)

Awhile back, I convinced @walkerland that we needed to ditch all non open source software, mostly for philosophical reasons.  Both of us (me especially) dislike the business practices of Microsoft, Apple, Google: they are jerks at almost every turn.  As such, we decided to go strictly open source, as much as is possible.

## "Alright, back up your data: we're wipin' this thing."<br><br>

So began, what for me, has been a terribly fun opportunity to torment my wife with regards to software. See, I've been using open source stuff forever, so for me, it's old hat.  Her though, she'd used mostly Apple and Microsoft products.  She was used to Apple's ease of use, and to applications that allow you to "click your way through everything."  

## She's never really used a command line.<br><br>

We started her off with Ubuntu, a nice, beginner friendly Linux, which she really liked .. but it soon annoyed me that certain Ubuntu practices are not the greatest.  "If we're doing it, we might as well go all the way!", was my argument for, a couple months into her Ubuntu experience, a complete wipe and restart.  She was just getting comfortable with it, so .. time to pull the rug out!

## "Back it all up again: we're wipin' this thing.  Again."<br><br>

"Aww, but I really like this."
"It's not pure enough! You'll like OpenBSD."
"Does it look as cool as Ubuntu?"
"Well, you can MAKE it look that cool!"

I threw her directly into the deep end, and installed OpenBSD.  If you're not familiar with it, it's a more server-centric, security focused distribution that makes you do a lot of the work yourself.  It is wonderfully coherent after you've used it for awhile .. everything ELSE seems crazy .. but until you get up to speed on it, it can seem quite intimidating.  

You can read about it here:
https://steemit.com/technology/@xwalkran/openbsd-6-3-released-a-superior-operating-system

.. but suffice it to say, this is not an operating system for open source beginners.  Users are expected to have a certain level of knowledge, and she had none!  What fun we would have with this.

She jumped right in, and rapidly encountered all sorts of things.  We had some hilarious conversations .. for months.

> "How do I shut down the computer?"
"Are you superuser?"
"What is superuser?"
"man su"
"What?"
"type MAN SU"
"what?"
"Never mind, type su and hit enter."
"Where?"
"What do you mean where?"
"Where do I type that?"
"Oh, in a terminal."
"What?"
"Click the desktop and then click xterm."
"Ok."
"Now type 'su' and hit enter."
"Ok."
"Put in your superuser password."
"It won't accept it."
"Put in your actual superuser password."
"It didn't do anything."
"That means it worked. Now type shutdown minus p now."
"Do I need a space between shutdown and minus p?"
"Yes."
"OK, it worked."
"Damn right it did."

"Why is it so hard?", she would ask, "to do simple things?"  
"It's not hard, once you know how to do it", I'd say, comfortingly!

https://www.youtube.com/watch?v=5QQdNbvSGok

And so it went, for a few weeks.

"How do I get get access to my camera photos?"
"Mount it."
"What?"
"type man mount"

Now, "man mount" is a command that tells the operating system to display information related to the command.  So, "man date", for example, would give you information pertaining to the "date" command, and "man mount" would give you information on how to mount file systems.  

The thing is, the man pages are written for people who are somewhat (quite) technically proficient.  For example, when I told her to read "man mount", here are the first two paragraphs she read:
<center>
![humor-vs-windows-mac-linux-2.jpg](https://cdn.steemitimages.com/DQmW7SJmCXC2Y6rGgi63Ei6MMFqVxpVHT9SWGtTo3JfBSdq/humor-vs-windows-mac-linux-2.jpg)
</center>

DESCRIPTION
The mount command invokes a file system specific program to prepare and
graft the special device or remote node (rhost:path) on to the file
system tree at the point node.  If either special or node are not
provided, the appropriate information is taken from the fstab(5) file.

For disk partitions, the special device is either a disklabel(8) UID
(DUID) or an entry in /dev.  If it is a DUID, it will be automatically
mapped to the appropriate entry in /dev.  In either case the partition
must be present in the disklabel loaded from the device.  The partition
name is the last letter in the entry name.  For example, /dev/sd0a and
3eb7f9da875cb9ee.a both refer to the `a' partition.

As you can see, it means nothing unless you already know something .. quite a few somethings, actually.  I had tremendous fun with this.  She'd ask me something relatively simple, and rather than just tell her, I'd often refer her to a man page (which, as often than not, *I* didn't fully understand!!)  She'd often search for it via her browser, and usually ended up at the answer.  

Awhile back, @walkerland made the mistake of asking  "What program do I need to cut videos?"  

https://www.youtube.com/watch?v=qQVFhqAKcMg

Without pause, I said "Blender."  For those of you who don't know, Blender is arguably one of the most complicated applications ever invented.  It's a 3d rendering program, which, on the side, also happens to edit video. It is used for professional level work, and is not something you can just pick up and use.  Tutorials are mandatory, and even then, for the beginner, thing go wrong very easily, very quickly.  Menus will disappear.  Stuff will work, and then not work, and you have no idea why.  Dialogs seem to hide and unhide themselves.  Basically the application attacks you, and until you get some level of mastery over it, it'll kick your ass.

She eventually figured it out, and cut herself a small video.  It took her a full 12 hours, I think, to get it done the first time.  At the end of it, we looked at her rendered output video, and I said "That's great, looks perfect."  She smiled.  "But it's 1080p, you're going to have to re-render that down..."  

She looked at me with what can only be described as "eyes of death" .. 

I quickly explained that it'd be easy, and that she didn't even need to use Blender for it!  Although she did have to wrestle a bit with ffmpeg command line options to get it downsampled properly, it was far better than having to go back into blender! I complimented her on her work, at the end of that day. She'd learned a LOT.

You can see that video here:
https://steemit.com/health/@walkerland/lpi0gci7

And so its been.  

- She needs to do something.  
- I point her at the hardest way possible to do it.  
- She pounds away at it until she gets it.  
- I get to cackle like a maniac.  "Man mount, indeed!"
- @walkerland gets to learn a hell of a lot.

It has been an absolute blast getting rid of our proprietary software.  Great fun has been had by both of us.  And hey: from a software perspective, we're philosophically pure!  One more off the list.

Are we supporting the likes of MS, Apple and Google?  HELL NO, we are actively fighting against them, and it feels good!  We are using free and open source software: stuff written by people who actually care about privacy, security and user rights.

In conclusion, delete Windows, install OpenBSD, and once you know it, teach someone else.  If you have any questions, just ask.  I'll sort you right out!!

---

<center>
## Image Credits
@xwalkran
https://www.taringa.net/posts/humor/11571019/Mac-vs-Linux-vs-Windows-Imagenes-Humor-yapa.html
</center>
<center>

---

#### **[ @xwalkran ]**
##### Seeking truth, meaning and enlightenment.<br>Philosophy, Technology, News, Conspiracy, Homesteading, Fiction, $$ and more.
*Check out my news/conspiracy aggregation site @ http://walkran.com*
</center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 122 others
👎  , ,
properties (23)
authorxwalkran
permlinktormenting-my-wife-via-open-source-software
categorytechnology
json_metadata{"tags":["technology","life","blog","funny","ocd-resteem"],"users":["walkerland","xwalkran"],"image":["https://cdn.steemitimages.com/DQmWMAsUjPdayzUnpHX3geTrq8M6phgfas64DMowkwuno1z/tormenting.jpg","https://img.youtube.com/vi/5QQdNbvSGok/0.jpg","https://cdn.steemitimages.com/DQmW7SJmCXC2Y6rGgi63Ei6MMFqVxpVHT9SWGtTo3JfBSdq/humor-vs-windows-mac-linux-2.jpg","https://img.youtube.com/vi/qQVFhqAKcMg/0.jpg"],"links":["https://steemit.com/technology/@xwalkran/openbsd-6-3-released-a-superior-operating-system","https://www.youtube.com/watch?v=5QQdNbvSGok","https://www.youtube.com/watch?v=qQVFhqAKcMg","https://steemit.com/health/@walkerland/lpi0gci7","https://www.taringa.net/posts/humor/11571019/Mac-vs-Linux-vs-Windows-Imagenes-Humor-yapa.html","http://walkran.com"],"app":"steemit/0.1","format":"markdown"}
created2018-07-07 19:25:33
last_update2018-07-07 19:34:15
depth0
children41
last_payout2018-07-14 19:25:33
cashout_time1969-12-31 23:59:59
total_payout_value8.155 HBD
curator_payout_value2.390 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,782
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,817,034
net_rshares5,308,789,657,395
author_curate_reward""
vote details (189)
@ange.nkuru ·
This was hilarious, maybe should have put it under comedyopenmic too. Your wife is so cool and patient to learn all that in a short time tho, just reading those commands and my head started to turn. lol Probably should also start learning more about the open source World! Cheers for the laughs :)
properties (22)
authorange.nkuru
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180708t152907615z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 15:29:09
last_update2018-07-08 15:29:09
depth1
children2
last_payout2018-07-15 15:29:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length297
author_reputation36,592,363,913,235
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,911,000
net_rshares0
@xwalkran ·
Glad you liked it .. and absolutely, this stuff is truly worth checking out.  Not only do you get to feel like a rebel every time you turn on your computer (if you.. turn it off.. that is), you get access to some really powerful stuff that normal users have no access to nor clue it even exists.

I'd not heard of that tag before and will keep it in mind.  Thanks for the tip.
properties (22)
authorxwalkran
permlinkre-angenkuru-re-xwalkran-tormenting-my-wife-via-open-source-software-20180708t170554350z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 17:05:54
last_update2018-07-08 17:05:54
depth2
children1
last_payout2018-07-15 17:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length376
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,921,926
net_rshares0
@ange.nkuru ·
Cheers :)
properties (22)
authorange.nkuru
permlinkre-xwalkran-re-angenkuru-re-xwalkran-tormenting-my-wife-via-open-source-software-20180709t031007937z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-09 03:10:09
last_update2018-07-09 03:10:09
depth3
children0
last_payout2018-07-16 03:10:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation36,592,363,913,235
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,971,847
net_rshares0
@angelicasales · (edited)
That's great at a personal level, learning is always a gift to yourself, but almost every line of code in several free software projects was written by people working for Google, Oracle, Microsoft, Apple and other software/hardware jerks. Can we talk about something PURE on the software ecosystem?
properties (22)
authorangelicasales
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180707t213233255z
categorytechnology
json_metadata{"tags":["technology"],"community":"busy","app":"busy/2.5.0"}
created2018-07-07 21:32:36
last_update2018-07-07 21:33:36
depth1
children7
last_payout2018-07-14 21:32:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length298
author_reputation42,413,320,403
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,826,213
net_rshares0
@xwalkran ·
It's not the people that are jerks: it's the corporations, the "shareholder returns above all else" mentality.  While the corps may occasionally throw some crumbs to open source, it is in many cases selfish.  Android does not exist because Google is being nice.. and anything MS does is likely part of an "embrace, extend, extinguish" strategy.  Hard to trust.

What would you consider a pure software ecosystem?
properties (22)
authorxwalkran
permlinkre-angelicasales-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t221413580z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:14:15
last_update2018-07-07 22:14:15
depth2
children6
last_payout2018-07-14 22:14:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length412
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,829,061
net_rshares0
@angelicasales ·
I think that nothing pure exists in capitalism. And even when microsoft indeed have that strategy in several ocations, recently the most of the time they truly put money, time and people into the linux kernel development. I'm a free software user too, don't get me wrong, I just don't know a mid size or big project (like apache, gnome, kde, the linux kernel) that doesn't have strong support from the jerks. The tale of the independent developers who work driven by a philosophy is really nice, but is nothing but a tale, all the software is in a way or another related to the jerks, most of cases it is only possible because of the jerk's money.
properties (22)
authorangelicasales
permlinkre-xwalkran-re-angelicasales-re-xwalkran-tormenting-my-wife-via-open-source-software-20180708t012114148z
categorytechnology
json_metadata{"tags":["technology"],"community":"busy","app":"busy/2.5.0"}
created2018-07-08 01:21:15
last_update2018-07-08 01:21:15
depth3
children5
last_payout2018-07-15 01:21:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length647
author_reputation42,413,320,403
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,840,949
net_rshares0
@astrizak ·
Oh, your wife is cool :) I've tried to work with "Blender" couple of times, but without success, although I worked with linux more than 15 years
properties (22)
authorastrizak
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180707t195523425z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 19:58:48
last_update2018-07-07 19:58:48
depth1
children1
last_payout2018-07-14 19:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation37,412,340,899,882
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,819,504
net_rshares0
@xwalkran ·
She is.. and blender, I'd say it is the most complex program I have ever seen.  If you can use blender proficiently, you've definitely paid some dues.
properties (22)
authorxwalkran
permlinkre-astrizak-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t202953354z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 20:29:54
last_update2018-07-07 20:29:54
depth2
children0
last_payout2018-07-14 20:29:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,821,791
net_rshares0
@c-squared ·
$0.02
c-squared-comment
<div class="pull-left">https://cdn.steemitimages.com/DQmaSUWYsJ3AMUEMRqCSaoKJVNvtsbKm4fNAtmTidr8Uggc/C%20Squared%20Logo%20Transparency%20200px.png</div><br>This post was shared in the <a href="https://discord.gg/B8JFmJ4">Curation Collective Discord community</a> for curators, and upvoted and resteemed by the @c-squared community account after manual review.
👍  ,
properties (23)
authorc-squared
permlink20180708t135844154z
categorytechnology
json_metadata{"tags":["c-squared"]}
created2018-07-08 13:58:45
last_update2018-07-08 13:58:45
depth1
children1
last_payout2018-07-15 13:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length359
author_reputation8,872,520,093,091
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,901,108
net_rshares12,422,116,165
author_curate_reward""
vote details (2)
@xwalkran ·
Thanks for this - much appreciated!
properties (22)
authorxwalkran
permlinkre-c-squared-20180708t135844154z-20180708t145319996z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 14:53:21
last_update2018-07-08 14:53:21
depth2
children0
last_payout2018-07-15 14:53:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,907,053
net_rshares0
@cecicastor ·
I don't use any proprietary software and I use Linux. I started my computer ***career*** back in the days of Atari and Commodore Vic, when someone who shall remain nameless here, said: "you'll never need more than 64k!" But I do understand the frustration of learning something new that is a bit over your head. My husband was much the same as you: "throw them into the deep end" philosophy. He too was a patient teacher though. I was not always a patient student! LOL
properties (22)
authorcecicastor
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180707t212229230z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 21:22:30
last_update2018-07-07 21:22:30
depth1
children6
last_payout2018-07-14 21:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length468
author_reputation9,671,429,332,887
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,825,511
net_rshares0
@xwalkran ·
Atari and Vic 20, that is going back a bit.  I fondly remember the 2600 .. never did any time on a Vic 20 though.  An older kid convinced me that if I played the game "Pitfall" long enough, I'd come to the final prize, the "Red Ruby."  There was no red ruby .. the game just went on and on.
properties (22)
authorxwalkran
permlinkre-cecicastor-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t220931084z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:09:33
last_update2018-07-07 22:09:33
depth2
children5
last_payout2018-07-14 22:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length290
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,828,683
net_rshares0
@cecicastor ·
I knew someone (my ex-sister-in-law) who played a game called Load Runner for23 hours straight and finally, the power pack blew up! I'd hate to think how long it could have gone on...
properties (22)
authorcecicastor
permlinkre-xwalkran-re-cecicastor-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t223939391z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:39:39
last_update2018-07-07 22:39:39
depth3
children4
last_payout2018-07-14 22:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation9,671,429,332,887
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,830,748
net_rshares0
@minismallholding ·
You are pure evil and your wife is a saint! I guess it really is true that opposites attract. Lol!
properties (22)
authorminismallholding
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180708t041530128z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 04:15:24
last_update2018-07-08 04:15:24
depth1
children2
last_payout2018-07-15 04:15:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation297,052,387,865,401
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,852,152
net_rshares0
@xwalkran ·
Well, pure evil might be slightly excessive.. A streak of it, perhaps!
properties (22)
authorxwalkran
permlinkre-minismallholding-re-xwalkran-tormenting-my-wife-via-open-source-software-20180708t145247530z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 14:52:48
last_update2018-07-08 14:52:48
depth2
children1
last_payout2018-07-15 14:52:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,907,000
net_rshares0
@haikubot ·
<em>Well, pure evil might 
Be slightly excessive.. A 
Streak of it, perhaps! 
</em>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<sup>- xwalkran</sup>

---
<sup><sup><em>I'm a bot. I detect haiku.</em></sup></sup>
properties (22)
authorhaikubot
permlink20180708t145255546z
categorytechnology
json_metadata{"tags":["test"],"app":"steemjs/examples"}
created2018-07-08 14:52:54
last_update2018-07-08 14:52:54
depth3
children0
last_payout2018-07-15 14:52:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation1,821,968,927,944
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,907,013
net_rshares0
@mountainjewel ·
hahah thanks for the laugh. i can just picture the eyes of death. wow, i'm very impressed @walkerland!!!
properties (22)
authormountainjewel
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180707t220427584z
categorytechnology
json_metadata{"tags":["technology"],"users":["walkerland"],"app":"steemit/0.1"}
created2018-07-07 22:04:30
last_update2018-07-07 22:04:30
depth1
children4
last_payout2018-07-14 22:04:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation78,729,229,063,850
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,828,265
net_rshares0
@xwalkran ·
Glad you liked my little story.  I'll try and capture those eyes of death on camera: they are quite shocking to see on a face that is normally beaming a smile!!
properties (22)
authorxwalkran
permlinkre-mountainjewel-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t224231382z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:42:30
last_update2018-07-07 22:42:30
depth2
children3
last_payout2018-07-14 22:42:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,830,959
net_rshares0
@mountainjewel ·
hahaha i, of course, would have no idea of what you're talking about *;)*
properties (22)
authormountainjewel
permlinkre-xwalkran-re-mountainjewel-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t225917665z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:59:18
last_update2018-07-07 22:59:18
depth3
children1
last_payout2018-07-14 22:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation78,729,229,063,850
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,832,026
net_rshares0
@walkerland ·
We are such quirky oddballs @xwalkran. I just read this post again and I am giggling so much I am crying. I mean really. What is a person to do when they type in command and the computer responds "sorry". Sorry for WHAT??  I have never seen these eyes of death you speak of. ♥
properties (22)
authorwalkerland
permlinkre-xwalkran-re-mountainjewel-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t231027906z
categorytechnology
json_metadata{"tags":["technology"],"users":["xwalkran"],"app":"steemit/0.1"}
created2018-07-07 23:10:27
last_update2018-07-07 23:10:27
depth3
children0
last_payout2018-07-14 23:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation27,317,188,278,391
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,832,683
net_rshares0
@mtnmeadowmomma ·
I hope you fully appreciate what a saint your wife is. I have exceptional patience, and yet I wanted to whack you over the head with your computer halfway through 😂
properties (22)
authormtnmeadowmomma
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180707t194859099z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 19:49:00
last_update2018-07-07 19:49:00
depth1
children4
last_payout2018-07-14 19:49:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation2,674,070,320,440
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,818,781
net_rshares0
@goldenoakfarm · (edited)
Me too! LOL

It took years for my husband to convince me to leave XP Pro. I only did, to go to Windows 7 because nothing worked anymore as XP was no longer supported..

I admire @walkerland for her ability to learn not 1, but 2 new systems!
properties (22)
authorgoldenoakfarm
permlinkre-mtnmeadowmomma-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t221624382z
categorytechnology
json_metadata{"tags":["technology"],"users":["walkerland"],"app":"steemit/0.1"}
created2018-07-07 22:16:06
last_update2018-07-07 22:17:27
depth2
children2
last_payout2018-07-14 22:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation521,441,740,431,986
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,829,178
net_rshares0
@xwalkran ·
It's definitely worth making the jump.  If you ever decide to check out the open source stuff and want a pointer or two, ask away.  Can't help you with Blender, though...!
properties (22)
authorxwalkran
permlinkre-goldenoakfarm-re-mtnmeadowmomma-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t224123082z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 22:41:24
last_update2018-07-07 22:41:24
depth3
children1
last_payout2018-07-14 22:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,830,873
net_rshares0
@xwalkran ·
She is quite saintly, I will admit.  But, the best teachers challenge their students, right!?  

My best teachers, more or less, said "Figure it out and feel bad for not knowing already."  So I don't feel too badly.  I am actually *quite* supportive, in that context.
properties (22)
authorxwalkran
permlinkre-mtnmeadowmomma-re-xwalkran-tormenting-my-wife-via-open-source-software-20180707t202525678z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-07 20:25:27
last_update2018-07-07 20:25:27
depth2
children0
last_payout2018-07-14 20:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length267
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,821,474
net_rshares0
@nwtdarren ·
I have a question (might seem a bit off-topic)

Will you run a long trail race with me, about 20 years from now?
properties (22)
authornwtdarren
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180725t160003819z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-25 16:00:00
last_update2018-07-25 16:00:00
depth1
children1
last_payout2018-08-01 16:00:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation336,205,066,414
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id65,946,481
net_rshares0
@xwalkran ·
Only if we're racing away from bears or wolves, or some such thing.
properties (22)
authorxwalkran
permlinkre-nwtdarren-re-xwalkran-tormenting-my-wife-via-open-source-software-20180912t144521480z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-09-12 14:45:21
last_update2018-09-12 14:45:21
depth2
children0
last_payout2018-09-19 14:45:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id71,088,891
net_rshares0
@rasamuel ·
Epic, man. Haha; Your wife seems really awesome. It must have taken quite a lot  love and belief in the philosophy for her to not smash the laptop on the floor.

I don't know if I'm quite ready to undertake that journey myself lol. Like you said, it takes a great deal of knowledge and understanding, really. And right now I have absoulutely none of those things. 

Why must they make it soo harrrddddddd...arrghhh. 

Cheers, buddy.
👍  
properties (23)
authorrasamuel
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180708t194136964z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 19:41:45
last_update2018-07-08 19:41:45
depth1
children1
last_payout2018-07-15 19:41:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length432
author_reputation17,812,576,727,364
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,937,400
net_rshares149,859,061
author_curate_reward""
vote details (1)
@xwalkran ·
She's pretty decent, although, I am a little shocked at all the "your wife is so awesome" comments.. There is not ONE where someone is saying "Hey, way to be a good teacher, way to challenge.."  Newp, it's all about her!

Any journey starts with the first step!
properties (22)
authorxwalkran
permlinkre-rasamuel-re-xwalkran-tormenting-my-wife-via-open-source-software-20180708t230935490z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 23:09:36
last_update2018-07-08 23:09:36
depth2
children0
last_payout2018-07-15 23:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,953,386
net_rshares0
@winstonalden ·
I must say your wife sounds awfully patient and dedicated to your philosophical approach to software. I've gotten mine as far as accepting Ubuntu on a living room PC used for the entertainment center. But as for switching from Photoshop and Painter to Gimp and Krita, and getting drivers for the Wacom tablet to work in Linux, and the rest of the work-flows she's been using for years - that's a definite no.
properties (22)
authorwinstonalden
permlinkre-xwalkran-tormenting-my-wife-via-open-source-software-20180708t201155592z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 20:11:54
last_update2018-07-08 20:11:54
depth1
children1
last_payout2018-07-15 20:11:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length408
author_reputation31,302,325,103,938
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,939,790
net_rshares0
@xwalkran ·
Losing photoshop would be painful .. gimp is great but it is still no photoshop.  You could probably run those under wine though, so she could likely keep photoshop and Painter.  Always better to leave the dark side, fully, but hey.. if you can get her onto Linux with the exception of one or two apps, that's gotta be considered a win.

Maybe just remind her she's using the OS of the Dark Lords .. the OS of Mordor .. the OS of the digital slave.  Maybe over time, you can wear her down!
👍  
properties (23)
authorxwalkran
permlinkre-winstonalden-re-xwalkran-tormenting-my-wife-via-open-source-software-20180708t231325162z
categorytechnology
json_metadata{"tags":["technology"],"app":"steemit/0.1"}
created2018-07-08 23:13:24
last_update2018-07-08 23:13:24
depth2
children0
last_payout2018-07-15 23:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length489
author_reputation1,684,306,085,711
root_title"Tormenting my Wife via Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id63,953,635
net_rshares9,274,243,304
author_curate_reward""
vote details (1)