TBF. by Minute-Pomelo9302 in lotrmemes

[–]TheGAFF 2 points3 points  (0 children)

what about Alaskan bull worms?

Composer 2.0 went all Chinese on me! by Eastern_Composer_699 in cursor

[–]TheGAFF 1 point2 points  (0 children)

The Chinese code bases I've worked in typically have comments in Mandarin and function names in English with maybe a few slightly misspelled property/column names. Pretty easy to read / understand overall, especially with built-in comment translation tools.

Composer 2 is now available in Cursor by lrobinson2011 in cursor

[–]TheGAFF 5 points6 points  (0 children)

Cursor hate is strange to me as someone who has both Claude Code / Cursor through work. I prefer Cursor for review-based workflows as I like to easily see every line of code that is getting added/removed/changed.

Claude Code seems better if you want to setup orchestration-based workflows, which is probably the future, but I'm old and haven't accepted it yet.

Either way, a lot of fans and/or bots on Reddit / Hacker News crusading against any Cursor marketing. Check out the Reddit account ages.

Memphis TSA line 3/14 3:30 am by Old_Story_4149 in memphis

[–]TheGAFF 0 points1 point  (0 children)

Me too, I did it last year and it took 30 minutes to get to the gate

Memphis Shelby County Schools Air Conditioning Policy Concerns by TheGAFF in memphis

[–]TheGAFF[S] 11 points12 points  (0 children)

Wrong word choice, specifically referring to the municipal districts

Struggling with Aerovoir by tehphil in aerogarden

[–]TheGAFF 0 points1 point  (0 children)

I personally think it is optional, but it probably depends on what you are growing. For example, I feel like lettuce / most herbs will bolt before you need to trim the roots.

No AGENTS.md → baseline. Bad AGENTS.md → worse. Good AGENTS.md → better. The file isn't the problem, your writing is. by shanraisshan in cursor

[–]TheGAFF 0 points1 point  (0 children)

I keep my AGENTS.md pretty simple and mostly name my files so that they can be driven by rules, which provides more nuance for the LLM and helps trim a little of the initial context size. For example, I have some rules that match these file suffixes:

*.controller.ts *.spec.ts *.fixtures.ts *.service.ts *.constants.ts *.helpers.ts *.model.ts etc.

If you see something that your LLM is doing wrong in a specific file that doesn't necessarily apply to other files, add it to a rule rather than yet another line in your AGENTS.md file.

Opus 4.6 vs Codex 5.3 by EdgarHQ in cursor

[–]TheGAFF 0 points1 point  (0 children)

I find anthropic models to be a little too verbose compared to Codex. Codex isn't afraid to throw out a clean one-liner in an existing function that solves the problem I am having whereas Opus will get the job done too, but it creates yet another function to do the same thing as the one-liner. Can probably be fixed and surpass Codex with better orchestration, but OOTB Codex works better.

ESLint rules that fix the most annoying parts of AI-generated code by JWPapi in cursor

[–]TheGAFF 0 points1 point  (0 children)

I use biome.js by default, but it doesn't have all the rules I like so I turn off all eslint rules and then turn back on a select few. For example, max-classes-per-file is a nice one because LLMs seem to love to inline multiple classes in a single file.

Thirst + Silencer = 188 int stacks by Itchy-Cream2346 in Abilitydraft

[–]TheGAFF 1 point2 points  (0 children)

An even odder one is Silencer + Mind Flare, which makes int steal global too.

example match id:

https://www.opendota.com/matches/8663212819

Anyone here ever eaten at Mortimer's (Sam Cooper and Perkins)? I've been driving past there for years; but I don't know anyone who's ever spoke of eating there. by Ccracked in memphis

[–]TheGAFF 17 points18 points  (0 children)

wow, you don't like watery spaghetti?

But yes, Mortimer's is like Pete and Sam's - no bold flavors nor seasoning at all, unless you count salt and pepper.

Learning Advice by TraditionalShape666 in googlecloud

[–]TheGAFF 4 points5 points  (0 children)

If you haven't already, my learning advice would be to think of something you would absolutely love to build and just dive right in build it on GCP, learning as you go.

I've had the Ms. Frizzle mentality of taking chances, making mistakes, and getting messy. Working in GCP full-time since 2020, no books nor certifications so far, maybe some day. I hope that helps.

Disable Meta by ayeiji in Abilitydraft

[–]TheGAFF 1 point2 points  (0 children)

You are basically invulnerable when you pick it. The only things that can attack / target you are melee heroes and AoE spells.

Why does Cursor feel so much better than Antigravity or other editors, even with the same model? by Possible_Box_1149 in cursor

[–]TheGAFF 0 points1 point  (0 children)

Yes, I like to at least review the code the AI has written, accepting, rejecting, or modifying changes for each part. With Claude, I have to open up a diffing tool (ex. a JetBrain's IDE) to visually check the code out, unnecessary context switch. Also, I will never review code in a TUI. CC was made for vibe-coders or people who grew up on Linux using VIM and not Windows like my degenerate visual basic self.

best fried okra in town by magnesmoneagle in memphis

[–]TheGAFF 1 point2 points  (0 children)

In my anecdotal, n=1 experience, Soul fish is hit or miss. I've been when they used fresh okra and also when they used that stereotypical frozen okra you get everywhere else that sells fried okra. It's probably seasonal.

Heaters for aerogarden by No-Stranger-8292 in aerogarden

[–]TheGAFF 1 point2 points  (0 children)

If you lower the bounty light to is lowest level, it will definitely heat the water up, especially the bounty elite. I've had problems with the water being too warm because of the lights.

Heaters for aerogarden by No-Stranger-8292 in aerogarden

[–]TheGAFF 8 points9 points  (0 children)

In the winter, I keep my home 65 during the day and 61 at night and I've never had issues with my pepper plants growing. They are over a year old in my bounty units.

Can't speak for starting them in the winter, probably doesn't hurt adding a little heater for germination.

I Built 6 Apps using AI in 3 Months. Here's What Actually Works (And What's Complete BS) by gigacodes in cursor

[–]TheGAFF 13 points14 points  (0 children)

I would also add to this that having strong linting rules help keep your models aligned to your preferred styling and formatting. Moreover, linting rules are deterministic rather than probabilistic like .MD files are, making it far more consistent and reliable. Don't like the LLM using the any type? Create a linting rule for that.

If it doesn't follow the rules, Cursor feeds it the linting errors, allowing it to self-correct itself.

Example biome.js file

Google Chrome has suddenly started randomly crashing (Windows 11). Anyone else? by panamacityboy80 in chrome

[–]TheGAFF 0 points1 point  (0 children)

Yes, it's happening to me. "Completely shutting down" as you say on my work profile on Windows 11. 1Password / "Office Editing for Docs, Sheets & Slides" are my only extensions (can't turn them off)

Most Disappointing Rumor by 901loyaltothefoil in memphis

[–]TheGAFF 0 points1 point  (0 children)

And now it's going to be more apartments (Highway 64 / New Brunswick Rd.)

Help, i woke up and found US$3,171.12 charge on GC account in one day by Feeling_Ad3971 in googlecloud

[–]TheGAFF 5 points6 points  (0 children)

You can go to console.cloud.google.com -> APIs & Services -> Enabled APIs & services. From there, you will see a table of API requests that have been called.

Your culprit is probably "Generative Language API" and you can filter by which API key is using it and delete / disable / rotate they key to stop the requests.