canihasaccount

joined 1 year ago
[–] canihasaccount 6 points 1 year ago (1 children)

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.

[–] canihasaccount 3 points 1 year ago

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.

[–] canihasaccount 1 points 1 year ago

Well, .world is definitely a US domain.

/s

[–] canihasaccount 6 points 1 year ago

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.

[–] canihasaccount 4 points 1 year ago (3 children)

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.

[–] canihasaccount 11 points 1 year ago* (last edited 1 year ago) (1 children)

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.
view more: ‹ prev next ›