cloud_monk_writing_style

Cloud Monk Writing Style

On Writing

Writing Bibliography:

  • The Real Benefits of Writing Short Kindle Books
  • Writing short ebooks is a lot easier
  • You can write these books quickly
  • Volume boosts your visibility
  • Variety is a great thing for authors and readers alike
  • Short ebooks can be more cost-effective
  • Get more mileage from your ideas
  • Short ebooks involve less risk
  • A formula for success?
  • Length and Pricing for Short Kindle Books
  • The price is right? - The power of $0.99. $2.99 and up?
  • Six Common Types of Short Kindle Books You Can Write
  • 1. Interview-focused books
  • 2. List or tip books
  • 3. A step-by-step guide
  • 4. Single question deep-dive
  • 5. A collection book
  • 6. Long-form article books
  • Generating Ideas for Short Kindle Books
  • Outlining your short book project
  • Phase I: The brain dump
  • Phase II: Sort it all out
  • Phase III: Polish and finalize your roadmap
  • How To Write Short Kindle Books Fast
  • Be smart about structuring research and interviews
  • Setting a word count goal
  • Establishing a writing routine
  • The 500 words a day plan
  • The vomit draft approach
  • Hitting the finish line
  • Other tips to speed up your writing process

https://leanpub.com/author_dashboard/books/unpublished

2022 DONE! Cloud Monk's Books:

Cloud Monk's Books: DevOps for 20 Languages by Cloud Monk (December 2022) and Functional Programming Compare and Contrast 10 Languages by Cloud Monk (December 2023)); Cloud Monk Courses, Cloud Monk Library (Cloud Monk's Book Purchases), Cloud Monk, Bibliography, Books, Wisdom and Practice

Author of DevOps for 20 Languages by Cloud Monk (December 2022) based on research from his 3500+ volume Cloud Monk Library (Cloud Monk's Book Purchases).


How to Change Your App Mode in Windows 10

Windows 10 App Mode - “How to Change Default App Mode and Windows Mode to Light or Dark Theme Color in Windows 10

In Windows 10, you can change your apps instantly from light mode to dark mode – great for low-light conditions like working at night. When you make the switch, UWP (Universal Windows Platform) apps including Mail, Calendar and the Windows Store app go to a black background, which can even save your battery power with certain screen technologies.

Starting with Windows 10 build 17666, dark theme support has been added to File Explorer, the File Explorer context menu, as well as the Common File Dialog (aka the Open and Save dialogs).

Some UWP apps (ex: Microsoft Edge) allow you to change their theme independently of your set default app mode.

Starting with Windows 10 build 18282, you can now choose to apply a light or dark theme for your default Windows mode (system UI) and default app mode (apps) separately or both. The system UI includes the taskbar, Start menu, Action Center, touch keyboard, and more. As part of this work Microsoft is also adding a new default wallpaper. Selecting the new Windows Light theme will also change your PC to be light themed.”

Choose Light or Dark Theme Color for Default App Mode using a REG file

The downloadable .reg files below will modify the DWORD value in the registry key below.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize

AppsUseLightTheme DWORD

0 = Dark theme 1 = Light theme


Choose Light or Dark Theme Color for Default App Mode in PowerShell:

Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force

Choose Light or Dark Theme Color for Default Windows Mode in PowerShell:

Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force

Fair Use Source: https://www.tenforums.com/tutorials/24038-change-default-app-windows-mode-light-dark-theme-windows-10-a.html

cloud_monk_writing_style.txt · Last modified: 2024/04/28 03:43 (external edit)