Whatever the motivations are, at least the end result is moving to freer (non-proprietary) and sometimes self-hosted solutions. If virtue signaling is what it takes to get there, I would like more of it. Virtue signaling gave us quality universities and museums, after all...
HN user
prussia
The kind of people to use LLM to write news article for them tend not to be the people who care about mundane things like reading sources or ensuring what they write has any resemblance to the truth.
For large public servers it would be pointless. But for DMs and small private servers, it would be meaningful. Most people in DMs and small private servers would not appreciate their messages being publicly accessible like HN comments are.
Discord also calculates a whole lot of (inferred) demographic information. Estimated age, gender, and surely much more. They also feed all the messages into a ML model, which guesses what people are talking about, and pushes a notification to other users. This is probably the culmination of all that, this is why they refuse to be e2e like every other reasonable messaging app...
The pendulum has swung a little too far that way, for sure. But when the so-called "cryptocurrency" industry either have business models that are barely concealed ponzis/rugpulls, or run their own "cryptocurrencies" that are only marginally better than a centralised database, it's hard to blame the critics.
Satoshi Nakamoto must be rolling in his grave.
There's no profit for the platform. As of now, both the "influencer" and platform are aligned in that they want children to consume more slop. If the platform doesn't have any incentive anymore, maybe most of those "influencers" will fall away, if the algorithm starts deprioritising content geared toward children. As you say, policing the "influencers" is difficult, but at least it is quite easy and simple to target the platform. Better than nothing.
Terrorist attacks and perverts are every government's excuse to crack down on freedom. Refusing to comply with an authoritarian government like India's is a plus in my book.
Yes, seriously. The vast majority of people who read books or scholarly articles wouldn't have a clue how to bypass internet censorship (the "normies" in your definition).
If you copy ebooks to a USB and put it at the summit of a tall mountain, for anyone to take, the authorities and "rights"holders will not give a damn. Convenience and scale matters, and that is why Anna's Archive is a target.
Sure, ultimately technical/knowledgeable people will be able to get around it. But preventing normies from accessing Anna's Archive is what they care about, because most people are normies.
To give them the benefit of the doubt, people who talk to AI too much probably start mimicking its style.
I think the worst of the crypto people are probably the worst of the AI people too. Power/money-hungry grifters naturally move on to the most profitable grift when the old one peters out.
Amen, GitHub is already a faustian bargain for FOSS projects, this kind of thing will just entrench it further.
Chrome is not FOSS btw. Google Chrome is proprietary software based on the open-source Chromium (also created by Google), which in turn is a fork of Webkit (by Apple, and with many corporate and non-corporate contributors), which itself is a fork of KHTML/KJS from the KDE project.
You are still right that corporations found and contribute to countless open source projects though.
Based on the population size and school system, I'd conjecture there's more... though there is brain drain and emigration to consider.
I would wager some VP at YouTube in charge of shorts has their performance evaluations tied to how many hours of shorts are watched. So that's one incentive. Another is customer retention. Make current paying users addicted to shorts, and maybe they'll be more likely to keep paying.
It's quite funny to me to frame Spotify as an underdog, though I suppose there's truth to that, because of the sheer size of Apple and Google. I've never thought of it that way.
if you liked the company or product so much why would you take shots like that?
Key word here is "liked". Seems like OP liked the company when it had a free tier, and no longer does after it axed the tier. They don't owe your company anything, in the same way your company doesn't owe anything to the non-paying "customers" it stopped subsidising. No foul play by either party. I wouldn't take it too personally.
I'm not familiar with YouTube or Spotify premium, so this may be a dumb question.
But, doesn't Youtube Premium include Youtube Music? So why pay for Spotify premium too?
what I made
But did you really make it? Or was it the AI? If someone commissions a piece of art from an artist, I don't think the commissioner would be able to truthfully say they made it, even if they had a specific vision for what the piece of art should look like. But if you've edited or changed the track enough yourself, maybe it would be fair to call yourself a co-author...
Not OP, and I'm assuming you're being sarcastic, but why? Reddit now blocks many IPs (requires login/signup to see the page now). Plus the site takes a few years to load, if you don't know about old.reddit.com. I imagine many people no longer go to Reddit, Twitter, Facebook, etc anymore because of this. Seems perfectly reasonable to me.
Same reasons for why we mandate belts in cars.
Hardly anyone in the "west" gets pulled over by police for seat belt checks (unlike say, India, China), yet nearly everyone still wears them, because they understand if they don't, they'll probably become a stain on the asphalt. I imagine if tomorrow, a law passed that seat belts no longer had to be worn, most people would still use them. Perhaps the regulation and enforcement are only needed initially when not everyone is educated on the long term risks.
The manga scanlation world is pretty big, but that's not been my experience and understanding at all.
1. For truly popular mangas, no serious group is going to wait for a chapter to be released in China or Taiwan[0]. Someone that lives in Japan will go out and buy it. Or wait a few days for the it to posted online for sale by the publisher (though sometimes most recent chapter will be free for a few days). It's all illegal so why would it matter if the raws were obtained in China/Taiwan vs. Japan/online anyways?
3-5. For many of the popular series, more "groups" than you would expect are really just one person. And perhaps irregularly a cleaner and/or a typesetter (eg KireiCake[1]). Some more "professional"/commercial groups have much larger teams, and even paid translators, but they tend to do porn (especially erotic BL), because that's where the money is at. I've never heard of pre-teens being part of these groups, but I guess no one would really advertise that they are a pre-teen. Shitty translations (or shitty MTLs) discouraging others is a real problem, especially for more niche series.
[0] Unless the Chinese language release is at the same time of the Japanese one? At least for moderately popular manga, I know the English release is usually months (or more commonly, years) behind. [1] https://www.reddit.com/r/manga/comments/1e1bkw9/a_statement_...
reticulum.network perhaps? It certainly fits the "replace the IP layer" requirement, and I believe in theory it can be very large scale, though unsure how it would do in reality.
Well, it's a lot easier to automatically scan and store emails than postcards (eg, flagging all emails with certain keywords or in certain languages)... I guess nowadays they can use OCR to scan postcards, but that would be of doubtful value to any of the 3 letter agencies.
Njalla (domain names, VPSes, VPN), and Mullvad (VPN) both accept Monero.
I thought all open source licenses allow commercial use, not just the major ones.
My understanding was that is the definition, at least according to OSI [0]:
5. No Discrimination Against Persons or Groups
When I read the title I thought of Befunge (https://en.wikipedia.org/wiki/Befunge). This seems easier to write though :)
In my experience hosting an onionsite is actually easier than hosting a regular website. Two or three lines in a .torrc file, then `tor -f .torrc & python -m http.server -d static` or whatever to start the webserver, and everything is handled for you (iirc doing `mkdir tor/hidden_service` might also be needed?). No need to port forward or fiddle with DNS...
Though hosting two at once is a bit of a pain ([0])..
[0] https://stackoverflow.com/questions/14321214/how-to-run-mult...
Clicked on link, got redirected to /landing, saw a flash of the page, then it disappears and all I see is a loading screen forever... Console says "Error: Unable to auto-detect a suitable renderer.", and something about a NextJS client side exception.
Looks like you just sign a login message with your address' private key, so even an address with nothing in it should probably work.