A fellow Julia programmer! I always test new models by asking them to write some Julia, too.
A fellow Julia programmer! I always test new models by asking them to write some Julia, too.
deleted by creator
I interpreted it as showing that 8 hobbytes were equivalent to a hobbit. I didn’t see that it could be interpreted as saying each little frodo picture under the hobbyte was a hobbit until your comment.
Or Kagi. I couldn’t do DDG but Kagi was good enough for me to finally switch off of Google.
But a byte is 8 bits, not the other way around
Where’s the Julia programmer that hits every one of these with @benchmark and then works for six hours to shave three nanoseconds off of the fastest one?
(Example: https://discourse.julialang.org/t/faster-bernoulli-sampling/35209)
Yeah, that was my favorite one
Agreed wholeheartedly. The Lemmy community has been wonderful. People here actually have good conversations, even if they take a few days to do so, unlike the folks on Reddit. Reddit comments were more meme-y and less substantive.
Within a loop could be:
for(i in 1:10){
assign(paste0("listNum", i), list(i, someStringVector[i], i:(i+20), i*value))
}```
And you can also use get() in the same way to dynamically retrieve a variable.
I've gone so far into coding debauchery that I've dynamically assigned variables from dynamically retrieved ones, and I've done so fairly frequently.
Good lord, I hope no one employed at Microsoft reads this. I would bet they institute it if they think of it.
It doesn’t have to be
https://www.mathworks.com/products/compiler.html
MATLAB can ruin all sorts of coding experiences, programming included