That's not what fraud is.
HN user
sfoley
Near the end of the article, under Motivation:
The BASIC language eliminated much of the complexity of FORTRAN by having a single number type. This simplified the programming model and avoided a class of errors caused by selection of the wrong type. The efficiencies that could have gained from having numerous number types proved to be insignificant.
DEC64 was specifically designed to be the only number type a language uses (not saying I agree, just explaining the rationale).
But there's no way to tone down the new animations
Does Reduce Motion (under Accessibility) not work? I haven't updated to 26 yet, and probably won't for a while.
In iOS 26, controls insist on animating themselves, whether or not the user benefits. Carousel dots quietly morph into the word Search after a few seconds.
This has been the case for several years now (started in iOS 16 IIRC); it is not new in 26.
No it isn't. This line of comments is explicitly in response to your claim:
Isn't a larger issue the number of immigrants who are NOT contributing to the economy, living at taxpayers' expense
No one has yet mentioned illegal immigrants except you.
In any case it doesn't matter, since GP was specifically replying to:
In my experience, immigrants have low paying jobs and regularly use cash to avoid paying taxes. Most have no sense whatsoever of cohesion with the country they live in and instead make groups of similar culture that don't really try to fit in.
They were simply giving their own opposite experience on the subject of immigrant wages and taxation, which is equally as valid.
If this thread was actually about illegal immigrants, both comments would be equally off topic. I find it interesting which one you decided to respond to.
SIGINT, not SIGTERM.
Yeah I consider that one to be a trick question. I knew same-quote-style nested f-strings were coming, I just didn't know which version, and I still use the `f'{f"{}"}'` trick because I want my code to support "older" versions of python. One of my servers is still on 3.10. 3.11 won't be EOL until 2027.
leftpad was 2016
I cannot reproduce this.
It's a clickbait title that needs to be changed to stop spreading misinformation.
> If after the above I created an array like so `char str[n]` and then assigned such that it pointed to the same region of memory that malloc() returned, then would the provenance of both pointer be equal?
Yes.
Uh, no. This is flatly untrue. You cannot "assign an array such that it points to a region of memory". Arrays are not pointers, they do not point to anything.
With Safari providing this, it can be used by some providers, but nobody can block or behave differently with unattested clients.
What mechanism prevents websites from blocking or behaving differently for unattested clients? The article doesn't make that clear.
Also: Apple's attestation implementation introduces an external real-time single-point-of-failure, but given that the failure mode is just "show a captcha", it doesn't seem too severe. Is it even possible to implement a broader attestation infrastructure without introducing a similar single point of failure? TLS PKI, for example, does not rely on an external "live" server; the private keys live on the origin.
That's not what the word "need" means.
Brilliant feature, but this is the sort of thing that reinforces the idea that CLIs have awful discoverability compared to GUIs.
This failed, b/c bash can't represent an empty array!
It absolutely can, I have no idea where you’re getting this idea.
Wtf is a “blockchain-based VPN”?
Base64 costs 1.3x space, not 4x.
Who says this? I have literally never once seen this.
You can’t think of healthcare costs?
After it therefore because of it.
There is a 0% chance this story is true.
as old as the pilgrims at Plymouth Rock.
“ If they'd cover it on TV news, it's probably off-topic.”
Flagged
“Can be used for infringement” is not the same thing as “encourages infringement” why does everyone make these bad faith comparisons.
Of all the things you can say about an HTML file, the one thing you can absolutely not say is that it is a collection of instructions. It is literally a declarative description of components to be rendered.
I also did not say HTML is not a programming language.
An HTML file is not a program.
There is absolutely nothing special about `latest`, it’s just a tag like any other. It simply happens to be the default tag when omitted, just like how `origin` is the default remote name when performing a `git clone`.
Pip is a pure python library, you don’t compile it.
Not all programs are meant to be used in pipelines.
It’s not even entirely accurate to say that that’s EXACTLY how pipelined programs should work; maybe they want to do some cleanup before they die. SIGPIPE was essentially created as a hack for naive programs that didn’t properly check the return value of write(). EPIPE should have been enough, it’s a perfectly fine solution.
At least now vim shows you how to quit it if you attempt to ctrl+c it.
This has been the case for at least ten years. I started using Linux in 2009 and the first time I opened vim, I tried using ctrl-c to quit and saw that message.