All that output needs to be checked, thus why making mistakes faster doesn't seem valuable. How do we determine mistakes are made in the first place. Is it determined by people?
That word 'some' does quite a bit of heavy lifting.
Because there is a ton of work that people tend to perform that falls out the scope of that 'some'. And a lot of work requires alignment with other people, and so on. LLMs don't have agency, despite people hyping 'agents'.
LLM by their nature can't really replace people. Companies found this out from experience, as they fired and rehired people multiple times, you've seen the articles.
Nothing happened to the Nerds. They are all showing their true colours.
They may have shared a love for technology, what they also shared is a deep immaturity.
The immaturity of a person not wanting to acknowledge and cary any responsibility for other people, for the consequences of their work, for any kind of accountability. Just play with their toys without any concern for the external world.
'I'm just here playing with tech and code'. Sure! but that stuff you're building is being weaponised by other (the venn diagram unfortunately overlaps) tech bro's so men can film women with their glasses in public like the little sick creeps they are. Or steal all their data. You can't pretend you are not responsible and complicit.
They want "what's theirs" and anything in their way - including people - have to comply or be destroyed.
Smart Glasses are for creepy men who want to make pictures of women without their consent in secret. I hope these glasses will be banned.
Lawmaker Cifrová Ostrihoňová said that, from a gender-based violence perspective, it is "simply unacceptable for any woman to worry about being filmed in public secretly and then worry about those images being shared online.”
I wasn't talking about an office environment. I'm talking server-to-server communication. Like all the internal infrastructure to support a web application.
Maybe I should have been more explicit about that.
How a new device bootstraps on the network without DNS? Depends, on the device, but a physical server doesn't need DNS, only PXE boot / TFTP / HTTP as usual and maybe a proxy to access an update server if you don't run one yourself.
> Whatever does the canonical management is the piece that when it breaks everything breaks.
That is absolutely true. I believe that a solution where you provision a text file with an updated ip address or /etc/hosts file is inherently simpler, less risky and easier to recover from, although I admit I don't explicitly state this in the article.
It's interesting as I really address all these things in the article. Not explicitly PTR and SRV, MX records, but these aren't essential within your internal infrastructure. No need to look at MX records if I can just straight up point at the SMTP server(s).
And I explicitly argue within the section about egress filtering that allowing systems access to public DNS is a security risk.