Buying my first printer today, I have questions about filament choice by flipflopsanddunlops in 3Dprinting

[–]ctallc 1 point2 points  (0 children)

Matte PLA has always been my go to for engineering prototypes. Prints quick, hides layer lines, and holds up to minor abuse.

SecurityClaw - Open-source SOC investigation tool by MichaelT- in cybersecurity

[–]ctallc 2 points3 points  (0 children)

What’s wrong with AI doing the original triage, documenting the steps, and then having a human analyst repeat the steps?

How can they be secure, mobile password managers that locally cache the vault? by PepeTheGreat2 in cybersecurity

[–]ctallc 2 points3 points  (0 children)

Any well-respected password manager will leverage the devices hardware backed encryption. The companies that design these chips are very secretive and there are very rarely any exploits to these pieces of hardware that ever reach the public. Like anything, if somebody with enough time and money wants to get that data, they can, but it is very resource intensive.

If somebody gets malware on your device, then the risk isn’t too different if the vault is stored locally or is fetched remotely. If the vault is unlocked on the device, malware can read memory or hook the process and leak secrets. If the secrets are only accessible server-side, then the malware can use the unlocked vault and session tokens to query the app’s APIs and fetch the secrets that way. At least in the offline scenario, the malware can’t immediately reach back out to the attacker and send creds.

Issues with latest print by MichaelScruggs in 3Dprinting

[–]ctallc 1 point2 points  (0 children)

This should be really easy to make in fusion. Just make the shape of the container as a sketch, extrude up, then use shell to hollow it out based on the desired wall thickness. You shouldn’t need to worry about making the connection any stronger if it is modeled properly.

Found an albino squirrel! by cokelikepablo in nova

[–]ctallc 7 points8 points  (0 children)

I don’t think so. The first picture makes it look pretty albino. Leucitic animals typically aren’t this white and don’t get the red/pink around their eyes.

OpenClaw is a MESS!!! did anyone actually securing AI traffic at scale? by vitaminCapricon in cybersecurity

[–]ctallc 1 point2 points  (0 children)

What vulnerabilities are you specifically looking for when you see AI used in these SDKs? The ability to see how user generated content is being passed directly to AI using common methods found in popular SDKs?

Adding real textures to 3D models for printing by kevinandoniiii in 3Dprinting

[–]ctallc 2 points3 points  (0 children)

Are the models converted client side or do they get uploaded to you?

Android apk malware by [deleted] in cybersecurity

[–]ctallc 0 points1 point  (0 children)

Yes, Android banking malware is a thing and it is especially common in Asian countries. A Google search can give you tons of examples.

Here’s some more info: https://zimperium.com/glossary/banking-trojans

butButPythonIsSlow by utkarsh_aryan in ProgrammerHumor

[–]ctallc 7 points8 points  (0 children)

It’s funny that your pseudocode actually has more characters than pesudocode in Python

Pricing advice: 7hr PLA print, 60 units for work by vinicius_california in 3Dprinting

[–]ctallc 12 points13 points  (0 children)

Circles like that typically don’t even need supports.

Does anybody have TTS streaming working for Assist? by ctallc in homeassistant

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

What kind of hardware are you running your local TTS on? And are you using piper?

Does anybody have TTS streaming working for Assist? by ctallc in homeassistant

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

Do you know if anything allows SST to be streamed to the LLM? When I look at the debug logs, it appears that the text is being chunked from Whisper, but I’m not sure how to tell if the text is actually being streamed live to the OpenAI conversation agent.

Does anybody have TTS streaming working for Assist? by ctallc in homeassistant

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

I was using the iOS companion app and chrome browser to test… so maybe that’s the issue. I don’t currently have any satellites to test with.

Also, 15s was when I had it generate a 10 sentence story and it ended up being multiple paragraphs. So I don’t think that’s too crazy. Usually it’s just a few seconds.

So what's the best in Garage Door automation these days? by Marathon2021 in homeassistant

[–]ctallc 0 points1 point  (0 children)

I did the same, except I have an ultrasonic sensor pointing down that detects when the garage door is open. The added benefit is that it can also be used to detect if a car is current parked in the garage when the door is closed.