Dow/classified projects can still be pretty old school. Our company hasn’t really done much on the AI front yet although I’m pushing hard to change that.
Defense contracting doesn't have an aversion to LLMs so much as it doesn't like doing anything that threatens the status quo. Many places sit comfortably 5-10 years behind the median of the rest of the industry or are stuck on proprietary tech stacks for arbitrary reasons.
I would rather deal with Claude refusing to follow instructions than be forced to write software in a proprietary framework that's been effectively EoL'd by its vendor then use Citrix to deploy software to a Windows box after a month long round of manual testing. The former is slightly annoying whereas the latter is a dire threat to your professional mobility and dignity. Your mileage may vary.
Ironic, I'm upset that I'm still writing code like it's 2016. I've been pushing hard for AI tools, and I've convinced management that it's a good idea but now they're playing "favorite company" and not actually delivering tools.
I do think it's more fun to write code, but this isn't about fun it's about delivering a high quality product and no one can do that anymore without AI tools. Knowing you're practicing obsolete skills is depressing
People fawn over AI brands now like cars and it's silly. OpenAI and Anthropic have been flipping spots for best LLM coder for the last two years and to say one is better feels silly; I've been using them both and they're very similar with different personalities. Recently Grok has become competitive in many aspects, and while I don't have much experience with Gemini it seems to come and go in terms of coding quality.
Saying only anthropic models are competitive frontier coding models is out of touch with the space imo
In what way is Trump socialist? Even if you think he's trying to reduce the US to one race (presumably one of the European nationalities? Which is insane to think on its own), he's actively opposed to socialism and generally opposed to government control of industries. People using the term fascism have no idea what it actually means.
Says you. This is so much word-salad I got diarrhea. To be a fascist you don't need to exist in opposition to a socialism. The two ideologies exist independently of each other. This take is just ignorant. Show me anywhere, where any scholar, on either side of, inside or outside of our current iteration of the Overton window, bundles socialism and fascism as codependent. Not a single mention of "socialism" in the 14 points of fascism.
Why don't you enlighten us then if you have some bEtTeR definition of fascism?
Fascists are, by definition, socialist. You cannot be a free market fascist, because then the party wouldn't have power and the people wouldn't have a shared direction to move. Calling any modern figure on the right a fascist is a deep misunderstanding of the word and its history.
I'm not sure what the 14 points of fascism are but it appears to be a modern work that came out in the 90's. I would encourage you to read books from the time period; the Nazis were very clear the purpose of the national socialist party was to create a socialist economy, and they believed a "shared blood" (as they called it, meaning genetically similar population) was needed for a successful socialist economy (otherwise people would disagree on culture and politics too much to have shared ownership over industry and society). This was the core motivation behind their party and why they made the decisions they did. I'm unaware of serious historians who don't, at least partially, think this way.
Also I'm sorry but this whole thread is a bit off-topic and I'm not going to keep responding. I would encourage you to continue to research the topic though
"It is characterized by a hatred for liberalism, socialism, democracy, internationalism and the parliamentary system;" / "It opposes communism, socialism, pluralism, individual rights and equality, and democratic government" / "Fascist nationalism is reactionary in that it entails implacable hostility to socialism and feminism" / "Fascism, at any rate the German version, is a form of capitalism that borrows from Socialism just such features as will make it efficient for war purposes... It is a planned system geared to a definite purpose, world-conquest, and not allowing any private interest, either of capitalist or worker, to stand in its way."
Even Mussolini named fascism as something standing against socialism.
So, what definition are you thinking of?
> I'm unaware of serious historians who don't, at least partially, think this way.
So simply cite the serious historians who think that?
Gotta love how you provide a clear, cogent answer to his question, and so people downvote you.
A/I wasn't like protonmail; they specifically provided IT support to terrorist groups, who would often be violent and would sometimes kill people. I mean to thoroughly vet your users and then make the services anonymous is a wild thing to do, all while encouraging violent users to use your site.
I would not call it irresponsible. If you have a big, long running project you're going to want to develop complex pipelines and build processes to help with development and testing. This will save a lot of time and create a more consistent workflow, but switching vendors can require redoing work that was built over years.
> you're going to want to develop complex pipelines and build processes to help with development and testing
Opinion: Complex build processes are great. Complex _pipelines_ are a trap. I'm in a position to see the output of a lot of teams at a very large company. The teams that have complex build processes _that they can run locally_, and then have some trivial CI yaml to run the build, are doing great.
The teams that designed their build around CI are brittle and eventually end up in a state where they can _only_ do some parts of their build on CI.
IME it's worth it to set very hard boundaries shaped like: (1) Everything needs to be able to be run locally (usually in a devcontainer), (2) CI config shall be stupid simple. If you have more than like two lines in a script section, it goes into a Tools/Build script file that must work locally and is just called in a one-line CI script.
#1 guarantees you can operate without CI, and #2 guarantees you can move CI providers trivially.
>develop complex pipelines and build processes to help with development and testing. This will save a lot of time and create a more consistent workflow,
Beware the trap of making the pipeline so complicated it's like code except you can't debug or unit test like regular code, and it takes an hour between attempts to see if a change worked.
If only we had a way to run code in a pre-defined isolated environment that can hide most of the differences of the actual hardware...
Oh, we do have Docker/Podman?
Then why not use _them_ to define your build pipelines? Bonus points: you can run them locally without tearing out your hair. And you can use normal scripting languages and task runners (taskfiles, good old makefiles, Ninja, etc.) for sequencing.
Which interpretation of your comment do you think makes you look better: that you're pretending not to understand the point being made, or that you truly don't understand the point being made?
> Our grandkids just aren't going to believe what it was like
Is appropriate for recalling ~30 cows worth of beef? There is no secret point being made, it's just average things happening while certain people overreact.
Broadly though, the belief that "current X politician from Y party is the worst, most corrupt politician ever" is a childish belief. I've heard it said about every president and high-ranking politician in my lifetime and it is not remarkable. Frankly the Biden scandals where his son was cutting him into foreign payments seemed worse, and there's no reason to think this beef import had anything to do with corruption, and certainly not at the presidential level.
I've always felt bad for windriver; they do a lot of good work and there are clear benefits but because linux is free people keep moving away from their products. It's cool to see them doing more RISC-V stuff though
There's also Green Hills, which has a far better product (Integrity) vs. WRS VxWorks. Somehow VxWorks has better marketing and more sales, because their product is cheaper.
Both are commonly used for space-borne platforms, and I've done development for said platforms with both.
I think that's similarly in line with software; you don't really know the limitations of a library until you use it, and see that it fails for X reason at 10Hz, or 1000Hz.
reply