:root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: initial; margin: 0 auto; max-width: inherit; margin-left: -11em; margin-left: -webkit-calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem); margin-left: -moz-calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem); margin-left: calc(var(--sidebar-width-on-desktop, 15.5em) * -1 / 2 - 2rem); } #main-content { position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.75rem; width: var(--body-width-on-desktop, 45.75rem); max-width: 45.75rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, 45.75rem); max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { -webkit-transform: translateX(-14.6rem); -moz-transform: translateX(-14.6rem); -ms-transform: translateX(-14.6rem); -o-transform: translateX(-14.6rem); transform: translateX(-14.6rem); -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem)); -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem)); -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem)); -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem)); transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 - 1rem)); -webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear, -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; grid-area: side-bar; padding-right: 2rem; background-color: transparent; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); top: 0; max-height: 100vh; position: -webkit-sticky; position: sticky; left: 0; padding-left: 0.5rem; direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; overflow-y: scroll; scrollbar-color: rgba(170, 170, 170, 0) /* Thumb */ rgba(252, 252, 252, 0); /* Track */ scrollbar-color: rgba(var(--swatch-primary-darker, 170, 170, 170), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color, 252, 252, 252), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: -webkit-calc(100vw + 100vh); border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:hover, #side-bar:active { background-color: white; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); padding-right: 0.25rem; margin-right: 1.75rem; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0))); -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0))); -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0))); -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0))); transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0))); overflow-y: auto; overflow-x: hidden; scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ border-color: rgba(var(--swatch-primary-darker), 1); } #side-bar:focus-within { background-color: white; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); padding-right: 0.25rem; margin-right: 1.75rem; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem))); -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem))); -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem))); -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem))); transform: translateX(calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0.5rem))); overflow-y: auto; overflow-x: hidden; scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ border-color: rgba(var(--swatch-primary-darker), 1); } #main-content::after { content: " "; position: fixed; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; top: 0; -webkit-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); left: 1rem; background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-repeat: no-repeat; background-position: center left 1rem; background-attachment: fixed; -webkit-background-size: 1rem 12.875rem; -moz-background-size: 1rem 12.875rem; -o-background-size: 1rem 12.875rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:hover+#main-content::after, #side-bar:active+#main-content::after { left: -17em; left: -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1); left: -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1); left: calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left -17em; background-position: center left -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left calc(var(--sidebar-width-on-desktop, 17em) * -1); -webkit-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; width: 0rem; font-size: 0em; } #side-bar:focus-within+#main-content::after { left: -17em; left: -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1); left: -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1); left: calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left -17em; background-position: center left -webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left -moz-calc(var(--sidebar-width-on-desktop, 17em) * -1); background-position: center left calc(var(--sidebar-width-on-desktop, 17em) * -1); -webkit-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; width: 0rem; font-size: 0em; } #main-content::before { --not-ie: absolute; content: " "; background-color: black; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); position: fixed; position: var(--not-ie); top: 0; top: var(--final-header-height-on-desktop, 0); left: 0; -webkit-transform: translateX(-12.6rem); -moz-transform: translateX(-12.6rem); -ms-transform: translateX(-12.6rem); -o-transform: translateX(-12.6rem); transform: translateX(-12.6rem); -webkit-transform: translateX(-webkit-calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem)); -moz-transform: translateX(-moz-calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem)); -ms-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem)); -o-transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem)); transform: translateX(calc(var(--sidebar-width-on-desktop, 17em) * -1 + 1rem)); width: 17em; width: var(--sidebar-width-on-desktop, 17em); height: -webkit-calc(100% - 3rem); height: -moz-calc(100% - 3rem); height: calc(100% - 3rem); height: -webkit-calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); height: -moz-calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); -webkit-transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; pointer-events: none; z-index: 9; margin-bottom: 0; margin-bottom: -webkit-calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); margin-bottom: -moz-calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); } #side-bar:hover+#main-content::before, #side-bar:active+#main-content::before { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 0; } #side-bar:focus-within+#main-content::before { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0rem; border-right-width: 0rem; direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } @supports (-ms-ime-align: auto) { #side-bar { overflow-y: hidden; overflow-x: hidden; -webkit-transform: translateX(-90%) !important; -moz-transform: translateX(-90%) !important; -ms-transform: translateX(-90%) !important; -o-transform: translateX(-90%) !important; transform: translateX(-90%) !important; } #side-bar:hover, #side-bar:active { overflow-y: auto; -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; -ms-transform: translateX(0) !important; -o-transform: translateX(0) !important; transform: translateX(0) !important; margin-left: -0.5rem; } #side-bar:focus-within { overflow-y: auto; -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; -ms-transform: translateX(0) !important; -o-transform: translateX(0) !important; transform: translateX(0) !important; margin-left: -0.5rem; } #main-content::before { left: 1rem; -webkit-transform: translateX(-100%) !important; -moz-transform: translateX(-100%) !important; -ms-transform: translateX(-100%) !important; -o-transform: translateX(-100%) !important; transform: translateX(-100%) !important; } } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
Simply Creative People
Thank you to saltywater for the excellent banner art! Check out their artpage! - And thank you to cutesweetcorgo on Twitter for Harry's new face!
Simply Creative People is the podcast for SCP Creatives. Two SCP authors (Grigori Karpin and
HarryBlank) - along with some guests - get together to discuss stories and their experiences as SCP fans:
- Interviews with content creators
- Discussion and curation of articles/stories/content related to SCP
- Information about content creation
- Larger discussions about the community, the lore and our personal experiences
Above all else, a fun place to discover the wonders of the SCP Wiki community.
Episodes
- 03: Deep Dive Into the Gee Oh Sea
- 04: How Many Moons?!?
- 05: Have You Heard the Good Word on Fifthism?
- 06: UIUseful
- 07: Let's Fix that God!
- 08: Crawling Towards Us Through the Past
- 09: Wonder is the Intellectual Property of Dr. Wondertainment
- 10: In the Vanguard
- 11: I Once Ate In Arcadia
- 12: Wait a Minute! Serpent's Don't Have Hands!
- 13: These Sharks aren't going to punch themselves!
- 14: Getting In the Spirit
- 15: Oh Whatta Roy?
- 16: Simply Creepy Pastas
- 17: Seriously Comedic Persons
- BONUS EP 1: Stream for Corgo
Today we have the infamous HarryBlank, author and canon creator extraordinaire, as a guest cohost as we take a deep dive into the history and misconceptions of the prominent GOI – the Global Occult Coalition.
Links to articles discussed:
GOC Hub
Third Law Canon Hub
ExtDoc-5495
SCP-4851
SCP-6442
Assessment
Case COLD HARPER
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today we are joined again by the indominable HarryBlank, author extraordinaire, to discuss all the wonders and horrors of the Three Moons Initiative and also to discuss inspirations on our work.
We do not apologize for gushing about how much we love daveyoufool’s work or all the times we burst into laughter while discussing the GOI.
Grigori’s Author Page
Harry’s Author Page
Articles Discussed:
Three Moons Initiative Hub
SCP-2922
SCP-2578
SCP-3319
SCP-4578
SCP-3768
SCP-3922
SCP-4922
SCP-5298
SCP-5319
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Appropriately on this Fifth episode, we speak at length about the unknowable joys and horrors of Fifthism. Grigori and Harry also speak about personal inspirations for articles they've written.
Check out Harry’s Author Page!
Discussion on personal inspiration for articles:
SCP-5162: The Weight
SCP-5648: Dr. Rockefeller
SCP-6602: A Season of Waste
SCP-5079: Isolation Reverie
SCP-5923: A Place I Belong
Fifthism:
Fifthist Hub
SCP-1425
SCP-ES-105
SCP-1982
SCP-2456
SCP-3005
SCP-3519
SCP-5580
Land of Honey
SCP-5800
SCP-5967
SCP-6032
SCP-6659
You and Me by DjKaktus – performed by Oboebandgeek99
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today, Harry and Grigori are joined by Greenwolf, another SCP author who helped create Third Law, Three Portlands, and Prometheus Labs. We discuss the refining of ideas for stories, and then dig in deep to the GOI most often joked about: The Unusual Incidents Unit of the FBI.
Harry’s and Grig’s Contest Team Entries:
Just another Shop that Wasn’t There by Ihp
SCP-6237 – Oh, You Lucrative Devil by Grigori
Sunshine and Lucre by Harry
SCP-6117: A Florida Woman by Ihp
Greenwolf’s Entry: SCP-6523
Greenwolf’s Author Page: https://scp-wiki.wikidot.com/greenwolf-s-author-page
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Articles Discussed:
UIU Hub
Scantron’s Proposal – The Foundation
Make Portland Weirder
Three Portlands Dossier
UIU Tale Series with No Name
SCP-2147
UIU File - 2014-014
UIU File: 2003-112
Close of Play
SCP-2972
SCP-3256
SCP-4566
SCP-5082
SCP-5982
SCP-5512
UIU Location Dossier – “Paramax”
When Parallel Lines Diverge
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today we talk about the deep lore of that there broke god, with the Church of the Broken God, the oldest and widest spread of Groups of Interest on the SCP Wiki. Harry and Grigori welcome Marcelles_Raynes to the show to discuss his work with that GOI, the wider history of the Church, and a discussion on adapting existing ideas into our own work.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Marcelles_Raynes’ Author Page: https://scp-wiki.wikidot.com/marcelles-raynes-author-page
Harry’s and Grig’s Contest Team Entries:
Just another Shop that Wasn’t There: https://scp-wiki.wikidot.com/just-another-shop-that-wasn-t-there
SCP-6237 – Oh, You Lucrative Devil: https://scp-wiki.wikidot.com/scp-6237
Sunshine and Lucre: https://scp-wiki.wikidot.com/sunshine-and-lucre
SCP-6117 – A Florida Woman: https://scp-wiki.wikidot.com/scp-6117
Articles Discussed:
Church of the Broken God Hub
The Broken Mind
GoHW > Chapter_5.js
WANs_Image.png
Document C 88 IL
CotBG Bible Fragments
Nadox and the Mekhanite
Sunday Service
The Heresy of Disassembly
The Hello World Series
The Maker and the Beast
01110101 01101110 01100010 01110010 01101111 01101011 01100101 01101110
About the Serpent
SCP-2217
SCP-1461
SCP-882
Twisted Gears/DJKaktus 001 proposal
SCP-6800
SCP-4561
SCP-5470
SCP-5008
SCP-5001
SCP-5841
SCP-ES-029
SCP-2307
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today’s show Harry and Grigori delve into the mysterious history of the Daeva, both in and out of universe. This blood worshipping, horticultural society that can change history has been with the wiki since almost the beginning and yet only recently had a dedicated hub. Also, they talk about finding your voice as a creative.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Harry’s and Grig’s Contest Team Entries_:
Just another Shop that Wasn’t There: https://scp-wiki.wikidot.com/just-another-shop-that-wasn-t-there
SCP-6237 – Oh, You Lucrative Devil: https://scp-wiki.wikidot.com/scp-6237
Sunshine and Lucre: https://scp-wiki.wikidot.com/sunshine-and-lucre
SCP-6117 – A Florida Woman: https://scp-wiki.wikidot.com/scp-6117
SCP-6530 – Plus Shipping and Handling: https://scp-wiki.wikidot.com/scp-6530
Articles discussed:
Daevite Hub
SCP-140
A Visitation
SCP-392
SCP-2140
SCP-3140
SCP-3399
SCP-4140
SCP-5280
SCP-5711
SCP-6140
The Trashfire
Empire of Dirt
Hecatoncheires Cycle
In the Carpathians
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
This week Harry and Grigori welcome Darkstuff as the resident expert and guest in our discussions about the wild, whimsical world of Dr. Wondertainment. And we also talk about our processes for developing characters in fiction.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Darkstuff’s Author Page: https://scp-wiki.wikidot.com/dr-k-stuff-s-personnel-file
Harry’s and Grig’s Department Contest Team Entries:
Just another Shop that Wasn’t There: https://scp-wiki.wikidot.com/just-another-shop-that-wasn-t-there
SCP-6237 – Oh, You Lucrative Devil: https://scp-wiki.wikidot.com/scp-6237
Sunshine and Lucre: https://scp-wiki.wikidot.com/sunshine-and-lucre
SCP-6117 – A Florida Woman: https://scp-wiki.wikidot.com/scp-6117
SCP-6530: Plus Shipping and Handling: https://scp-wiki.wikidot.com/scp-6530
SCP-6261 – MageQuest: Power of Circe: https://scp-wiki.wikidot.com/scp-6261
Secure Facilities Dossier: Site-106: https://scp-wiki.wikidot.com/secure-facility-dossier-site-106
Articles Discussed:
Dr. Wondertainment Hub
SCP-445
SCP-846
SCP-909
SCP-905
SCP-913
SCP-917
SCP-920
SCP-1007
SCP-2396
SCP-2428
Tales of Mr. Collector
SCP-5057
SCP-5057 additional documentation
SCP-5760
Jim North’s 001 Proposal – The Toymaker
Adventures in Capitalism
SCP-6868
Vend-a-friend
What a Wonderful World Canon
Music for background:
Karl Casey @ White Bat Audio Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today Harry and Grigori welcome fellow SCP-6500 author, Placeholder McDoctorate, to discuss all the aspects of their baby GOI: Vanguard.
Stemming from the dual endings of SCP-6500: Inevitable, Vanguard is a new era in the Foundation’s existence – in more ways than one. They discuss the contents of SCP-6500 in relation to Vanguard, the development of this new GOI, and what they hope the readers take away from it. Additionally, let this episode serve as an open invitation for more writers to contribute this new world of SCP.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Placeholder’s Author Page: https://scp-wiki.wikidot.com/placeholder-mcd-s-authorpage
Articles discussed:
No Return Canon
[which can be used to navigate through SCP-6500 by going to a specific part of the article]
SCP-6483 – The Polar Express by LordXVNV and Ralliston
With Many Choices by Grigori Karpin and LizardWizard
Sarkic Heat by Grigori Karpin
(follow up article)
Guezma’s amazing new article:
SCP-5457 – The Republic of Under-Frogia
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@mcdoctorate
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today we talk about the drug fueled nightmares of occult videogames and nostalgia, or Arcadia. Harry and Grigori invite Jackalrelated (the author of SCP-5050) to discuss the GOI he had a huge part in reformatting in recent years. They also talk about the way images and graphic design help tell a story.
Jackal’s Author Page: https://scp-wiki.wikidot.com/jackalrelated
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Articles Discussed:
Arcadia hub page: https://scp-wiki.wikidot.com/arcadia-hub
https://scp-wiki.wikidot.com/scp-5963
https://scp-wiki.wikidot.com/scp-5020
https://scp-wiki.wikidot.com/scp-4605
https://scp-wiki.wikidot.com/scp-5032
https://scp-wiki.wikidot.com/scp-5420
https://scp-wiki.wikidot.com/scp-6261
https://scp-wiki.wikidot.com/a-cosmic-cycle
https://scp-wiki.wikidot.com/danimals
https://scp-wiki.wikidot.com/b-wylie-reviews-gato
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@Jackalrelated
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today we’re back from an unplanned hiatus to talk about the strange and obscure world of the Serpent’s Hand – probably the “good guys” of the SCPverse in many ways.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Articles Discussed:
Serpent’s Hand Hub
Magic Orientation
SCP-2975
Serpent’s Sequence
SCP-2175
SCP-5233
SCP-4964
The Gallows Tree
A Love Letter to a Lady Mantis
ROCK WAR! ROCK WAR!
SCP-6000
Of an Endless Hunt
The Dinodon’s Hand Hub
The Millenary Nine-Tailed Fox
Lightning Round:
https://scp-wiki.wikidot.com/last-of-the-hand
https://scp-wiki.wikidot.com/wanderer-symbols
https://scp-wiki.wikidot.com/the-grove-of-exiles
https://scp-wiki.wikidot.com/artificial-dragons-gate
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@kneedvikander
Email:
moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Today we’re joined by shark punching expert, LordXVNV (pronounced ZooNew – don’t look at me that way), to talk about the SPC – Shark Punching Center: One of the funniest GOIs we’ve covered yet with just a taste of Eldritch Horror. Not to mention the three of us discuss our techniques for mastering dialogue and making it sound grounded but not too realistic.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Lord’s Author Page: https://scp-wiki.wikidot.com/lordxvnv
Articles Discussed:
SPC Hub: https://scp-wiki.wikidot.com/spc-hub
10:30 AM https://scp-wiki.wikidot.com/10-30-a-m
It Always Has Been, It Always Has Not Been https://scp-wiki.wikidot.com/it-always-has-been-it-always-has-not-been
SCP-1449 https://scp-wiki.wikidot.com/scp-1449
SPC-2615 https://scp-wiki.wikidot.com/spc-2615
SPC-140 https://scp-wiki.wikidot.com/spc-140
SPC-682 https://scp-wiki.wikidot.com/spc-682
SPC-1258 https://scp-wiki.wikidot.com/spc-1258
SPC-507 https://scp-wiki.wikidot.com/spc-507
SPC-105 https://scp-wiki.wikidot.com/spc-105
SPC-6500: Infinitesimal https://scp-wiki.wikidot.com/spc-6500
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@kneedvikander
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
For this week’s episode, Harry and Grigori welcome the degenerate in chief, the shadow council himself: ROUNDERHOUSE, creator of SCP-6000 and a bunch of other notable things, to talk about the ridiculous yet insanely dark Group of Interest – THE CHICAGO SPIRIT.
The goofs are plentiful and we even find time to talk about settings we like to read and write in!
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
ROUNDERHOUSE’s Author Page: https://scp-wiki.wikidot.com/rounderhouse-s-author-page
We recommend:
Neverstone Book One THE MAD ELF by Ned Caractus (better known as Daveyoufool, creator of Three Moons Initiative):https://www.amazon.com/Neverstone-Mad-Elf-LitRPG-Adventure-ebook/dp/B0923R4654
Featherlight by Jake Schaefer (better known on the wiki as CadaverCommander): https://www.amazon.com/Featherlight-Jake-Schaefer-ebook/dp/B09RDD6631
Articles Discussed:
Hub: https://scp-wiki.wikidot.com/chicago-spirit
SCP-638: The 1914 Chicago Federal Reserve Heist https://scp-wiki.wikidot.com/scp-638
SCP-4901: Remember Rudy Benson. https://scp-wiki.wikidot.com/scp-4901
Words of Wisdom from the Containment Chamber of SCP-046-ARC, better known as Richard "Big Dick" Chappell https://scp-wiki.wikidot.com/big-dick-chappell
Hartliss Detective Agency https://scp-wiki.wikidot.com/hartliss-detective-agency
Carroll #332: The Snitch Dungeons https://scp-wiki.wikidot.com/snitchdungeons
Zeitgeist https://scp-wiki.wikidot.com/zeitgeist
Black as Night Hub https://scp-wiki.wikidot.com/black-as-night
Lightning Round:
SCP-5697 https://scp-wiki.wikidot.com/scp-5697
SCP-4256 (https://scp-wiki.wikidot.com/scp-4256)
SCP-2680 (https://scp-wiki.wikidot.com/scp-2680)
SCP-3138 (https://scp-wiki.wikidot.com/scp-3138)
Hare 023: The Cheshire Cat https://scp-wiki.wikidot.com/hare-023-the-cheshire-cat
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
This week, Harry and Grigori welcome the talented and wonderful Luxaiko (artist/writer) and ManyMeats (SCP writer and Admin of the wiki) onto the show to discuss character design, and then do a deep dive into the absurdist/surrealistic world of the Oneiroi. Come dream with us!
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Manymeat’s Author Page: https://scp-wiki.wikidot.com/manymeats
Luxaiko’s art page: https://scp-wiki.wikidot.com/aiko-artpage
Articles discussed:
Hub: https://scp-wiki.wikidot.com/Oneiroi
My Head is On Fire and I’m Not Ok - https://scp-wiki.wikidot.com/my-head-is-on-fire-and-im-not-ok
Restless Dreams https://scp-wiki.wikidot.com/restless-dreams
Spilled Milk https://scp-wiki.wikidot.com/no-sense-crying
SCP-5990: Out of my head, out of my mind https://scp-wiki.wikidot.com/scp-5990
SCP-2507-JP: Jumpscaring Ghosts http://scp-int.wikidot.com/scp-2507-jp
SCP-4497 - Whose Cuisine Reigns Supreme?! https://scp-wiki.wikidot.com/scp-4497
Critter Profile: Bartholomew! https://scp-wiki.wikidot.com/critter-profile-bartholomew
SCP-3739 - Mind-Milk by Moosphere, Inc. https://scp-wiki.wikidot.com/scp-3739
SCP-4137 - Hyper-Axial Nintendocore Overdose https://scp-wiki.wikidot.com/scp-4137
SCP-2272 - Ellis Canastota, P, Pensacola Blue Wahoos https://scp-wiki.wikidot.com/scp-2272
#Xiupania https://scp-wiki.wikidot.com/xiupania
We recommend:
Neverstone Book One THE MAD ELF by Ned Caractus (better known as Daveyoufool, creator of Three Moons Initiative):https://www.amazon.com/Neverstone-Mad-Elf-LitRPG-Adventure-ebook/dp/B0923R4654
Featherlight by Jake Schaefer (better known on the wiki as CadaverCommander): https://www.amazon.com/Featherlight-Jake-Schaefer-ebook/dp/B09RDD6631
Our email: moc.liamg|elpoepevitaercylpmis#moc.liamg|elpoepevitaercylpmis
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@kneedvikander
@luxaiko
@man_meats
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Support us at:
Grigori’s ko-fi: https://ko-fi.com/grigorikarpinauthor/posts
Harry’s Ko-FI: https://ko-fi.com/harryblank
Check out Harry’s Redbubble store: https://t.co/trNV9TIvw5
This week Harry and Grigori welcome the talented Lord Stonefish (author of SCP-3999, among others) and Tstaffor (author on the wiki and co-host of the very fun SCIP Squad Pod…Cast) to discuss the conspiracies and creepy pastas of Parawatch! Also we get into why we care about horror as authors.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Lord Stonefish’s Author Page: https://scp-wiki.wikidot.com/lord-stonefish
Tstaffor’s Author Page: https://scp-wiki.wikidot.com/tstaffor-s-author-page
Scip Squad Podcast: https://scp-wiki.wikidot.com/the-scip-squad-podcast-hub
Articles Discussed:
Parawatch Hub: https://scp-wiki.wikidot.com/parawatch-hub
Eye-Man https://scp-wiki.wikidot.com/eye-man
Michael the killer https://scp-wiki.wikidot.com/michael-the-kiler
END OF THE WORLD LIVESTRTEAM!!! https://scp-wiki.wikidot.com/end-of-the-world-livestream
Tower-B https://scp-wiki.wikidot.com/tower-b
Straight To VHS: Sunday Dinner https://scp-wiki.wikidot.com/sunday-dinner
SCP-5346 – GUMP https://scp-wiki.wikidot.com/scp-5346
Scared stiff https://scp-wiki.wikidot.com/scared-stiff
SCP-3840: We Stand On Guard For Thee https://scp-wiki.wikidot.com/scp-3840
The King Company Textile Plant https://scp-wiki.wikidot.com/the-king-company-textile-plant
It’s Real I Swear https://scp-wiki.wikidot.com/it-s-real-i-swear
Higher Minds https://scp-wiki.wikidot.com/higher-minds
Masquerade’s End https://scp-wiki.wikidot.com/piercing-the-veil
Substation 9 https://scp-wiki.wikidot.com/substation-9
In the Carpathians https://scp-wiki.wikidot.com/in-the-carpathians
Storm Site-19 https://scp-wiki.wikidot.com/stormsite19
Bathroom Wiki https://scp-wiki.wikidot.com/the-bathrooms-wiki
Voice of Vanguard https://scp-wiki.wikidot.com/voice-of-vanguard
The Canadian House Hippo https://scp-wiki.wikidot.com/the-canadian-house-hippo
We recommend:
Neverstone Book One THE MAD ELF by Ned Caractus (better known as Daveyoufool, creator of Three Moons Initiative):https://www.amazon.com/Neverstone-Mad-Elf-LitRPG-Adventure-ebook/dp/B0923R4654
Featherlight by Jake Schaefer (better known on the wiki as CadaverCommander): https://www.amazon.com/Featherlight-Jake-Schaefer-ebook/dp/B09RDD6631
Harry and Grigori step away from Groups of Interest for an episode to discuss Comedy Articles with J_Dune and PlaguePJP, two of our funniest author friends. It’s a long one, but holy shit there’s some good laughs in here.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Plague’s Author Page: https://scp-wiki.wikidot.com/plaguepjp
Dune’s Author Page: https://scp-wiki.wikidot.com/dr-dune-s-personnel-file
Articles discussed:
SCP-6596 https://scp-wiki.wikidot.com/scp-6596
SCP-2835 https://scp-wiki.wikidot.com/scp-2835
SCP-5694 https://scp-wiki.wikidot.com/scp-5694
SCP-6764 https://scp-wiki.wikidot.com/scp-6764
SCP-1233 https://scp-wiki.wikidot.com/scp-1233
SCP-6597 https://scp-wiki.wikidot.com/scp-6597
SCP-6121 https://scp-wiki.wikidot.com/scp-6121
SCP-5648 https://scp-wiki.wikidot.com/scp-5648
SCP-3988 https://scp-wiki.wikidot.com/scp-3988
SCP-4601 https://scp-wiki.wikidot.com/scp-4601
SCP-6326 https://scp-wiki.wikidot.com/scp-6326
SCP-3809 https://scp-wiki.wikidot.com/scp-3809
SCP-2803 https://scp-wiki.wikidot.com/SCP-2803
SCP-6599 https://scp-wiki.wikidot.com/scp-6599
We recommend:
Neverstone Book One THE MAD ELF by Ned Caractus (better known as Daveyoufool, creator of Three Moons Initiative):https://www.amazon.com/Neverstone-Mad-Elf-LitRPG-Adventure-ebook/dp/B0923R4654
Featherlight by Jake Schaefer (better known on the wiki as CadaverCommander): https://www.amazon.com/Featherlight-Jake-Schaefer-ebook/dp/B09RDD6631
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Support us at:
Grigori’s ko-fi: https://ko-fi.com/grigorikarpinauthor/posts
Harry’s Ko-FI: https://ko-fi.com/harryblank
AND NOW FOR SOMETHING COMPLETELY DIFFERENT!
Harry and Grigori guest starred on a stream benefiting Corgo (stemming from the crisis in Ukraine) a few months back and ShaunSaxum, who hosted along with Calibold and Rounderhouse, was nice enough to send along the audio. Harry and Grigori joined the stream to show off an article from each, doing dramatic readings.
So, enjoy this bonus episode and we’ll be back next week with more deep dives.
Harry’s Author Page: https://scp-wiki.wikidot.com/this-page-intentionally-left-blank
Grigori’s Author Page: https://scp-wiki.wikidot.com/grigori-karpin-s-author-page
Shaun Saxum’s YouTube channel, hosting SCP Authors Anomalous: https://www.youtube.com/channel/UCE5dP_5pByGSE1aVhx6d53A
Articles discussed:
SCP-5889: Amnestic - https://scp-wiki.wikidot.com/scp-5889
SCP-5162: The Weight - https://scp-wiki.wikidot.com/scp-5162
We recommend:
Neverstone Book One THE MAD ELF by Ned Caractus (better known as Daveyoufool, creator of Three Moons Initiative):https://www.amazon.com/Neverstone-Mad-Elf-LitRPG-Adventure-ebook/dp/B0923R4654
Featherlight by Jake Schaefer (better known on the wiki as CadaverCommander): https://www.amazon.com/Featherlight-Jake-Schaefer-ebook/dp/B09RDD6631
Twitter:
@simcreat
@grigorikarpin
@HarryBlankSCP
@kneedvikander
Email: moc.liamg|elpoepevitaercylpmiS#moc.liamg|elpoepevitaercylpmiS
Music for background:
Karl Casey @ White Bat Audio
Royalty and Copyright Free
https://www.youtube.com/watch?v=g6hY7dB54bc
Support us at:
Grigori’s ko-fi: https://ko-fi.com/grigorikarpinauthor/posts
Harry’s Ko-FI: https://ko-fi.com/harryblank
Show Info
Simply Creative People is an unscripted conversational podcast about the SCP creative community, deep dives into lore, and organic conversations about everything and anything SCP related. Usually updated on every week (barring emergency).
Available On
Also available on our website.
The show blog is available here: LINK
Follow the show on Twitter: @simcreat
Follow Grigori on Twitter: @girgorikarpin
Follow Harry on Twitter: @HarryBlankSCP
Email the show (and we’ll read it on an episode!) at moc.liamg|elpoepevitaercylpmis#moc.liamg|elpoepevitaercylpmis.
If you’re interested in Grigori’s articles, here’s his author page.
And here's Harry's articles: LINK!
Cite this page as:
"Simply Creative People Hub" by Grigori Karpin, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/simply-creative-people-hub. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Simplycreativepeoplelogo
Author: Grigori Karpin
License: CC BY-SA 3.0
Additional Notes:
Filename: Simplycreativepeople Banner Art
Author:saltywater
License: CC BY-SA 3.0
Additional Notes: used with their express opinion and edited by Grigori Karpin.
For more information about on-wiki content, visit the Licensing Master List.