@TerrorBite@meow.social
@TerrorBite@meow.social avatar

TerrorBite

@[email protected]

I'm a lion from Australia! (he/him)

#nobot (please do not index this profile in search engines)

This profile is from a federated server and may be incomplete. Browse more on the original instance.

TerrorBite,
@TerrorBite@meow.social avatar

@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.

TerrorBite,
@TerrorBite@meow.social avatar

@btaf45 in my case, we as a team could have done that, because we didn't have management dictating how we did anything. It was our choice to do what worked for us, and it was a valuable tool for dealing with whatever got thrown at us.

Now I'm working in a different place that dictates Agile and Scrum to be done Their Way, on top of a project that's largely waterfall-like to begin with, and I'm starting to see why people say it doesn't work.

It works, BUT, only when you're using it as the right tool for the right job and not when management decide to misapply it as a hot new planning methodology.

TerrorBite,
@TerrorBite@meow.social avatar

@nous That's a good way of putting it!

TerrorBite,
@TerrorBite@meow.social avatar

@btaf45 tagging @programming so that this federates properly from Mastodon to Lemmy

TerrorBite,
@TerrorBite@meow.social avatar

@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).

TerrorBite,
@TerrorBite@meow.social avatar

@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.

TerrorBite,
@TerrorBite@meow.social avatar

@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.

@Anticorp

TerrorBite,
@TerrorBite@meow.social avatar

If your code files don't contain more lines of comments than lines of actual code, then you're doing it wrong. (For Python, docstrings count as comments)

And your comments shouldn't say what each line of code is doing. If you can code, then you can already tell what each line is doing by just reading the code. The comments should explain WHY it's being done this way, or HOW it's being done, or highlight some pitfalls that might snare a future developer, and generally just give some higher level context to a line or block of code.

@257m @programming

TerrorBite,
@TerrorBite@meow.social avatar

@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.

@257m @programming

TerrorBite,
@TerrorBite@meow.social avatar

@sbstp @bouh I can just see people giving fecetious answers to this question.

TerrorBite,
@TerrorBite@meow.social avatar

@wth @Spyros We need one universal graphical tool kit that works everywhere!

GTK: Hi, I heard you're looking fo—
Me: NOT YOU

TerrorBite,
@TerrorBite@meow.social avatar

@wth I have worked with GTK3 myself, and once I got used to its quirks, actually found it quite nice to work with. I was writing my code in Python too, which added some extra challenge, but the GObject introspection took a lot of the pain out of interoperating with what's basically a C library.

However, I'm aware that GTK has a bit of a reputation. The look and feel is great on Linux desktops that use it natively, but I do remember it looking pretty ugly cross-platform.

TerrorBite,
@TerrorBite@meow.social avatar

(tagging @programming for Mastodon→Lemmy federation – ignore this comment)

TerrorBite,
@TerrorBite@meow.social avatar

@LaggyKar I've never used it

TerrorBite,
@TerrorBite@meow.social avatar

@JackbyDev oh damn wish I'd thought of that

Are the characters used in syntax of most programming languages dependent on the keys of the standard keyboard or was the standard keyboard made specifically to allow programming with these keys?

The title would probably be confusing, but I could not make it better than this. I noticed that most programming languages are limited to the alphanumerical set along with the special characters present in a general keyboard. I wondered if this posed a barrier for developers on what characters they were limited to program in, or...

TerrorBite,
@TerrorBite@meow.social avatar

@snowe @themoonisacheese I can type ¹ on a smartphone pretty easily

TerrorBite,
@TerrorBite@meow.social avatar

@snowe Typing the character. With GBoard it's switch to numbers+symbols then press and hold a number (in this case 1) to access fractions and superscripts.

TerrorBite,
@TerrorBite@meow.social avatar

@snowe not sure if this image attachment is going to federate correctly from Mastodon to Lemmy

TerrorBite,
@TerrorBite@meow.social avatar

@snowe if not, I'll try markdown:
image

TerrorBite,
@TerrorBite@meow.social avatar
TerrorBite,
@TerrorBite@meow.social avatar

@snowe a very common reason with Google products, I've found; up to and including not wanting to provide that product anymore.

TerrorBite,
@TerrorBite@meow.social avatar

@snowe It's got its quirks. For example, if I am replying to someone who's not on programming.dev then I have to make sure to tag @programming (or another account on the instance) in order for my post to still federate to your server, otherwise only the person I'm replying to would see my reply and it wouldn't show in comments.

I did discover that adding the tag as a trailing reply to a missing comment thread will cause the entire reply chain to federate, so that's neat.

TerrorBite,
@TerrorBite@meow.social avatar

@triarius Careful, the furries will hear you and show up in the thread.

TerrorBite,
@TerrorBite@meow.social avatar

I am of the opinion that regex for email address is a bad idea. The only two things that you need to check an email address are:

Does the address contain an @ symbol?
Is there a dot to the right of the @ symbol?

Then just try to deliver to it, and let the MTA do the rest.

Email addresses can be complicated, and there's plenty of valid addresses that can be excluded by attempts at regex validation.

@custom_situation @yoavlavi

TerrorBite,
@TerrorBite@meow.social avatar

@words_number @Sibbo that was one hell of an opening sentence to misread.

TerrorBite,
@TerrorBite@meow.social avatar

@Zagorath I see a lot of detergent products advertising "no pre-wash required" on their packaging, at least here in AU.

18+ TerrorBite, to 196
@TerrorBite@meow.social avatar

Ganonball rule

@196

TerrorBite, to 196
@TerrorBite@meow.social avatar

Holy shit they kicked

they kicked the tankies out of @196 🔥🎆🏳️‍⚧️

TerrorBite,
@TerrorBite@meow.social avatar

Naming things is one of the two most difficult issues in IT, alongside cache validation and off-by-one errors.

TerrorBite,
@TerrorBite@meow.social avatar

I already said that

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines