

Because they design their own, yes. That’s how economy of scale works.
To benefit from it you either need to sell an absurd amount of stuff or buy from those who do.
Sorry, book broke
Because they design their own, yes. That’s how economy of scale works.
To benefit from it you either need to sell an absurd amount of stuff or buy from those who do.
Bit pricey but the Framework 16 is always a great option for the more tech inclined.
Doesn’t come with Linux by default but they support it very well and have people on staff for Linux support. You will have to install it yourself though
Dahm been quite a bit since I’ve seen this one. Wonder what changed on my system?
I’d argue this is more like “I want to build a competitor to spotify so let’s decide between using mariaDB or writing an SQL compliant database from scratch”
In your example, a database is the end goal and you can either start with a premade or make your own.
Here, a social media platform is the end goal. Activitypub is a very important part of it but it’s not the entire piece.
If we replace the parts of your analogy with the original your example would parse out to “I want to make a competitor to lemmies ActivityPub integration, so let’s start with fedify” which is not the same as the article states.
Now, should you re-impliment a protocol yourself or use a generic library is the real question. Both have their benefits. With option A you have full code ownership and can wrap your solution around your end goal without the issue of dealing with the original to get needed changes accepted. You don’t have to worry about code not written by or understood by you. With option B, you get a more robust and almost certainly more accurate implementation. Along with, for free, better integration with any service using the same library. Very useful for a federated service when talking about cross platform.
Both have many more positives and negatives of course and each person should decide on their own how to proceed.
My opinion? I think it’s usually best to own anything which could feasibly be understood by a single dev. Even if each dev doesn’t. Anything larger shouldn’t be internal in my strong opinion unless very good, specific reasons apply that makes an external solution impossible or increadibly difficult. Most negatives of an external library also apply at that point with enough time.
OK What the hell man I love this in concept. Definitly not something I’d use, got my own setup and I like it quite alot, but fuck man I’ve always described NeoVim as a build it yourself text editor and you’ve said here “why stop at neovim?”
Hell yeah my guy. That’s such a cool way to at least get your environment running on any system. Would love to look into this to see if I can do something similar. Right now I just have a bash script that builds up my env.