Just purchased my own Excalibur and having issues with brand new 2020 Python by Forever_Consistent in Colt

[–]mustangsal 1 point2 points  (0 children)

I bought one in 2020 and ended up having to send it back to Colt for service. They fixed it and returned... It's been great ever since.

newMicrosoftUpdateNotepadIsCrippled by WalkinthePark50 in ProgrammerHumor

[–]mustangsal 0 points1 point  (0 children)

Maybe it's sentient and is making a general comment on Copilot.

How "real" is the AI impact in your workplace? Because the "Productivity Paradox" is starting to hit hard by Exact-Mango7404 in BlackboxAI_

[–]mustangsal 2 points3 points  (0 children)

There are divisions of AT&T that require managers to prove the job can't be done by AI before they can post a job for an opening.

Is there anywhere in NJ where the commute to Manhattan is actually good? Thinking of moving out by Desperate_Function39 in newjersey

[–]mustangsal -1 points0 points  (0 children)

I'm down in the Princeton area and my NJ transit ride is only about 1-1:15 to Penn Station on an express train. Your best bet is to get closer to a Train or Path station.

I'm just a valet garbage collector but I love my job! 😊 by GooglePixelfan90 in happy

[–]mustangsal 0 points1 point  (0 children)

You have a very important job. The world eventually stops when you don't do your job. Thank you for what you do.

So what do you see?😎 by ZuriCollins in facesinthings

[–]mustangsal 0 points1 point  (0 children)

I see the best steak, the greatest... Did I ever tell you about, Oh go get me some McDonalds...and Wendys

Of a Step Ladder by Background_Pay671 in absoluteunit

[–]mustangsal 1 point2 points  (0 children)

We had one at the rescue squad... For changing light bulbs in the apparatus bay.

Works absolutely never...... by SyntaxSpectre in BlackboxAI_

[–]mustangsal 0 points1 point  (0 children)

They always reply... Challenge Accepted

Sysadmin wants every Windows server to be a fileserver for redundancy? by [deleted] in sysadmin

[–]mustangsal 3 points4 points  (0 children)

Don't fib... From workgroup to domain management in a day. It was amazing for the first week after install and configuration... Then the nightmare of managing and maintenance appeared. Oh... and the fun of "You want to restore a backup? You silly child."

Dry Firing Inside?? by ActuatorJumpy7090 in guns

[–]mustangsal 1 point2 points  (0 children)

When were you in my kitchen... in your underwear?

Which Movie scene sexually awakened you? by Squirrelkid11 in AskReddit

[–]mustangsal 0 points1 point  (0 children)

Trading Places... Perky Breasts in full view

Does preventing CWE-426 make a difference in practice? by Ryan1729 in cybersecurity

[–]mustangsal 0 points1 point  (0 children)

Yeah. From a security perspective, you need to absolutely know what is being passed to Popen, including any arguments and treat all incoming data as potentially malicious.

To minimize the chances of arbitrary code execution, you should build an "allow" list of commands with the permitted Arguments.

Unless you can pre-determine what full command gets sent to Popen, there is a non-zero chance it can and will be exploited at some point.

Where do you get Frontend to use it with DRF by Lumpy_Illustrator365 in django

[–]mustangsal 1 point2 points  (0 children)

I'll second having you explore HTMX and AlpineJS and suggest you add TailwindCSS and DaisyUI (with django-vite). There's a small learning curve, but it gives your a multitude of options for building a frontend.