

On the other hand, there are lots of bots scraping Wikipedia even though it’s easy to download the entire website as a single archive.
So they’re not really that smart…
On the other hand, there are lots of bots scraping Wikipedia even though it’s easy to download the entire website as a single archive.
So they’re not really that smart…
I wasn’t aware of that, but it’s crazy. Thanks for sharing it. The sad truth is that there are probably lots of other standards that didn’t make it into browsers either because Google refused to adopt them in Chrome (JPEG2000 for example, but that’s a complicated ). Google had way too much influence over web standards because they had total control of the web browser.
Also, I’m not going to argue that things aren’t better for developers today than they were before. Sure, web development is much easier these days. But at the same time, I think web applications are way too overengineered. There are lots of things that could be done in simpler ways - for example, why is it necessary to restyle scrollbars, or reimplement standard components like drop-down menus with reimplementations written entirely in Javascript? Things like this are just stupid and having to drop support for trivial things like this in the name of making browsers simpler is well worth it in my opinion.
Of course developers wanted this. They wanted to push all the complexity into the browser so they didn’t have to worry about it themselves. Google was happy to provide this because it meant that they could be the only ones that could write a browser. That was the “conspiracy” you’re talking about - but it wasn’t a conspiracy, it was more of a strategy on behalf of Google, who knew that they were the only ones that could provide this level of support, and so if they did it, nobody else would be able to compete with them. Even Microsoft gave up on their own engine.
But the only reason Google could do this is because they were deriving revenue from their advertising monopoly. If their web browser was honestly funded, many, many of the features that we see in Chrome today would have never existed.
This is great in my opinion. Web browsers are infernally complicated and need to be simplified. CSS is a bloated mess. Javascript is a bloated mess. I would love to see large swathes of both of them eliminated from existence, and maybe the maintenance burden leaves a very small chance that we could start to see some of these technologies starting to get dropped. I personally would love to see web components disappear most of all.
Regardless, Google really fucked over the web when they decided to add all these unnecessary technologies to Chrome. No doubt a EEE strategy to take over all browser development on the web. Something should have been done much earlier about it, but now we’ll have to see how this mess gets sorted out.
Good. Operating systems should be neutral. The people who make them should not be allowed to dictate the terms that others use to interact with their platforms.
I didn’t read the article, but I presume this is under the DMA which has provisions for increasing fines for repeat offenses - something like 10% of global revenue or something like that. I’m also a bit discouraged by how small the number is, but there is still some hope that it will either increase or get them to change their practices. But it is quite frustrating how slowly it’s going.
In fact, chances are that Apple is going breaking the law until the last minute so they can squeeze every penny they can out of this scheme until they can’t do it any longer.
Git turns 20: A Q&A with Linus Torvalds
Pretty sure he’s older than that. And calling people names isn’t nice!
There may still be lawsuits, however. There are still many ways that he could lose a lot of what he gained.
First, we’ll take away the headphone jack.
Then, we’ll remove everything else!
My understanding from what you’re writing (and from this article) is that the phone number is really the account number. That’s all well and fine, but then they force you to verify that the number is yours (or at the very least, one that you have access to because you need to receive a confirmation over SMS), so you can’t use something more private. And sure, it makes it a little harder to find your new contact, but I don’t think it’s really that big of a deal - just exchange your other “account number” via some other channel.
Besides, don’t think for a second that when this identifying information inevitably falls into the wrong hands that it will benefit you in any way. “What are you hiding, citizen?” and all that bullshit.
The part of it that bothers me is the sense of entitlement that these companies exhibit. The “Give us your phone number or fuck off” sentiment is something I just refuse to accept. If Google forces us to do the same and we refuse, what makes Signal think that we’ll do it for them when they’re so much smaller by comparison? Especially when you’re trying to claim you’re more secure and private to people that much more tech savvy than average, this just comes off as not understanding your audience very well. I’m sure I’m not the only one that is holding out against using Signal because of this.
I’m surprised this hasn’t been said yet… but what I hate most about Signal is its requirement for a phone number. I don’t want to be identified, and I want to be able to create multiple separate accounts with different identities if I want to.
I also hate the fact that it’s a mobile-first service. Yes, there is a desktop application (and just one really crappy one at that), but it’s clearly designed to revolve first and foremost around your phone and be virtually impossible to use without one. As someone who hates writing on a 3-inch screen, this is a also non-starter for me.
I understand the arguments about perfectionism, but this is too much. I’ll stick with XMPP, Matrix and IRC, thanks.
but I no longer believe that it is possible to build a competitive federated messenger at all.
The fact that we have a telephone system that works with separate providers contradicts this sentiment. If I want to pick up the phone and talk to my cousin’s puppy in New Zealand, I can do that without creating an account on his provider’s service.
I don’t understand why we’ve forgotten this as a society. Yes, it was difficult to upgrade the phone systems over the past century, but it’s worth it in my opinion. I really wish we’d start seeing government regulation that says “you should be able to talk to someone on a service without having to create an account on said service.” I thought the DMA would do this, but sadly, Whatsapp still requires an account to talk to people using that service. Very disappointing.
The colors in the peertube logo are pretty hideous.
Are we claiming now that Activity Pub is the only protocol that we can use for the fediverse? I think XMPP is roughly 30 years old at this point, and I’m pretty sure Activity Pub is much younger than that. I could be wrong though.
But regardless, I don’t see why Activity Pub has to be the only protocol we accept to be considered a part of the fediverse. It’s not even like different AP implementations talk to each other all that well. My understanding is that Mastodon doesn’t federate that well with Lemmy, and I haven’t seen Loops or Pixelfed on Lemmy yet either.
I’d be happy to be corrected on any of this though, I haven’t looked too closely into exactly how AP works or how it’s supposed to interoperate with different applications.
No you don’t! That’s why we have key-signing parties!
It is very sad indeed. I went through the same experience when I wanted a license plate to commemorate Albert Heijn.
While I think this is a good idea (because copyright is a stupid concept in the digital age), the problem with this proposal is that Europe is also very pro-copyright. Doing something like this would probably piss off Americans, but if it also pisses off your next best ally as well, it’s probably not going to work out.
That’s actually very easy to do and you don’t need any special equipment. Simply use a male-male 3.5mm cable and connect one end from the stereo output of the cassette player and the other end into the microphone jack of any computer you own. Play the cassette - you can test the audio quality by running arecord -f cd - | aplay -
- you will have to tune the volume output of the cassette player and the input sensitivity of the microphone.
From there, if you’re paranoid, you could use arecord
to save the output to a .wav
file and encode it once the recording is done, but I had no problem just using oggenc
directly on the piped audio. The final command looked like this: arecord -f cd - | oggenc -q 5 -o file.ogg -
(change to -q 10
if you want lossless encoding).
I’m not sure if this is the best quality per se, but I would definitely recommend it over using specialized equipment like cassette-mp3 converters. The problem with those devices is that if they use underpowered hardware, you might experience buffering issues where the encoding hardware can’t keep up with the audio stream or something like that. But doing it on a computer ensures that you will have all the processing power you need to make sure that this doesn’t happen.
Good luck! I found it very easy to do - it took 5-10 minutes of setup.
B-b-b-but my convenience!!!