MariusFebruary on Nostr: Working with ChatGPT is like working with an optimistic colleague who takes one step ...
Working with ChatGPT is like working with an optimistic colleague who takes one step at a time and takes feedback really well. This is me and ChatGPT writing a little Rust program that calculates the final seedword for a set of 11 or 23. The draft was straightforward; if the code failed to compile, I would poke back and get these replies. It is funny how it would say, "You are slicing..." when the code was written by ChatGPT just five minutes ago. However, with a bit of tweaking, I got a working program.
- Ah, good catch! That’s due to a change in the crate structure in the newer versions of bip39. The MnemonicType was moved or renamed.
- Ah yes — another subtle change in the bip39 crate!
- Ah! Got it — thanks for catching that. The issue here is that in the newer bip39 crate versions, Language is an enum, and its word list is not accessed via .wordlist() anymore.
- Ah yes — this error means you're slicing a string (&bits[..entropy_bits_required]) at a character index that doesn’t exist. Let's break it down...
Published at
2025-04-02 11:35:42Event JSON
{
"id": "8ef29840809a8b8eb0765bcb6c595d4ee13ab7c8ad95fd709aaf7ef86ab45ebd",
"pubkey": "3db7ca42a8e83c04bd52ce836a9818b6e9052e9e3aa85d22c2b3c715f121f96f",
"created_at": 1743593742,
"kind": 1,
"tags": [
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "Working with ChatGPT is like working with an optimistic colleague who takes one step at a time and takes feedback really well. This is me and ChatGPT writing a little Rust program that calculates the final seedword for a set of 11 or 23. The draft was straightforward; if the code failed to compile, I would poke back and get these replies. It is funny how it would say, \"You are slicing...\" when the code was written by ChatGPT just five minutes ago. However, with a bit of tweaking, I got a working program.\n\n- Ah, good catch! That’s due to a change in the crate structure in the newer versions of bip39. The MnemonicType was moved or renamed.\n- Ah yes — another subtle change in the bip39 crate!\n- Ah! Got it — thanks for catching that. The issue here is that in the newer bip39 crate versions, Language is an enum, and its word list is not accessed via .wordlist() anymore.\n- Ah yes — this error means you're slicing a string (\u0026bits[..entropy_bits_required]) at a character index that doesn’t exist. Let's break it down...",
"sig": "7898b0e8c8d976038bf33453f7e6bbd149da1a81684448d6e36d0b90e4ba9f5e8ae5b520ce868bdc3b27014d66b48e338977cf69c59eed4fdf0fbd7a73c78213"
}