Radicle can do it presently but a lot folks dismissed them since they worked on cryptocurrency stuff independently. Weird thing to be hung up on considering they were separate endeavors, but folks are fickle.
he/him
Radicle can do it presently but a lot folks dismissed them since they worked on cryptocurrency stuff independently. Weird thing to be hung up on considering they were separate endeavors, but folks are fickle.
I like hub.darcs.net & smeder.ee myself. Git is overrated.
Programming never needed these sorts of social media features in the first place. Do you part by getting your projects off of Microsoft’s social media platform used to try to sell you Copilot AI & take a cut of your donations to projects with Sponsors.
Matrix the protocol & its blockchain-like eventual consistency model is incredibly expensive / wasteful to run since it requires duplicating all data to all servers for the entire history. Matrix uses so much storage & RAM on a machine. Medium-sized servers regularly close their door due to costs—which further pushes users to the de facto centralized hub in Matrix.org (or servers they host for others) which basically has a copy of all metadata on the network (scary since it was originally funded by Israeli Intelligence … so one might assume they still have access to that data). If a system isn’t accessible to a run for groups on a budget, it isn’t radical/revolutionary.
If you don’t care about the centralization or E2EE, IRC/IRCv3 covers all the bases. If you want decentralization with more features, XMPP + OMEMO + MUCs, covers the rest. Neither of these are resource hogs while having over a decade of extra stability. Matrix 2 is just trying throw a rug over the problems of eventual consistency—but under it is a fundamental issue to the protocol.
We need to stop this usage of proprietary MS GitHub + Discord in free software. It completely undermines the philosophy.
Have you considered taking your notes on a non-corpo-social-media site that wants you to create accounts with Microsoft to interact with?
The license is Aladdin which is kinda predates GPL but allows free usage if you aren’t shipping the font with your own competing paid software.
U001 is my main system font as a clone of Univers. Monospace is Berkeley Mono—it might be paid/proprietary but boy does it look nice & was an upgrade from several years with Iosevka. JuliaMono is its fallback though since I use Unicode with frequency & Berkeley doesn’t cover all the symbols I use.
The important part is if you care anything about your fonts, you won’t destroy them by patching in that uncurated hodgepodge called “Nerd Fonts” clobbering used symbols or the wrought-with-false-positive “coding ligatures” which is not how ligatures are supposed to be used but programmers refuse to demand Unicode support in their languages to fix the problem.
Rust doesn’t buy you anything interesting in this space.
Or getting players & friends to stop playing those types of games when there are so many compatible games to choose from.
Yet even without a WM, still better than macOS
The easy red flag here is YAML. It’s a hideous, overly-complex format for anything so of course a scam would choose it.
Pijul is also worth looking at.
Fundamentally anything with a snapshot-based model is reliant on patch order mattering. As such you always end up with some centralized server. Pijul & Darcs are based on Patch Theory that says if Patch B is applied before or after Patch A assuming there is no conflict or dependence, it should not matter in a communicative way—that is to say the 1 + 2 ≡ 2 + 1. You can avoid a series of conflicts & better support a distibuted/decentralized development model if the order doesn’t matter.