A smart acoustic textile for health monitoring (nature.com)
1 points by PaulHoule 15m ago 0 comments
Data Science Weekly – Issue 602 (datascienceweekly.substack.com)
1 points by sebg 41m ago 0 comments
Ask HN: How is the latest Open AI Codex?
8 raydenvm 3 6/4/2025, 5:35:26 AM
Have you had a chance to try out the latest version of Codex? How does it compare with Claude Code, which I am currently using extensively?
Took a lot of trial and error to get the setup script working. If commands were too verbose then everything would crash, and if it’s not outputting anything for a while then the script is cancelled because it thinks that it’s stalled.
There was also the issue with maven not detecting the default Linux http proxy.
I’ve also put a lot of effort into trying to create a good AGENTS.md file.
So far it’s been very slow going, but I have managed to get it to start porting some of my unit tests to use test containers for running up Elasticsearch.