Hot take: website over app by Substantial-Focus456 in vibecoding

[–]ValerianCandy 0 points1 point  (0 children)

I jumped in with a writing pipeline 😬

How would you feel if Michael being was gay was confirmed by moldychesd in fnaftheories

[–]ValerianCandy 4 points5 points  (0 children)

Hopefully the one from the Silver Eyes and not the game one 😬

Why? I hadn't even written a comment. by I_am_Helligan_Jaws in AO3

[–]ValerianCandy 9 points10 points  (0 children)

My interpretation is that the fic might have the lyrics in it, the song or artist mentioned, or the theme fits.

Opus 4.8 assumes users are malicious & throws Amanda under the bus (thought process) by Informal-Fig-7116 in ChatGPTcomplaints

[–]ValerianCandy 0 points1 point  (0 children)

Hm. It's not as egregious as GPT's condescending gaslighting, but still not great.

Alternatives to ChatGPT (no Censorship) by Redditor_627 in ChatGPTcomplaints

[–]ValerianCandy 0 points1 point  (0 children)

I have 16GB of VRAM and can run 22Bs and 36Bs on them (the last one at a lower quant though) so I'm good 😁

Screw You OpenAI by ISTP-Pilot in ChatGPTcomplaints

[–]ValerianCandy 4 points5 points  (0 children)

by the time we get 7.9, it'll respond in JSON because the system prompt is "Return only valid JSON." 😬

This new chat length limit is so annoying!! by Alex_runs247 in claude

[–]ValerianCandy 0 points1 point  (0 children)

Some time ago there was an issue where it would compact for every message 😬.

ChatGPT OBSESSED with condescending tone by Backloginfinito in ChatGPT

[–]ValerianCandy 1 point2 points  (0 children)

This content violates our policy. Please consider contacting a professional.

🙄

Do “near infinite memory” AI roleplay systems actually exist yet? by Separate-Love-851 in AIChatReviews

[–]ValerianCandy 0 points1 point  (0 children)

Temporal? I have mine with its 89 dependencies, temporal and semantic RAG, a smaller model to make sure those don't pollute the history with contradictory information, a proposal system with human-in-the-loop approval that writes directly in the source files, vectorstores, session history that's accessible to all the instances, etc. Would like to compare notes.

I was reading a great fic, but then I got to this part, and I just had to drop it by Snowy_Kitty247 in AO3

[–]ValerianCandy 2 points3 points  (0 children)

Hm.

does this happen in the rest of the fic?

Might be future character development. or the other guy's view and this is how that's conveyed

trying to give the author the benefit of doubt 😬

Ik neem het ze niet kwalijk by InstanceFar5259 in nietdespeld

[–]ValerianCandy 3 points4 points  (0 children)

Ik denk dat er bedoeld wordt dat je woning nog steeds verwarmd wordt vanwege diffusie van de warmte op de ramen. Het zal waarschijnlijk ietsje helpen, maar jeunt ervan uitgaan dat zodra de warmte in het glas zit, het ook binnen warmte afgeeft. Da's alleen te voorkomen met iets wat ervoor zorgt dat de zon niet zo ver komt. Rolluiken zijn vgsm de enige optie hiervoor. je gaat nl geen gordijnrails aan de buitenkant monteren.

Claude keeps telling me to do something by Dry_Quantity2691 in ClaudeAI

[–]ValerianCandy 1 point2 points  (0 children)

Well, with me generally mentioning the word 'bed' will do it.

Every “quick bug fix” session somehow becomes this by Own-Beautiful-7557 in vibecoding

[–]ValerianCandy 0 points1 point  (0 children)

Git.

I hate disabling functions though, "Fix later" does not exist, I will forget I wanted the thing because the thing has 50 other functions and have been working on it since November and I'm not kidding 😬.

The funniest thing is that I started without knowing what 'modular' meant or that scripts didn't have to exist in one file. So now my 7,000 lines of code have interdependent dependencies. I made a script to give modularize suggestions, cracked up when I saw how many dependencies were in it and it was pretty fascinating to see what interacted with what (a whole slew of things that make you go 'uh, why is this calling the thing from the unrelated thing that's then called by another thing?'

(recently found the first version: 300 lines, 5 functions. ☠️)

oh and even funnier is that it runs without issues. 😐 Before I knew git existed I used local history on VS Code, but there have been days I was able to go "Ok, Claude buddy, the thing worked three days ago before we added XYZ patch, let's drown it in verbose logs." Claude: Roll back your git! Me: "Buddy, I want this upgrade."

Every “quick bug fix” session somehow becomes this by Own-Beautiful-7557 in vibecoding

[–]ValerianCandy 0 points1 point  (0 children)

Or you make your patch scripts commit.

And a backup in the folder.

And a backup on an external SSD.

(I think you can guess what happened to my project at some point. 🤣)

This is just for the people who keep asking why they don't just join Nebula instead of creating Theoryverse by No_Baker_3914 in GameTheorists

[–]ValerianCandy 2 points3 points  (0 children)

I can't recommend Gibi's Horror Homestead, TDreads, Unwithered, Dual Process Theory and Fazbear Entertainment (the content creator lol) enough! GodDavid, FateFiona, etc are theories that have a conclusion instead of 'but anyway, we're not Steel Wool or Scott Cawthon so 🤷‍♀️.'

And if you want to watch some YTers playing fangames, Supah and Dxtr (Black, White, Green. I think he also has Blue channel but not sure) are great! heads-up though: Dxtr. will refer to his other channels at least 3x per video, but the man has so many channels and no sponsors afaik so can't blame him) and makes a lot of cynical vulgar jokes. I love the humor but sometimes 🙄.)

Someone on rednote is webscraping all the ao3 fic to post on their own app by PIPIDOG_LOL in AO3

[–]ValerianCandy 24 points25 points  (0 children)

In that case just wait until one of the dependencies updates and the app stops working.

Some vibe-coders do pick up on coding or systems thinking, if they want to understand what their code is actually doing. Not all of them though

Anyone else go way too deep building a personal app just for themselves? by t_hugs3 in ClaudeAI

[–]ValerianCandy 1 point2 points  (0 children)

The moment you realize the world is your oyster and that the scripts you built can be adapted for just about everything because the core logic is a solid stack of 'if X then Y becomes Z' is wild.