Vent vent vent angry mad

Vent vent vent angry mad

I just need to vent, I have no fucking idea what are they doing on with the project since it got OpenAI sugar daddy. Out of the box almost nothing works without issues.

I am sure this is somehow my fault ... but today if failed to send me reminder in 15 minutes. That was the last fucking straw, it cant do a job of alarm clock without issues.

Grok 4.6 main model, Sol 5.6 backup

Like reliability is priority numero 73 on this project, need to token max instead. For fuck sake.

And for the record, I am not retarded(credible I know). I have Sol 5.6 on sidelines, trying to fix all the issues we find one step at a time. Its just 2 weeks now and reminder does not gets sent?

Rant over, have a nice day.

Screen of how messages I exchanged with Codex in T3 in attempts to make it work https://ibb.co/zzJP3fR

u/Murdy-ADHD — 1 day ago
▲ 5 r/promoteapps+4 crossposts

Internet Restrictor Retro

App Name: Internet Restrictor Retro

What it does:

I made this to interrupt the automatic habit of opening a browser and then accidentally disappearing into it for much longer than intended. It creates a deliberate boundary before browsing and helps you decide how much time you actually want to spend there.

Key Features:

• One shared daily, weekly, and monthly budget across Chrome, Firefox, Edge, and Opera

• Deliberate waits, limited sessions, emergency skips, and temporary protection pauses

• Fully local: no account, ads, analytics, internet permission, or Usage Access

Goal:

Giveaway. I built it for myself and decided to share it in case it happens to be useful to someone else. I’m not trying to turn it into a product, but if anyone genuinely wants to use it and gets stuck, I’ll try to help.

Giveaway:

Completely free and open source under the 0BSD license. The APK is available through GitHub Releases.

Link:

https://github.com/bald-ai/internet-restrictor-retro

u/Murdy-ADHD — 2 days ago
▲ 1 r/cursor

Cursor keeps playing weird synthetic sounds while the Agent runs — fix

AI wrote this post to a weird bug that was driving me crazy. If you guys also hear those crazy sound effects here is the fix.

_________

If Cursor is making short synthetic “tuduu” / chime sounds while the Agent is working (and it stops when the Agent is idle), it’s probably not the Completion Sound toggle.

It’s VS Code/Cursor accessibility signals. They can fire on chat pending / response received during Agent runs, so a multi-step task can spam you. Easy to miss because:

  • Cursor Settings → Completion Sound can be off
  • but editor.accessibilitySupport: "on" still enables the other sounds

Fix — open settings.json (Cmd+Shift+P → “Preferences: Open User Settings (JSON)”) and add:

"accessibility.signals.sounds.volume": 0,
"accessibility.signals.chatRequestSent": { "sound": "off" },
"accessibility.signals.chatResponsePending": { "sound": "off" },
"accessibility.signals.chatResponseReceived": { "sound": "off" }

Or search Settings for accessibility signals / sounds volume and turn those sounds off.

Reload the window if it still beeps.

reddit.com
u/Murdy-ADHD — 1 month ago

Hi, anyone knows whats up with subagents "speed"? I have a fancy plan review prompt that spawns 3 parallel subagents. In CursorCLI using Composer 2 Fast its over under 5minutes.

OpenCode using mix of (DeepSeek, Kimi and Mimo) takes 30m+.

I was actually looking forward playing with subagents using specific models OOS, but in current state its ridiculously slow.

Thanks.

P.S - I don't even think the agents are spawning in parallel.

reddit.com
u/Murdy-ADHD — 4 months ago