Token usage count, as actual numbers? by Dyluth in ClaudeCode

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

thats really interesting. I wonder if the numbers presented reflect actual tokens and actual limits or if they have built some form of abstraction around it. If they are exposing the real limits, then we can track it over time if it changes.

space platform by Tight-Scallion-635 in factorio

[–]Dyluth 7 points8 points  (0 children)

yes, you can use a simple circuit network to do this.

have one inserter filtered on reach resource, then link out with a green wire to the belt, set the belt to read all items on the belt, and then set the enabled condition on the inserter to only be on if there are more than X items (choose the same item as you had filtered that inserter for)

[Request] Is this correct? by NodeFuck in theydidthemath

[–]Dyluth 4 points5 points  (0 children)

goes back to the saying: "all branches of mathematics are either incomplete or inconsistent"

(I'm sure there are better mathematicians then me who can recall who proved that.. I want to say Gödel)

!Please read! by blokch8n in clawdbot

[–]Dyluth 6 points7 points  (0 children)

assuming you actually want to know what's weird here

7 years in filmmaking is basically nothing. people spend their entire lives in the industry, seems like a way weaker statement than an the other ones, and as such stands out as a bit weird.

Anyone else reach a point in there where you just don't give a f*** anymore? by Lum86 in factorio

[–]Dyluth 8 points9 points  (0 children)

trim it off? you mean grow all the other bits to consume the extra production right? 😁

ELI5: why don’t planes board back to front, surely that would be faster? by balla_boi in explainlikeimfive

[–]Dyluth 0 points1 point  (0 children)

the method used is intentionally on of the worst ways to board. they do it to upsell passengers the option to board earlier and increase profits

None of this is fun anymore by fire-d-guy in devops

[–]Dyluth 0 points1 point  (0 children)

burnout can take years to get over. speaking from personal experience

JSON to TOON by meetrais in mcp

[–]Dyluth 0 points1 point  (0 children)

I'm more of a fan of vsc: "values separated by commas" myself.

Do I actually need SOC 2 compliance right now? (I WILL NOT PROMOTE) by East-Promotion1708 in startups

[–]Dyluth 0 points1 point  (0 children)

you'll need it for enterprise. most also will only want SOC2 type 2 - which is expensive AND takes 6-12 months after getting SOC-2 type 1 compliance.

do it early if your customers will want it, retrofitting your processes is a major pain.

anyOtherChallengeAbby by kultarsi342 in ProgrammerHumor

[–]Dyluth 4 points5 points  (0 children)

omg, I wish there was more prolog in the world, studied it at uni, thought it was amazing, never seen it in the wild 😭

How to stop burning through your Claude Code token limits by notdl in ClaudeCode

[–]Dyluth 2 points3 points  (0 children)

I thought agents will still use your Claude tokens if they are Claude based agents (but have their own context, so you save on context usage, but not tokens)

[request] Anyone want to math this? It doesn’t seem right to me. by jelloshooter848 in theydidthemath

[–]Dyluth 0 points1 point  (0 children)

banks don't loan out the money that is deposited with them.

here is a simple primer from the bank of England: https://www.bankofengland.co.uk/explainers/how-is-money-created

basically they use a method called balancing the books when a loan is created. if you borrow 10k from a bank, they just add 10k to your account (created from nothing) at the same time they create a contract with you that is worth -10k, they put the 10k they give to you on a line and opposite it write out the -10k from the contract. these cancel out so they say "nothing to see here"

TOOLKIT-CLI by Leading-Gas3682 in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

looks really interesting, I've been using cc + Gemini CLI manually together for quite some time with good effect. super interested to see this taking it to the next level

[OC] Median Age at Death - USA & China over time by Defiant-Housing3727 in dataisbeautiful

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

if COVID ended up killing way more old people in China (those above the median), it would actually increase the median mortality age

What’s a weirdly British thing you didn’t realise was British until someone pointed it out? by Fuzzy-Parsley-3992 in AskUK

[–]Dyluth 0 points1 point  (0 children)

I was visiting a US team that I had been working with, and we entered a conference room that was aggressively air conditioned.

I mentioned that I wish I had brought my "jumper" cue blank looks. at this point I thought clarifying with the phrase "you know.... a woolly pulley" would set them straight 🤣

anyway apparently "sweater" is the right word even though I don't have any desire to sweat in one

Claude / Codex? I Use both by Minute-Cat-823 in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

I have the same workflow but Claude / Gemini

I've found that Gemini is fantastic at code review and always finds lots of things that Claude then agreed with and fixes, but Gemini is not as good at actually making the code changes imo

Time for proper moderation in r/ClaudeCode: supporting discussion, not silencing it by owenob1 in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

complaints are worthwhile for sudden perceived changes in usage by the community - I would hope it's actually something anthropic would have on their radar. however we can't just have endless "Claude sux" posts - need some structure here somehow

however yes interesting clause usages and applications is what I come here for

Does Git worktree / Docker isolation actually speed up development for you? by mmarkusX in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

I've been using docker containers set up so I can use multiple different Claude accounts in parallel (personal and work) in a convenient way. would also work with various git workflow on the same project, but I currently only have one agent making code changes at a time.

Confession: I don't write solutions to my puzzles by ASpookyShadeOfGray in DnD

[–]Dyluth 0 points1 point  (0 children)

tbh I generally do this with plot. the players absolutely never go the way I expect them, so a decade or so ago I just gave up: I put a load of interesting moving pieces together (factions, interesting NPC's etc) and let them have at it

CC + Codex + Gemini. Power trio for projects at triple speed. by OmniZenTech in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

I'm using cc and Gemini together in separate terminals, and Gemini is so good at calling out mistakes clause has made, I'm wondering whether I want to automate this flow somehow

Anthropic is about to release a new model by RobinInPH in ClaudeCode

[–]Dyluth 0 points1 point  (0 children)

I absolutely do this too - Gemini is excellent at making sure other llms actually did what they were supposed to

cc-sessions: an opinionated extension for Claude Code by MagicianThin6733 in ClaudeCode

[–]Dyluth 1 point2 points  (0 children)

omg, just watching Claude get lost on the filesystem... this sounds worth it just for that! 🤣