HackerLangs
TopNewTrendsCommentsPastAskShowJobs

Liquid_Fire

784 karmajoined 9 lat temu

comments

Liquid_Fire
·5 dni temu·discuss
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.
Liquid_Fire
·5 dni temu·discuss
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 demo on their website). How the other app gets it is up to the other app - ideally it also just queries it directly and requires location permission.
Liquid_Fire
·5 dni temu·discuss
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.
Liquid_Fire
·5 dni temu·discuss
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 their API - it also expects device location data:

> At a minimum, requests to the detect endpoint _must_ contain a device's location measurement. Additional fields can be included where available to improve the accuracy of the returned results as outlined below.

https://docs.signalbox.io/docs#/operations/Detect_detect
Liquid_Fire
·8 dni temu·discuss
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 useful given the main reason you would need to do this is if LLVM can't target that hardware.

For building code written in Rust for such old hardware, this would be sufficient.
Liquid_Fire
·9 dni temu·discuss
Fun! There are some combinations that don't seem to work though, e.g. "dG" and "dgg" do nothing.
Liquid_Fire
·9 dni temu·discuss
> 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).
Liquid_Fire
·17 dni temu·discuss
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 close button.
Liquid_Fire
·24 dni temu·discuss
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 in the UK. I've only ever had to enable them in the US or Japan.
Liquid_Fire
·30 dni temu·discuss
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.
Liquid_Fire
·w zeszłym miesiącu·discuss
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 icon for when they haven't yet).

Though of course, it doesn't help if the user outright kills the app or pulls the plug or whatever. But I think in that case they should expect to lose some data?
Liquid_Fire
·w zeszłym miesiącu·discuss
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 to the app's internal storage, and then save it out to actual files, then delete the internal storage; and you need 2x the disk space.

(Another annoying thing is in some countries they just disable the 5 GHz WiFi, so transfers end up taking forever. Very annoying when traveling, and if I lived in one of those countries I would have definitely returned it)
Liquid_Fire
·w zeszłym miesiącu·discuss
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 previously, which you may need again in the near future.
Liquid_Fire
·2 miesiące temu·discuss
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.
Liquid_Fire
·2 miesiące temu·discuss
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 available for the next two major macOS releases – through macOS 27 – as a general-purpose tool for Intel apps to help developers complete the migration of their apps. Beyond this timeframe, we will keep a subset of Rosetta functionality aimed at supporting older unmaintained gaming titles, that rely on Intel-based frameworks.

https://developer.apple.com/documentation/apple-silicon/abou...
Liquid_Fire
·2 miesiące temu·discuss
> 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 same form.

What does this actually mean? Google Wallet has had a button to add your own passes for many years. How is the feature described here different?
Liquid_Fire
·3 miesiące temu·discuss
> (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.
Liquid_Fire
·3 miesiące temu·discuss
> 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?
Liquid_Fire
·4 miesiące temu·discuss
> 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 real money (with the possible exception of the suspiciously high sums of money), and most commercial services have fairly useless About pages. The HN headline presents it as if it's real.

A far cry from GP's implication that "inadvertently click[ing] on the website" is sufficient to see this.
Liquid_Fire
·6 miesięcy temu·discuss
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.