HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sfoley

no profile record

comments

sfoley
·vor 4 Monaten·discuss
That's not what fraud is.
sfoley
·vor 8 Monaten·discuss
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).
sfoley
·vor 9 Monaten·discuss
> 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.
sfoley
·vor 9 Monaten·discuss
> 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.
sfoley
·vor 10 Monaten·discuss
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.
sfoley
·vor 12 Monaten·discuss
SIGINT, not SIGTERM.
sfoley
·vor 12 Monaten·discuss
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.
sfoley
·letztes Jahr·discuss
leftpad was 2016
sfoley
·letztes Jahr·discuss
I cannot reproduce this.
sfoley
·letztes Jahr·discuss
It's a clickbait title that needs to be changed to stop spreading misinformation.
sfoley
·letztes Jahr·discuss
> > 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.