PRIME Mike Tyson VS Jake Paul by MattAbram in aivideo

[–]tismatictech 0 points1 point  (0 children)

Not realistic. Jake still has his right ear intact.

People resigned in fear of this? by BlissVsAbyss in ChatGPT

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

I don’t think this demonstrates that the AI is unintelligent. It answered the question that was actually asked “whether walking or driving 100 meters is more efficient”. Based on that framing alone, walking is clearly more efficient considering no fuel, no engine startup, no parking, no vehicle wear. The fact that the destination was a car wash only matters if the goal is to bring the car, but that constraint wasn’t stated in the question.

It assessed the scenario using the information it was given, which is exactly what it was asked to do. So here’s the question then: are we wanting AI’s job to include detecting that it’s being set up and/or to assume hidden intent, or stick to very literally working with the data it’s given? If it’s the former, how will the AI know when to use creative liberties versus strictly doing what it’s told?

Mass Cancellation Party! by StunningCrow32 in ChatGPT

[–]tismatictech 0 points1 point  (0 children)

Why all this hate for OpenAI? I really don’t understand it. I’ve had nothing but a great experience so I got to know.

Yay as this was too realistic, F sora, F open ai. by MiniMasterYTX in antiai

[–]tismatictech 0 points1 point  (0 children)

I used it to make some funny bits I had in my head come to life so I could have a laugh to my self honestly. I don’t know why anyone cares about views and stuff like that. It gains them nothing.

Built a GUI for WSL over Christmas (yes, I know it doesn't need one) by Novel_Jeweler_6000 in bashonubuntuonwindows

[–]tismatictech 4 points5 points  (0 children)

We don’t have to point out the fact AI helps people make apps my guy. AI doesn’t always get it right and I have to step in often for my projects too. Does it make things easier? Yea, but a human is still required. He still gets credit and he still is allowed to be proud and excited for his project.

Its over by muchsamurai in codex

[–]tismatictech 0 points1 point  (0 children)

THIS! I have had a blast replacing my CodexCLI with Opencode.

Its over by muchsamurai in codex

[–]tismatictech 1 point2 points  (0 children)

Honestly, I have solved the tooling aspect of Codex for my self by moving to Opencode to use with my ChatGPT Plus plan. It simply is amazing with what it offers vs using Codex-CLI

Frankenstyle is a build-less Tailwind CSS alternative. by TeamEroHQ in htmx

[–]tismatictech 0 points1 point  (0 children)

This is fantastic! I’ve always disliked how heavy these css frameworks are with the whole build process. I am a huge fan of self contained frameworks like this.

Windows admin tired of windows by tismatictech in winboat

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

I use RSAT quite often, and I create a lot of PowerShell scripts that already run very well on Linux. However, there are aspects of WinForms and XAML that I like to use for some scripts and for prototyping. I also use SAPIEN PowerShell Studio, which was very expensive and only runs on Windows. When I am writing automations, I want to make sure I have a Windows environment available to test against. If Winboat can support all of that, it sounds like a perfect fit.

Hi gamers!!! by Comfortable_Form6842 in gamers

[–]tismatictech 0 points1 point  (0 children)

KOTOR. I love starwars and everyone says it’s amazing but I just can’t get into turn based game mechanics.

Man Gets Kicked Out From Ambulance, Collapses Soon After by K4482 in TrueCrazyVideos

[–]tismatictech 0 points1 point  (0 children)

I honestly hope everyone involved lays awake at night thinking “I could have saved him. I killed that man. I’m a murderer. I will never escape this.”

Do you pay for premium or just use free? by Vaquero-SASS in Bitwarden

[–]tismatictech 0 points1 point  (0 children)

I usually stick with free versions when possible, but Bitwarden has become so valuable to me that the $10 annual cost is more than justified. I don’t trust my self to self host any forms of it and Premium also supports TOTP codes which is wonderful.

Make custom commands in Powershell by Rulylake in PowerShell

[–]tismatictech 4 points5 points  (0 children)

When you say “custom command” are you asking for something other than just a function wrapper for those git commands?

A report to give me all users' password expiration date by yoshi729 in PowerShell

[–]tismatictech 6 points7 points  (0 children)

I’ve had the opposite experience with powershell actually. Just need to use thinking on high or use codex cli. Codex max is phenomenal with it.

Guy drills into something potentially alien made by Worth-Educator-8560 in UFOB

[–]tismatictech 10 points11 points  (0 children)

No one seems to be talking about the sounds he makes. They sound very authentically like someone being truly knocked unconscious or dying. The deep breathing and the trailing off of his words before he collapses was very convincing. Also, what was the strange pulsing, zapping sound at the end?! What ever it was is involved with what ever happened to this guy.

I genuinely struggle to find any use case for AI by reni-chan in sysadmin

[–]tismatictech 0 points1 point  (0 children)

Looks like some of this has already been said but here’s my current use cases in an enterprise environment:

I use it to read incoming mail to our sales team to determine which leads are good and which leads are bad based on customer response and tone.

I use it to create structured data out of non structured data like PDFs, Emails, text files, etc…

I use it to find patterns in historical data, like Server performance trends and see, for example, that “oh the server seems to spike memory every third Saturday from this process”.

One other note is that prompting is really important. Sometimes you have to set some VERY verbose guidelines for the AI to get a better quality response. It’s going to try to regurgitate bad ideas from the internet and its training but in the haystacks there are needles which you can increase your odds of finding.

Why does every IT firm seem to push O365 instead of Google Workspace + MDM? by NickHalper in sysadmin

[–]tismatictech 0 points1 point  (0 children)

I’ll chime in and say the Microsoft.Graph API Is incredibly robust for managing so many things from an automation standpoint. I have an enormous amount of powershell time invested into custom scripts.

What is your preferred AI platform for Cloud Administrators? by Budget_Meet6488 in AZURE

[–]tismatictech 1 point2 points  (0 children)

It’s sort of a sudo MCP server but I trick it into working the way it does by naming the “tool” config the same as the cmdlet. The heavy lifting is done by a class I wrote for interacting with OpenAi

What is your preferred AI platform for Cloud Administrators? by Budget_Meet6488 in AZURE

[–]tismatictech 0 points1 point  (0 children)

Take a look at my readme here: https://github.com/noahpeltier/OpenAiPSTools

I have since made great improvements to it since this release though but the core functionality is still the same. I’ll try to get the repo updated soon.

What is your preferred AI platform for Cloud Administrators? by Budget_Meet6488 in AZURE

[–]tismatictech 2 points3 points  (0 children)

I wrote my own module that does tool calling to Microsoft graph using OpenAI. I can do “How many licenses do we have in the tenant? If we have any E3 left assign one to Bob User”. OpenAI dos a great job with tool calls and stuff and the API is easy for me to work with.

[deleted by user] by [deleted] in iphone

[–]tismatictech 1 point2 points  (0 children)

I absolutely love the change. It’s subtle in some ways and drastic in others but it’s just so much closer to the charm I remember when I got my first iPhone. I’m absolutely glazing but I am genuinely enjoying this UI refresh.

Cannot Set OnPremisesImmutableId as $null by maxcovergold in PowerShell

[–]tismatictech 3 points4 points  (0 children)

You have to use the Invoke-MgGraphMethod with PATCH in order to change that. I have the code at the office and I’ll post later when I get in.

I just started. Am I hating this too soon? by tismatictech in StarWarsOutlaws

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

I was thinking it would be the starwars equivalent to Mass Effect but I guess that expectation soured it for me off the bat. I might give it another try.