#interop — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #interop, aggregated by home.social.
-
#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.
https://blog.bandcamp.com/2026/07/16/discover-improvements-and-subsonic-implementation/
-
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: https://javapro.io/de/kotlin-kontra-java-teil-3-eine-sprache-fuer-interoperabilitaet/
-
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: https://javapro.io/de/kotlin-kontra-java-teil-3-eine-sprache-fuer-interoperabilitaet/
-
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
-
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
-
Представлены Baseline Alerts. Джереми Вагнер рассказывает о новой системе уведомлений в дэшборде Web Platform Status, которая сообщает об изменении статуса поддержки веб-фич в браузерах. Войдите через GitHub, чтобы отслеживать фичи и получать оповещения по email, RSS или в Slack, когда они становятся Newly или Widely available. Настройте частоту, сохраняйте поиски как персональные рассылки и делитесь результатами по ссылке или QR-коду. #baseline #interop
-
Представлены Baseline Alerts. Джереми Вагнер рассказывает о новой системе уведомлений в дэшборде Web Platform Status, которая сообщает об изменении статуса поддержки веб-фич в браузерах. Войдите через GitHub, чтобы отслеживать фичи и получать оповещения по email, RSS или в Slack, когда они становятся Newly или Widely available. Настройте частоту, сохраняйте поиски как персональные рассылки и делитесь результатами по ссылке или QR-коду. #baseline #interop
-
https://www.wacoca.com/news/2861895/ 緑色の10GbE対応ルーターに閉域網SIMを内蔵、「ZUNDA CONNECT ROUTER」は情シス支援の経験から生まれた【Interop Tokyo 2026】 #Interop #InteropTokyo2026 #LAN機器 #Science&Technology #ScienceNews #TechnologyNews #イノベーション #イベント #イベントレポート #テクノロジー #トピック #ハードウェア #ルーター #法人向け #産業 #科学 #科学&テクノロジー #経済
-
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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
#Interop -
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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
#Interop -
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 https://blog.g-vo.org/at-the-2026-strasbourg-interop.html
-
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
https://denodell.com/blog/browsers-treat-big-sites-differently
-
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
https://denodell.com/blog/browsers-treat-big-sites-differently
-
Браузеры по-другому относятся к крупным сайтам. Ден Оделл рассказывает, как Safari и Firefox поддерживают тысячи строк специфичного для сайтов кода, чтобы популярные сервисы вроде TikTok, Netflix и Reddit продолжали работать. В WebKit это Quirks.cpp, в Firefox — about:compat, иногда они даже подменяют user agent на Chrome. Доминирование Chrome заставляет другие браузеры приспосабливаться, повторяя эпоху Internet Explorer наоборот. #browser #interop
https://denodell.com/blog/browsers-treat-big-sites-differently
-
Браузеры по-другому относятся к крупным сайтам. Ден Оделл рассказывает, как Safari и Firefox поддерживают тысячи строк специфичного для сайтов кода, чтобы популярные сервисы вроде TikTok, Netflix и Reddit продолжали работать. В WebKit это Quirks.cpp, в Firefox — about:compat, иногда они даже подменяют user agent на Chrome. Доминирование Chrome заставляет другие браузеры приспосабливаться, повторяя эпоху Internet Explorer наоборот. #browser #interop
https://denodell.com/blog/browsers-treat-big-sites-differently
-
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.
🔗 https://oxidizeconf.com/sessions/rust_and_c_plus_plus_can_be_friends
#Oxidize2026 #RustLang #CPlusPlus #Interop #CXX #SystemsProgramming
-
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.
🔗 https://oxidizeconf.com/sessions/rust_and_c_plus_plus_can_be_friends
#Oxidize2026 #RustLang #CPlusPlus #Interop #CXX #SystemsProgramming
-
#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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
-
#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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
-
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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
#Interop -
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: https://javapro.io/2026/05/07/kotlin-kontra-java-part-3-language-for-interop/
#Interop -
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... -
Как использовать Rust внутри приложений на .NET MAUI
Когда производительность начинает иметь значение По производительности Rust находится в той же лиге, что и C++, но с заметно более дружелюбной моделью безопасности. Возможно, вы уже слышали о командах, которые постепенно переходят на Rust , заменяя существующий код. А если вам уже приходилось бороться с лагами от GC или пытаться сделать плавную анимацию, отсутствие сборщика мусора начинает выглядеть особенно заманчиво. Но можно ли сделать так, чтобы использовать Rust внутри приложения на .NET MAUI было действительно удобно?
-
From the .NET blog...
In case you missed it earlier...
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/ #dotnet #csharp #DeveloperStories #VisualStudioCode #CDevKit #interop #NAPI #nativeaot #Nodejs -
From the .NET blog...
In case you missed it earlier...
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/ #dotnet #csharp #DeveloperStories #VisualStudioCode #CDevKit #interop #NAPI #nativeaot #Nodejs -
via @dotnet : Writing Node.js addons with .NET Native AOT
https://ift.tt/2mz8B1E
#NodeJS #NodeJSAddons #NAPI #NativeAOT #NET #CSharp #TypeScript #VSCode #VSCodeExtension #WindowsRegistry #Interop #PInvoke #UnmanagedCallersOnly #Marshalling -
via @dotnet : Writing Node.js addons with .NET Native AOT
https://ift.tt/2mz8B1E
#NodeJS #NodeJSAddons #NAPI #NativeAOT #NET #CSharp #TypeScript #VSCode #VSCodeExtension #WindowsRegistry #Interop #PInvoke #UnmanagedCallersOnly #Marshalling -
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/#microsoft #NET #C #Developer_Stories #Visual_Studio_Code #C_Dev_Kit #interop #N_API #native_aot #NativeAOT #Node_js
-
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/#microsoft #NET #C #Developer_Stories #Visual_Studio_Code #C_Dev_Kit #interop #N_API #native_aot #NativeAOT #Node_js
-
From the .NET blog...
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/ #dotnet #csharp #DeveloperStories #VisualStudioCode #CDevKit #interop #NAPI #nativeaot #Nodejs -
From the .NET blog...
Writing Node.js addons with .NET Native AOT
https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/ #dotnet #csharp #DeveloperStories #VisualStudioCode #CDevKit #interop #NAPI #nativeaot #Nodejs -
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
-
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
-
🦾 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,"
https://go.theregister.com/feed/www.theregister.com/2026/03/17/oracle_project_detroit_java/
-
🦾 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,"
https://go.theregister.com/feed/www.theregister.com/2026/03/17/oracle_project_detroit_java/
-
> « le salut viendra du DIY, du libre, des communs décentralisés »
et surtout, surtout, de la fu©king #interopérabilité !
-
> « le salut viendra du DIY, du libre, des communs décentralisés »
et surtout, surtout, de la fu©king #interopérabilité !
-
#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?
-
#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?
-
@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: https://emissary.dev/e2ee
That page includes links to the spec, Github, and other stuff.
-
@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: https://emissary.dev/e2ee
That page includes links to the spec, Github, and other stuff.
-
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 https://wetransform.to/news-and-events/european-spatial-data-infrastructures/
-
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 https://wetransform.to/news-and-events/european-spatial-data-infrastructures/
-
This is why I love the #A11yWeekly #newsletter:
I’m enjoying Nic Chan’s article about “wishcessibility”: https://www.nicchan.me/blog/wishcessibility/
It contains a link to another great blog post by @hdv: https://hidde.blog/ideal-a11y-guidance/
Which - you guessed it - contains another link to what I would call #interop for #AssistiveTechnology: https://aria-at.w3.org/reports
This is so dope and necessary and I hope this will help to normalise #accessibility in the tech industry
-
This is why I love the #A11yWeekly #newsletter:
I’m enjoying Nic Chan’s article about “wishcessibility”: https://www.nicchan.me/blog/wishcessibility/
It contains a link to another great blog post by @hdv: https://hidde.blog/ideal-a11y-guidance/
Which - you guessed it - contains another link to what I would call #interop for #AssistiveTechnology: https://aria-at.w3.org/reports
This is so dope and necessary and I hope this will help to normalise #accessibility in the tech industry
-
Oh des outils poir exporter ses donnees de #Discord - Archiveteam
-
Oh des outils poir exporter ses donnees de #Discord - Archiveteam
-
Interop 2026 назвал 20 направлений фокуса. Apple, Google, Igalia, Microsoft и Mozilla будут работать над совместимостью и тестами веб-платформы для anchor positioning, продвинутым attr(), view transitions, Navigation API, WebTransport, WebRTC и CSS-свойством zoom, чтобы повысить совместимость браузеров для разработчиков. #interop #browser
-
Interop 2026 назвал 20 направлений фокуса. Apple, Google, Igalia, Microsoft и Mozilla будут работать над совместимостью и тестами веб-платформы для anchor positioning, продвинутым attr(), view transitions, Navigation API, WebTransport, WebRTC и CSS-свойством zoom, чтобы повысить совместимость браузеров для разработчиков. #interop #browser
-
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
-
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
-
Pluralistic: Daily links from Cory Doctorow – No trackers, no ads. Black type, white background. Privacy policy: we don't collect or retain any data at all ever period. [Unofficial] @[email protected] ·Pluralistic: End of the line for video essays (07 Feb 2026)
https://web.brid.gy/r/https://pluralistic.net/2026/02/07/aimsters-revenge/
-
Pluralistic: Daily links from Cory Doctorow – No trackers, no ads. Black type, white background. Privacy policy: we don't collect or retain any data at all ever period. [Unofficial] @[email protected] ·Pluralistic: End of the line for video essays (07 Feb 2026)
https://web.brid.gy/r/https://pluralistic.net/2026/02/07/aimsters-revenge/
-
- 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 -
- 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 -
Pluralistic: Daily links from Cory Doctorow – No trackers, no ads. Black type, white background. Privacy policy: we don't collect or retain any data at all ever period. [Unofficial] @[email protected] ·Pluralistic: Threads' margin is the Eurostack's opportunity (30 Jan 2026)
https://web.brid.gy/r/https://pluralistic.net/2026/01/30/zucksauce/
-
Pluralistic: Daily links from Cory Doctorow – No trackers, no ads. Black type, white background. Privacy policy: we don't collect or retain any data at all ever period. [Unofficial] @[email protected] ·Pluralistic: Threads' margin is the Eurostack's opportunity (30 Jan 2026)
https://web.brid.gy/r/https://pluralistic.net/2026/01/30/zucksauce/
-
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 (https://ccla.org/our-work/privacy/), but I am looking for more targeted/focused orgs.
There's also https://openprivacy.ca/work/, which I had not heard of.
Boosts OK & encouraged! Thank you!