home.social

#xcb — Public Fediverse posts

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

  1. Excited to announce that our paper with TU Wien on the first plaintext recovery attack against XCB-AES (IEEE 1619.2) has been accepted at #CRYPTO2025!
    👉 ia.cr/2024/1554
    #IEEE #Standardization #XCB #XCB_AES #cosic #kuleuven

  2. Excited to announce that our paper with TU Wien on the first plaintext recovery attack against XCB-AES (IEEE 1619.2) has been accepted at #CRYPTO2025!
    👉 ia.cr/2024/1554
    #IEEE #Standardization #XCB #XCB_AES #cosic #kuleuven

  3. Excited to announce that our paper with TU Wien on the first plaintext recovery attack against XCB-AES (IEEE 1619.2) has been accepted at #CRYPTO2025!
    👉 ia.cr/2024/1554
    #IEEE #Standardization #XCB #XCB_AES #cosic #kuleuven

  4. Excited to announce that our paper with TU Wien on the first plaintext recovery attack against XCB-AES (IEEE 1619.2) has been accepted at #CRYPTO2025!
    👉 ia.cr/2024/1554
    #IEEE #Standardization #XCB #XCB_AES #cosic #kuleuven

  5. Excited to announce that our paper with TU Wien on the first plaintext recovery attack against XCB-AES (IEEE 1619.2) has been accepted at #CRYPTO2025!
    👉 ia.cr/2024/1554
    #IEEE #Standardization #XCB #XCB_AES #cosic #kuleuven

  6. Critical communication infrastructure matters more than ever. Core is a pioneer in Central Europe, securing the last-resort comms layer. Issues in Spain & Portugal prove the need. Our command unit connects to a drone, flies w/o radiofrequencies, and carries Blockchain data. #XCB

    https://x.com/CoDeTechCC/status/1918297964616860089

  7. So I just wrote myself a kb language layout indicator for #x11 to complement my #twm setup and #tmux status panel while at it. This #c thing seems quite useful. Yay me :toot:

    #freebsd #linux #unix #hobbyhack #noob #xcb

  8. So I just wrote myself a kb language layout indicator for #x11 to complement my #twm setup and #tmux status panel while at it. This #c thing seems quite useful. Yay me :toot:

    #freebsd #linux #unix #hobbyhack #noob #xcb

  9. So I just wrote myself a kb language layout indicator for #x11 to complement my #twm setup and #tmux status panel while at it. This #c thing seems quite useful. Yay me :toot:

    #freebsd #linux #unix #hobbyhack #noob #xcb

  10. So I just wrote myself a kb language layout indicator for #x11 to complement my #twm setup and #tmux status panel while at it. This #c thing seems quite useful. Yay me :toot:

    #freebsd #linux #unix #hobbyhack #noob #xcb

  11. So I just wrote myself a kb language layout indicator for #x11 to complement my #twm setup and #tmux status panel while at it. This #c thing seems quite useful. Yay me :toot:

    #freebsd #linux #unix #hobbyhack #noob #xcb

  12. I was using , I tried raw stuff to the and OMG 1000x faster! AND I can rip shttons of useless code out of my cloud client thin antibrowsers! For the record, years ago I wrote a raw gui device driver for gui, it took me a few days, SDL took me MONTHS GET OFFA MY LAWN!

  13. I was using #XCB, I tried raw stuff to the #framebuffer and OMG 1000x faster! AND I can rip shttons of useless code out of my cloud client thin antibrowsers! #OldGuyCoding #Programming For the record, years ago I wrote a raw gui device driver for gui, it took me a few days, SDL took me MONTHS GET OFFA MY LAWN!

  14. I was using #XCB, I tried raw stuff to the #framebuffer and OMG 1000x faster! AND I can rip shttons of useless code out of my cloud client thin antibrowsers! #OldGuyCoding #Programming For the record, years ago I wrote a raw gui device driver for gui, it took me a few days, SDL took me MONTHS GET OFFA MY LAWN!

  15. I was using #XCB, I tried raw stuff to the #framebuffer and OMG 1000x faster! AND I can rip shttons of useless code out of my cloud client thin antibrowsers! #OldGuyCoding #Programming For the record, years ago I wrote a raw gui device driver for gui, it took me a few days, SDL took me MONTHS GET OFFA MY LAWN!

  16. I was using #XCB, I tried raw stuff to the #framebuffer and OMG 1000x faster! AND I can rip shttons of useless code out of my cloud client thin antibrowsers! #OldGuyCoding #Programming For the record, years ago I wrote a raw gui device driver for gui, it took me a few days, SDL took me MONTHS GET OFFA MY LAWN!

  17. Deep down the #X11 (#xcb) rabbit hole now.

    I decided to add a tray icon. I want it optional, with configurable behavior (minimize-to-tray, close-to-tray, no-tray).

    Adding this thing was super simple with Qt. Getting anything other than the default behavior ... not so much. Doing lots of things with plain #xcb now.

    I'm stuck at hiding the tool from a taskbar. #EWMH has _NET_WM_STATE_SKIP_TASKBAR. In #fvwm (#fvwm3), this works when setting it before the window gets mapped. Sending it as a "client message" when the window is already mapped seems to be just ignored 😠

    I then tried #KDE (#kwin). Hm well, doesn't even honor the _NET_WM_STATE property set on the window before mapping it, IOW, it's *always* shown in the taskbar.

    WTF? 😖❓

    #qxmoji #emoji #keyboard

  18. Found a small bug, #xcb requests were synchronously checked, but this only works when calling the _checked() flavor of them ... 🙈

    Fixed in #qXmoji v0.4

    Also added a clear button to the search field, this seems somewhat useful 😉

    github.com/Zirias/qxmoji/relea

    #X11 #emoji #keyboard #Linux #FreeBSD

  19. @bunnyhero I have a question, (you or anyone really) My thin client antibrowser for cloud apps used to be 252k and I've reduced it to 160k but as soon as I have to allocate an #xcb shared buffer it bloats to 8M (I need to do this to get from 2 frames a second to reasonable frames/sec) I REALLY REALLY miss scribbling into the frame buffer directly and not dealing with copycopycopy shtforbrains software #GetOffaMyLawn 🙂 (Still better than 300M chrome, but...)

  20. Asking another way. #xcb 20 frames a second, no need for an 8meg local buffer, go! Be aware this would drop my thin client #antibrowser from 8.2Mbytes to 200Kbytes. Ideally I'd like a /dev/fb without sht on top like we had in late 90s, but I know that won't happen again

  21. By using #xcb to get rid of fonts and then having to allocate memory for the screen buffer (WTF I can't use some memory I can guarantee is *somewhere* but not mine?!) my footprint for my #antibrowser thin client goes from a start of 160kbytes to 8Mbytes, this is not good, it is still less than bloated Chrome's 300Mbytes. Before, I scribbled at 1 or 2 frames a second, but couldn't do better. I need that 3rd option! decent frame rate and direct-er screen buffer access

  22. What u will c is 21 languages #ada #awk #bash #basic #C #clisp #C++ #COBOL #Forth #FORTRAN #go #java #lisp (mine) #lua #Pascal #Perl #Python #R #Rust #Ruby #SED calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C #xcb #sockets. 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any #browsers (1000x footprint of my thin clients) or fonts, ask for #retro computer clients youtube.com/watch?v=Esv6xHwZRY

  23. What u will c is 21 languages ++ (mine) calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C . 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any (1000x footprint of my thin clients) or fonts, ask for computer clients youtube.com/watch?v=Esv6xHwZRYc

  24. What u will c is 21 languages #ada #awk #bash #basic #C #clisp #C++ #COBOL #Forth #FORTRAN #go #java #lisp (mine) #lua #Pascal #Perl #Python #R #Rust #Ruby #SED calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C #xcb #sockets. 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any #browsers (1000x footprint of my thin clients) or fonts, ask for #retro computer clients youtube.com/watch?v=Esv6xHwZRY

  25. What u will c is 21 languages #ada #awk #bash #basic #C #clisp #C++ #COBOL #Forth #FORTRAN #go #java #lisp (mine) #lua #Pascal #Perl #Python #R #Rust #Ruby #SED calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C #xcb #sockets. 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any #browsers (1000x footprint of my thin clients) or fonts, ask for #retro computer clients youtube.com/watch?v=Esv6xHwZRY

  26. What u will c is 21 languages #ada #awk #bash #basic #C #clisp #C++ #COBOL #Forth #FORTRAN #go #java #lisp (mine) #lua #Pascal #Perl #Python #R #Rust #Ruby #SED calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients /w NO dep. besides C #xcb #sockets. 21 thin server in C,translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any #browsers (1000x footprint of my thin clients) or fonts, ask for #retro computer clients youtube.com/watch?v=Esv6xHwZRY

  27. Welp enough time wasting! gotta rip out #shm from #xcb and judging by the sample app I found, I should go from 2 frames/sec max to possibly hundreds at least for small area changes