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


Yes, I love github actions for claude code! And use it myself for code reviews.


Context engineering is extremely hard,you won't just "get it" overnight.

The other thing, it's just another code generation tool, treat it accordingly


The original title is "Objects should shut the fuck up". I don't like unnecessary cursing either, but it is emphasizing his frustration in this case and cursing objects, not people.

Renaming the title is just losing information for no reason.


Not sure I would consider a user copy-pasting an URL being a bot.

Should curl be considered a bot too? What's the difference?


> Should curl be considered a bot too? What's the difference?

Perplexity definitely does:

    $ curl -sI https://www.perplexity.ai | head -1
    HTTP/2 403


It gets blocked in my setup because bots use this as a workaround.


This implementation is unnecessary complicated. For the step update, you can use Out Of Band update: https://htmx.org/attributes/hx-swap-oob/ which works in a way that you can send multiple HTML fragments which can be anywhere on the page and HTML swaps them out. Good for notifications, step update, breadcrumb update, menu highlight, etc...

I usually solve the second problem by simply saving the state of the individual input fields, you only need a user session. Depending your use-case, you might need to be transactional, but you can still do this saving everything as "partial" and close the "transaction" (whatever it might mean in the given context) at the last step. Much-much simpler than sending form data over and over.


> For the step update, you can use Out Of Band update

I did mention using OOB, but I preferred swapping the entire Stepper because the logic on the backend was just a little bit cleaner, and the Stepper didn't include anything else anyways.

> I usually solve the second problem by simply saving the state of the individual input fields, you only need a user session.

I believe this is exactly what I did in the article, no?


Every time I try to open the webpage, it freezes my Chrome and crashing after a couple of seconds. No other website can do that, congrats!

Sure you can trust a company who can't even make a static website work...


Please don't be a jerk on HN. We're trying for the opposite here.

Especially please don't do this in Show HN threads, which have extra rules to forbid this kind of thing: https://news.ycombinator.com/showhn.html.


same here on firefox. the static content is not the problem all the animations and webgl stuff is making the website crash.


hm, what model are you using? just ran it on my mac and got 100 for performance and 96 for best practices.


I'm experiencing something similar with Firefox. I have a canvas fingerprint-blocker extension that's going haywire and preventing the full page from rendering.

Are you using some form of canvas fingerprinting, either intentionally or unintentionally (through third-party scripts)?


This sucks out the joy of Open Source development, which is freedom to do anything, change anything and not responsible for anyone else.

At the point you require payments, users can have expectations and requests, which turns your project into a job.


In this case the joy was already sucked out a while ago by entitled users.


It sounds like you maintain a successful Open Source project. :)


I have a rule for Claude Code to disallow deleting anyhting:

    "deny": [ "Bash(rm:*)" ]


I don't understand why people only think in extremes.

You don't have to give up anything you did before at all.

LLMs just here to increase your productivity, but cranking out unreviewed code where you don't want to do that is just silly to me.


It is composable with all decades old Linux CLI tools, which you simply can't do with an IDE.

It also doesn't prevent you from using an IDE at all, but still fits for people with text editors like Vim who doesn't want to use IDEs.


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

Search: