RIP any hope for an Apple alternative to Samsung Dex. An iPhone 16 pro running the same specs will never be able to run macOS. We already knew it but this made official
Why would anyone buy this over a good as new refurb 16 pro with 100% battery and likely few months of Apple care left? Here they can be found for $650 or less
How does a potential positive contributor pierce through? If they are not contributing to something already and are not in the network with other contributors? They might be a SME on the subject and legit have something to bring to the table but only operated on private source.
I get that AI is creating a ton of toil to maintainers but this is not the solution.
In my OSS projects I appreciate if someone opens an issue or discussion with their idea first rather than starting with a PR. PRs often put me in an awkward position of saying "this code works, but doesn't align with other directions I'm taking this project" (e.g. API design, or a change making it harder to reach longer term goals)
He answered it in the thread: Basically, the system has no opinion on that, but in his projects he will vouch anyone who introduces themselves like a normal human being when opening a PR.
One solution is to have a screensharing call with the contributor and have them explain their patch. We have already caught a couple of scammers who were applying for a FOSS internship this way. If they have not yet submitted anything non-trivial, they could showcase personal projects in the same way.
FOSS has turned into an exercise in scammer hunting.
The patches are not malicious, but the submitters are unable to explain them. We require submitting a non-trivial patch in order for someone to be considered for a FOSS internship. As there is money involved, this attracts scammers now more than ever.
They are becoming AI slop more and more likely in an attempt to buff their resumes by making it look like they contribute to a bunch of open source. Basically low effort low quality submissions for silly things that just waste maintainers time.
It seems like it depends on how the authors have configured Vouch. They might completely close the project except to those on the vouch list (other than viewing the repo, which seems always implied).
Alternatively they might keep some things open (issues, discussions) while requiring a vouch for PRs. Then, if folks want to get vouched, they can ask for that in discussions. Or maybe you need to ask via email. Or contact maintainers via Discord. It could be anything. Linux isn't developed on GitHub, so how do you submit changes there? Well you do so by following the norms and channels which the project makes visible. Same with Vouch.
Looking at this, it looks like it's intended to handle that by only denying certain code paths.
Think denying access to production. But allowing changes to staging. Prove yourself in the lower environments (other repos, unlocked code paths) in order to get access to higher envs.
Honestly, the entire process of open-source contribution is broken. People should just fork and compete on the free 'market'. If you have a good idea / PR, just keep patchsets. People should mix and match the patch sets as they like. Maintainers who want to keep their version active will be forced to merge proper patch sets. The key argument against this is the difficulty integrating patch sets.
This should be easier with AI. Most LLMs are pretty good at integrating existing code.
How is this news? A lot of airports in Europe had had this for years and even in England there were terminals within the major hubs where this was already the norm
Heathrow is by far the largest airport in the UK, with several times more flights per day than any other, and flights to a broader range of destinations. So it affects a lot more prospective fliers. I looked up European airports and found some mention that Rome and Milan also have this new equipment, but they're both still significantly smaller than Heathrow.
Yes but Heathrow has around twice as many departures per day (edit after your edit:) than Gatwick.
This is on BBC news. Heathrow is twice as busy as any other airport in the UK. It's the easiest major airport to reach from London (other than LCY which is not that "major"). I literally know people who are leaving from Heathrow this week and are affected by this. C'mon, it's newsworthy.
Oh okay, you're asking why is it on HN front page rather than more generally why is it newsworthy. That's a fair point. I suppose it's a big feat of logistics and engineering to manage a switchover at such a large airport with so many terminals
Schiphol had this for a while (several years I think, I don't fly often), but they reversed it a couple of years ago because European regulators didn't agree for some reason, and now liquids are forbidden again (discussed elsewhere in thread). So this surprises me and is news to me.
Reading the blog post and comments here from fellow UK inhabitants I am shocked to see how phone lines are considered common when I always ever lived in places with only one of them for the entire place (3+ bedroom houses on two floors).
GitHub already charges organisations to fund open source features. Otherwise it wouldn't lack so many enterprise level features, it wouldn't have half baked solution that do not take into consideration enterprise requirements. GH Actions for example is still not there yet after years
> IP based exclusion should not be considered a security measure
Apologies in advance if I'm missing something obvious here, but are you saying an IP allow list is not a standard security practice? If so I'd appreciate further explanation.
It's useful when the client always has its own static IP that _doesn't change_ between sessions. In this case, where the public facing IP may be shared by thousands of users, it provides no real security. All you'd have to do to gain access would be getting the client IP and finding some way of getting on the same network. Which in many cases could be as easy as subscribing to the same cell network or other ISP, or connecting to the guest wifi network of an office building.
Thanks for filling in the details. I agree that an IP allow list works best for users who are alone on an IP that doesn't change often, which is the case for a majority of home internet users but not when they're away from home.
Unfortunately there's an increasing number of home internet connections behind CGNat, as IPv4 adresses run out (and IPv6 doesn't gain momentum, heaven knows why)
I guess it's partially because ISPs are perfectly happy selling crippled internet connectivity as the base service and charging hefty premiums for "luxuries" like static IPs. It has also become common to only offer static IPs to business customers.
IPv4 addresses have run out, everything has been allocated, and they are now being traded.
IPv6 is slowly growing in popularity. Google stats are close to 50%. If your ISP has IPv6, you might be accessing Hacker News with IPv6 since they added support recently.
reply