And you what, I really like it. Using uv you clearly know if a package is meant for development and not for production.
And you what, I really like it. Using uv you clearly know if a package is meant for development and not for production.
- unit tests
- or integration tests
ReChive's integration testing is passing the 25 min mark, maybe I should focus more on unit tests
- unit tests
- or integration tests
ReChive's integration testing is passing the 25 min mark, maybe I should focus more on unit tests
If a major AI company has to pay millions to bring people with actual skills to move a software project forward, you'd be a fool to buy their hype and rely solely on their product (that they don't rely on themselves)
If a major AI company has to pay millions to bring people with actual skills to move a software project forward, you'd be a fool to buy their hype and rely solely on their product (that they don't rely on themselves)
This pervert is innocent; it just lurks in the shadows and profiles your Python code (Django ORM's query at the moment)
github.com/Vieolo/pervert
This pervert is innocent; it just lurks in the shadows and profiles your Python code (Django ORM's query at the moment)
github.com/Vieolo/pervert
Asking for a ... friend
Asking for a ... friend
You're doing AI wrong...
You're doing AI wrong...
No more throwing exceptions without the caller knowing it. If a code inside a function is throwing an error, it should be caught and be returned as a value.
No more throwing exceptions without the caller knowing it. If a code inside a function is throwing an error, it should be caught and be returned as a value.
If you want a reliable code, always pin to a specific version, and when upgrading a dependency, read the changelog to make sure there are no breaking changes
If you want a reliable code, always pin to a specific version, and when upgrading a dependency, read the changelog to make sure there are no breaking changes
To save 5 min and not write a piece of code, I gave ChatGPT two JSON files, one had 6 references in the second file.
ChatGPT insisted that there were only 5, then accepted there were 6, but used only 5 of them
To save 5 min and not write a piece of code, I gave ChatGPT two JSON files, one had 6 references in the second file.
ChatGPT insisted that there were only 5, then accepted there were 6, but used only 5 of them
You can use the C/C++ code within other projects and build on top of them. For Java, you're pretty much stuck with a JVM-based language or a complete rewrite
You can use the C/C++ code within other projects and build on top of them. For Java, you're pretty much stuck with a JVM-based language or a complete rewrite
The ability to fix the bad LLM-generated code is now more important than being able to code a linked list from scratch.
The ability to fix the bad LLM-generated code is now more important than being able to code a linked list from scratch.
It's a tempting idea to rewrite it in another language but in reality, you would need years to understand and rewrite these battle tested libraries
The only solution is a gradual file-by-file rewrite
It's a tempting idea to rewrite it in another language but in reality, you would need years to understand and rewrite these battle tested libraries
The only solution is a gradual file-by-file rewrite
And their animation uses a Crypto group as an example
Just wanted to give you an update about all the "possibilities" that the crypto provided after so many years
And their animation uses a Crypto group as an example
Just wanted to give you an update about all the "possibilities" that the crypto provided after so many years
So, instead of magically knowing I should pass "GET" as the method type, I would use, let's say, the "method" enum that has a set of predefined values.
So, instead of magically knowing I should pass "GET" as the method type, I would use, let's say, the "method" enum that has a set of predefined values.