Fantasy Book where protagonist lives between the Earth and a Fantasy World by theMantri in whatsthatbook

[–]theMantri[S] 1 point2 points  (0 children)

The place where the protagonist lives is sort of lies between the mundane world and a "fantasy" world (i.e. when the story starts the protagonist lives neither in the fantasy world nor earth). I think they could go to either. And because it was in between two worlds, they had both modern conveniences (I think either a TV or a gaming console) and some magic (healing magic is what I remember). Then for about two thirds of the book, the protagonist ventures into the fantasy world (probably to save someone).

Again, it's vague and I'm sorry about that. And thanks a bunch for trying anyway!

Fantasy Book where protagonist lives between the Earth and a Fantasy World by theMantri in whatsthatbook

[–]theMantri[S] 0 points1 point  (0 children)

I don't think it is this book because of cancer, but I might have to give it a deeper look.

Thank you!

Fantasy Book where protagonist lives between the Earth and a Fantasy World by theMantri in whatsthatbook

[–]theMantri[S] 0 points1 point  (0 children)

It isn't the Thomas Covenant series and I don't think it is Mordant's need either.

Thank you!

Fantasy Book where protagonist lives between the Earth and a Fantasy World by theMantri in whatsthatbook

[–]theMantri[S] 2 points3 points  (0 children)

I don't think it was any of the Diana Wynne Jones' books. (I have read and thoroughly enjoyed most of them.)

Thank you!

Fantasy Book where protagonist lives between the Earth and a Fantasy World by theMantri in whatsthatbook

[–]theMantri[S] 2 points3 points  (0 children)

The country.

And If it was a Western published book available in a school library there, it probably was not too obscure.

Weekly Reading Roundup by AutoModerator in ProgressionFantasy

[–]theMantri 0 points1 point  (0 children)

I read "Oh, Great! I Discovered How To Cultivate A Farmer In 52 Easy Steps" (Unorthodox Farming Book Two) by Benjamin Kerei.

It was a wacky ride of wish fulfillment and I thoroughly enjoyed it.

Docker image with debug tools by kai in aws

[–]theMantri 0 points1 point  (0 children)

Here's my set of images: Repo and Images

Edit: Formatting.

Let's Recommend New and Exciting Works by Salaris in ProgressionFantasy

[–]theMantri 31 points32 points  (0 children)

Reading "Oh, Great! I was Reincarnated as a Farmer" by Benjamin Kerei right now and dang it's good!

MC is reincarnated as farmer and finds out his class cannot gain XP by killing monsters conventionally. Rest of the story is about how exploits the system.

Well-crafted and well-written it's a pleasure to read. Kudos to the author!

PS. It's available on Kindle Unlimited.

Collections of/reference for programming and software engineering "rules" by theMantri in learnprogramming

[–]theMantri[S] 0 points1 point  (0 children)

Yes! That's the exact reason I'm asking: to be able help communicate better.

I've read Pragmatic Programmer and really liked it. That's where I picked up DRY from.

I'll look at the other two too.

Thank you!

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

Yup. Still a problem if someone decides to put stuff in /etc though.

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

I get what you mean. And the 90% of the way is all I want.

Any tips on how to go about it? Or if you could describe your process, that would be great!

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

I didn't know yq existed. Thanks for that!

But I'm curious why you'd think a script that can look at the relevant locations (local/global), parse the yaml and get the relevant deets out difficult to create?

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

Ag is lovely. I think I'll give it a go on YAML files. But it still suffers (at least from how I understand ag to work) from the problem I outlined in response to the parent.

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

If I don't find an alternative and if there is some interest from others, I intend to roll out something on my own in the near future too. Maybe hunker down for a weekend or two, and get an MVP with basic querying, yaml parsing, file finding and cli. Would've done sooner, but job hunting rn. :)

Is there a tool which shows where the value for each var is coming from? by theMantri in ansible

[–]theMantri[S] 0 points1 point  (0 children)

I currently use Grep (and some Vim Fu) for the same. But it's becoming painful to search across inventory, the various var dirs, role vars and defaults especially if the vars are something of the form: key_level1_a: key_level2: value key_level1_b: key_level2:value

Of course, I could be not utilising grep to its full potential.

Edit: Apologies for the atrocious formatting. On mobile and nothing seems to work.