No, those are generally diffusion models, not large language models. Language models generate text.
Ghoelian
- 0 posts
- 14 comments
- Ghoelian@piefed.socialto
Programmer Humor@programming.dev•The URL shortener that makes your links look as suspicious as possibleEnglish
5 monthsI’ll just buy their products or use affiliate links or whatever. I’m not paying with my privacy or security for anyone.
I like atuin, but I wish it had an option to behave more like bash does. Bash loads your “global” history on starting a new shell, but afterwards doesn’t load commands from different shell sessions into that shell’s history. As far as I could find, atuin is either entirely global, syncing commands from other sessions as you execute them, or entirely session-based, as in your current history is just empty on launch. I don’t like either of those options.
I guess I just want the search of atuin but otherwise default bash behaviour.
- 6 months
Looks like thunder or android or whatever is doing something weird with the characters when clicked

- 6 months
That’s a wikipedia error, I’m seeing the same on Firefox on android
- Ghoelian@piefed.socialto
Selfhosted@lemmy.world•Here is a more polished release of nanogram. Fully compatible on raspberry pi now.English
6 monthsApparently it was all ai generated and the author doesn’t actually know how to program. Just look at their responses in the .ml cross-post, that’s not someone whose software I would trust.
- Ghoelian@piefed.socialto
Selfhosted@lemmy.world•Finding a private self hosted Google Photos alternative that doesn’t profit from my photosEnglish
7 monthsI use nextcloud as a general drive, where I also upload photos automatically. Then I just mount the images folder in my immich container.
- Ghoelian@piefed.socialto
Selfhosted@lemmy.world•Finding a private self hosted Google Photos alternative that doesn’t profit from my photosEnglish
7 monthsPersonally I host all this kind of stuff using containers, only mounting the folders that need backing up. Then I just back up all my podman volumes. It’s pretty nice not depending on any tools that have to be maintained or anything like that.
- 7 months
The reason is very simple, performance. If a value doesn’t need to be changed, don’t declare it as mutable. This isn’t just a front-end thing btw.
- 7 months
In that case the full thing would be
const fun = () => {}
- 7 months
It is now
As soon as the dns changes have propagated anyway
- 7 months
I’m not sure if you can do it the other way around, but you can set up a push mirror on codeberg so you only have to push to one forge.
- Ghoelian@piefed.socialto
World News@beehaw.org•Netherlands set to get first-ever gay PM after far-right party suffers big lossesEnglish
8 monthsWe’re not quite out of the woods yet. They did suffer big losses, but that just means they’re tied now in number of seats. The left wing party is slightly ahead in votes though.
There’s still the votes from emigrants to be counted, so that could still change.




Localsend doesn’t automatically sync files between devices does it? Afaik you can only send files as a manual thing you have to do for every file. They’re intended for different things.