

Huh, that pretty cool actually. I need to play around and see if this works with gtk-rs, channels get fairly annoying if you need to use them a lot.


Huh, that pretty cool actually. I need to play around and see if this works with gtk-rs, channels get fairly annoying if you need to use them a lot.


And if you find the borrow checker annoying in async rust, that’s mostly a tokio issue. Look into smol-rs as it offers alternatives
This is great until you want to use a library which is tokio exclusive, which is most of them.


So? It’s logname, what do you expect, for them to read the bits directly from memory? If you’re going to criticise this for anything, it should be that it doesn’t support Windows, not that it calls out to libc.


This is correct and fine?


The Wikipedia article for D links to this blog post which seems pretty damning.


Did you mean to post this comment 4 times?


The fact it’s secured with a piece of sellotape is just *chef’s kiss*.


Ah, now I see it. Thanks!


What does this even mean?


Yeah, I agree with the point about dairy being bad, and it’s one that’s easy to make without objectifying women.


“other females”


https://gitlab.gnome.org/GNOME/gtk/-/work_items/7776#note_2560841
I honestly agree with the GTK devs here. The app chooser isn’t what was meant by the spec and it should show all the apps available to the user. And if KDE respects NoDisplay in the app chooser, but still shows it if the MimeType matches, then I think that’s an even more conjectural reading of the spec.


This isn’t a directory, it’s the list of apps that show up when you right click a file and select ‘Open With’.


It won’t show up there because the files have NoDisplay set to true, which hides them from the desktop app view, but they still show up in other places. Here’s Nautilus’ open with dialogue (where I noticed this):



I’d recommend them.


Mouthwashing.
You could do a durge run in Baldur’s Gate 3. Maybe also Hitman, but I think that’s more anti-hero.


This is the thumbnail generation functionality, that would create a local thumbnail for all image posts and keep them around forever. You can disable this by setting image_mode to None in lemmy.hjson and you’ll only store what users actively upload.


Those aren’t mutually exclusive, Synth V uses diffusion models internally and I assume Vocaloid 6 does as well with its boasting of AI features and AI voice banks. It’s different artistically from other diffusion stuff like Suno or Midjourney, but it’s still generative AI.


Modern vocaloid is generative AI and I think making a song with Hatsune Miku is justifiable.
I know, I read the description. It just looks like a nicer syntax around setting up a tokio runtime and sending code between runtimes. It’d still be nice to have a non-tokio options so stuff could be single threaded.