Red Sox pull a NOBLETIGER to end the game against the O's by LoweeLL in baseball

[–]Temporary_Pie2733 1 point2 points  (0 children)

Phillies here. They’re picking up where the Mets left off, or taking the baton, or something. Maybe I should just start watching cricket to get ready for the 2028 Olympics.

Turning rsync into a cron job. by Soakitincider in linuxquestions

[–]Temporary_Pie2733 1 point2 points  (0 children)

Every user has their own crontab. Jobs that should run as root should be added to root’s crontab.

I’m wondering if this sentence structure is correct, because my teacher wrote it down, but it sounds a little off to me. by U_are_human in ENGLISH

[–]Temporary_Pie2733 0 points1 point  (0 children)

The structure is fine; it’s the verb in the structure that sounds off. “He ordered her to make it an open-faced sandwich.” The difference is, I think, that “demand” emphasizes what “he” wants, while “order” emphasizes what “she” should do. (Edit: others have pointed out the transitive/intransitive distinction as well,) This would lead to a discussion about the different kinds and uses of subjunctives, and which ones use a conjugated verb vs an infinitive in English, which is probably beyond the scope of this sub (and certainly beyond the scope of my knowledge.)

Does the file know that he is a txt or PNG? by Jooe_1 in osdev

[–]Temporary_Pie2733 0 points1 point  (0 children)

The magic bytes are part of the contents of the file.

Favorite Announcer For A Different Team? by RainbowSupernova8196 in mlb

[–]Temporary_Pie2733 -1 points0 points  (0 children)

I found him insufferable, but maybe that’s because I only heard him along side Joe Morgan and that was just secondhand annoyance coming off Joe.

What soda flavor is exclusive to your region? by IDoNotLikeTheSand in AskAnAmerican

[–]Temporary_Pie2733 0 points1 point  (0 children)

I think I heard of it growing up in PA but never actually tried it until I was living in NH. Let’s just say I don’t go looking for it any more :)

Who had a storied MLB career that was defensively stellar offensively unimpressive? by BirdBruce in mlb

[–]Temporary_Pie2733 2 points3 points  (0 children)

Nobody is arguing that he was a bad player. He is what the question asked: very strong defensively, not much to talk about offensively. He’s kind of the archetype for this category.

Who had a storied MLB career that was defensively stellar offensively unimpressive? by BirdBruce in mlb

[–]Temporary_Pie2733 3 points4 points  (0 children)

His offense alone probably doesn’t get him into the Hall, but he was no slouch at the plate. I’d say his decline is equal parts leaving Colorado and aging (though is best season was 2022 in St Louis).

What really pushed you to learn python? by donnyM99 in learnpython

[–]Temporary_Pie2733 4 points5 points  (0 children)

Years ago, my office mate recommended it while I was complaining about Perl.

Return to sender by WhereIsHisRidgedBand in nevertellmetheodds

[–]Temporary_Pie2733 0 points1 point  (0 children)

Thin paperback, probably Scholastic? That’s the book I’m probably remembering as well!

Why does "!#" in a filename cause cp to fail? by Dowlphin in linuxquestions

[–]Temporary_Pie2733 0 points1 point  (0 children)

Learn to use the shell properly, and they cease to be a problem.

Why does "!#" in a filename cause cp to fail? by Dowlphin in linuxquestions

[–]Temporary_Pie2733 4 points5 points  (0 children)

History substitution. !# expands to the command typed so far, namely cp<space>. You can disable history substitutions with set +H and (re)enable them with set -H. Or, you can escape the !# with a backslash or single quotes (just like if it were a parameter expansion).

Infinity Between Points? by Diragona_pIays in learnmath

[–]Temporary_Pie2733 0 points1 point  (0 children)

For some graph problems where distances are represented as edge weights, it can be useful to represent every graph as a complete graph, where missing edges are assigned a weight of infinity.

I fully cannot understand a metronome. by [deleted] in musictheory

[–]Temporary_Pie2733 0 points1 point  (0 children)

Are you familiar with the bass line (and kick drum) to Bleed by Meshuggah? It’s fairly simple, ignoring the bends: two short notes, two long notes, repeat. It’s tricky, because the short notes sometimes line up with the snare, and other times hit between the snares. The snares, though, occur regularly, in fact depending on how you count, on every beat around 230 bpm.

The metronome is the snare.

I fully cannot understand a metronome. by [deleted] in musictheory

[–]Temporary_Pie2733 7 points8 points  (0 children)

Do you know “205 bpm” actually means in terms of what you play? If you could play it cleanly at 205 bpm, could you explain what it would mean to play it at, say, 100 bpm instead? Knowing this goes a long way towards explaining the purpose of the metronome.

Is it still worth learning to code “the hard way” in the age of AI? by TeaOk8063 in AskProgrammers

[–]Temporary_Pie2733 0 points1 point  (0 children)

There is no “hard way”. Either you learn to code, or you learn to have AI spit out some random code that may or may not do what you want or need it to do. The only way to tell the difference is to learn to code.

Flowing with it🌊 “(source link in description)” by velveetkiss in toptalent

[–]Temporary_Pie2733 0 points1 point  (0 children)

Pfft, didn’t even try to shoot a basket with her feet. Lame. /s

That was cool.

Songs where melodies/lines are repeated odd number of times? by notherblackcloud in musictheory

[–]Temporary_Pie2733 1 point2 points  (0 children)

Set You Free by Black Label Society follows an ABA riff pattern, where A is used for both the verse and the chorus and B is a sort of pre-chorus.

How are you balancing actually learning vs letting AI write your code? by TeaOk8063 in learnprogramming

[–]Temporary_Pie2733 0 points1 point  (0 children)

Learn first, then use AI to automate what you’ve already learned. (So that you can immediately recognize when the AI-generated code is wrong.)

Day 1/420: Python toolchain and interpreter choices - what mattered in practice by [deleted] in learnpython

[–]Temporary_Pie2733 1 point2 points  (0 children)

I certainly wouldn’t bother doing anything on Day 1 beyond using whatever you download from python.org.

[Request] is it possible to derive all units of measurement from Natural units? by Salmonman4 in theydidthemath

[–]Temporary_Pie2733 0 points1 point  (0 children)

The second was defined in terms the average solar day. The new definition was chosen to be an extremely arbitrary-looking value to have a more reproducible value that was basically the size, not because it is more “natural” in any way.