

I actually made this before chatgpt became so popular. At the time, the people I made this about wanted to use things like pytorch, tensorflow, and scikit.
I actually made this before chatgpt became so popular. At the time, the people I made this about wanted to use things like pytorch, tensorflow, and scikit.
All the good GUIs have a license fee.
Neither remove untracked files sadly.
When a bug has been around for so long, it gets promoted to feature.
The ${} syntax manipulates a variable. In this instance, I believe % removes a suffix. # is for a prefix. I can never remember which is which.
Semicolons just separate statements. You can replace them with a new line to get the same effect.
Is your issue about just syntax?
for part in $text; do
echo "xX${part}Xx"
done
In bash, this loops over each word in a variable. If you want each line, you’ll need to use a while read loop instead.
while read -r line; do
echo "xX${line}Xx"
done <<< "$text"
At least you don’t have the same code on your luggage.
When you write a compiler, you eventually have to write it twice. Once in a pre-existing language, then again in the language it compiles.
Just say no to bootstrapping.
I haven’t personally used Apollo (I’ve just used Joey on my tablet because the reddit app doesn’t support landscape), but it would be great to see the dev host a lemmy server and point the app to it.
Apple has a SMS/MMS problem the same way some people have a rodent problem.
Shellcheck really helps