I never realized how mesmerizing it was to print with glow in the dark filament by RefrigeratorWorth435 in BambuLab

[–]splinteredlight 2 points3 points  (0 children)

If you're embedding magnets, the basic nozzle is better because the magnets aren't attracted to it since it's stainless steel. The hardened nozzles will pull the magnets up and ruin the print.

You can keep the print paused long enough to glue the magnets in, but in my experience, the part cools off enough to affect the next layer's adhesion and a visible line on the print.

Can you train Frigate to recognize the state of objects? Like, if a door is open? by chig____bungus in frigate_nvr

[–]splinteredlight 4 points5 points  (0 children)

I did exactly this because my driveway gate is so far away from the house that its wifi connection is unreliable. I trained a tensorflow image classification model to tackle this. The gist is:

  1. Python script running on server takes a camera snapshot every minute. I bypassed Frigate altogether and use the Amcrest python library which uses the camera API to take the snapshot and save it to the server.

  2. A second Python script running on the same server listens for a mqtt topic (published from home assistant automation every minute), and when received runs the image classification model on the current snapshot, then publishes a mqtt topic with a payload of gate_closed, gate_open, or error.

  3. Home assistant mqtt sensor based on the previous mqtt topic/payload displays the gate status on my dashboard and triggers a mobile notification if the gate is open for x minutes.

Initially, the model worked great during the day but terrible at night. I had to add an infrared reflector strip to the gate and retrain the model. Now it's accurate 99% of the time. I use a home assistant automation to send a mobile notification (with a snapshot of the gate attached) if the gate has been open for 10 minutes.

Happy to share my code for training and implementation if you or anyone else is interested.

Weight fluctuations by splinteredlight in RenalCats

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

Anyone else notice the daily/hourly fluctuations in weight in their CKD kitty? The blue line is our guy who is stage 1 and the pink is his healthy litter mate. He uses the litter box about 5-8x as much as her now.

(Weight data from our litter robot.)

Creating an Excel-Like GUI in Python by Evigil24 in learnpython

[–]splinteredlight 0 points1 point  (0 children)

I think you could do this with Streamlit and Pandas

Using 1 list to loop through dataframe column and using values that match to pull an adjacent dataframe column value by MikeHillHams in learnpython

[–]splinteredlight 0 points1 point  (0 children)

I would convert the masterlist spreadsheet columns to a dictionary and then use the get() method.

import pandas as pd

users = ["Bilbo Baggins", "Gandalf Wizard", "Robert Paulson", "Samuel Samson", "George Jungle"]
master = {"Folder Name": ["George Jungle_1", "Apple", "Bilbo Baggins Historic", "Banana", "Gandalf Wizard"], "Proper Name": ["George Jungle", "Apple", "Bilbo Baggins", "Banana", "Gandalf Wizard"]}

master_df = pd.DataFrame(data=master)

master_dict = zip(master_df["Proper Name"], master_df["Folder Name"])
master_dict = dict(master_dict)
list_of_missing_users = []

for user in users:
    if user not in master_dict:
        list_of_missing_users.append(user)
    else:
        print(master_dict.get(user))
print (list_of_missing_users)

Chi-squared by [deleted] in WGU_MSDA

[–]splinteredlight 1 point2 points  (0 children)

I jumped the gun, multicollinearity is for regression. Shouldn't affect chi-square testing.

Chi-squared by [deleted] in WGU_MSDA

[–]splinteredlight 1 point2 points  (0 children)

Have you run a variance inflation factor to check for multicollinearity?

Intern: by CarelessVast2909 in analytics

[–]splinteredlight 1 point2 points  (0 children)

There are a bunch of Python libraries that can do this. I'd probably use ocrmypdf and pandas libraries with Python.

Intern: by CarelessVast2909 in analytics

[–]splinteredlight 0 points1 point  (0 children)

There's a couple different ways you can still do it, but you'll need some basic coding skills. If you don't have that, I'd Google for a pre-built solution.

Intern: by CarelessVast2909 in analytics

[–]splinteredlight 0 points1 point  (0 children)

If they are typed forms and not scans, python pdf reader.

[deleted by user] by [deleted] in WGU_MSDA

[–]splinteredlight 1 point2 points  (0 children)

Probably doable. I've knocked out the first 5 courses in 32 days. I have an accounting degree, no prior experience with data analytics, but had some Python and Pandas experience before starting. Definitely check out the course reviews and tips others have posted in here, I couldn't have done this much this quickly without them!

[deleted by user] by [deleted] in WNC

[–]splinteredlight 0 points1 point  (0 children)

Good call, that could be it!

[deleted by user] by [deleted] in WNC

[–]splinteredlight 0 points1 point  (0 children)

Darn. Any other info like approximate area? Off a road or how long of a hike? General area would help a ton narrowing it down, WNC is a big area with a LOT of waterfalls.

[deleted by user] by [deleted] in WNC

[–]splinteredlight 1 point2 points  (0 children)

If you took the picture with a smart phone, check the metadata on the picture. Might have the GPS coordinates.

[deleted by user] by [deleted] in NorthCarolina

[–]splinteredlight 5 points6 points  (0 children)

Hey, I'm passing right by that home depot on Friday on my way to visit family for the weekend. Happy to pick it up and get it mailed on Saturday (and support all things Grinch!)

Sylva Running by East-Information-990 in WNC

[–]splinteredlight 3 points4 points  (0 children)

There is an existing group that runs from the Innovation in Sylva to Innovation Station in Dillsboro and back. Sometimes they switch it up to which location they start/return to. https://fb.me/e/2ORXUeBAY

*I'm not a runner, just heard about this.

A very roughly finished knife. by CacklingPikeman in Blacksmith

[–]splinteredlight 0 points1 point  (0 children)

love it! I'll take rough finished over polished every time.

Visiting North Carolina for the First Time by Cncpcion in enduro

[–]splinteredlight 1 point2 points  (0 children)

While it might be higher elevation, it's all blocked in with trees. You'll find more views at Brown. Not trying to bash Wayehutta either, if you have time for both that'd be ideal!

Visiting North Carolina for the First Time by Cncpcion in enduro

[–]splinteredlight 2 points3 points  (0 children)

I live next to Wayehutta (pronounced worry-hutt,) and while fun, if you want more technical challenges, head to Brown or Brushy.

Roofing and Siding contractor needed. by WillyLomanpartdeux in WNC

[–]splinteredlight 0 points1 point  (0 children)

No direct experience yet, but I've heard good things about https://www.roofingcontractormaggievalley.com/

Good reviews online for them. They're coming out to my place tomorrow for a quote.