Posts by bugaevc@floss.social
 (DIR) Post #B9h7qtdWPfoxU3dGiW by bugaevc@floss.social
       0 likes, 1 repeats
       
       It took me quite some time, but I've written subtitles for my #GUADEC 2026 talk! 😀(Who would have thought I'm uttering "like" so frequently 😅)https://youtu.be/kPYZfPKkgos
       
 (DIR) Post #B9hO82SWSkEt2IgRY8 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @lazarus @jwh yeah, I effectively had to speak at 1.5x speed to fit what took 55 minutes during the first rehearsal into ≈30 minutes 😅
       
 (DIR) Post #B9llpEyorRSvtoCPEO by bugaevc@floss.social
       0 likes, 0 repeats
       
       Looking into RISC-V
       
 (DIR) Post #B9r12nX8X20F3S9pxI by bugaevc@floss.social
       0 likes, 0 repeats
       
       @danirabbit interested in making top/bottom bars translucent and having scrollable content scroll underneath them? If so, I might have something for you on the GTK side.
       
 (DIR) Post #B9rvJ9PkXehGz24pM0 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @peja https://modal.cx/blog/sovereign-mobile-stack/
       
 (DIR) Post #B9xzQXHXIIhcPlA0Z6 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @jonmsterling @bodil you should know that this is not endorsed or approved by the upstream Adwaita/GTK. We recommend that you use the toolkit's own API, instead of building a reactive-style layer on top of it.
       
 (DIR) Post #BA1W6CCmJDQK6hdfF2 by bugaevc@floss.social
       0 likes, 0 repeats
       
       Microsoft's official Visual Studio blog is now apparently slop:https://devblogs.microsoft.com/visualstudio/stop-alt-tabbing-into-the-wrong-visual-studio/
       
 (DIR) Post #BA87JdiS0N0Wycixu4 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @jwh please note: g_free, not libc's free (although one wraps the other these days). And yeah, array types are not type-erased in Java, but generics are.
       
 (DIR) Post #BA87VIjrp6jbONwnzM by bugaevc@floss.social
       0 likes, 0 repeats
       
       @jwh List<int> class just doesn't exist (generic type arguments must be objects), but there can be a List<Integer>
       
 (DIR) Post #BA8ZoGXH2ITEmIt8hE by bugaevc@floss.social
       0 likes, 0 repeats
       
       @jwh these are two separate errors: List<int> just doesn't exist, at all; while List<String> is valid, but there is no .class for it (only a single class for any List<>).
       
 (DIR) Post #BAGQXnwzs9iWmZjddg by bugaevc@floss.social
       0 likes, 0 repeats
       
       Me: Gio::InputStream::read_allYouTube's auto subtitles: GPU 3 Morido
       
 (DIR) Post #BAIHwX2RdR43VLXz3g by bugaevc@floss.social
       0 likes, 0 repeats
       
       You can stand under my Arm Morello
       
 (DIR) Post #BAPMUV5d97OtEKD3fk by bugaevc@floss.social
       0 likes, 0 repeats
       
       @drakulix This is so cool!
       
 (DIR) Post #BAQYC3Jd43dAU9gf3Y by bugaevc@floss.social
       0 likes, 0 repeats
       
       We should make more Snow Leopards and less Vistas
       
 (DIR) Post #BASy8QYe3gGBLiheK0 by bugaevc@floss.social
       0 likes, 0 repeats
       
       RISC ISAs be likeld.64 ip, [pc + %pcrel(callback@GOT)]leave {lr, fp, s0-s2}, +32 -> ip
       
 (DIR) Post #BAT3QL7fVK0PTZRgQK by bugaevc@floss.social
       0 likes, 0 repeats
       
       CISC ISAs be likemovq callback@GOTPCREL(%rip), %r11movq 0(%rsp), %r12movq 8(%rsp), %r13movq 16(%rsp), %r14movq 24(%rsp), %rbpaddq $64, %rspjmp *%r11
       
 (DIR) Post #BAT9bj7tCPtspeMUs4 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @kc the RISC one is imaginary, but inspired by RISC-V's cm.popret
       
 (DIR) Post #BATN9ww3f7mOuVTctE by bugaevc@floss.social
       0 likes, 0 repeats
       
       @csolisr neither is true: it's not mostly designed around touchscreens, and it did support automatic rotation
       
 (DIR) Post #BAUw52HgL5PPW4YhI8 by bugaevc@floss.social
       0 likes, 0 repeats
       
       @tbernard unfortunately, no. If there was a good Git client, I'd gladly switch. Used to use IntelliJ's built-in one, and Magit for Emacs, in the past.Workflows include:* The usual commit -p, rebase, push, switch, stash, that stuff* Looking at a history for a file to figure out an appropriate commit prefix to use — most clients ignore this use case* Email and patch based workflows; carrying a bunch of patches that are regularly rebased on top of an upstream tree
       
 (DIR) Post #BAUzcCh0xdQNDUunGS by bugaevc@floss.social
       0 likes, 0 repeats
       
       Trusting Trust, except that it's sandboxing & safety measures for LLM agents themselves being vibe-coded with last month's model