TerrorBite :veripawed3:
I’m a lion from Australia! (he/him)
#nobot (please do not index this profile in search engines)
@btaf45 @mspencer712 The whole point of Scrum is to use the retrospective to stop doing what doesn’t work and start doing what does.
At one point, when my team’s workload changed to less-timeboxable work, we threw out the entire concept of sprints and just used kanban instead, and stayed like that for a year. We still did retrospectives on the old sprint cadence though.
@verdare @lysdexic they are, but you have to be an enterprise customer.
https://ubuntu.com/blog/real-time-ubuntu-is-now-generally-available
https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/soft-real-time/soft-real-time
RTOS are not going to become consumer operating systems, because there’s too much value in selling it as a capability to enterprise customers (who are largely the consumers who REQUIRE a RTOS, rather than it merely being a convenience).
@Andy @BeanCounter Given how many of these start with “Lemmy” you could simplify this to:
https://(lemmy\\.(?:run|(?:fmhy\\.)?ml|dbzer0\\.com|world|kde\\.social|ca)|lemmygrad\\.ml|lemdro\\.id|beehaw\\.org|sh\\.itjust\\.works|(?:sopuli|mander)\\.xyz|zerobytes\\.monster)/c/(.\*)
Or just assume that anything matching https://(lemmy\\.[^/]+)/c/(.\*)
is a Lemmy server, which will probably be correct.
Edit: some kind of interaction between Mastodon and Lemmy has doubled all my backslashes. That is not intentional.
@kier I am no expert, but there are I believe other mechanisms that could *maybe indirectly* cause cancer with certain kinds of radiation. I feel like cell damage from microwave- or infrared-induced heat could release free radicals or create some other carcinogenic chemicals.
But that’s not a direct result of the radiation. Direct DNA damage from radiation only occurs with ionizing radiation, as you mentioned.
And since we’re talking about visible light, I’m not aware of any way, indirect or otherwise, that visible light could cause cancer.
@nthcdr this assumes that people write sensible and thorough commit messages, instead of brief five-word ones or, say, song lyrics. Both of which I’ve seen.
I at least try, except maybe for the other day where my commit message consisted entirely of an exasperated “why”, followed by a revert.
That being said, every commit message where I work is required to contain a ticket number (and the server will reject the push if you don’t) so at least there’s that for context.
Python has had syntax support for type annotations for a while now. The Python runtime doesn’t enforce the typing at all, but it can be enforced by a linter or by your IDE. And I believe you can introspect the type annotations at runtime, because they are actually part of the syntax.
There’s even an alternative way of doing type annotations through specially formatted comments, just in case you might still need to write code that is backwards compatible with Python 2.