Spyke

Posts

Best cameras that can connect to a home lab?

I'm looking for security cameras that will integrate with my home server and nas. I want ones that record to my nas without some BS subscription service, and ideally run FOSS server logic I can deploy on my server. I've got one camera now that sorta does what I want, except the software isn't FOSS and I've been unable to add the features that are missing.

My ideal requirements are:

  • Good camera quality
  • Direct powered (no battery)
  • Connects via wifi to my network
  • Records to remote nas (no cloud "subscription" requirement)
  • Highly configurable via FOSS software
  • Monitoring software runs on server with local web access
  • QOL features like 2-way audio, audio recording, motion sensing, night vision, etc.

Does anyone have suggestions that meat what I'm looking for or close?

View original on lemmy.world
piracy·PiracybyLimeey

How do I unlock all my old iTunes songs?

I have a lot of iTunes songs from the 2005-2010 era that are all drm’d and can’t be played with anything but my iTunes logged into my account I purchased them with.

It’s 2023, I hate iTunes, but I can’t play half of my library. Does anyone have any idea what I can do? There are paid tools that claim to be able to do it but I’m not convinced…

View original on lemmy.world
lemmy_support·Lemmy SupportbyLimeey

Instance Logs are filled with apub warnings

I'm helping with a highly federated instance, I'm trying to track down an error but the logs are rolling over roughly every hour after being flooded with apub warnings.

{"log":"\u001b[2m2023-07-17T00:50:07.309563Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mactivitypub_federation::activity_queue\u001b[0m\u001b[2m:\u001b[0m Queueing activity https://**********/activities/announce/4e5ea7d8-5d06-4c35-8c83-843484ba59b9 to https://**********/inbox for retry after connection failure: Request error: error sending request for url (https://********/inbox): error trying to connect: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919: (Hostname mismatch).  Sleeping for 60s and trying again\n","stream":"stdout","time":"2023-07-17T00:50:07.309720924Z"}

I assume these are due to sites being offline or otherwise inactive. Looking at the database I see that we have hundreds of instances that haven't received an update in over a month now. How can I stop these from flooding out logs so I can find actual errors.

Can I just remove the problem instances from the instance table? Would that stop the activity pub requests? It seems like we're sending them to reach the inbox, which is failing for various reasons.

View original on lemmy.world

Lets foster a community!

I started python almost 10 years ago now (jesus that makes me feel old). During that time, r/learnpython was incredibly helpful in that journey, and I learned a lot from the folks there.

I can't wait to build the same thing here, and I want to offer my services as best I can to do so. If you have an issue, question or problem, post! You can reply here if it's just a quick clarification, but feel free to make your own post and include your code. I'll do my best to read it when I can and give any help I can. I don't have "all the knowledge" - but I'm pretty proud of myself for being a near expert with the language.

So hit me, how can I help?

View original on lemmy.world
plugins·Lemmy Plugins and UserscriptsbyLimeey

Force external links to open in a new tab

I put this together based on another very similar script (attributed, of course) I found on beehaw that forces external links to open in a new tab. Should work on every Lemmy instance by checking the header. While it uses http*://*/* as the match, it only executes any logic if the isLemmy check returns true.

Honestly, this has improved my desktop experience significantly, it was killing me before.

Hope it helps, feedback/suggestions/contributions welcome!

git link: https://github.com/Djones4822/GM-Lemmy-newTab

https://greasyfork.org/en/scripts/469196-gm-lemmy-newtabOpen linkView original on lemmy.world
support·Lemmy.world SupportbyLimeey

Can't log out

I just mentioned this in my other support post, but I can't actually log out right now. I click “logout” and the page refreshes but I’m still logged in, I see a “websocket closed.” error in my console, I wonder if that’s related…

View original on lemmy.world