home.social

#interop — Public Fediverse posts

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

fetched live
  1. #Bandcamp added #subsonic implementation! 🫶

    This is amazing, it means that you can use any music player with that can connect to a subsonic server to listen to your collection. It's fighting the good fight of #interop in world of walled gardens.

    blog.bandcamp.com/2026/07/16/d

  2. Muss man sich in einem JVM-Projekt wirklich zwischen Java und Kotlin entscheiden? Richard Gross erklärt, wie Interoperabilität, gemeinsame Bibliotheken und schrittweise Migrationen den Einsatz beider Sprachen ermöglichen. Lies jetzt: javapro.io/de/kotlin-kontra-ja

    #Java #Kotlin #Interop

  3. Muss man sich in einem JVM-Projekt wirklich zwischen Java und Kotlin entscheiden? Richard Gross erklärt, wie Interoperabilität, gemeinsame Bibliotheken und schrittweise Migrationen den Einsatz beider Sprachen ermöglichen. Lies jetzt: javapro.io/de/kotlin-kontra-ja

    #Java #Kotlin #Interop

  4. Introducing Baseline Alerts. Jeremy Wagner presents a new notification system in the Web Platform Status dashboard that keeps you informed when web features change their interoperability status. Sign in with GitHub to track features and get alerts by email, RSS, or Slack when they reach Newly or Widely available. Set the frequency, save searches as personalized newsletters, and share results via URL or QR code. #baseline #interop

    web.dev/blog/baseline-alerts

  5. Introducing Baseline Alerts. Jeremy Wagner presents a new notification system in the Web Platform Status dashboard that keeps you informed when web features change their interoperability status. Sign in with GitHub to track features and get alerts by email, RSS, or Slack when they reach Newly or Widely available. Set the frequency, save searches as personalized newsletters, and share results via URL or QR code. #baseline #interop

    web.dev/blog/baseline-alerts

  6. Представлены Baseline Alerts. Джереми Вагнер рассказывает о новой системе уведомлений в дэшборде Web Platform Status, которая сообщает об изменении статуса поддержки веб-фич в браузерах. Войдите через GitHub, чтобы отслеживать фичи и получать оповещения по email, RSS или в Slack, когда они становятся Newly или Widely available. Настройте частоту, сохраняйте поиски как персональные рассылки и делитесь результатами по ссылке или QR-коду. #baseline #interop

    web.dev/blog/baseline-alerts

  7. Представлены Baseline Alerts. Джереми Вагнер рассказывает о новой системе уведомлений в дэшборде Web Platform Status, которая сообщает об изменении статуса поддержки веб-фич в браузерах. Войдите через GitHub, чтобы отслеживать фичи и получать оповещения по email, RSS или в Slack, когда они становятся Newly или Widely available. Настройте частоту, сохраняйте поиски как персональные рассылки и делитесь результатами по ссылке или QR-коду. #baseline #interop

    web.dev/blog/baseline-alerts

  8. Should new #JVM projects choose #Java or #Kotlin? Maybe both. Kotlin was built for deep Java interop — mixed codebases, shared libraries, gradual migration included. Even collections & bytecode stay compatible. Richard Gross explains how it works: javapro.io/2026/05/07/kotlin-k
    #Interop

  9. Should new #JVM projects choose #Java or #Kotlin? Maybe both. Kotlin was built for deep Java interop — mixed codebases, shared libraries, gradual migration included. Even collections & bytecode stay compatible. Richard Gross explains how it works: javapro.io/2026/05/07/kotlin-k
    #Interop

  10. wacoca.com/news/2857329/ 「Interop Tokyo 2026」展示会が開幕、幕張メッセで12日まで – クラウド Watch #2026 #Interop #Tokyo #イベント #東京 #東京都

  11. It's #Interop time! The VO community meets in Strasbourg until Friday. As is tradition, I will blog about what I see and hear over at blog.g-vo.org/at-the-2026-stra

  12. Browsers treat big sites differently. @denodell reveals how Safari and Firefox quietly ship thousands of lines of site-specific patches to keep popular websites working. WebKit’s Quirks.cpp and Firefox’s about:compat both contain interventions for sites like TikTok, Netflix, and Reddit, sometimes even faking Chrome’s user agent. Chrome’s dominance forces minority browsers to compensate, echoing the IE era in reverse. #browser #interop

    denodell.com/blog/browsers-tre

  13. Browsers treat big sites differently. @denodell reveals how Safari and Firefox quietly ship thousands of lines of site-specific patches to keep popular websites working. WebKit’s Quirks.cpp and Firefox’s about:compat both contain interventions for sites like TikTok, Netflix, and Reddit, sometimes even faking Chrome’s user agent. Chrome’s dominance forces minority browsers to compensate, echoing the IE era in reverse. #browser #interop

    denodell.com/blog/browsers-tre

  14. Браузеры по-другому относятся к крупным сайтам. Ден Оделл рассказывает, как Safari и Firefox поддерживают тысячи строк специфичного для сайтов кода, чтобы популярные сервисы вроде TikTok, Netflix и Reddit продолжали работать. В WebKit это Quirks.cpp, в Firefox — about:compat, иногда они даже подменяют user agent на Chrome. Доминирование Chrome заставляет другие браузеры приспосабливаться, повторяя эпоху Internet Explorer наоборот. #browser #interop

    denodell.com/blog/browsers-tre

  15. Браузеры по-другому относятся к крупным сайтам. Ден Оделл рассказывает, как Safari и Firefox поддерживают тысячи строк специфичного для сайтов кода, чтобы популярные сервисы вроде TikTok, Netflix и Reddit продолжали работать. В WebKit это Quirks.cpp, в Firefox — about:compat, иногда они даже подменяют user agent на Chrome. Доминирование Chrome заставляет другие браузеры приспосабливаться, повторяя эпоху Internet Explorer наоборот. #browser #interop

    denodell.com/blog/browsers-tre

  16. Most C++ codebases aren't getting rewritten in Rust - but that doesn't mean the two can't work together.

    At Oxidize 2026, @nicofee and Nicolas Qiu Guichard (@kdab) run a practical workshop on Rust/C++ interop using CXX: calling Rust from C++ and vice versa, integrating a Rust library into a CMake project, and pulling a C++ library into a Cargo build.

    🔗 oxidizeconf.com/sessions/rust_

    #Oxidize2026 #RustLang #CPlusPlus #Interop #CXX #SystemsProgramming

  17. Most C++ codebases aren't getting rewritten in Rust - but that doesn't mean the two can't work together.

    At Oxidize 2026, @nicofee and Nicolas Qiu Guichard (@kdab) run a practical workshop on Rust/C++ interop using CXX: calling Rust from C++ and vice versa, integrating a Rust library into a CMake project, and pulling a C++ library into a Cargo build.

    🔗 oxidizeconf.com/sessions/rust_

    #Oxidize2026 #RustLang #CPlusPlus #Interop #CXX #SystemsProgramming

  18. #Kotlin & #Java don’t have to compete. Kotlin was built for #JVM #Interop from day one — sharing libraries, collections, even mixed-language codebases.

    Richard Gross shows how top-level functions, data classes & immutability map cleanly to Java bytecode: javapro.io/2026/05/07/kotlin-k

  19. #Kotlin & #Java don’t have to compete. Kotlin was built for #JVM #Interop from day one — sharing libraries, collections, even mixed-language codebases.

    Richard Gross shows how top-level functions, data classes & immutability map cleanly to Java bytecode: javapro.io/2026/05/07/kotlin-k

  20. Should new #JVM projects choose #Java or #Kotlin? Maybe both. Kotlin was built for deep Java interop — mixed codebases, shared libraries, gradual migration included. Even collections & bytecode stay compatible. Richard Gross explains how it works: javapro.io/2026/05/07/kotlin-k
    #Interop

  21. Should new #JVM projects choose #Java or #Kotlin? Maybe both. Kotlin was built for deep Java interop — mixed codebases, shared libraries, gradual migration included. Even collections & bytecode stay compatible. Richard Gross explains how it works: javapro.io/2026/05/07/kotlin-k
    #Interop

  22. Today we swapped out Sifa's custom location type for @[email protected]'s community.lexicon.location.address, the shape @[email protected] and others already use We use this for both account locations, and locations for career and education items (all optional of course). #interop

    a man in a black shirt with th...

  23. Как использовать Rust внутри приложений на .NET MAUI

    Когда производительность начинает иметь значение По производительности Rust находится в той же лиге, что и C++, но с заметно более дружелюбной моделью безопасности. Возможно, вы уже слышали о командах, которые постепенно переходят на Rust , заменяя существующий код. А если вам уже приходилось бороться с лагами от GC или пытаться сделать плавную анимацию, отсутствие сборщика мусора начинает выглядеть особенно заманчиво. Но можно ли сделать так, чтобы использовать Rust внутри приложения на .NET MAUI было действительно удобно?

    habr.com/ru/articles/1028322/

    #maui #rust #ffi #interop

  24. Salut les mastopotes ! Est-ce que quelqu'un parmi vous sait si il existe un connecteur pour relier le stock du logiciel Abelujo à celui de Biblys ?

    L'idée c'est que Biblys récupère les donnés dans Abelujo pour que le stock affiché aux clients soit à jour

    #abelujo #biblys #freesoftware #opensource #foss #librairie #librairieindependante #interop

  25. I've been working on a highly customizable multiplatform fediverse client, similar to bridging technologies that exist currently but a bit more seamless and robust, and focused on the indieweb vibe and personal customization overall. Excited to get it out there for testing, but I am really enjoying what I have so far. #interop #atproto #activitypub #retro #indieweb

  26. 🦾 Project Detroit: Java interop with JavaScript and Python

    "The novel approach that we are taking with Detroit is that we are embedding the V8 and CPython runtime directly inside the JVM process,"

    go.theregister.com/feed/www.th

    #java #python #javascript #interop

  27. 🦾 Project Detroit: Java interop with JavaScript and Python

    "The novel approach that we are taking with Detroit is that we are embedding the V8 and CPython runtime directly inside the JVM process,"

    go.theregister.com/feed/www.th

    #java #python #javascript #interop

  28. @matiu_bidule @Framasoft

    > « le salut viendra du DIY, du libre, des communs décentralisés »

    et surtout, surtout, de la fu©king #interopérabilité !

    #interop #interoperabilite

  29. @matiu_bidule @Framasoft

    > « le salut viendra du DIY, du libre, des communs décentralisés »

    et surtout, surtout, de la fu©king #interopérabilité !

    #interop #interoperabilite

  30. #Mastodon's “quote protection” for “unauthorized” quotes is a farce. It won't show the preview AND not show you the link in the UI of the PWA, but you can trivially look at the JSON to find the link and follow it as any regular link. So can we please just stop the pretense that this is going to do anything to prevent abuse and show the link when the preview is not available, like with ANY OTHER LINK?

    #fediverse #quoteToot #QuoteToots #interop #WorldWideWeb

  31. #Mastodon's “quote protection” for “unauthorized” quotes is a farce. It won't show the preview AND not show you the link in the UI of the PWA, but you can trivially look at the JSON to find the link and follow it as any regular link. So can we please just stop the pretense that this is going to do anything to prevent abuse and show the link when the preview is not available, like with ANY OTHER LINK?

    #fediverse #quoteToot #QuoteToots #interop #WorldWideWeb

  32. @dansup That would be amazing. I would love to help you any way you need, and I can chat whenever it's good for you.

    And, don't forget @Bonfire - they're also building to the same standard. #E2EE will be awesome for the #Fediverse.. but only if there's general #interop between different projects.

    If you want some fun bedtime reading before we chat, I'm collecting all of my notes on the project here: emissary.dev/e2ee

    That page includes links to the spec, Github, and other stuff.

  33. @dansup That would be amazing. I would love to help you any way you need, and I can chat whenever it's good for you.

    And, don't forget @Bonfire - they're also building to the same standard. #E2EE will be awesome for the #Fediverse.. but only if there's general #interop between different projects.

    If you want some fun bedtime reading before we chat, I'm collecting all of my notes on the project here: emissary.dev/e2ee

    That page includes links to the spec, Github, and other stuff.

  34. Excellent piece on the #INSPIRE revision in the broader Environmental #omnibus Esp the sections 'first impact' and 'my view' by Thorsten Reitz of WeTransform. Right at the time when interoperability is crucial, for #dataspace , for digital sovereignty, and the Data Union strategy, key pieces of interoperability are thrown away, overcompensating for the all too rigid harmonisation rules we have now. #interop #datastrategy #gdds wetransform.to/news-and-events

  35. Excellent piece on the #INSPIRE revision in the broader Environmental #omnibus Esp the sections 'first impact' and 'my view' by Thorsten Reitz of WeTransform. Right at the time when interoperability is crucial, for #dataspace , for digital sovereignty, and the Data Union strategy, key pieces of interoperability are thrown away, overcompensating for the all too rigid harmonisation rules we have now. #interop #datastrategy #gdds wetransform.to/news-and-events

  36. This is why I love the #A11yWeekly #newsletter:

    I’m enjoying Nic Chan’s article about “wishcessibility”: nicchan.me/blog/wishcessibilit

    It contains a link to another great blog post by @hdv: hidde.blog/ideal-a11y-guidance/

    Which - you guessed it - contains another link to what I would call #interop for #AssistiveTechnology: aria-at.w3.org/reports

    This is so dope and necessary and I hope this will help to normalise #accessibility in the tech industry

    #a11y #WebDev #frontend

  37. This is why I love the #A11yWeekly #newsletter:

    I’m enjoying Nic Chan’s article about “wishcessibility”: nicchan.me/blog/wishcessibilit

    It contains a link to another great blog post by @hdv: hidde.blog/ideal-a11y-guidance/

    Which - you guessed it - contains another link to what I would call #interop for #AssistiveTechnology: aria-at.w3.org/reports

    This is so dope and necessary and I hope this will help to normalise #accessibility in the tech industry

    #a11y #WebDev #frontend

  38. Interop 2026 назвал 20 направлений фокуса. Apple, Google, Igalia, Microsoft и Mozilla будут работать над совместимостью и тестами веб-платформы для anchor positioning, продвинутым attr(), view transitions, Navigation API, WebTransport, WebRTC и CSS-свойством zoom, чтобы повысить совместимость браузеров для разработчиков. #interop #browser

    wpt.fyi/interop-2026

  39. Interop 2026 назвал 20 направлений фокуса. Apple, Google, Igalia, Microsoft и Mozilla будут работать над совместимостью и тестами веб-платформы для anchor positioning, продвинутым attr(), view transitions, Navigation API, WebTransport, WebRTC и CSS-свойством zoom, чтобы повысить совместимость браузеров для разработчиков. #interop #browser

    wpt.fyi/interop-2026

  40. Interop 2026 names 20 focus areas. Apple, Google, Igalia, Microsoft, and Mozilla will align implementations and Web Platform Tests across anchor positioning, advanced attr(), view transitions, the Navigation API, WebTransport, WebRTC, and the CSS zoom property to boost cross-browser interoperability for developers. #interop #browser

    wpt.fyi/interop-2026

  41. Interop 2026 names 20 focus areas. Apple, Google, Igalia, Microsoft, and Mozilla will align implementations and Web Platform Tests across anchor positioning, advanced attr(), view transitions, the Navigation API, WebTransport, WebRTC, and the CSS zoom property to boost cross-browser interoperability for developers. #interop #browser

    wpt.fyi/interop-2026

  42. @taylorlorenz

    - no ads.
    - no ad tracking!
    - no billionaire owner.
    - no "responsibility" towards shareholders (read: line must go up)
    - the different platforms interact!! You can follow someone's photo sharing account (say, pixelfed - "Instagram", kinda) from your Friendica ("Facebook," kinda) account. #interop is cool

    #fediverse

  43. @taylorlorenz

    - no ads.
    - no ad tracking!
    - no billionaire owner.
    - no "responsibility" towards shareholders (read: line must go up)
    - the different platforms interact!! You can follow someone's photo sharing account (say, pixelfed - "Instagram", kinda) from your Friendica ("Facebook," kinda) account. is cool

  44. hi #digitalSovereignty and #privacy folks!

    are there any #Canadian organizations that work in the online privacy, #interop, and/or digital sovereignty spaces?

    basically like the EFF, but Canadian; the Chaos Computer Club, but Canadian; you get the idea.

    The CCLA seems to be doing some work on this (ccla.org/our-work/privacy/), but I am looking for more targeted/focused orgs.

    There's also openprivacy.ca/work/, which I had not heard of.

    Boosts OK & encouraged! Thank you!

    #Canada #boost4reach