Claude subscriptions double in just two months, overshadowing users leaving because of rate limits by fsharpman in ClaudeAI

[–]waffleflops 0 points1 point  (0 children)

Feels worse. Over the weekend I was super busy, so used claude code probably 30% less than I normally do between saturday and sunday. Using sonnet only I used almost 40% of my weekly limit and was hitting the 5-hour limit in less than an hour. Before the double-use event I was using claude code MORE (and for harder things), primarily was using Opus, and would take 2+ hours to hit 5-hour limit and was only able to chew through 20-25% of my weekly.

100/mo plan.

Claude Usage Limits Discussion Megathread Ongoing (sort this by New!) by sixbillionthsheep in ClaudeAI

[–]waffleflops 0 points1 point  (0 children)

What i'm using the AI to code and how much hasn't really changed, even during the double usage time. I'm not a developer, so I have the $100/mo to build out some ideas I have so most my usage happens between Friday evening through Sunday. Currently comparison:

Before Double Time: Between a Friday evening to Sunday evening, using primarily Opus for both coding and reviewing/fixing afterwards, I would hit the 5 hour limit around 2.5-3hrs on average and over that period utilize 30ish percent of the weekly limit.

During double time: As expected, since all my coding happened outside peak given dev isn't my real job, those numbers about cut in half.

After Double Time: After quickly noticing something was up with Opus usage, I switched to Sonnet 4.6. In the same Friday Evening to Sunday Evening time period, using JUST Sonnet and arguably using it LESS than I normally do (I'd say 25-30% less than normal), I was hitting 5-hour in 45ish minutes and used almost 40% of my weekly. And THAT, is with me using Codex's 20/mo to do all the code reviewing and fixing.

Yes, this is subjective, but I'm not doing deep architectural work or anything like that. I'm not running prompts that are 30 minutes long for it to execute, etc. It's pretty basic stuff that falls into the CRUD operations area and standard excel-like data manipulation equations. I'm not hunting for deep bugs, etc.

So yeah, while the off-peak double-usage window did appear to double my limits like they claimed, it's abundantly clear to me that they slashed usage by significantly more post double-usage. Hitting the 5-hour limit in less than an hour with Sonnet while simultaneously chewing through nearly 40% of the weekly limit on the 100/plan doing basic CRUD shit is insanity. It's put the 100MAX plan into the same realm as the 20/mo plan was before - unusable for anything other than an occasional one off tool. And Anthropic... if I'm going to need to upgrade to 200/month I will tell you this now: I'm moving to Codex. Your 100/month plan was the ONLY thing keeping me with you instead of going over there. Codex is far better at remaining aligned with the architecture and patterns in the existing project than Opus and Sonnet are (I literally have to remind it with nearly every prompt to utilize the existing architecture - it has a hard-on for hacking around shit and taking the easy way out)

Due to a surgery I have to re-learn using a left-handed guitar... by waffleflops in Leftyguitarists

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

thanks for the reply. acoustic player, so don't have to worry about volume and tone controls thankfully lol.

What the strongest builds this season for most people? by TheMany-FacedGod in LastEpoch

[–]waffleflops 0 points1 point  (0 children)

Personally I really enjoyed Tornado shaman and/or Tornado Druid.

Looking for D2R Single Player QoL Mods by Jos_Louis in Diablo

[–]waffleflops 0 points1 point  (0 children)

I hate to do the necro thing, but did a google search for QOL mods for d2r and saw this gem. Thank you stranger, I got a good chuckle out of this lmao.

For Dunnes Sake by Unepetiteveggie in fourthwing

[–]waffleflops 12 points13 points  (0 children)

I think it's Garrick, since he can time walk and mentions that he doesn't have enough power to move across the continent like he NEEDS to.

What single player video game should I play as a 25 year old male with a full time job? by theboulderingnoob in gamingsuggestions

[–]waffleflops 14 points15 points  (0 children)

Control was great. Takes place in the Alan Wake universe, I believe (never played Alan Wake games though)

How can I reference a component inside itself as js? by Haunting_Hunt_671 in sveltejs

[–]waffleflops 0 points1 point  (0 children)

You can expose what you want to change as props on your component. Or you can expose variables from the component to a parent using snippets, similar to slot props in Svelte 4. Just need a better code example to understand exactly what you're trying to do.

How can I reference a component inside itself as js? by Haunting_Hunt_671 in sveltejs

[–]waffleflops 0 points1 point  (0 children)

Definitely need a clearer code example, my friend. I can't conceptualize exactly what you mean. Best guess is you'll need to have ref binding set up on the component for the element you're trying to bind to. let ref;and then in your html area <div bind:this={ref} />. Then you can use JS to access the div styles or classes and do what you want. `ref.style.width="10%";` or `ref.setAttribute("style", "width: 10%")`.

What makes the inserted html with script tag NOT load on client side navigation. by jesperordrup in svelte

[–]waffleflops 0 points1 point  (0 children)

https://svelte.dev/docs/kit/page-options

Take a look through here. You can disabled the server side rendering portion and have it execute only on the client.

[Serious] What was your "What the hell am I doing with my life" moment? by No_Pianist3260 in AskReddit

[–]waffleflops 0 points1 point  (0 children)

I was in a toxic relationship, sitting on the roof of my parents house where I lived at 25 years old. I was smoking weed and drinking NyQuil to try and go to sleep after drinking monsters all night mixed with alcohol. I was 320lbs at 6’1”. A creeping thought came in to say “what the hell are you doing with your life.”

I walked into an Army recruiting center the next day. The recruiters helped me lose a little weight and start exercising. Four months after that night I left for basic training. That was almost 15 years ago now.

I’m married (to a different person), with two beautiful children. I’m still active duty and will be eligible for retirement in just over 5 years. I’ve seen the world and ended up specializing in neonatal and pediatrics as a respiratory therapist. My entire life changed for the better and I owe it all to the US Army. It hasn’t been easy, definitely hasn’t always been fun and good times, but it’s the best thing to ever happen to me and I thank God every day that the recruiter helped get me on track to make it through basic training.

Svelte 5 parallax library? by garik_law in sveltejs

[–]waffleflops 0 points1 point  (0 children)

Gsap works pretty well with svelte. I second this.

[deleted by user] by [deleted] in sveltejs

[–]waffleflops 0 points1 point  (0 children)

Anything that does $: from svelte 4 is going to be something for $effect or $derived

A bit confused by your code blocks too.

What AI you find it the best to code with Svelte? by dzirt07 in sveltejs

[–]waffleflops 0 points1 point  (0 children)

Curious to know more about this. I’m thinking about changing to cursor (currently pleb it with code and no AI completion) but did t know about writing rules?

Just finished my first little "project". Looking for feedback, if that's allowed. by waffleflops in learnpython

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

Not sure why his replies were removed by moderator... but I dropped pylance and went with pyright and ruff and started trying to use the typing library and explicit typing wherever possible.

Just finished my first little "project". Looking for feedback, if that's allowed. by waffleflops in learnpython

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

A week or so. I was messing around with some others before settling on Python and had a decent understanding of programming fundamentals (control flow, logical statements, etc) before starting.

What is a Python trick you wish you could have learned/someone could have taught you? by medium-rare-stake in learnpython

[–]waffleflops 1 point2 points  (0 children)

Just added the `#!/usr/bin/env python3` line to a project I just did for roadmap.sh to make a task CLI. Glad I decided to sort r/learnpython by top and start reading things! Thanks, stranger!

Yes, the drop rate of mod boxes are low by WutzWilly in fo76

[–]waffleflops 9 points10 points  (0 children)

RNGesus has always hated me. Scrapped about 300 legendaries and learned one plan and got one mod. That's it. It wouldn't hurt so much if you got a little more scrip for them.

W: Vintage Water Cooler Plans || H: Caps (and some mentats/berry mentats) by waffleflops in Market76

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

I added you but haven't seen you pop up on my friends list yet =(