• 0 Posts
  • 310 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle





  • Well, it could change the meaning of the prompt unintentionally.

    The real challenge is that this technology is not universally accessible so people aren’t learning effective use-case and prompt strategies.

    Whilst 1B models are easy enough to run and have plenty of use, nobody can teach this, its a nightmare on Windows and most universities have collapsed under their own weight. Half my comp sci profs didn’t know python 10 years ago and I know for a fact this hasn’t improved (hiring developers – not fun).







  • Oh yeah sure it’s not the ethics thats actually the problem. I think everybody agrees on the need for a strict ethical framework.

    But most of the research institutions that I have been involved with have cared very little about the actual ethical constraints of research (such as data privacy or survey questions that could be triggering) But every single time they will pull you up on the font being too aggressive, whatever that means.

    I can’t speak for regions other than my own however.






  • Exactly! I would never PR, extend or build off find.c, And I sure as shit I’m not gonna work on C or C++ in my own free time. However, Rust is really fun to use, and it’s got a great ecosystem. In this vein, this is a good thing for the community, and it’s not just hype.

    The Fish blog post discussed this and I think they had a good point when they were talking about how hard it was to get contributors from a large pool when they were working with C++.

    Without a doubt, anything you can do in Rust you can do in C and C++, but I think it’s fair to say the large majority of people are going to be more productive in Rust or at least have a more enjoyable development experience.


  • In large part it’s a matter of opinions and different perspectives. A common consensus is libraries should be MIT and entire applications should be GPL. However, this is not held by all community members.

    Overall, Rust is easier to read and harder to fuck up, so there’s one argument in favour if it, in terms of community engagement. For an example of this, compare ls.c by Apple, GNU, FreeBSd and OpenBSD.

    On the other hand, I should imagine most people simply install ripgrep and fd anyway.