#Crossplatform

Subhamoy Biswasneo_subhamoy
2025-06-26

✨ Introducing "NeoDLP": The next-gen truly cross-platform Video Downloader desktop app with Modern UI and Browser Integration!
Try "NeoDLP" now...!! 👇
neodlp.neosubhamoy.com

2025-06-26

The @ardour #Lua scripting workshop at #LAC25 #INSA #Lyon has just started. And I am curious to learn how to extend the functionalities of this great free and #OpenSource #DAW in a programmatically way in #realtime.

As @lualang is #CrossPlatform like #Ardour is, you can draft your script on a Windows machine at work and refine it on your #Linux computer later at home, for example.

Let's see how we can automate tasks in Ardour sessions, which otherwise would require another person operating #plugin parameters, session properties, #routing, etc. interactively.

Rowan the Selfsamerosylf@c.im
2025-06-21

Link: mediatum.ub.tum.de/?id=601795 (It took digging to find this from the Wikipedia article [1] and the unsecured HTTP homepage for "BMDFM".)

```bibtex
@phdthesis{dissertation,
author = {Pochayevets, Oleksandr},
title = {BMDFM: A Hybrid Dataflow Runtime Parallelization Environment for Shared Memory Multiprocessors},
year = {2006},
school = {Technische Universität München},
pages = {170},
language = {en},
abstract = {To complement existing compiler-optimization methods we propose a programming model and a runtime system called BMDFM (Binary Modular DataFlow Machine), a novel hybrid parallel environment for SMP (Shared Memory Symmetric Multiprocessors), that creates a data-dependence graph and exploits parallelism of user application programs at run time. This thesis describes the design and provides a detailed analysis of BMDFM, which uses a dataflow runtime engine instead of a plain fork-join runtime library, thus providing transparent dataflow semantics on the top virtual machine level. Our hybrid approach eliminates disadvantages of the parallelization at compile-time, the directive based paradigm and the dataflow computational model. BMDFM is portable and is already implemented on a set of available SMP platforms. The transparent dataflow paradigm does not require parallelization and synchronization directives. The BMDFM runtime system shields the end-users from these details.},
keywords = {Parallel computing;Shared memory multiprocessors;Dataflow;Automatic Parallelization},
note = {},
url = {mediatum.ub.tum.de/601795},
}
```

[1]: en.wikipedia.org/wiki/Binary_M

#SMP #Parallelization #Multithreading #DependenceGraph #RunTime #DataFlow #VirtualMachine #VM #ParallelComputing #SharedMemoryMultiprocessors #AutomaticParallelization #CrossPlatform #Virtualization #Configware #Transputer

PPC Landppcland
2025-06-18

DV360 announces major reporting changes for Q3 2025: Google confirms comprehensive updates affecting YouTube metrics, cross-platform functionality, and audience dimensions. ppc.land/dv360-announces-major

WeblineGlobalweblineglobal
2025-06-17

💡 One codebase. Multiple platforms. Maximum impact.

Cross-platform app development lets you build once and launch on iOS & Android without the hassle.

Want to scale your app efficiently? Read our latest blog! weblineglobal.com/blog/build-o

2025-06-12

Arthur does it again!

A great find for video editors everywhere:). Win/Mac/Linux

#realvideoenhancer is a free #opensource #crossplatform #foss tool for slowing down video as well as upscaling.

tilvids.com/videos/watch/3860a

#peertube #video #slowmo #utilities #arthurpizza #tilvids

github.com/TNTwise/REAL-Video-

Christopher Isenecisene
2025-06-07

I have started to revive a quite popular app that hasn't been updated since 2006, or 2002 actively. I aim to modernize it to where it works with modern libraries and operating systems. When in a running state I'll add modern features.

2025-06-04

Десктопное кросс-платформенное приложение на Wails (Golang + Vue.js). Как мы делали Tuna Desktop

Wails - это легковесный фреймворк, предназначенный для создания кросс-платформенных GUI приложений рабочего стола на golang и стандартных веб технологиях (Svelte, React, Preact, Vue, Lit, Vanilla JS). Ближайшие аналоги это естественно Electron (JS), Tauri (Rust), хочется добавить Qt (С++), но это уже другой уровень. Сразу скажу, что Wails не идеален , имеет множество ограничений и в целом не подойдёт для чего-то крупного, Tauri к примеру более зрелый проект, больше функций, быстрее развивается, больше и живее сообщество, но это уже на rust, а это не наш стэк.

habr.com/ru/companies/tuna/art

#wails #golang #vue #crossplatform #desktop #gui

2025-06-03

React Native тормозит? Проверь эти 8 узких мест в производительности, прежде чем винить фреймворк [ЧЕК-ЛИСТ]

Идея этой статьи родилась во время задушевных разговоров на кухне и за утренним кофе с коллегами. Началось все с вопроса: «Чтобы ты бы сказал себе прошлому, чтобы релизы стали легче, а спринты прекраснее?» Конечно, в тот момент я ничего дельного не ответил, но, кажется, наконец-то сформулировал идеальную фразу: «Настоящий разработчик, Слав, это не тот, кто с сияющим макбуком и вкусным смузи. Разработчик — тот, кто делает то, что нужно сделать. И в легаси покопаться приходится, и memory leak дебажить, а он всё равно делает, потому что так надо». Привет, Хабр! Меня зовут Вячеслав Чащухин, я — разработчик в МойОфис. Занимаюсь мобильной версией Squadus — цифрового рабочего пространства для совместной работы и деловых коммуникаций. Обращаю ваше внимание на то, что эта статья — не инструкция по решению всех проблем. Скорее, чек-лист причин, которые, по моему мнению, чаще всего приводят к тем или иным проблемам. Поэтому в некоторых пунктах будут ссылки или упоминания возможных решений. Я объединил проблемы по группам. Если вы обнаружили в своем приложении подлагивания или не хотите их обнаружить в будущем, рекомендую пройтись по пунктам:)

habr.com/ru/companies/ncloudte

#React_Native #crossplatform #mobile_development #crossplatform_mobile_programming #performance #react #мойофис #reactjs #reactjs

2025-06-03

React Native тормозит? Проверь эти 8 узких мест в производительности, прежде чем винить фреймворк [ЧЕК-ЛИСТ]

Идея этой статьи родилась во время задушевных разговоров на кухне и за утренним кофе с коллегами. Началось все с вопроса: «Чтобы ты бы сказал себе прошлому, чтобы релизы стали легче, а спринты прекраснее?» Конечно, в тот момент я ничего дельного не ответил, но, кажется, наконец-то сформулировал идеальную фразу: «Настоящий разработчик, Слав, это не тот, кто с сияющим макбуком и вкусным смузи. Разработчик — тот, кто делает то, что нужно сделать. И в легаси покопаться приходится, и memory leak дебажить, а он всё равно делает, потому что так надо». Привет, Хабр! Меня зовут Вячеслав Чащухин, я — разработчик в МойОфис. Занимаюсь мобильной версией

habr.com/ru/companies/ncloudte

#React_Native #crossplatform #mobile_development #crossplatform_mobile_programming #performance #react #мойофис #reactjs #reactjs

2025-06-03

Estoy buscando una forma de compartir fotografías y vídeos entre dos smartphones con sistemas operativos diferentes, de forma remota.

Me gustaría evitar utilizar servicios como Dropbox, Google Drive, OneDrive y similares.

¿Alguna recomendación?

#ios #android #crossplatform #preguntaalfedi #privacidad

2025-06-02

I have created a short introduction to the interface of the Geeonx #crossplatform #GUI.

#coding #c

youtu.be/Qt1F_HWVN58

Hacker Newsh4ckernews
2025-06-01
PPC Landppcland
2025-05-31

Walmart allows Amazon fulfillment for cross-platform sales: E-commerce sellers can now use Amazon's MCF service to fulfill Walmart orders under specific conditions. ppc.land/walmart-allows-amazon

2025-05-28

Anyone got a good RSS reader recommendation for 2025 that works well on both Android and macOS? 🙏
#RSS #TechHelp #crossplatform

I work in three different platforms: #GitBashForWindows (mostly, because that’s the environment for my job), #macOS, and #Linux. My shell environment is pretty complex, and as #CrossPlatform a I can make it. The most annoying thing I have to handle in my scripts is the difference between paths on a Windows system vs anywhere else, and especially the leaky magic Git Bash for Windows employs to deal with it (that’s the main thing I want to communicate in this post).

I’m a very experienced #Bash user/programmer, but more and more I find myself converting Bash scripts to #Python.

These days my Python scripts are run via a #uv shebang line, which I love. uv creates an environment to run such a script. That environment is not active while I’m _editing_ the script (using #HelixEditor) so, Helix reports all the symbols that it could only have gotten from that venv. I don’t yet know of a non-brute-force way to fix that (that is the second thing I wanted to communicate in this post).

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst