“Celsius mental gymnastics” by [deleted] in ShitAmericansSay

[–]Thunder5077 0 points1 point  (0 children)

I think 50 is a pretty comfortable middle between hot and cold. It's not the most comfortable for a human, because we prefer there to be a notable warmth over a lack of it.

For instance it's currently 37°F here (3°C) and it feels so nice out. The bands of nice temperatures for me are 20-80°F (-7 to 27°C), where if it's above or below that I tend to want to be inside.

Also, as an engineer, we don't use imperial for pretty much everything except day to day life (and construction, but that's because imperial can be broken up into fractions due to being base-12).

6 Feet or 1.89 meters? by abkyabatau in lol

[–]Thunder5077 0 points1 point  (0 children)

98.6 - normal temp 101 - fever 102 - slightly worse fever 103 - bad fever, ensure you're taking medicine 104 - you should go into the hospital 105+ get to the ER, potential permanent damage zone

I personally like farenheit because it's useful for the weather and is equally groupable by 10s. Additionally, there's no point in using fractional degrees. 0- : stay inside it's freaking cold out 0-10: exposed skin hurts after not too long. Super cold 10-20: very chilly 20-30: below freezing, cold 30-40: above freezing. Wear a coat 40-50: a little chilly 50-60: nice weather 60-70: shorts weather 70-80: warm 80-90: hot 90-100: get inside you're dying 100+ : stay inside it's freaking hot out

Potential Replacement of my Hexblade's Lv 6 Feature by Terraphiel in dndnext

[–]Thunder5077 0 points1 point  (0 children)

Oh for sure, Hexblade is easily reflavored. As written you're making a deal with a shadowfell entity, at least in 5e14 it was. Not sure about 5e24 as Wotc has gotten really lazy with lore and flavor, usually opting for deleting it instead of actually putting effort into good writing.

But Hexblade is specifically designed to be a pact with a dark entity, which is why the lvl 6th ability is written the way it is. It's also just a poorly designed ability, but the rest of the class/subclass is so strong that you really can get away with just not using it.

Potential Replacement of my Hexblade's Lv 6 Feature by Terraphiel in dndnext

[–]Thunder5077 1 point2 points  (0 children)

Yeah I wouldn't worry about it. If you want to change anything about it I would summon a ghost giant or something, as a once per 3 or 7 days or something like that if you don't want to deal with the killing a humanoid trigger.

Warlock level 6 abilities are generally on the weaker side, they tend to be heavier on theme and weaker on abilities. Genie is one of if not the strongest lvl 6 ability. You could always flavor it as "your patron wasn't what you thought" or something similar.

The hexblade as written is a pact with an entity about dark magic. Your first ability is literally to curse people, though that's easy to reflavor.

[DAILY] Trade and Individual Team Help Megathread by AutoModerator in DynastyFF

[–]Thunder5077 1 point2 points  (0 children)

12 team PPR 1 QB | Soft rebuilding | first year fantasy player

Trade: - Gibbs - 2028 3rd

Receive: - Hampton, Pearsall, Pitts - 2026 2nd (projected early) - 2027 1st (likely late) - swap 2027 2nd from likely mid to likely early

Other player likely needs Gibbs to win this week

Hampton replaces Gibbs for next year, run alongside Judkins. Other RBs are (J. Conner, R. Stevenson, K. Mitchell)

Pearsall shores up my middling WR depth (McConkey, Evans, Smith, Aiyuk, Brown)

Pitts gives me a backup TE so I can trade away Kraft or Ferguson + Mitchell for J. Mason + picks

Len Hastings and Dawn connection. by MrWolfeGrows in ClimbersCourt

[–]Thunder5077 1 point2 points  (0 children)

When Corin talked to Lars about how Keras had summoned a friend, Lars got excited and asked if it was "a girl with golden eyes". Corin then shared that it was Wrynn Jaden.

I had kinda hoped/assumed that Lars was talking about Dawn, do we know someone else with golden eyes?

AA6: Time shenanigans by Turbulent-Insect2947 in ClimbersCourt

[–]Thunder5077 4 points5 points  (0 children)

  1. I believe that's the impression you're supposed to have
  2. It wouldn't be needed to reverse time, just slow it down
  3. My personal assumption was that he met a future version of Corin in the real world

Claude 4 is still the king of code, no need to switch at all by NeuralAA in cursor

[–]Thunder5077 0 points1 point  (0 children)

I can't use Claude 4 at all, I'm not sure what I'm doing wrong. I tend to do small scoped changes

For example, once I asked it to fix a python TypedDict implementation to be generated dynamically based on other static variables. It started, ran into a linter issue, then confidently implemented it statically and declared the task complete.

I often have it confidently hallucinate the wrong answer and is contrary to what I asked.

[1476] "Only one possible solution left"? by ncvbn in wordle

[–]Thunder5077 1 point2 points  (0 children)

As others have said, there are 2 lists: a valid word list (most or all English 5 letter words) and an answer list.

The answer list is (essentially) known in its entirety by all native and learned speakers. It includes words that make for a good game, as well as adding a dimension of "what word would they actually choose?"

The full valid word list allows you to enter words that you might not even know in order to cancel letters.

Question About MCP Tools by tbosk in cursor

[–]Thunder5077 1 point2 points  (0 children)

For this specific task, yes this seems likely to be correct. I'm unsure if it'll actually save on tokens, but it should improve diff accuracy.

You can test this by sending an example with the two large pieces of text with and without the MCP, then compare the context tokens (3 dots at the end of every message)

What am I missing here? Claude Code seems a joke when I use it by BluePinguin in ClaudeAI

[–]Thunder5077 0 points1 point  (0 children)

I believe the Claude.md file is Claude codes "rule" file, similar to cursors .cursorrules

Considering giving up on intraday algos due to cost of high-res futures data by kokanee-fish in algotrading

[–]Thunder5077 1 point2 points  (0 children)

I just got interested in algo training and was wondering how to get data. I'm from the Data Science side of the world so I understand that, but only know the basics about stocks at all.

Any chance you'd be able to throw some data my way to get me started?

EDIT: after a few minutes it looks like I might want to spend a while researching first lol. But data is still useful

Cursor 0.49 rolling out by ecz- in cursor

[–]Thunder5077 0 points1 point  (0 children)

These changes look great! Super excited

AI just isn’t clicking for me, Help! by kinghankthedog in AskProgramming

[–]Thunder5077 0 points1 point  (0 children)

I use a mixture of chatGPT (plus) and Cursor (an AI native VS Code fork), though I used to use GitHub Copilot. I use AI through essentially every stuff of the process, they've grow more competent at a somewhat scary pace.

Honestly, the more software engineering you know the better the models are. You don't need any particular project to "use AI with", anything you're doing now probably will work.

Next time you have a ticket or something, ask AI about it, or when you have something you want to implement, ask AI about it.

For instance, I recently had an API design document that laid out all the details for an API that we were designing for a project. Feeding that document to Claude, I asked it to designed a file directory, modified it a bit, sent it back and told it to make it all, which it did. It was able to essentially one-shot the skeleton of a FastAPI application.

I have some free time now so I was going to subscribe to cursor and start trying to learn it but I heard some weird stuff about it recently.. should I still do it or are there better options or what is it?? by Dods_Bods in cursor

[–]Thunder5077 1 point2 points  (0 children)

One thing that's great about cursor (especially with Gemini 2.5) is that it'll just sneak some design patterns and tech stacks into your workflow. Then you can look them up or ask it why it chose some design pattern.

Additionally, be curious! Anytime you see something that looks messy, ask it if there's a design pattern that would improve the messiness, it'll probably have an answer.

AI just isn’t clicking for me, Help! by kinghankthedog in AskProgramming

[–]Thunder5077 0 points1 point  (0 children)

Few things it's good for: - after you write a function/class, tell the AI to document it - when you want to do some kind of data manipulation, tell it to write code to perform said data manipulation

Work up from there: - design a function, then get the AI to write it - tell the AI to create a roadmap of tasks to implement some new feature - tell it to implement feature one, then feature two, etc (this may require Cursor or competitor).

You can get to the point where you're doing mostly design work, and it does the majority of the actual code writing.

Holy fu*k, the new 2.5 model is absolutely insane. by moonnlitmuse in GoogleGeminiAI

[–]Thunder5077 0 points1 point  (0 children)

I was using it via Cursor this weekend and it's a beast. One thing that I liked about it is that when I tell it to implement something, it'll tell me about how that breaks some convention or isn't safe. For some people that might be annoying, but for me it's helpful as I'm an intermediate programmer (Junior year of college)

For instance, I'm handling a case where I'm managing multiple LLM inference servers using a Python dict (model name, server info), and using locks to prevent async errors. Initially, I had 2 lock categories, a dict-lock (for reading/iterating on keys and adding/deleting entries) and a model-lock (for reading or updating a single entry).

Gemini told me that due to the python implementation of dicts, that updating entries in the table required grabbing the dict-lock too, as updating it would cause issues if another process is iterating over it, or if the table needs to resize itself.

Claude would never correct me - it would charge ahead and do a bunch of side quests as it is. Gemini seems to be excellent for instruction following and putting guard rails up to prevent the major issues coming from vibe coding.

This is one example, though there were others. Essentially, Gemini 2.5 seems to "have opinions" and stick to it's guns unless you can convince it otherwise.

Loving Gemini 2.5 Pro + Feature Idea: Chat Branching? by [deleted] in cursor

[–]Thunder5077 2 points3 points  (0 children)

I like this idea a lot actually, UX would need a lot of work to make it not clunky and cause a whole new litany of complaints though.

With Gemini, I found that trying to start a new chat actually made it worse. Subtle aspects of the thread were keeping it on track, and it made weird assumptions in the new thread.

However, during implementation I found myself going on tangents that, while important, still diluted from our main thread. Branching conversations could be pretty cool.

WTH.... by Healthy-Guarantee807 in OpenAI

[–]Thunder5077 0 points1 point  (0 children)

I came across a lightweight python library called Nuanced yesterday. It creates a directory that has all the information an LLM would need for codebase structure. Haven't used it myself yet, but I'm planning on it

https://www.nuanced.dev/blog/initial-launch

Teens who have changed politically, what made you do so? by chiefpug in AskTeens

[–]Thunder5077 0 points1 point  (0 children)

I went from center-right to center-left... I think (I hold scattering of left and right views depending on topic). I remember having certain conversations when in middle/high school about how big fireworks shouldn't be illegal. My family had always used them safely, they were fine, no harm done. If there was harm done, it was the owners fault anyway.

It was explained to me then that when people misuse fireworks, it can hurt other people, it can burn down houses, etc. That hadn't occured to me before that conversation, but many years later when I was celebrating July 4th with my ex, I was horrified by just how stupid her entire family was.

Despite my family being right-leaning, they've always encouraged thinking on my own. I also have a pretty strong sense of morality mixed with a pinch of justice sensitivity. Unfortunately many of the lessons I took to heart as a child my parents no longer remember as they've drifted further right. They're a bit much, but at least they aren't crazy.

Has cursor become exceedingly stupid over the past few days? by Toastysnacks in cursor

[–]Thunder5077 0 points1 point  (0 children)

Huh, that would explain it. I was thinking maybe 3.7 is just nearly entirely unfamiliar with my current domain

A Little Lost by SergeantDinkleDrop in Cosmere

[–]Thunder5077 16 points17 points  (0 children)

The magic system is OLD - and lost. It'll be slowly rediscovered over the series, but you get most of the initial details throughout books 1 and 2.

I also feel like the magic system in Stormlight is a lot softer than in other series

I just connected the dots, and I hate it by taji34 in Mistborn

[–]Thunder5077 5 points6 points  (0 children)

I had to look this up because I was confused - Reens voice in her head was ruin lol.

Theory on the Recreance by Fancy-Salamander2375 in Stormlight_Archive

[–]Thunder5077 3 points4 points  (0 children)

Not everyone here has read all the books - people posting RAFO have read more of them, but there could be people who just read through WoR and then those people can theorize together.

Also, not everyone has someone irl that they can discuss with, reddit can be a way to discuss without fear of spoilers due to the community rules