This showed up on HN recently. Several people who wrote web crawlers pointed out that this won’t even come close to working except on terribly written crawlers. Most just limit the number of pages crawled per domain based on popularity of the domain. So they’ll index all of Wikipedia but they definitely won’t crawl all 1 million pages of your unranked website expecting to find quality content.
I chose FSL-MIT for my latest project that I plan to run as a service: https://fsl.software/
It's not technically OSS, but it is exactly what I want from a license. Users can do anything they want except make money off it themselves, but 2 years after release the software converts to MIT so you can make money off an old version of the software if you wanted. Basically I as the dev/maintainer get a 2 year lead on selling it as SaaS, and if you want to make money off of the latest versions we need to negotiate a different license agreement.
I think it's a good balance between being open source but also ensuring that development actually has a viable funding route.
I am up to speed on this little drama, but it’s still unclear to me what they’re suing over.
Yea, Honey effectively took over affiliate links. And yes, they were obviously shady (I never used it, because I did not know how they made money). But I don’t quite understand how other people trying to make money from affiliate links have a real claim against them.
Or is this just a case of the influencers realizing they have the moral high ground and the public’s ear, and wanting a pay out?
This article is so weird. “We outperformed our competitors because Intel improved the performance of the AWS owned cryptography library we use.”
So like…what did you guys do? Don’t get me wrong, I’m not saying that you did nothing, but your career would go better if you put it in the article that is specifically for bragging about your accomplishment.
Are you willing to bet the stability of an entire language's dependency ecosystem on that? Just so that we can write "crates.io" instead of "crates.rust-lang.org"?
That's really the question. I do agree that there's almost no chance it goes away as too many places and too much money depends on it.
I doubt they will too, but it's still dumb that an entire package ecosystem now has to hope that ICANN will make another exception and special case .io
ICANN tried to phase out .su, the only reason they didn't was because Russia was big enough to tell them no.
On the feature side, according to Mastodons recent 4.3 release post development is only 4 full time employees and a budget of under $500k annually. That is basically nothing in the realm of social media companies.
Improving Mastodons features requires money and resources, but Mastodons users are unwilling to pay for instances and unwillingly to fund development. Hell, the .world folks host a bunch of instances for collectively hundreds of thousands of users and they take in about $1k a month in donations. I’m surprised that even covers hosting costs.
So…it’s no wonder that it isn’t going to be as polished as other social media in ways that would reduce the attrition.
That’s cool. Personally I just integrated it into my normal chat client by connecting Aichat, which supports a ton of backends including Ollama and hosted options, with Matrix.
PieFed has implemented Topics, which are groups of communities maintained by the instance admin. I think they plan to make topics per user at some point.
Meh, just run several associated services and keep the same username on all of them. Nothing is interoperable, stop trying to force it. And a rogue app with bad user data handling practices is still going to leak your data, even if you store your copy of the data securely.
My fediverse accounts are always "patrick@
<service>
.bestiver.se". I currently am only running Mastodon/Lemmy and a few supporting services (e.g. a link manager - https://bestiver.se/@patrick), but I'm adding more as I get to them. Pixelfed, Peertube, Loops(?), Piefed...
Adopting this ActivityPods thing looks like it will require each Fediverse project to make what I'd guess are fairly significant changes to their user data handling, and none of those projects are properly funded for this. In fact what this actually seems to be doing is asking every other Fedi app to build on top of their user data API.
I applaud the attempt at building a new standard in the Fediverse, but I doubt it's going to happen.
It’s definitely instance dependent. I run the servers for my instance at the closest Hetzner data center to myself (west coast USA) for latency reduction and over-size/engineer it for better perf.
My instance is open for registration too, if anybody reading here would find that useful.
Do you think that Amazon gets its content (movies on Prime video) for free? Or do you think that piracy sites pay for their content (stolen movies on torrent sites)?
Edit: To answer you more directly, YouTube pays creators a cut of the ad revenue, and Amazon/Netflix pay the movie/show creators through licensing deals.
That just makes sense though? The legit sites have to pay for, fund, or in some way support the content which does cost money. The piracy sites obviously don’t have that cost so they don’t need as much income.
The piracy sites also pay a lot less in infra, since they rely on the user to store, seed to others, and serve the content to the local users. All that infra is offloaded to the user.
That's interesting, I heard of Cosmic recently but I haven't had a chance to try it yet. I guess you're liking it if you're already building apps on it?
I've been slowly building a text based MMO game that I will probably continue working on this week: galactic-war
It's based on Inselkampf, a very slow-paced game that I played years ago and wanted to play again. Inselkampf just started a new World this weekend, which it does every ~6 months, so I will probably end up working on my virtual clone of it this week while I'm thinking about it.
If you wanted to play too now would be a very good time to start. The userbase has continued dropping over the years it seems, with only a few dozen to a couple hundred players.
I also want to get releases and announcement posts out for a couple of my Matrix bot projects this week, pokem and chaz, but that's been on the backlog for a couple weeks already
This showed up on HN recently. Several people who wrote web crawlers pointed out that this won’t even come close to working except on terribly written crawlers. Most just limit the number of pages crawled per domain based on popularity of the domain. So they’ll index all of Wikipedia but they definitely won’t crawl all 1 million pages of your unranked website expecting to find quality content.