Readit News logoReadit News
seperman commented on Claude Sonnet 4 now supports 1M tokens of context   anthropic.com/news/1m-con... · Posted by u/adocomplete
gdudeman · 22 days ago
A tip for those who both use Claude Code and are worried about token use (which you should be if you're stuffing 400k tokens into context even if you're on 20x Max):

  1. Build context for the work you're doing. Put lots of your codebase into the context window.
  2. Do work, but at each logical stopping point hit double escape to rewind to the context-filled checkpoint. You do not spend those tokens to rewind to that point.
  3. Tell Claude your developer finished XYZ, have it read it into context and give high level and low level feedback (Claude will find more problems with your developer's work than with yours).
If you want to have multiple chats running, use /resume and pull up the same thread. Hit double escape to the point where Claude has rich context, but has not started down a specific rabbit hole.

seperman · 21 days ago
Very interesting. Why does Claude find more problems if we mention the code is written by another developer?
seperman commented on Pricing Pages – A Curated Gallery of Pricing Page Designs   pricingpages.design/... · Posted by u/finniansturdy
netdur · 23 days ago
I love pricing pages, I avoid landing pages or whatever they want to me read and go directly to pricing page to get the meat of what they offer... then I look at price.
seperman · 22 days ago
I’m the same way — I skip straight to pricing too. Curious though: when you get there, do you prefer seeing a few fixed tiers (like the classic “3 bucket” layout), or would you rather have a usage-based formula where you can adjust a slider or input your exact needs and see the price change in real time?
seperman commented on Show HN: Keep – GitHub Actions for your monitoring tools   github.com/keephq/keep... · Posted by u/talboren
SOLAR_FIELDS · 2 years ago
Since this is 2023 and we are releasing things that solve X and Y problems in YML I do want to take the opportunity to question whether solving problem for X or Y in YML is really the thing we should be building businesses around these days. I’ve spent the greater part of the last year or so undoing the pain of “reasonably complex GHA in YML” in my organization. It’s one of those things that sounds great conceptually, and works really well simplistically, but once your use case evolves beyond even remotely simple (for example, abstracting and maintaining this code in an engineering org in the tens of people, not even hundreds), it is a slow growing cancer that ends up being a huge time suck, unmaintainable, untestable mess, and technical debt for your org.
seperman · 2 years ago
I have been working on a data validation tool for a while. I even tried creating an extended YAML parser for data validation. You made me realize I wasted my time with that approach. Better now than later. I would love to talk to you before I throw away more code. Can we connect?
seperman commented on Python 3.9 removes backwards compatibility layers for Python 2.7   docs.python.org/3.9/whats... · Posted by u/tosh
seperman · 5 years ago
It seems things are coming back full circle. From what I remember, Guido wanted Python 3 to be a whole new spec and not be backward compatible with Py2. Then they kept adding features to make it backward compatible.
seperman commented on Faster, cheaper, and better: A story of breaking a monolith   zepworks.com/posts/faster... · Posted by u/seperman
accnumnplus1 · 6 years ago
That can be done with libraries.
seperman · 6 years ago
We do use libraries as much as possible. However we avoid putting business logic into libraries.
seperman commented on Faster, cheaper, and better: A story of breaking a monolith   zepworks.com/posts/faster... · Posted by u/seperman
raptorraver · 6 years ago
Good read, thanks!

I’d be interested to know how long this all took and how many developers were involved.

seperman · 6 years ago
It took over a quarter of the year with one engineer 100% dedicated to it and between 1 to 3 other engineers involved part-time over different stages of the project.

u/seperman

KarmaCake day90September 30, 2016
About
Creator of DeepDiff and Qluster

https://zepworks.com http://qluster.ai

https://github.com/seperman

hello _at_ zepworks.com

View Original