TerrorBite
@TerrorBite@meow.social
I'm a lion from Australia! (he/him)
#nobot (please do not index this profile in search engines)
- Comment on Introducing Pkl, a programming language for configuration 9 months ago:
It's the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON.
- Comment on Real quick question about the "break" 11 months ago:
Oh absolutely. I can think of several situations where that wouldn't work well or at all, for example, a switch statement that sets up variables to be used in the rest of the function.
- Comment on Real quick question about the "break" 11 months ago:
Also, good luck using
switch
without anybreak
s, but I'm guessing that's not quite what your teacher had in mind.The teacher, probably: “You must always put a
switch
in its own function! Then usereturn
at the end of each case.” - Comment on Weaknesses of agile and Scrum 1 year ago:
@nous That's a good way of putting it!
- Comment on Weaknesses of agile and Scrum 1 year ago:
@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.
- Comment on Most UI Applications are Broken Real-time Applications 1 year ago:
@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).
- Comment on I wrote hacky tampermonkey script to fix Lemmy instance links. Any advice? 1 year ago:
@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.
- Comment on [help] how to use a typescript decorator and initialize the class 1 year ago:
@rmam Wow, this looks a bit broken on Mastodon… but it's still clickable.
- Comment on [help] how to use a typescript decorator and initialize the class 1 year ago:
Hi @rikudou, your bot incorrectly flags for Mastodon users. I have to tag the community in my post, or it won't federate. And Mastodon tags seem to look like URLs to the bot.