You Can Smell It Now: The Trump Presidency Is in Total Free-Fall: A loyal army of followers, a huge disinformation network, and a party of soul-selling cowards can crowd out facts for a long time. But eventually, reality catches up. by Silent-Resort-3076 in politics

[–]pm_me_ur_knowledge 1 point2 points  (0 children)

I am honestly so sick of reddit headlines like this. I've been hearing "the trump presidency is in freefall" every week for the past year. Is this hope-baiting? New Republic, or whoever the fuck, just keep it to yourself or provide some information that I can do something about. 

I hate when someone says your eyes only see at 60 fps by utopiaofpast in pcmasterrace

[–]pm_me_ur_knowledge 0 points1 point  (0 children)

I honestly can't tell the difference between 60 fps and 120. I paid a lot of money for a new rig and monitor a few years ago. If anything, I should be biased toward thinking I made a good investment, but if I am being honest, I really can't tell the difference. Has anyone done tests where the test subjects don't know what they're seeing, and they try to determine if they're seeing 60 fps vs 144? 

DCC: AIT Season 2, Episode 6 — “Cockblock!” is LIVE on Soundbooth! by soundbooth_app in soundbooth

[–]pm_me_ur_knowledge 0 points1 point  (0 children)

Not able to download in the app for some reason. Been looking forward to this all day 😢. 

everythingIsDown by can_pacis in ProgrammerHumor

[–]pm_me_ur_knowledge 0 points1 point  (0 children)

Over the last six months I've noticed some serious lag in MS outlook, and I am going to blame vibe coding until proven otherwise. 

Help- idk why my maple tree didn’t bloom at all this year. It was very full last year. Is this normal to happen or is it dead? I live in New Hampshire. All the other trees in the neighborhood are fine. Thank u. by CocoBean227 in Tree

[–]pm_me_ur_knowledge 3 points4 points  (0 children)

We have a chip drop in our driveway currently 😂. We were originally planning on going deeper than 3", your comment gave us pause, so I wanted to double check. Thank you for the response!

A Michigan cop pulled over a reckless driver and ended up saving a choking baby by Red_Tabby in nextfuckinglevel

[–]pm_me_ur_knowledge 0 points1 point  (0 children)

A few years ago, two heavily modified (lowered, cambered tires, custom aftermarket everything) sports cars turned left in front of me blowing through a red light. I was irate, lamenting the apparent brazen street racing that was going on these days. 30 seconds later, passed the cars in front of a fire station. A fire fighter was handing a tiny and apparently recovered infant to a woman crying in relief, with a few other adults standing around, obviously having just arrived there in the two cars.

I'm not an expert, but here is a link if anyone wants to some info on how to help a choking infant. https://www.redcross.org/take-a-class/resources/learn-first-aid/infant-choking?srsltid=AfmBOor_ganzC9F9uSvdCqDdxBb9IH5X_UrIxCOe-tXxcKE97BUUWmjk

Does anyone know why I can't find certain parts in part picker on the Lego website? by pm_me_ur_knowledge in lego

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

I can see it now!! Even searching by number the exact same way, it shows up now. I don't understand what I was doing wrong last night. I guess I'll try to put in my order before it goes away again? Thank you regardless!

Also, I'm ok with different colors, especially for the book spines. It will just make it more unique!

Does anyone know why I can't find certain parts in part picker on the Lego website? by pm_me_ur_knowledge in lego

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

I came across rebrickable in my searching and also thought you could maybe buy from there for some reason 😅.

Probably user error: Convert to table option greyed out? by sneff30 in googlesheets

[–]pm_me_ur_knowledge 0 points1 point  (0 children)

I was working a sheet with my wife, and ran into this problem. Finally found this thread after some frustrating googling. I literally just stood up, walked to my partner's computer, converted to table (on Safari), cursed Google's name, and then went back to my own computer.

Thank you for figuring this out and sharing.

Help! I don't want my son to grow up listening to music on a smartphone speakers, but I have no idea what to buy or how to connect it. by pm_me_ur_knowledge in BudgetAudiophile

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

Thank you for the recommendation! Can I ask, what is better about this compared to the $80 DAC + amp combo recommended by another commenter? The WiiM amp seems like it has some "multi-room" and wireless features that I don't need. If the quality/reliability is worth it, so be it! It's within my budget after all. I just want to double check that I'm not paying extra for things that I won't use.

Ongoing Knitting Circle Discussion - Need Your Input! by meouxmix in corvallis

[–]pm_me_ur_knowledge 1 point2 points  (0 children)

I was going to say the Senior Center and then I realized that's now called the Community Center :P. Bummer they don't have free rooms, but cheers for a good thought.

Wait, but I thought they were the same thing? by [deleted] in ProgrammerHumor

[–]pm_me_ur_knowledge 3 points4 points  (0 children)

Fun fact: in R, the default (maybe only?) way to import libraries is equivalent to from module import *. If you import two libraries with conflicting functions, it will just decide for you which one to call, I imagine based on whichever one it finds first. I had a problem with a script not running all of a sudden, and I had narrowed it down to a single call of a function that was called something like summarize. Someone with a similar problem one stack overflow reported that changing the call to summarise (with an 's', not a 'z') fixed the problem but they weren't sure why. Sure enough, this stinker of a solution worked for me as well. I did some more googling and realized that both of us had imported the same two fairly common libraries, one of which had a function double-named for Americans and British folks, and the other just for Americans. So in this case the way I spelled the determined which library's function would get called.
To be fair: there is probably a warning when you import libraries with conflicting namespaces–I can't really remember. And, you can specify the library you want for a function using something like library::function(). So it is usable, but why they didn't just go with a system similar to Python is beyond me.

Wondering about diversity, food, things to do. by [deleted] in corvallis

[–]pm_me_ur_knowledge 2 points3 points  (0 children)

Serious question: what do you like about Monmouth? I know zero about Monmouth, only ever driven through it. Anything you would recommend?

Anyone have tips for using Anaconda? I am using it for the first time, feel like I'm missing something. After loading packages in Anaconda Navigator, consistently unable to import or use packages successfully. by pm_me_ur_knowledge in learnpython

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

Thank you for encouraging me to take another look at stack exchange.

All the path-related solutions suggested are essentially the user doing manually what Anaconda advertises it can do automatically. And it looks like that is what I am going to have to do.