https://atlas.whatip.xyz/post.php?slug=hasc-ndaa-markup-challenges-space-force-on-satellite-programs
<p>House Armed Services Committee seeks to preserve a missile-warning satellite program the Pentagon wants
#challenges #satellite #programs #markup
I’ve been trying to post (not always in the same place) about the usefulness of text #markup for documents - #XML especially - using the tag #MarkupMonday each time.
The goal is to spread awareness that XML, and declarative markup, labelling of parts, is in active use, and yes is worth doing, in the right place.
There was some push-back on the xml-dev (reborn) mailing list against XML being useful in a world with LLMs in it, which was discouraging.
But i stick by it: XML is not dead! 😉
@yantar92 @screwlisp I know.
However, I think you've got the Org point of view perspective and I want to promote Orgdown to people who will never hear of Emacs or are even opposing the use of Emacs. Totally different turf and hosting information at org or worg doesn't help here.
That's totally different perspective and the way non Org people stumble over information.
After all, the #Emacs community never differentiated the tool #Orgmode from the much more general lightweight #markup language #Orgdown. The focus of #OD is the latter and I want to promote that by mostly neglecting any connection to Emacs, Elisp and the communities involved. Not directing people to the mixup of information on Orgmode.org was a very deliberate decision of mine.
https://karl-voit.at/2021/11/27/orgdown/
I know that some org community people disagree with my approach for various reasons. Some of the arguments do have real substance, most rather not.
YMMV
#Business #Findings
What SEOs get wrong about AI search · “SEOs agree on what to do, but not what to call it.” https://ilo.im/16c7ig
_____
#AI #SearchEngine #SEO #FAQs #Content #Citations #Communities #Authority #Schema #Markup
YAML s highly-underrated. Just sayin’
#programming #markup
YAML s highly-underrated. Just sayin’
“Why The Heck Are We Still Using Markdown?”, Burak Güngör (https://bgslabs.org/blog/why-are-we-using-markdown/).
Via HN: https://news.ycombinator.com/item?id=47629903
On Lobsters: https://lobste.rs/s/nn403y/why_heck_are_we_still_using_markdown
New hVmark Release: v1.6.0
I added two new markers: code and centered text. And the latter accomplishes the task in the most deprecated way possible.
https://github.com/HisVirusness/hvmark
hVmark is my tiny, opinionated markup language: MIT-licensed, intentionally strict, and built to power HisVirusness.com.
1. Open "about:support"
2. Find "Profile Folder"
3. Open this and create there folder "chrome" (yes, chrome) with file "userContent.css"
4. Write specific CSS:
@-moz-document url-prefix("chrome://devtools/content/") {
.devtools-monospace {
font-family: "JetBrainsMono-Regular", "JetBrains Mono", monospace !important;
}
.inspector-panel #markup-view {
font-family: "JetBrainsMono-Regular", "JetBrains Mono", monospace !important;
}
}