Develop an integrated marketing communications plan for [Product/Service] targeting [Specific Market Segment]. Outline the key messaging, channels, and metrics to measure campaign effectiveness.
If you want to build a developer ecosystem, you should consider backstage:
#devex #platform #knowledgebase #ecosystem #backstage #bookmarked
#devex #platform #knowledgebase #ecosystem #backstage #bookmarked
🔖 MyNerve: A font for notes and comments
https://github.com/carolinashort/MyNerve
Mynerve is a #handwriting #typeface designed to annotate and comment on documents with a fresh style. Two sets of alternates allow variations when letters are repeated to emulate realistic script, together with some ligatures for frequent combinations. Designed by #CarolineShort
#handwriting #typeface #carolineshort #fonts #typography #bookmarked
🔖 pipx
https://pypa.github.io/pipx/
pipx — Install and Run Python Applications in Isolated Environments
/via @changelog
#Python #commandLine #CLI #bookmarked
🔖 Quarto – #opensource scientific and technical publishing system
https://quarto.org/
- Jupyter notebooks or #markdown in your favorite editor
- dynamic content with #Python, R, Julia, …
- publish articles, presentations, websites, blogs, books in HTML, PDF, MS Word, ePub, etc.
#markdown #publishing #book #ebook #ssg #jupyter #blogging #writing #bookmarked
#OpenSource #Markdown #Python #publishing #book #eBook #ssg #Jupyter #blogging #writing #bookmarked
🔖 Era of Fantasy: Village Props by aamatniekss https://aamatniekss.itch.io/era-of-fantasy-village-props
#bookmarked #art #assets #gamedev #fantasy #pixelart #itchio
#Itchio #Pixelart #Fantasy #GameDev #assets #Art #bookmarked
on home automation https://renato.athaydes.com/posts/writing-your-own-smarthome-manager.html #homeautomation #bookmarked
@jon @Vivaldi That video explanation is solid!
I really like his Start Page speed dial icons. I hadn't thought about the use of different themes-to-workspaces idea. Looks like I have some more tweaking to do!
#bookmarked
▶️ Should I Cancel #WaltWhitman?
I'm a #poetry tourist. I know some quotes by Whitman and pieces of his life #story—and that he was queer. What I didn't know was his history as a #racist.
I was watching #HalleBerry in "Frankie & Alice" (🔥 🏆) this morning. Responding to her psychiatrist quoting Whitman, Berry's character (based on a real woman with dissociative identity disorder) shows she's read Whitman: "Racist f*g"—immediately, matter-of-fact-ly.
I #bookmarked — https://daily.jstor.org/should-walt-whitman-be-cancelled
#halleberry #bookmarked #racist #story #Poetry #waltwhitman
# Open Source versus open-source
You may have seen the repeated fights over whether open-source software should be spelled with a hyphen or not.
Though the rules are mostly clear.
If “open source” is used as an adjective (attribute) in front of a noun, it is hyphenated:
* open-source code
* open-source project
However, there are cases where using hyphen would not be appropriate:
/1
#semantics #bookmarked #opensource
SPIRE Controller Manager
https://github.com/spiffe/spire-controller-manager
#SPIRE #infra #toolbox #Controller #ControllerManager #SPIFFE #bookmarked
#spire #infra #toolbox #controller #controllermanager #spiffe #bookmarked
Looking to send #bookmarked toots to my #obsidian db. Any one use #ifttt or other #automation services to do this?
#automation #ifttt #obsidian #bookmarked
Minikube: Using a Private Registry
#minikube #registry #documentations #references #bookmarked
Vim keyboard macro usage in a nutshell:
```
qd start recording to register d
... your complex series of commands
q stop recording
@d execute your macro
@@ execute your macro again
```
~via @suprjami » You can also replay a macro multiple times like `5@d`.
Really helpful when you want to automate something you replaced in one line other lines.
#vim #tips #devex #macro #keyboard #automation #bookmarked
How to remove a pod when it is stuck in TERMINATING state:
kubectl delete pod <PODNAME> --grace-period=0 --force --namespace <NAMESPACE>
Note that this fixes the issue, but does not address the symptom. You should find and address the underlying symptom as well.
~via @timstoop
» Very often there's a finalizer involved that's unable to, y'know, finalize. Check the Pod metadata when you have this again.
#tips #infra #kubernetes #pod #bookmarked
#bookmarked for future reference. It was a good recipe.
I've copied it, except for the liquid smoke & smoked paprika (used regular paprika instead), as I will be *actually* smoking the meat this time.
Stay tuned...
Telling Git About Your Signing Key
#git #GitHub #signing #reference #bookmarked