Profile for tonyg

Display name
Tony Garnock-Jones
Username
@tonyg@leastfixedpoint.com
Role
admin

About tonyg

Bio

https://leastfixedpoint.com/

I like reflection and interpretation. I also like communication and resource management.

Stats

Joined
Posts
1211
Followed by
310
Following
351

Recent posts

By treating ChatGPT and similar LLMs as being in any way concerned with truth, or by speaking metaphorically as if they make mistakes or suffer “hallucinations” in pursuit of true claims, we risk exactly this acceptance of bullshit, and this squandering of meaning.

Such a good paper.

M. T. Hicks, J. Humphries, and J. Slater, “ChatGPT is bullshit,” Ethics and Information Technology, vol. 26, no. 2, p. 38, June 2024, doi: 10.1007/s10676-024-09775-5.

The password manager is almost the right shape to be the user's (object-capability) powerbox. It would need to be keyed off something like an interface name, rather than a DNS name, but otherwise it could work well.

A student of mine has identified some fraudulent references in the bibliography of a published paper. The paper was at a conference. The conference is organised around a "General Chair", "Scientific Committee Co-Chairs", etc.

Who should we contact? The equivalent of a journal's editor, right?

Would that be the "Scientific Committee"? If so, should I CC the "General Chair" too?

Or am I barking up the wrong tree here entirely?

The conclusion I get from reading the https://katacontainers.io/ website, the project documentation, and in particular the installation/getting-started instructions, is that they don't want anyone to actually try out, let alone use the software, but they would very much like everyone to know who is sponsoring the project, what its governance model is, and that the software is Apache-2.0 licensed.

Did they put AI in the autocorrect for Android recently? Because I swear it has gotten markedly worse. It has that overconfident, smug feel now where before it was quite cautious at correcting things.

Any academics I follow interested in moving to Europe? My department here in Maastricht, Netherlands, is hiring:

Associate Professor in System and Network Security, open until May 10, 2026
https://vacancies.maastrichtuniversity.nl/job/Maastricht-Associate-Professor-in-System-and-Network-Security/1357701057/

Assistant Professor in Computer Systems, open until May 10, 2026
https://vacancies.maastrichtuniversity.nl/job/Maastricht-Assistant-Professor-in-Computer-Systems/1357700157/

Both of these are for the equivalent of tenure-track, i.e. after a 18-month probationary period, you have a permanent contract.

I'm happy to tell anyone interested about the university, the department, the role, the city of Maastricht, or about moving to the Netherlands as an English-speaker.

#GetFediHired #Vacancy #Jobs #Hiring #AcademicChatter

You know how ACLs/RBAC don't compose? Whereas object-capabilities do? We see this in-the-small with Unix user/group IDs. Trying to mount virtiofs from host-to-guest, everything is done by uid/gid, not by name, and if there's any mismatch, you get to keep both pieces. Exactly the same problem as trying to reconcile two ACL/RBAC databases across services, only slightly simplified by having at least a compatible schema and logical arrangement.

@mjg59 You might be interested in this PR as it adds support for user-supplied SSH CA keys to Forgejo. (Different to the enterpriseish sitewide CA configuration; more like each user being able to add a CA line to their personal authorized_keys)