Hacker Newsnew | past | comments | ask | show | jobs | submit | benswerd's commentslogin

What is the hardest part of building this for you?


I have a payments background. So maintaining a very high bar on security, reliability and performance as usage scales is super important.


What made you choose digital ocean?


YC gives DO credits for startups.


Their machines are good & they have a partnership program that's fast and compatible with the model.


Its not a zero day. I found this while zero day hunting.

It is a surprise and I cannot reveal what it is 4 the sake of the memes.


Nobody is going to clone a repo just to look at it. If you want people to look at it, you must provide some info or it will just be ignored.


I mean, I can guess, given one of the URLs. I look forward to subsequent reporting about it.


I'll say this: as a very competent engineer I have gone weeks at a time without handwriting a single line of code in the past few months. It is where the industry is going.


[flagged]


I’m confused what you mean, I post on either subdomains of my own website for personal projects or blogs on my company website freestyle.sh.

My twitter is @benswerd.

What are you saying?


With respect to CSS expertise, I don't need/want perfect CSS at my company, I want styling that is clear and workable. Tailwind and ShadCN gets me there, my most backend-y backend engineer gets tailwind. The job of CSS on my team is not to be beautiful or top 1%, its to function.


Just did this, found result fairly interesting, I reject most of its objections on the basis of bad code. When I say Im pro explicitness I'm also pro comment, and pro separating the "this is core fact" and "this is configuration that i don't care too much about". Will use this test for future writing.


This is a fair point. Im not opposed to the open function existing, but I do think its valuable to own the underlying implementation of thigns like it (maybe not open) in your codebase so you can review the implementation and reconfigure it to your precise requirements.


One strategy I like for this is a notes field on every single MCP route. Lets the AI optionally just decide to tell you things.


gonna use it on my websites homepage


Why not?

The docs for git clone at https://git-scm.com/docs/git-clone are less than 4000 tokens, I don't think this is unreasonable.


Because the defaults aren't just for convenience, the API designer is also making the parameters they think should be used the most have the least resistance. Good example is runtime parameters like in the JVM. You shouldn't start with having to tune your JVM, you probably want a middle of the road place to start with even if you know you're going to tune it.


im not opposed to good defaults, i just believe they should be explicit. The AI should read the starting.md to fill in explicitly what its JVM configuration is. Then, when you want to tune in the future its clear what options are available and what specifically is changing.


I can't parse this. If you explicitly define recommended values, those are not what I consider "defaults".


Because LLMs degrade with context length. And even if they didn't, having to constantly ingest the same stuff is wasteful for execution and cost. Why stuff the context when you don't have to?


Conservatively speaking, LLMs degrade past 40% of a 2M context window, 4k tokens is 0.2%, so no degradation there. Thats also current generation conservative estimate.

I think wasteful is an irrelevant metric. Claude ingests those tokens in a quarter of a second, if it causes it to catch any bug ever it saves far more time than it ever uses.

Any individual default that causes unexpected behavior causes more problems, takes more time and costs more than the small cost of being explicit.


Boiling frog problem


the Electron problem


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: