

It’s hard to understand what exactly will change for me if I used pijul vs git. What will be noticeably different?
West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.


It’s hard to understand what exactly will change for me if I used pijul vs git. What will be noticeably different?


This is mostly due to inertia and, to an extent, SEO.
Most people use github because it’s all they know and its name is almost synonymous with git hosting. Publishing elsewhere leads to people asking you why you’re not on github, how else can we contribute, etc. Moreover, github seems to score better on Google SEO than other platforms.


Not a libertarian if you were referring to me. I envision a system in which we all contribute and take part instead of throwing all the effort on someone already providing you with the space and expecting them to do it all, when you can more easily do it yourself.


Sure, if I want a community about cooking and instead of finding cooking content I find insults and harassment, then I will leave. That’s essentially an equivalent of the blocking feature I spoke about.
But I find it hard to believe that such a cooking community would become good by just having a moderator ban all the offenders, when they occupy most of the posts.


On the topic of admjn burnout, I find it ridiculous that we choose to put so much burden on instance and community admins. Why don’t people just utilize their block functions instead of expecting admins to clean up bad posts and users as fast as possible?
Not saying admins should do nothing, but it should be sufficient for an admin to only do what’s absolutely necessary to keep the instance alive (including removal of illegal content). Anything else should be considered extra credit and no one should be entertained complaining about it.


Which Proton version are you using? try using Proton Experimental or trying out other versions to see what works.
About the racoon recommendation have you tried other Lemmy apps? Curious what made you choose racoon


On a related, is there a list of good open source strategy games? I’m especially interested in grand strategy.


We really need more mobile strategy games. Seems like the right platform.
Its best to use a protocol that doesn’t allow unencrypted messages
This is an implementation thing and not a protocol thing. What protocol doesn’t allow unencrypted messages? I am sure signal’s protocol would still allow it, it’s just that the implementation doesn’t.
And same for XMPP. Just go with the implementation that doesn’t.


I never really quite understood IPFS and why it gets used where I see it today. What problem is it solving?


It works even if steam is installed through my system package manager rather than flatpak, which I find even more puzzling.
I suppose steam is installing something alongside it that bottles is using. Can’t figure out what it is.


I don’t think this should have to do with it, as I run the game outside of steam in bottles. I am running a GOG copy.


That’s a fair argument, thanks for showing me the other perspective!
Imho, I prefer an editor that focuses on doing editing right, and provides the interface and APIs for integration with other things. I get the appeal of built-in LSP working OOTB, but I prefer this gets done by distributing the a good editor pre-packaged with LSP and other plugins, sort of like how you get lunarvim or nvchad as neovim with config and plugins ready. This way you get LSP out of the box, but others can customize if they need.
helix […] shares kakounes keybindings and input system
I get that it is inspired from it, but it felt like a strange in-between to me. It still has 3 modes, and the two non-insert modes seemed not to have a well-defined boundary. It didn’t just click with me. Kakoune seems to do it much better imho.
You can do this [shell integration] in vim and helix as well
I know vim has some basic she’ll integration, but it is not the same as Kakoune’s, unless I missed those features in vim and helix. I don’t wanna duplicate things, so I recommend you read the shell section of this page: https://kakoune.org/why-kakoune/why-kakoune.html


I personally liked podman’s networking a lot more, but my issue is that it is not well documented. I hope that improves.
May I ask which networking issues you had?
Why not monthly? It seems the smallest unit to encompass them all, and is fairly standard.
Monthly makes sense also since most bills are monthly.
Windows is just not ready for this stuff. Most of this stuff is built for Linux. Linux is THE server OS. And windows is painful for developers too, so there’s less solutions for it.
You’ll be a lot better off with Linux for self hosting.
I thought apple’s business model was to not sell your data but charge more upfront.
Charging more? Absolutely. Not sell your data? No, they will sell.
Charging more is only because people are willing to pay it. So why not? Most people don’t even care about their data being sold, and will not stop buying apple products for it.


I’d love to clarify if you tell me which part of the post you didn’t understand.
When working with git, and I have a separate working copy, my options to sync are either rebase or create a merge commit.
It sounds to me like the pijul workflow is almost equivalent to just doing a merge commit instead of rebasing. Am I correct here? What’s the difference then?