canihasaccount
In Texas, if you tell three people you're married, then you're legally married.
I wonder how many other states have crazy laws like this.
52% of Catholics voted for Trump in 2020:
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.
Well, .world is definitely a US domain.
/s
Crude isn't RBOB. Converting crude oil (which went negative) into automobile gas (which didn't) is a process that takes time/work, and not everyone has the infrastructure to do it. Crude also loses the ability to convert to RBOB in time, so if you buy and can't convert or use it otherwise in time, it's wasted money. Crude went negative but RBOB didn't, and auto gas companies were making only their usual profit off of it at the time.
What works as a phone app instead of Google Maps? The only thing I've seen is Magic Maps, but that shares location data with third parties, so that seems like an awful solution.
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.