Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Liquid_Fire
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Liquid_Fire
7d ago
Even though it's called "T9 Speed Test", it seems to default to T9 being off, and you have to actually click on the T9 link at the top right to enable it. Really confusing at first!
2.
▲
by
Liquid_Fire
9d ago
It's not real Python. It's essentially a made-up language that resembles a subset of Python. That said, if I was building a small ugly toy Python implementation, I would probably also not implement long integers. Or the power oper
3.
▲
by
Liquid_Fire
2mo ago
Ah I understand now, thank you, my mistake.
4.
▲
by
Liquid_Fire
2mo ago
Where is that quote from? The OP literally says it's based on "annual global sales", and so does this: "6 % of the annual worldwide turnover" https://streamlex.eu/articles/dsa-en-art-52/
5.
▲
by
Liquid_Fire
2mo ago
It doesn't matter if you're losing money on paper, since the fee is on sales, not profit.
6.
▲
by
Liquid_Fire
2mo ago
OK, so the two options are: A) Claude really produced this counterexample B) A mathematician working for Anthropic solved a problem mathematicians have been working on for more than a century, and then credited it to Claude for PR purposes
7.
▲
by
Liquid_Fire
2mo ago
True, but not sure how it's relevant - you don't need memory corruption for the test to perform arbitrary I/O. And even if you trust the tests to not do anything bad, you don't need memory corruption for this to be an is
8.
▲
by
Liquid_Fire
2mo ago
> if rustc emits machine code and then cargo immediately executes it, there's the same opportunity for end user memory being corrupted (due to miscompilation) as if rustc and cargo shared a code base Your tests run in an entirely se
9.
▲
by
Liquid_Fire
2mo ago
> apparently the very first person to encounter it We don't really know that. It may have been the first person able to complain - given you couldn't even file a support ticket without getting through this prompt!
10.
▲
by
Liquid_Fire
2mo ago
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.
11.
▲
by
Liquid_Fire
2mo ago
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 de
12.
▲
by
Liquid_Fire
2mo ago
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.
13.
▲
by
Liquid_Fire
2mo ago
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
14.
▲
by
Liquid_Fire
3mo ago
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
15.
▲
by
Liquid_Fire
3mo ago
Fun! There are some combinations that don't seem to work though, e.g. "dG" and "dgg" do nothing.
16.
▲
by
Liquid_Fire
3mo ago
> 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).
17.
▲
by
Liquid_Fire
3mo ago
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 c
18.
▲
by
Liquid_Fire
3mo ago
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 th
19.
▲
by
Liquid_Fire
3mo ago
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.
20.
▲
by
Liquid_Fire
3mo ago
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 h
21.
▲
by
Liquid_Fire
3mo ago
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
22.
▲
by
Liquid_Fire
4mo ago
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
23.
▲
by
Liquid_Fire
4mo ago
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.
24.
▲
by
Liquid_Fire
4mo ago
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
25.
▲
by
Liquid_Fire
4mo ago
> 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. Wha
26.
▲
by
Liquid_Fire
5mo ago
> (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.
27.
▲
by
Liquid_Fire
5mo ago
> 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?
28.
▲
by
Liquid_Fire
7mo ago
> 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 (
29.
▲
by
Liquid_Fire
8mo ago
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.
30.
▲
by
Liquid_Fire
9mo ago
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 {exp
More ›