HackerTrans
TopNewTrendsCommentsPastAskShowJobs

darthwalsh

no profile record

comments

darthwalsh
·11 dagen geleden·discuss
Because it's a common phrase? Same as "get carded"?

English is flexible; almost any combination of words can start to have meaning.
darthwalsh
·12 dagen geleden·discuss
[dead]
darthwalsh
·15 dagen geleden·discuss
> Parents buy those phones, phones could easily have a "user is a minor" setting (and a flag sent to all the sites that want one)

That's basically the California law! I hope other states adopt the "ask nicely for age but no online verification." OS setup asks for birthday, but you can just say January 1.

I also thought it should just send the flag, but I've heard there's good reasons not to. There's normally an affirmative prompt from the user to agree to send the age bucket data.
darthwalsh
·15 dagen geleden·discuss
Could you have a Trusted Platform Module tied to fingerprint reader, while the phone is rooted?

Nobody here complains that you can't install apps onto your TPM.
darthwalsh
·vorige maand·discuss
AU is just as effective as humans at contributing to sqlite: they don't accept contributions.
darthwalsh
·2 maanden geleden·discuss
Thanks for sharing that nuance. It seems one court weighed in that Claude chat wasn't accepted:

> In February 2026, Judge Jed S. Rakoff of the U.S. District Court for the Southern District of New York ruled that a defendant who pasted information—including details conveyed by his lawyers—into a public, consumer-grade AI chatbot (specifically Anthropic's Claude) completely waived his attorney-client privilege.

But maybe if you are using a transcription tool that happens to send your audio through the Anthropic APIs, the ruling would be different?
darthwalsh
·2 maanden geleden·discuss
Like what cloudflare does in EmDash (the spiritual successor to WordPress).

But almost all plugins would need to be rewritten?
darthwalsh
·2 maanden geleden·discuss
A production app with customer data needs a data backup/restore strategy. I'm guessing a random app server writing to a local sqlite file isn't doing that either.
darthwalsh
·2 maanden geleden·discuss
In my USA high School, they started requiring graphing calculators in the 9th grade math class. You would fail most quizzes/exams without the ability to run the calculations that scientific calculators couldn't do.

I'm struggling to remember using my TI-84 in college though.
darthwalsh
·3 maanden geleden·discuss
I couldn't find the source on GitHub, but somebody has helpfully scraped them a few hours ago: https://github.com/pascalandy/dotfiles/blob/main/docs/refere...
darthwalsh
·3 maanden geleden·discuss
I have a small CLI script that runs JQL `text ~ "$1"` (with per-repo filters on project/component).

I don't have to switch to the browser most of the time!
darthwalsh
·3 maanden geleden·discuss
So in the trolley problem, you would abstain from supporting either side? I think that's actually a choice of supporting the status quo.
darthwalsh
·3 maanden geleden·discuss
I was there when the SDET role was eliminated.

Our team of 8 SDE and 5 SDET became a team of 8 devs who also owned tons of QA frameworks. It was awful, except each tiny we deleted a test suite for not being valuable; that was awesome!

If the Azure org was flooded with senior engineers who did not have senior-level experience architecting production software... That explains a lot.
darthwalsh
·4 maanden geleden·discuss
My work was careful to explain: if you associate your personal GitHub account with their work org copilot, then they are the ones who manage copilot.

If you wouldn't use your personal email account on your work computer, I don't see why you wouldn't create a new GitHub account only for work.
darthwalsh
·4 maanden geleden·discuss
Not private repos.

Now, anything that gets referenced in a copilot chat is fair game
darthwalsh
·4 maanden geleden·discuss
Seems to acknowledge that windows 11 launched without expected features from 10.

Maybe they thought they could get away without taskbar location customisation, but now they have to put that complexity back in.
darthwalsh
·4 maanden geleden·discuss
There's a CLI tool that writes the agent skills into the right folder. The other option would be to have everybody manually unzip a download into a folder which they might not remember.
darthwalsh
·5 maanden geleden·discuss
Jenkins CI has a clever feature where every password it injects will be redacted if printed to stdout; `enveil run` could do that with the wrapped process?

Of course that's only a defense against accidents. Nothing prevents encoding base64 or piping to disk.
darthwalsh
·5 maanden geleden·discuss
This is kind of backwards .

GitHub's privacy statement [1] says > GitHub personnel does not access private repository information without your consent except as provided...

Do you have any evidence that private repos on GitHub are being used for training?

In the opposite case, if you have a public repo on GitHub then you should expect it to be laundered through LLMs :\

[1] https://docs.github.com/en/site-policy/privacy-policies/gith...
darthwalsh
·5 maanden geleden·discuss
Sounds like authentication is working great, but their authorization design may be flawed.