robyoung

joined 1 year ago
[–] robyoung@beehaw.org 4 points 11 months ago (1 children)

Atheists aren't exactly immune to the killing either. The Soviet Union has the elimination of organised religion as one of it's goals. I think humans just seem to like killing other humans and differences in beliefs is a handy excuse.

[–] robyoung@beehaw.org 7 points 11 months ago

Quietly byt audibly while sat in the office scowling at my computer.

[–] robyoung@beehaw.org 3 points 11 months ago

Not even a mention of PyO3?

[–] robyoung@beehaw.org 11 points 11 months ago

I think they used a slightly lossy algorithm on the title.

[–] robyoung@beehaw.org 3 points 1 year ago (4 children)

I don't understand why the most_recent field is needed. Surely the most recent state can be derived from the order field and the unique constraint on it can prevent concurrency issues if the previous sequence is taken before the state change. The benefit would be that the transition history table could then be append only.

[–] robyoung@beehaw.org 4 points 1 year ago

Aha! Thank you. So there isn't a band called polite skeletons?

[–] robyoung@beehaw.org 5 points 1 year ago

The integrations with other services are implemented in plugins which are separate programs, that are installed separately, and communicate with the core over RPC. I would imagine these plugins can continue to be licensed however their owners choose. I think this license change just applies to core.

[–] robyoung@beehaw.org 10 points 1 year ago* (last edited 1 year ago)

What exactly do you mean by an algorithmic system? Your introduction to the form implies you have a pretty broad definition. If that is the case then I think you should also account for a large proportion of your target not being sure that they are actually what you're looking for. Define your terms. Give examples of what you determine inside the definition and examples of what you determine outside of it.

All that said, I think the research area sounds really interesting. I look forward to hearing how it goes.

[–] robyoung@beehaw.org 3 points 1 year ago

That looks like ISO8601 format so you can use fromisoformat to make the parsing a bit simpler. I'm not clear why you need to drop the microsecond part. Surely if one timestamp is a few microseconds past the second it is later.

d1 = datetime.fromisoformat(date1)
d2 = datetime.fromisoformat(date2)

return date1 if d1 > d2 else date2
[–] robyoung@beehaw.org 18 points 1 year ago (3 children)

I'm pretty sure Thailand isn't in Mexico

view more: ‹ prev next ›