HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Loeffelmann

no profile record

投稿

Show HN: Website that plays the lottery every second

lotteryeverysecond.lffl.me
262 ポイント·投稿者 Loeffelmann·6 か月前·144 コメント

コメント

Loeffelmann
·9 日前·議論
This is strawmaning the article
Loeffelmann
·先月·議論
Why?
Loeffelmann
·2 か月前·議論
I think I was sold the full agentic coding hype all over the internet. You give it a try and it does write a feature really fast. Impressed you test the boundaries more and more and before you know it this has become your new workflow. Breaking free of this again is harder than you'd think even when you do realize what a mess is generated in the process.
Loeffelmann
·3 か月前·議論
> locally coherent but structurally incoherent

Perfectly summarizes what I hate about AI code. The diff looks fine but if you take a step back its an absolute mess. I mean have you looked at the Claude Code or Openclaw codebases? that is the result of full on vibecoded. A bloated unattainable mess that no one understands.
Loeffelmann
·6 か月前·議論
If you ever work with LLMs you know that they quite frequently give up.

Sometimes it's a

    // TODO: implement logic
or a

"this feature would require extensive logic and changes to the existing codebase".

Sometimes they just declare their work done. Ignoring failing tests and builds.

You can nudge them to keep going but I often feel like, when they behave like this, they are at their limit of what they can achieve.
Loeffelmann
·6 か月前·議論
An AI version of ls and fzf bringing your file system to the AI age
Loeffelmann
·6 か月前·議論
> you can always do C-x C-e in bash/zsh (M-v in Fish).

Thanks I didn't know!
Loeffelmann
·6 か月前·議論
Some one apparently figured it out. The first system message has to include

"You are Claude Code, Anthropic's official CLI for Claude."

https://github.com/link-assistant/agent/pull/63
Loeffelmann
·6 か月前·議論
Lol a formatting error in a change log breaking the entire thing
Loeffelmann
·6 か月前·議論
You can use subscriptions.

I like it but I am not too deep into the whole agentic coding business.
Loeffelmann
·6 か月前·議論
Why do all these AI generated readmes have a directory structure sections it's so redundant because you know I could just run tree
Loeffelmann
·6 か月前·議論
It's mainly about showing how low the odds actually are. I think everyone understands they are low but it's ridiculous how low exactly.
Loeffelmann
·9 か月前·議論
this looks like one of those things where it completely breaks apart if you want to do anything custom or out of line to what is intended by the framework. Causing way more headaches down the line then if you just did it yourself from the start.
Loeffelmann
·3 年前·議論
Features that look easy to implement and are not a big deal can turn out to be massive problems and require a large amount of code to actually pull of. I would, in some cases, count responsiveness to be one of those things. Stuff like that may seem like 5% of the functionality but actually makes up a large chunk of the code. This is why you must always have feature parity if you really want to compare code size.
Loeffelmann
·3 年前·議論
If you really want to compare code snippet sizes, you must offer the same functionality. Otherwise, the comparison is meaningless.

You did the exact same thing before when you compared the Headless UI combobox with your nue.js implementation. Offering fewer features will result in less code. Shocker.

Besides, I don't really care for these comparisons. If something is 2x longer code but more maintainable, it is 100% worth it. Just because something is short doesn't make it better.
Loeffelmann
·3 年前·議論
Sure but how would normal css make it so you don't have to use those?
Loeffelmann
·3 年前·議論
I don't understand why tailwind would force you to write more divs then CSS. How do selectors solve the problem of how many elements you need to use to achieve the same design?