Skip Navigation

Posts
4
Comments
134
Joined
2 yr. ago

  • forced exploitation of untold millions of artists and creative laborers, without even so much as consent, let alone compensation...

    In this case, is it AI that you truly hate?

    I think this comment said it best.

  • Earth is in space, so technically...

  • In the context of sorting rubbish:

    combustibles / flammables -> burnables

  • comic

    Jump
  • increase a image's quality (without using AI)

    This is straight-up not possible. To increase an image's quality is to fill in blanks with non-existent information. You'd definitely need some sort of extrapolative image processing technique for that.

  •  bash
        
    segmentation fault (core dumped)
    
      
  • Or Bluesky / Threads vs Mastodon

  • That's stupid.

  • an added NPU

    cmiiw but I don't think NPUs are meant to be used on general-purpose personal computers. A GPU makes more sense.

    NPUs are meant for specialised equipment e.g. object detection in a camera (not the personal-use kind)

  • Specific anime / manga / franchises

    e.g. umamusume

  • Ones of niche topics that I am interested in.

  • Not adding anything useful to the discussion, but the "ban" in kanban is board 😅

    So kanban board is like chai tea.

  • Isn't this just copyright?

  • Deleted

    Permanently Deleted

    Jump
  • All dinosaurs are birds

    All birds are dinosaurs

  • Deleted

    Permanently Deleted

    Jump
  • I guess I am getting old. The only Pokemon I recognised is Diancie😔

  • Locked

    I dunno

    Jump
  • Where are pemdas and bodmas users from?

  • This concierge approach is nothing new; it existed even before LLMs are a thing.

    One of my courses in undergrad computer science is Human-Computer Interaction, in which we learn about user experience (UX) concepts.

    One of the things we learnt is to validate our ideas quickly and cheaply before putting a lot of time, effort and money into building the thing.

    To do so, what we can do is build prototypes. The early versions may be be low-fidelity (lofi) and are scrappy. The later, high-fidelity (hifi) ones would mimic the functionality of the actual products, and may even appear to work to end users when in reality it could be just be manual effort behind the scenes.

    The example given during lecture is the development of a ticketing system. To test the idea out, one could simply get a dude to sit in the "machine" and give out slips of paper.

    Anyway, I am explaining all these because this seems like a surprise to those without the same educational background. Long story short, what this startup did is completely normal in the realm of software.

    We may have better tools like Figma to simulate browser / mobile frontend experiences, but nothing is stopping us from going back to the basics and doing it this way.