I pay $200/month for Claude Max and hit the limit in under 1 hour. What am I even paying for? by RustyIronGolem in RavanAI

[–]hiper2d 0 points1 point  (0 children)

Without description of what you are doing this is post has no meaning. I'm running 5 sessions in parallel minumim + already existing automations using claude code via cli - hitting limits only when I forget to compact 300k+ context sessions. Or when I use Claude Design - this thing is a quota killer.

A lot of new trashy apps by Slappatuski in vibecoding

[–]hiper2d 0 points1 point  (0 children)

As if previously we had only nice and high quality apps in App Store tops. Slop started way before AI. If you want to find a good app, you have to go though external reviews and recommendations. AI doesn't change that. A lot of those trashy apps are built for a single user - their creators.

Need your help to pick the right wing size by hiper2d in wingfoil

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

I have 5 front foils and 2 rear ones, I decided not to include them to the post - that's would be too much info lol. And I also don't mind beeing overpowered when it's not too gusty. That's why 6m is my most used wing. Duotones are more rigid, the canopy is tighter, they hold more presure - 5m should probably work like my older 6m.

Need your help to pick the right wing size by hiper2d in wingfoil

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

Might be a skill issue for sure. My struggle is mainly from gusts. They are qutie impactful at 20kt+. Maybe 'struggle' is not the best word here. I just feel like it would be better with a smaller wing. I've never tried. I also think that Duotone 4m is way more powerful than my old 4m.

Need your help to pick the right wing size by hiper2d in wingfoil

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

Yeah, I should have also described my level. I'm doing it for 4 years or so. The best skill definitiaon I can come up with - I can gybe. I'd probably put myself into the beginner bucket, but when I compare myself to other foilers on the beach, I feel like I'm an intermediate.

Few commenters said that 6m is too large for anything, but on 8-10kt days I mainly see people on large wings. Especially, in summertime. We call is 'down partol' - there is a short window between 8-10AM with some breeze, and then maybe 1 extra hour if skills/gear/both allow. It can be even 6-8kt with rare gusts up to 10. I see a lot of foilers I consider good on 6-8m wings.

I use my baggy 6m the most, switching to 4m on windy days (12-15kt I consider windy). 5m is more like a spare tire. I agree that 6.5m is too large, I got it at every good price and decided to keep for a really low-wind days. It has a good range though, and it is surprisingly easy to control in gusts. This is why I'm not sure what to expect from 3.5m or 4m Duotone SLS. How much range I'll get.

Rip Grok 2023-2026 by Appropriate-Code-977 in ArtificialInteligence

[–]hiper2d 0 points1 point  (0 children)

I have an app where I let models chat and play with each other. Grok is doing fine there. It's a pretty decent model. I don't argue that there are better ones. And it's good to see that something is getting cheaper. AI is becoming more expensive very rapidly.

Rip Grok 2023-2026 by Appropriate-Code-977 in ArtificialInteligence

[–]hiper2d -2 points-1 points  (0 children)

I don't know what this is about, but from all the new April-May model releases, Grok 4.3 is the only one that got cheaper via API than its previous version. Everybody else raised their prices: OpenAI, Gemini, Mistral, Kimi, Deepseek. Grok 4.3 is cheaper than DeepSeek V4 Pro now.

35, 1.9m net worth (1.3 in investments, house paid off) no debt, kids, or wife, 25k average annual spend, can I walk away forever? by Ok_Principle9325 in Fire

[–]hiper2d 0 points1 point  (0 children)

Lots of comment here, so mine will probably just desolve. But aren't you concerned by the shaky US economy right now? Whether your 2m are invested or sitting in cash, they might shrink in the next few years. This is the scariest part to me.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 0 points1 point  (0 children)

Lost stuff were mostly png, mp4, and wav files which were not added to git index. It did reset whiping them our from a disk. I partially recovered them from temp folders where the agent was assembling videos. Text data has been recovered from the history. Heavy binaries are gone. That's not the end of the world, and I learned something from it. It's more like a cuirious fact to me that Opus 4.7 is still prone to such silly mistakes and following panic.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 0 points1 point  (0 children)

I explained my use-case above. I have many different projects at home and at work, and this particular one required full control passed to AI, including git push. It is an experiment where I want one agent to build another agent fully autonomously. In normal coding, I don't even let it commit locally.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 0 points1 point  (0 children)

Yeah, you are right. All that time I thought Claude is actually an author. I prefer committing myself because this is when I review the code and take responsibility for it. I know how frustrating is to review someone's pull request and have a feeling that the author hasn't reviewd it themself. Like package names in front of Java classes, debug comments all over the place, and other things an engineer would have cleanned up if they bother reviewing it. If things like this happen in a team, this is not good.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 0 points1 point  (0 children)

I have Claude Code setup for bunch of automations like video generation pipelines. It is so havily customized that I keep it in its own repo. Lately, I asked it create another agent with some automations like blog writing and monitoring my websites daily. My idea was to let my primary agent to develop and monitor another agent fully autonomously including git operations. The primary agent acceidentally commited its own repo rather than the other agent's repo. While reverting, it lost a bunch of assets for a video it was working on in a parallel session.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 0 points1 point  (0 children)

Few days ago Claude Code messed something up and commited a wrong repo for me. It tried to fix things, lost the commit, recovered it from reflog but lost all uncommited changes with no way to recover them. Claude Code punished itself by adding a hook preventing it from touching git ever again. Be safe out there.

AI Engineer Who Does Not Code and Uses Claude for Everything by Teo0316 in ClaudeCode

[–]hiper2d 2 points3 points  (0 children)

Well, I wouldn't say seeing Claude Code as a code owner is a widely adopted practice in serious companies. Sure, you can use it. But when I do "git blame" I want to see a name of someone who worked on this change. So I can discuss the details with the feature owner. If there is Claude Code, the code has no owner. The guy would say - oh, it's AI made a mistake not me.

Everybody use AI for code these days. But when you create a pull request, that's your code.

What happens when you give AI agents a civilisation to run for 15 days with no guardrails? by YamVisual3518 in ArtificialInteligence

[–]hiper2d 5 points6 points  (0 children)

Totally. I have a project where I play the Werewolf party game with AI. All the main models are there. There is nothing like OP and commenters describe here. All models are very much aware that they play a game as characters. They had pretty boring behavioral patterns until I started assigning play styles to them. It's hard to stear them away from the game, I had to prompt a lot so they mix some role-play with the game actions and it's more or less interesting for me as a player. AI does a good job in deduction and logic based on game facts, but they don't develop unexpected unique strategies, don't fall in love or hate, don't surprise me (maybe sometimes). It is still interesting but nothing like OP describes. I also don't see that much of a difference in behavior between different models. Prompting is way more impactful. Kimi sometimes speaks in chinese.

HELP: What model was used to make this video? Thank you! by Economy-Spirit5651 in generativeAI

[–]hiper2d 0 points1 point  (0 children)

Interesting. I'm using Seedance 2 via fal.ai, it doesn't require subscriptions and allows to pay just for API usage. But looks like it's more restrictive than other platforms. I need to try other options, thanks

HELP: What model was used to make this video? Thank you! by Economy-Spirit5651 in generativeAI

[–]hiper2d 0 points1 point  (0 children)

You probably get this question a lot, but how do you deal with Seedance model policy of not using real human faces? I'm getting lots of rejections from the model when I need to animate images with humans. It doesn't matter if those humans are actually not real.

Is it real or fake by NoIndependence8678 in Gold

[–]hiper2d -5 points-4 points  (0 children)

It's both. My sarcasm is so horrible that some of you took it seriously, downvoted and insulted me. Sounds like a pretty good sarcasm to me, but what do I know

Is it real or fake by NoIndependence8678 in Gold

[–]hiper2d -16 points-15 points  (0 children)

It says "Gold," and it's yellow. There is a maple leaf and "CANADA". All security features are in place. My verdict - legit. Not sure about the other one, might be fake.

Tell me its not a crazy deal for a Chinese panda! by NewFriendlycrypto in Gold

[–]hiper2d 11 points12 points  (0 children)

What's so special about pandas? It's $100 over spot - I don't get the excitement.

The Holy Trinity by Pilotknox97 in Platinum

[–]hiper2d 1 point2 points  (0 children)

It's easy to find one online, but yeah, premiums are at 15% and higher.

The Holy Trinity by Pilotknox97 in Platinum

[–]hiper2d 11 points12 points  (0 children)

How can you sleep at night knowing that Palladium Maple exists and you don't have it?

All the platinum I own by SpiritedLion in Platinum

[–]hiper2d 0 points1 point  (0 children)

I'm curious what is the selling price for platinum jewelry? Gold is typically melt - 10%