home.social

#cef — Public Fediverse posts

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

  1. Die Datenschutz-Aufsichtsbehörden nehmen 2026 europaweit die Transparenz- und Informationspflichten nach der DSGVO in den Blick. Der Europäische Datenschutzausschuss (EDSA) hat seine diesjährige koordinierte Durchsetzungsmaßnahme im Rahmen des Coordinated Enforcement Framework (CEF) gestartet.
    adorgasolutions.de/europaweite
    #DSGVO #CEF #EDSA #Transparenz

  2. Raspberry Pi 5 – CEF или WebKit для off-screen рендера?

    Цель статьи – объяснить разницу между CEF и WPE после года работы с этими фреймворками, предоставить инструкцию сборки и запуска полноценных JS+HTML+CSS веб-страниц с WPE на RaspberryPi 5 с zero-copy в 60+ FPS на FullHD. Посетовать, что такое нельзя сделать вместе с CEF. В конце мы будем иметь: WPE для arm64 и amd64, OpenGL пайплайн вместе с EGL, работать всё это будет на встроенной системе Wayland. Wayland не должен никого пугать, на RaspberryPi 5 он идёт сразу в коробке, так что вы можете запускать и приложения на Wayland, и без перезагрузки приложения на X11. Но WPE zero-copy работает ТОЛЬКО с Wayland. Код будет представлен на языке С++.

    habr.com/ru/articles/1010626/

    #Embedded #CEF #WPE #WebKit #OpenGL #DRM #Web

  3. Aviation weather for Westover ARB/Metropolitan airport in Springfield and Chicopee area (USA) is “KCEF 041555Z 00000KT 1/8SM R23/2000V2400FT FG VV001 01/00 A3026 RMK AO2A SLP253 T00110001” : See what it means on bigorre.org/aero/meteo/kcef/en #westoverarbmetropolitanairport #airport #springfield #chicopee #usa #kcef #cef #metar #aviation #aviationweather #avgeek vl

  4. Curious when to use #dearimgui @avaloniaui #Rive, or a browser UI via #CEF? Or how Skia and Stride change your workflow in @vvvv

    In two sessions, Nils Weger (@phlegma) gives a clear overview of the current UI options in vvvv, shows how to structure applications with MVVM and Model–View–Runtime, and covers interaction logic for mouse, keyboard and touch.

    📅 Feb 26 + 27, 2026
    🕕 18:00–21:00 CET

    More info:
    thenodeinstitute.org/courses/u

    #vvvv #vvvvgamma #creativecoding #ui #ux #workshop

  5. Aviation weather for Westover ARB/Metropolitan airport in Springfield and Chicopee area (USA) is “KCEF 241455Z 31012KT 10SM BKN250 M15/M26 A3056 RMK AO2A SLP358 T11501265 51019” : See what it means on bigorre.org/aero/meteo/kcef/en #westoverarbmetropolitanairport #airport #springfield #chicopee #usa #kcef #cef #metar #aviation #aviationweather #avgeek vl

  6. Aviation weather for Westover ARB/Metropolitan airport in Springfield and Chicopee area (USA) is “KCEF 071455Z AUTO 00000KT 10SM OVC041 01/M03 A3005 RMK AO2 SLP182 T00051031 52015” : See what it means on bigorre.org/aero/meteo/kcef/en #westoverarbmetropolitanairport #airport #springfield #chicopee #usa #kcef #cef #metar #aviation #aviationweather #avgeek vl

  7. Aviation weather for Westover ARB/Metropolitan airport in Springfield and Chicopee area (USA) is “KCEF 041455Z 20006KT 10SM FEW040 BKN090 OVC250 00/M03 A2989 RMK AO2A SLP128 T00041035 55002” : See what it means on bigorre.org/aero/meteo/kcef/en #westoverarbmetropolitanairport #airport #springfield #chicopee #usa #kcef #cef #metar #aviation #aviationweather #avgeek vl

  8. Aviation weather for Westover ARB/Metropolitan airport in Springfield and Chicopee area (USA) is “KCEF 181155Z AUTO 00000KT 10SM SCT110 01/00 A3000 RMK AO2 SLP164 T00140002 10029 21005 52017” : See what it means on bigorre.org/aero/meteo/kcef/en #springfield #chicopee #usa #westoverarbmetropolitanairport #kcef #cef #metar #aviation #aviationweather #avgeek #airport vl

  9. Someone please finally bring back the Gecko embedded framework. All of the existing options are based on Chromium, even the one named after fucking WebKit!

    #LibreWolf #FireFox #GeckoBrowserEngine #GeckoEngine #WebKit #CEF #Electron

  10. Anyone used Chromium Embedded Framework before?
    I'm setting the resolution of a windowless renderer to 1600×900 from CefRenderHandler::GetViewRect
    But when I query it from JavaScript I get
    window.outerWidth = 1600
    window.innerWidth = 1455
    Any idea where 145 of my pixels went and how to get them back?

    Boosts appreciated for visibility!
    #gamedev #indiedev #programming #cpp #cplusplus #cef

  11. Mediaberry Milestone 1 is here! After... admittedly far too long... the announcement has now been officially made.

    Mediaberry is a web-oriented open platform for streaming boxes and smart TVs.

    mediaberry.org/blog/milestone1

    #Mediaberry #Linux #FLOSS #CEF

  12. Here's the (hopefully) final revision of the Mediaberry introductory video.

    (and once again: the link at the end is not live yet, go to codeberg.org/mediaberry instead for now)

    #Mediaberry #Linux #FLOSS #CEF #WebDev

  13. I cannot figure out how to add JS bindings to a CEF app.

    I made the app class extend CefRenderProcessHandler, I implemented GetRenderProcessHandler, and added an override for OnContextCreated.

    But... it just does nothing? using the logging macros doesn't work either. or debug breakpoints. I have literally tried everything I can think of at this point, but nothing causes it to trigger OnContextCreated.

    What am I doing incorrectly???

    #CEF #Chromium #WebDev #ChromiumEmbeddedFramework

  14. For reasons I don't understand, CEF (Chromium Embedded Framework) will ALWAYS use X11 by default when running on Linux. If DISPLAY is not set, it will simply fail. So if you're on wayland, you need xwayland for it to run at all.

    HOWEVER, if you simply add "--ozone-platform=wayland" it works???

    Wha-?

    #CEF #Chromium #WebDev #Wayland #Linux

  15. Thanks to @hut23 for letting me present at #TheAlanTuringInstitute on Tuesday on the "Anatomy of a Browser" covering embedding browser frameworks.

    A first for me: presented from my #Linux phone using an embedded #WebView streamed using ScreenCast.

    View the slides online:

    flypig.co.uk/presentations/tec

    Slide/notes source/PDFs on GitHub:

    github.com/llewelld/techtalk-g

    Code for the WebView presentation app:

    github.com/llewelld/harbour-pr

    #Browser #Gecko #Blink #WebKit #CEF #Qt #SailfishOS

  16. A Brief Embedded Browser Expo.

    As part of my continuing exploration of embedded browsers, a hands-on look at three nice examples: Chromium Embedded Framework, Qt WebEngine and Sailfish WebView.

    What features do they support? What do their APIs look like? What are they like to use in practice?

    And what is an embedded browser anyway?

    flypig.co.uk/gecko?&list_id=12

    #CEF #Qt #SailfishOS #WebEngine #WebView #Chromium #Chrome #WebKit #Blink #Gecko

  17. RT by @Energy4Europe: 🆕Publication!

    What are the #EUfunding opportunities in #hydrogen?

    Discover the EU programmes and some of the real-project stories driving Europe's green transition.

    🔖cinea.ec.europa.eu/publication

    #EUH2Week #InnovationFund #CEF #HorizonEU #Climate #Transport #Energy

    [2024-11-19 11:50 UTC]

  18. #China is installing the #wind and #solar equivalent of five large #NuclearPower stations per week

    By technology reporter James Purtill
    Posted Mon 15 Jul 2024

    "While #Australia debates the merits of going #nuclear and frustration grows over the slower-than-needed rollout of solar and wind power, China is going all in on #renewables.

    "New figures show the pace of its clean energy transition is roughly the equivalent of installing five large-scale nuclear power plants worth of renewables every week.

    "A report by Sydney-based think tank Climate Energy Finance (#CEF) said China was installing renewables so rapidly it would meet its end-of-2030 target by the end of this month — or 6.5 years early.

    "It's installing at least 10 gigawatts of wind and solar generation capacity every fortnight.

    "By comparison, experts have said the Coalition's plan to build seven nuclear power plants would add fewer than 10GW of generation capacity to the grid sometime after 2035.

    "Energy experts are looking to China, the world's largest emitter, once seen as a climate villain, for lessons on how to go green, fast."

    Read more:
    abc.net.au/news/science/2024-0

    #RenewablesNow #NoNukes #NoNewNukes #RethinkNotRestart #NuclearPowerPlants #RenewableEnergy