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

this is hilarious lmao

This sucks. Sorry. If you can't write on your own, don't write at all. Extremely disappointed that anyone is giving this votes.


There are some good use cases, personal fiction, etc. The issue is mostly people not disclaiming it’s AI. I can’t get mad at the tool builder. Neither can I assume the worse of every user.

That being said, I wouldn’t have published something like this because I do assume the worse.

But it’s morally wrong to assume every one lacks honesty…

Tough one


I just fundamentally disagree with this. On one hand, sure, you can argue that there is no direct harm caused by using LLMs to generate fiction for personal consumption. But on the other hand, I feel like there is a deep spiritual deadening that arises when we no longer must engage with the works of others to find fiction that satisfies our tastes. You have niche interests? What you want to read doesn't exist in a meaningful quantity or even at all? Great! You should write it! But you should do so yourself rather than asking a computer to regress your great idea to the mean.


I agree, and I personally don't need an Isekai generator to feel good, but who am I to tell someone else it's not ok? The thought police? The guardian of "good" distraction?

Less colloquially, is "spiritual deadening" something we should/can force people away from?


I absolutely, 100% think that we should attempt to stigmatize the use of LLMs as a junk-food substitute for engaging with real, human writing, yeah. I just don't / cannot bring myself to accept the "let people enjoy things" approach here


I may be missing something, but your example doesn't typecheck?

  class Animal { }
  class Dog extends Animal{
    bark(){return 1}
  }
  class Cat extends Animal{
    bark(){return 1}
  }
  const dogs: Dog[] = []
  const animals: Animal[] = dogs
  animals.push(new Cat())
  animals[0].bark() <<<<< "Property 'bark' does not exist on type 'Animal'."


Should be `dogs[0].bark()`


fun project!


this is cool! i'd recommend fleshing out the README. Clicked on the link before the discussion and was a tad confused.


Hi, I will update the README.md to make it more informative. The reason I left it kinda empty is because curst has a website that have more details about this project at crustjs.com. I just had the link in README.md for now


will fix in the next hour!


I really enjoyed reading this article however I can't help but feeling that if you need anything described within it probably shouldn't be writing JS in the first place


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

Search: