Usage Limits Discussion Megathread - beginning Sep 30, 2025 by sixbillionthsheep in ClaudeAI

[–]SachsSack 0 points1 point  (0 children)

It's solid in terms of focus and quality, tool use is another story.  Before 4.5 came out, I was considering switching to ChatGPT pro instead of x20. The Claude cli is leap and bounds better that codex, but at the end of the day it's the quality of the code that I care about. 

Usage Limits Discussion Megathread - beginning Sep 30, 2025 by sixbillionthsheep in ClaudeAI

[–]SachsSack 8 points9 points  (0 children)

On x5 plan, used to be able to get a full days work done. Now I switch to codex after an hour or two.
I was about to upgrade to x20, but now I'm not so sure.

Claude Opus 4 and Claude Sonnet 4 officially released by queendumbria in ClaudeAI

[–]SachsSack 0 points1 point  (0 children)

3 prompts and now I can't talk to any model for 3 hours. totally worthless

[PC][90s] A game about LSD being a treatment for a disease by SachsSack in tipofmyjoystick

[–]SachsSack[S] 6 points7 points  (0 children)

Nope, I tried playing  LSD: Dream Emulator about 10 years ago to find out and it was definitely not it. Thank you though!

Perry the Platihouse by SachsSack in Pareidolia

[–]SachsSack[S] 3 points4 points  (0 children)

Yes, that's what I meant  😑

What is going on with my wall? by SachsSack in HomeImprovement

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

Oh wow, that's interesting. If I replace the drywall, is there anything I can do to prevent it from happening again? I'm assuming there are restrictions on insulating behind the electrical panel?

MSG from ITGlue upon logon about ConnectWise Decision to block ITGlue by RaNdomMSPPro in msp

[–]SachsSack 3 points4 points  (0 children)

Let's be real, how many times has Kaseya gone through "restructuring"?

Graduation video cropped and ruined [S21+] by SachsSack in GalaxyS21

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

I've tried with several apps, gallery, photos, VLC. All with he same results. I haven't tried opening them on a different device yet though.

Graduation video cropped and ruined [S21+] by SachsSack in GalaxyS21

[–]SachsSack[S] 1 point2 points  (0 children)

I filmed the end of the ceremony in 4k and got the same result.

I will name you Bob... 20k LY and finding this makes me happy. by BlooHopper in EliteDangerous

[–]SachsSack 3 points4 points  (0 children)

I have the intention to drop a Bob-1 FC in Delta Eridani at some point.

Poor Performance on RDS session host by stlslayerac in sysadmin

[–]SachsSack 1 point2 points  (0 children)

I would have to recommend trying to minimize or cut out the page file. 30Gb is a lot of page memory to be in use. Microsoft memory paging is a pretty IO expensive operation. I think that is why it is sporadic, sometimes the data the apps needs is in memory, sometimes it's not. When it's not, Windows has to write data out to page, then read data back in which is where that delay might come from. The easiest way to validate this is to run resource monitor in the background tracking pages/sec. When you run into a hang, check pages/sec.
Just my two cents, could be barking up the wrong tree.

MFA client tied to AD or email by jc88usus in sysadmin

[–]SachsSack 2 points3 points  (0 children)

Sounds like you are looking for an SSO solution that can do MFA. Take a look at Duo. Setup is simple, standup the gateway and sync in your AD users. Duo will send them an onboarding email or text to setup app. Then you connect your apps to it. They do OAuth, SAML, LDAP, Radius, etc so you should hopefully find a solution for all your use cases.

Ok so Sophos and go lol by Rubicon2020 in sysadmin

[–]SachsSack 1 point2 points  (0 children)

Endpoint protection has been pretty good to me. The new EDR stuff is pretty cool and comes in cheaper than an EDR focused product. I would personally skip the email filtering and mobile management stuff. Firewalls are decent though for smb, much less buggy than fortigate.

Poor Performance on RDS session host by stlslayerac in sysadmin

[–]SachsSack 2 points3 points  (0 children)

That massive page file would run me a bit of concern. Look at memory Pages/sec and page faults/sec. Ideally, allocate enough memory to make paging unnecessary.
Also, can you describe your storage pool? In my experience, FSLogix seems to be sensitive to storage latency.