HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Loeffelmann

no profile record

Submissions

Show HN: Website that plays the lottery every second

lotteryeverysecond.lffl.me
262 points·by Loeffelmann·il y a 6 mois·144 comments

comments

Loeffelmann
·il y a 9 jours·discuss
This is strawmaning the article
Loeffelmann
·le mois dernier·discuss
Why?
Loeffelmann
·il y a 2 mois·discuss
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
·il y a 3 mois·discuss
> 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
·il y a 6 mois·discuss
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
·il y a 6 mois·discuss
An AI version of ls and fzf bringing your file system to the AI age
Loeffelmann
·il y a 6 mois·discuss
> you can always do C-x C-e in bash/zsh (M-v in Fish).

Thanks I didn't know!
Loeffelmann
·il y a 6 mois·discuss
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
·il y a 6 mois·discuss
Lol a formatting error in a change log breaking the entire thing
Loeffelmann
·il y a 6 mois·discuss
You can use subscriptions.

I like it but I am not too deep into the whole agentic coding business.
Loeffelmann
·il y a 6 mois·discuss
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
·il y a 6 mois·discuss
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
·il y a 9 mois·discuss
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
·il y a 3 ans·discuss
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
·il y a 3 ans·discuss
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
·il y a 3 ans·discuss
Sure but how would normal css make it so you don't have to use those?
Loeffelmann
·il y a 3 ans·discuss
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?