home.social

#mdx — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mdx, aggregated by home.social.

fetched live
  1. SSB — «мы стояли на „плоскости“»

    SSB — «мы стояли на „плоскости“» Предлагаемый текст представляет опыт ознакомления автора с тестом SSB в свете обычных прикладных вопросов BI‑проекта умеренного размаха. Автор пытается бросить пытливый взгляд на спектр перспективных возможностей, обеспечиваемых доступностью и масштабируемостью теста SSB.

    habr.com/ru/articles/1060442/

    #SSB #Postgres #ClickHouse #Sizing #MDX #Flat #Star #BI #DWH #КХД

  2. Словари MDict в закрытом приложении, или зачем я писал RIPEMD-128 вручную

    Добавлял в свою читалку офлайн-словари и упёрся в MDX, формат словарей MDict. Проприетарный, официальной спеки от создателей нет. Готовые Java-парсеры под GPL, а у меня закрытое приложение, тащить нельзя. Значит, пишу свой, с нуля и без зависимостей. Рассказываю, как формат устроен внутри, где я споткнулся, и почему пришлось руками писать RIPEMD-128, чтобы прочитать даже оглавление словаря.

    habr.com/ru/articles/1055436/

    #MDX #MDict #словари #парсинг_форматов #Kotlin #reverse_engineering #RIPEMD128 #Android #шифрование

  3. I was having a public vent on Bluesky about website tech bullshit and some OnlyFans girl's porn bot came up and responded with this AI generated prose.

    This is deadass the funniest porn bot I've ever seen.

    #Bluesky #ChatGPT #Astro #MDX

  4. Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков

    Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?

    habr.com/ru/articles/1025328/

    #BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset

  5. "Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.

    The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.

    Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."

    apichangelog.substack.com/p/ma

    #API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience

  6. I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
    Did I miss something?
    #a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx

  7. On the way to Barker Ranch, Goler Wash, Death Valley, California.The trail gets narrow in spots, but my stock 2016 MDX handled it with no problem April 2021 #overland #MDX #golerwash #boulder #deathvalley #offroad #photography

  8. I'm pretty happy with @astro and #starlight as a documentation system for building docs for #dotnet libraries.

    This turned out pretty well, and the mix of #markdown and #mdx components helps express content meaningfully.

    docs.duendesoftware.com/

  9. Near days end at one of my happy places on the R-2508 Sidewinder Low Level Complex with my trust MDX #acura #MDX #panamint #R2508 #desert #landscape #photography #nikon #D850

  10. Been meaning to say this for a few days, and was reminded now that I'm working on some more documentation:

    , where the heck have you been my whole life?! I mean, dude!

    As someone who has always loved using , as well as writing web applications using , this is like a dream come true!!! :react: :tailwindcss:

  11. lazyweb: how do you get prettier to stop escaping {/* */} comments in MDX files when formatting on save? #prettier #js #mdx

  12. Converting #cohost data export to #mdx files as a practical introduction to the power of #duckdb

    james-forbes.com/posts/cohost-

    - No #jq
    - No #javascript
    - No #python

    Just beautiful SQL (and a🤏tiny bit of bash).

  13. If you're using @astro and your #rss feed is cluttered with import statements because you're using #mdx, check out this post:

    m.webtoo.ls/@swithinbank/11249

    Was easy breezy to change and now I have a clean, well sorted RSS feed and can leverage the power of MDX

    Thanks @ematipico 💪

    #JavaScript #TypeScript #astro #blog #writing

  14. #TechnicalWriting #SoftwareDocumentation #WebDevelopment #Docs #APIDocumentation #Markdown #MDX #JavaScript #JSX: "MDX stands for Markdown + JSX. It is an extension of Markdown that allows you to embed JavaScript code (JSX) directly into your Markdown documents. This combination enables you to create dynamic and interactive documentation while maintaining Markdown's simplicity.

    As a technical writer, your job is to create documentation that helps users understand a product or tool. Interactive documentation is one way to create a good user experience, and MDX is an excellent tool for achieving this. Using MDX, you can create content that is engaging, dynamic and interactive.

    Some other reasons why you should use MDX include:

    - It enables seamless collaboration between developers and technical writers as they can both focus on code and content without interfering.
    - Easily embed interactive elements, like live code blocks, into your documentation to help improve user experience.
    - MDX allows you to create reusable components for common documentation elements, ensuring consistency across your documentation.
    - MDX can be used to create interactive API documentation with live request/response examples and automatically generated code samples in multiple languages."

    medium.com/@techwritershub/int

  15. Myslel jsem si, že z kombinace #Jinja2 a #Markdown je akorát nepořádek, zvlášť když přimíchám makra, a že ten moderní přístup, to #MDX, kdy se všechno píše jako nějaké ty frontendové komponenty a tak, že by to bylo lepší.

    Teď mám pod rukama větší projekt, kde je všechno to nové: #Docusaurus, .md, .mdx, .jsx, .tsx… a teda nemám pocit, že by to byl nějaký menší bordel.

    Zjevně to vždy začne „budou to jen Markdown soubory v adresáři, fakt jen pár dynamických věcí“, a skončí to jako PHP verze 3.

  16. 🎉 You can now use components and fragments in your Markdown pages in Kitten.

    Following on from yesterday’s Markdown pages feature, you can now import components and fragments and use them in your Markdown pages to add dynamic functionality (similar to how it works in mdx but without using JSX).

    (The “SCARY” text in the screencast is being randomly animated by a component.)

    Enjoy!

    :kitten:💕

    #Kitten #SmallWeb #Markdown #components #fragments #mdx

  17. because of Astro.glob running the scripts in the #md and #mdx files as well

    i will inshallah try to go with #Astro's content collection

    see whether i can cope with the order structure limitations

    #webdevelopment #frontend #coding #markdown #javascript #webdesign

  18. when you think you are close to the finish line

    #astro is really great

    you want to build a list of your current #md / #mdx files

    and you use Astro.glob

    turned out this would execute the scripts too - not desired

    #webdevelopment #frontend #coding #markdown #javascript

  19. An end-to-end walkthrough by Maxime Heckel on how to build a semantic search from your own MDX or Markdown based content using Postgres vector similarity search and OpenAI's text embeddings and chat completion APIs: blog.maximeheckel.com/posts/bu

    #AI #OpenAI #JS #javascript #API #MDX #Markdown #Postgres

  20. Nota, Typst и Evidence. Языки программирования для генерации документов

    Все настолько привыкли к Markdown, что считают его неким стандартом для оформления документов в вебе. Но это не конечная истина, высеченная на камне, а просто популярный язык разметки, как HTML и TeX. В то же время появляется всё больше новых языков, которые позиционируют себя как замену, альтернативу или дополнение к Markdown и TeX. В некоторых случаях они включают функции программирования, то есть позволяют добавить в документ исполняемый код. Веб-редакторы нового поколения можно использовать даже вместо Google Docs.

    habr.com/ru/companies/ruvds/ar

    #ruvds_статьи #Nota #Evidence #LaTeX #Typst #Markdown #бизнесаналитика #Google_Docs #IDE #VSCode #HTML #SGML #KML #KMZ #MathML #SVG #TeX #викиразметка #MediaWiki #Extensible_3D #X3D #XHTML #XML #XHTML_Basic #WML #CHTML #XHTML_MP #Markdoc #Quarto #MDX #Jinja #Liquid #шаблонизаторы #базовое_счисление #Living_Papers

  21. Day 4 of 12 Days of Web Components!

    Today you get a two-for-one post!

    First we're talking about a browser-native MDX.

    Then we'll identify and discuss a web component architecture that sits somewhere in between HTML and JavaScript Web Components that I've come to call "Portable HTML Web Components."

    hawkticehurst.com/writing/12-d

  22. New post: “Astro MDX Components”

    blog.kizu.dev/astro-mdx-compon

    Today’s post is sponsored by me not knowing what I’m doing. In other words: fiddling with how my blog is built.

    Given Astro is a relatively new framework, I struggled to find solutions to some probably simple things I wanted to do with it.

    In this post, I’ll document what I did find working for me, and maybe this could be of any assistance to others also struggling with #Astro & its #MDX integration.