Not sure how you came to that conclusion. An empty train would still exist in the live train data. It does not depend on mobile phones, but on rail signals and other such tracking built into the rail infrastructure.
You are giving it to them. That's why the demo asks for your location permission, and that's why the API expects location info. "You" here means another app that integrates their API (or you as an individual using the…
No, live train data in the UK is already publicly available, e.g. see https://www.opentraintimes.com/ This is matching your phone's location to the already public train data.
I think you're misunderstanding what they are saying. They don't use background location data, but they do use your current location data. Try the "Find My Train" demo on their site - it asks for location permission. Or…
Presumably you still need a C++ compiler for LLVM itself though. Or... a C++ to C translator. Edit: On second thought, that's only needed if you want to run rustc itself on the old hardware, which is probably not super…
Fun! There are some combinations that don't seem to work though, e.g. "dG" and "dgg" do nothing.
> many stupid Apps check that developer mode is on and refuse to work Do you have some examples? I have developer mode enabled and have never seen any apps complaining (and I have used a lot of different banking apps).
What you're referring to is not a cookie banner at all (I suppose you didn't read the text, only the buttons). The actual cookie banner merely says "We use cookies to improve your user experience. Learn more" and has a…
In the UK, many banks disable the magnetic strip by default, and you have to temporarily enable it from the bank's app/website if you want to use it. You'd struggle to find a POS terminal that even has a reader for them…
It says "determined by the closest capital city". The only area where Vatican City is closer than (some part of) Rome is within Vatican City.
Presumably you could trigger one of those onbeforeunload confirmation dialogs in that case. I assume you would also have some sort of icon that indicates all of the changes you made have been synced (or the opposite, an…
I don't like the app either, but it's not too hard to transfer the files directly to the phone over WiFi without using any of the cloud/editing things. What's annoying is you have to do it in three steps: first transfer…
It might sometimes prefetch the surrounding lines as well, but ultimately cache space is limited, so there is a trade-off. Every time you fill a line, you are throwing away something else that was cached there…
They can climb it, but would they choose to nest in a hole 6-7+ m off the ground if they have alternatives? Meanwhile the swifts will definitely not choose the ground.
I guess that's Rosetta 2, and TFA is referring to Rosetta 1. But don't worry, Rosetta 2 is also on the chopping block: > Rosetta was designed to make the transition to Apple silicon easier, and we plan to make it…
> A few places where we still help, even after iOS 27 ships: > Google Wallet. Create a Pass is iPhone-only. Roughly half of the wallet-using world is on Android, and our generator builds Google Wallet passes from the…
> (It uses JS to only show the one for your platform but with view source you can see it mentions all three of these different OSes.) There is a dropdown at the top-right to select the platform - no need to view source.
> during the same run of the app Is this part true? The article's fix involves running a command and rebooting the computer. If restarting the app was sufficient, surely you wouldn't need the command/reboot?
> It's incredible that about 80% of people in this thread seem to be commenting without having looked at the website. In defence of the 80%, there is no indication in any section other than the About page that it is not…
Can you spoil it for me, because I read it to the end and saw no mention of such a project. Unless you are referring to the DIY approach the article suggests.
Perhaps it's because in all but the simplest cases, you need 2 or more concatenations to achieve the same result as one single f-string? "literal1 " + str(expression) + " literal2" vs f"literal1 {expression} literal2"…
The answer is linked to by the section of the article you quoted: > (1) If you statically link against an LGPLed library, you must also provide your application in an object (not necessarily source) format, so that a…
This helps with the comments, but not the actual article(?), which just gives me: > This page is not supported. > Please visit the author’s profile on the latest version of X to view this content. ...I am using the…
I'm not a Go player so I don't really know how it works in practice, but what you are saying seems to disagree with the wording in Wikipedia, so I'm curious which one is correct? You say: > if you forget that a…
Chess also has this "problem" thanks to rules like castling and en passant capture.
Not sure how you came to that conclusion. An empty train would still exist in the live train data. It does not depend on mobile phones, but on rail signals and other such tracking built into the rail infrastructure.
You are giving it to them. That's why the demo asks for your location permission, and that's why the API expects location info. "You" here means another app that integrates their API (or you as an individual using the…
No, live train data in the UK is already publicly available, e.g. see https://www.opentraintimes.com/ This is matching your phone's location to the already public train data.
I think you're misunderstanding what they are saying. They don't use background location data, but they do use your current location data. Try the "Find My Train" demo on their site - it asks for location permission. Or…
Presumably you still need a C++ compiler for LLVM itself though. Or... a C++ to C translator. Edit: On second thought, that's only needed if you want to run rustc itself on the old hardware, which is probably not super…
Fun! There are some combinations that don't seem to work though, e.g. "dG" and "dgg" do nothing.
> many stupid Apps check that developer mode is on and refuse to work Do you have some examples? I have developer mode enabled and have never seen any apps complaining (and I have used a lot of different banking apps).
What you're referring to is not a cookie banner at all (I suppose you didn't read the text, only the buttons). The actual cookie banner merely says "We use cookies to improve your user experience. Learn more" and has a…
In the UK, many banks disable the magnetic strip by default, and you have to temporarily enable it from the bank's app/website if you want to use it. You'd struggle to find a POS terminal that even has a reader for them…
It says "determined by the closest capital city". The only area where Vatican City is closer than (some part of) Rome is within Vatican City.
Presumably you could trigger one of those onbeforeunload confirmation dialogs in that case. I assume you would also have some sort of icon that indicates all of the changes you made have been synced (or the opposite, an…
I don't like the app either, but it's not too hard to transfer the files directly to the phone over WiFi without using any of the cloud/editing things. What's annoying is you have to do it in three steps: first transfer…
It might sometimes prefetch the surrounding lines as well, but ultimately cache space is limited, so there is a trade-off. Every time you fill a line, you are throwing away something else that was cached there…
They can climb it, but would they choose to nest in a hole 6-7+ m off the ground if they have alternatives? Meanwhile the swifts will definitely not choose the ground.
I guess that's Rosetta 2, and TFA is referring to Rosetta 1. But don't worry, Rosetta 2 is also on the chopping block: > Rosetta was designed to make the transition to Apple silicon easier, and we plan to make it…
> A few places where we still help, even after iOS 27 ships: > Google Wallet. Create a Pass is iPhone-only. Roughly half of the wallet-using world is on Android, and our generator builds Google Wallet passes from the…
> (It uses JS to only show the one for your platform but with view source you can see it mentions all three of these different OSes.) There is a dropdown at the top-right to select the platform - no need to view source.
> during the same run of the app Is this part true? The article's fix involves running a command and rebooting the computer. If restarting the app was sufficient, surely you wouldn't need the command/reboot?
> It's incredible that about 80% of people in this thread seem to be commenting without having looked at the website. In defence of the 80%, there is no indication in any section other than the About page that it is not…
Can you spoil it for me, because I read it to the end and saw no mention of such a project. Unless you are referring to the DIY approach the article suggests.
Perhaps it's because in all but the simplest cases, you need 2 or more concatenations to achieve the same result as one single f-string? "literal1 " + str(expression) + " literal2" vs f"literal1 {expression} literal2"…
The answer is linked to by the section of the article you quoted: > (1) If you statically link against an LGPLed library, you must also provide your application in an object (not necessarily source) format, so that a…
This helps with the comments, but not the actual article(?), which just gives me: > This page is not supported. > Please visit the author’s profile on the latest version of X to view this content. ...I am using the…
I'm not a Go player so I don't really know how it works in practice, but what you are saying seems to disagree with the wording in Wikipedia, so I'm curious which one is correct? You say: > if you forget that a…
Chess also has this "problem" thanks to rules like castling and en passant capture.