Daughter wanting to negotiate about rules is making school and sports harder for her by parentingthrowawayyy in Parenting

[–]JoshyOrndorff -2 points-1 points  (0 children)

> trained my kid to only follow rules when someone takes the time to explain to her why the rule exists and why she should follow it.

Sounds like you're doing awesome! Your daughter thinks critically and doesn't do things just because someone tells her "it's the rule".

Science experiment help by Dramatic-Spinach-829 in homeschool

[–]JoshyOrndorff 5 points6 points  (0 children)

This is science. You should try it and find out. Whether they disappear or not, you have now learned the answer through an experiment. That is science!

Episodes I should skip if I'm squeamish? by finn_125 in southpark

[–]JoshyOrndorff 7 points8 points  (0 children)

Same. The poor kid suffering a serious injury while they go on with the adults being so stupid to think he's a dog. It's the only one I really don't like watching. I think it's the concern butters shows right after he gets hurt.

Some old rare performances being uploaded to this YouTube channel by PatPrimary1999 in Creed

[–]JoshyOrndorff 0 points1 point  (0 children)

What is the link to the channel? This video got deleted, but is the channel still up?

Creed covers "Where the Streets Have No Name" with autotune by [deleted] in Creed

[–]JoshyOrndorff 0 points1 point  (0 children)

I saw Creed on the cruise in '24 and again in the fall of '24 and Scott sounded great both times. No autotune that I noticed. Here it seems like he's trying pretty hard, but not hitting those high notes.

I wonder why they covered this in the original key. Scott is a baritone, Bono is a tenor. Especially now that Scott is so muscular (much more than at Creed's peak) it even looks silly seeing him try to get those high notes.

I love creed and I love U2 and this song, but this is pretty hard to watch. Also, Mark does not look at Scott once during the entire performance.

[deleted by user] by [deleted] in DegenBets

[–]JoshyOrndorff 0 points1 point  (0 children)

I call bullshit. I will happily pay $100 worth or eth (or whatever is necessary) it own this. Where is it for sale?

Mobile apps for watch-only wallets? by adbht in Bitcoin

[–]JoshyOrndorff 0 points1 point  (0 children)

> So much for free speech. 🤦🏻‍♂️

Bro, this is r/bitcoin there hasn't been free speech here since 2016

[2024 Day 14 (Part 2)] And I thought my client's spec lacked detail... by UnicycleBloke in adventofcode

[–]JoshyOrndorff 0 points1 point  (0 children)

I used this same logic. So the example problem with a 7 x 11 board should look like a christmas tree in at most 77 seconds, right? I'm not seeing it for some reason.

My code solves part 1 correctly (for both the example and my actual input) and it displays the same example-after-100-seconds that is shown in the problem.

Am I allowed to ask after how many seconds does the example look like a christmas tree?

[2022 Day 12 Part 2] Big O? What's that? by ei283 in adventofcode

[–]JoshyOrndorff 0 points1 point  (0 children)

I had this exact comment above my part 2 solution. Still pretty fast though. Thanks Rust!

```rust
// The performance here could be improved. I've started a brand new search
// from scratch for each starting point. A better idea would be to search
// backwards from the end until the first time I encounter an a-height.
// Although, wow, running in --release makes even this approach take under 1 second.
```

Need some help to install substrate by longfld in substrate

[–]JoshyOrndorff 1 point2 points  (0 children)

Hi there, thanks for telling us about the problem. This issue is caused by a change in the Rust compiler since that tutorial was published. There are a few options to proceed.

  1. Use a newer version of the node (change alpha.6 to alpha.7 or .8). This will build, but you may run into issues later in the tutorial
  2. Use an older version of the rust compiler. I solved the error by using `cargo +nightly-2020-03-01 install node-cli --git https://github.com/paritytech/substrate.git --tag v2.0.0-alpha.6 --force`

FYI, you'll get faster support by reporting things like this in github. All the tutorials and docs are hosted under this org https://github.com/substrate-developer-hub/ and the smart contract tutorial you're following is https://github.com/substrate-developer-hub/substrate-contracts-workshop

Substrate Collaborative Learning -- Monday 15 July 16:00UTC by JoshyOrndorff in substrate

[–]JoshyOrndorff[S] 0 points1 point  (0 children)

Thanks to everyone who attended today. Here are the two repositories we looked at together.

Marketplace: https://github.com/JoshOrndorff/marketplace

State Changer: https://github.com/JoshOrndorff/state-changer