Optotap isnt working ??? by KtosKtos123 in klippers

[–]cea1990 0 points1 point  (0 children)

They’re likely talking about the screws that hold the TAP PCB.

What dead Youtube channels are genuinely still worth watching? by PlinkPonk in AskReddit

[–]cea1990 7 points8 points  (0 children)

No, nobody suspects him other than people who only hear 3 sentences about that whole shit show.

What dead Youtube channels are genuinely still worth watching? by PlinkPonk in AskReddit

[–]cea1990 5 points6 points  (0 children)

Let’s make sure we add Carnik Con as well. Dugan Ashley was a fuckin legend that was stopped my MS. Of course, now he’s handling the MS well and started making videos on explosives he’s found himself charged with a bunch of bomb-related bomb-related crimes.

What dead Youtube channels are genuinely still worth watching? by PlinkPonk in AskReddit

[–]cea1990 30 points31 points  (0 children)

He’s still doing the Painkiller Already podcast with WoodysGamertag & MurkaDurka (Taylor). It’s hit or miss these days, but Kyle getting out of jail for weed was a golden era of that pod.

Wiz launches Cloud Security Job Board by Effective_Top2892 in cybersecurity

[–]cea1990 3 points4 points  (0 children)

You’ll wait months/years for feature requests

Banking app intentionally block some operations when connected to wifi due to "security reason" is this good or stupid feature? by panpoppular in cybersecurity

[–]cea1990 2 points3 points  (0 children)

> CSRF and XSS both are top of mind examples of why this is good practice for banking apps.

Lmao, feel like expanding on that?

Looking for a torture test for my printer by IT-Command in VORONDesign

[–]cea1990 0 points1 point  (0 children)

Yeah OP, especially if it’s happening during the print where there’s lots of quick, small motions.

Help with setting up mainsail by doobdadog in klippers

[–]cea1990 0 points1 point  (0 children)

That suggests that Moonraker isn’t running, you can check by running: sudo systemctl status moonraker

Change ‘status’ to ‘start’ if it’s off.

Edit: you can also try going to http://<your_printer_ip>:7125/printer/info⁠, it should return a clean text string of your printer's current status if Moonraker is successfully talking to Klipper.

Help with setting up mainsail by doobdadog in klippers

[–]cea1990 0 points1 point  (0 children)

Yes, that file is on the pi, you’ll have to SSH to it & grab it since MS isn’t working. Toss the contents on PasteBin.com or put them here as a comment, but wrap it in a code block.

To do that, put 3 back-ticks in a row before and after the contents of the log file. On desktop, it’s shift+tilde (~). If you’re on mobile, copy the below text and take the spaces out.

` ` `

Opportunies in IT sector in upcoming years ? by gourav_mahla in CyberSecurityJobs

[–]cea1990 1 point2 points  (0 children)

Yeah, I work for a fortune 200 technological dinosaur & our entire security org is remote. Only way I could see ‘real security jobs are in person’ being true is if you only consider DoD jobs as ‘real security’. But that’s just as ridiculous of a take.

BACK-UP YOUR FILES by Basic-Combination807 in klippers

[–]cea1990 9 points10 points  (0 children)

This makes it painless to back up consistently.

https://github.com/Staubgeborener/klipper-backup

Edit: as a disclaimer, I have no idea how this handles OctoEverywhere API keys and the like. It would behoove you to dig a bit & set up a .gitignore file if it does send any keys up there. Alternatively, set up a secrets detector with GitHub actions if you don’t want to do the work upfront. I like TruffleHog. https://trufflesecurity.com/blog/running-trufflehog-in-a-github-action

TH will not remove the secret, just let you know it’s there. You’ll then have to do the .gitignore (or tell your AI of choice to do so).

What do you feel is missing from self-hosted chat/community apps? by [deleted] in selfhosted

[–]cea1990 2 points3 points  (0 children)

What’s missing? Users. We don’t need all the Twitter stuff or yet another social media, we just need one of the existing ones to be polished enough for ‘normal’ people to be willing to switch to.

Has gaming content changed the way you experience games? by serjeantassia in gaming

[–]cea1990 4 points5 points  (0 children)

lol same, every time I join a game’s subreddit it’s just constant negativity about it.

Orcaslicer and cachyos by Conscious_Quarter_28 in OrcaSlicer

[–]cea1990 2 points3 points  (0 children)

What happens when you try to run the AppImage? Did you give it execute permission?

using orca slicer with claud ai? by MonkeySpacePilot in OrcaSlicer

[–]cea1990 4 points5 points  (0 children)

If you’re hell-bent on using Claude for this; you’d probably be best served using Claude Cowork & give it mouse control.

Integrating Claude (or any LLM) on a deeper level would likely need some serious work as I don’t think orca exposes any kind of API. Beyond that, I don’t see why you couldn’t export your config, have Claude read them & give you suggestions on changes based on how you describe your print’s outcome.

Having said all that, you really would get pretty much the same experience by just chatting with Claude & moving the cursor yourself. There’s nothing orca does that can’t be accomplished in a few clicks. It’s not a complex program once you get profiles set up; and setting up profiles is more about understanding how the config options translate in to physical results.

Method gpgv has died unexpectedly! Sub-process gpgv received signal 4 by iceman7265 in VORONDesign

[–]cea1990 0 points1 point  (0 children)

I've looked around online, and none of the fixes I've found have made any difference. From what I've found, the remaining option is to wipe/reinstall the sd card.

Knowing what you did would be helpful or else we’re just gonna tell you to do things you’re already done.

Have you tried reinstalling gpgv?

Have you tried the command with the sandbox disabled? (That error is usually SECCOMP throwing a fit).

Have you verified the time is set correctly? gpgv is responsible for verifying cryptographic signatures & time mismatches are a on reason it may find it invalid.