• 0 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle








  • At the risk of sounding like Blizzard, don’t you have a phone? Even my previous phone, Galaxy S8 had USB-C. Or do you have an old iPhone?

    Pretty much all electronics that came out in the past 4 years use USB-C. Just an example, here’s a non-exhaustive list of things that I charge with C:

    • MacBook (2020)
    • iPad (2018)
    • Galaxy S10e (2019)
    • Steam Deck (2022)
    • Nintendo Switch (2017)
    • Kindle (2020)

    All of these are, on average, at least 4 years old. So I’m pretty sure the average consumer has already switched to primarily USB-C






  • USB-C doesn’t have speeds, it’s just a connector type. USB 1, 2, 3-3.2, 4 etc. is the protocol responsible for speed. You can have a USB-C connector with any implementation (except maybe USB 1). It can even do DisplayPort stuff.
    So for USB-C to become irrelevant we need to come up with a better connector form factor. Which is unlikely to happen soon. But also, same thing happened with USB-B Micro connector (colloquially called micro USB), it was designated as a standard (but Apple managed to get an exemption) and manufacturers had no issues moving to a better connector, which is USB-C.





  • PipeWire is a server and user space API to deal with multimedia pipelines. This includes:

    • Making available sources of video (such as from a capture devices or application provided streams) and multiplexing this with clients.
    • Accessing sources of video for consumption.
    • Generating graphs for audio and video processing.

    Nodes in the graph can be implemented as separate processes, communicating with sockets and exchanging multimedia content using fd passing.



  • I’m not redefining anything, I’m just pointing out that intelligence is not as narrow as most people assume, it’s a broad term that encompasses various gradations. It doesn’t need to be complex or human-like to qualify as intelligence.

    A single if statement arguably isn’t intelligence, sure, but how many if statements is? Because at some point you can write a complex enough sequence of if statements that will exhibit intelligence. As I was saying in my other comments, where do we draw this line in the sand? If we use the definition from the link, which is:

    The highest faculty of the mind, capacity for comprehending general truths.

    Then 99% of animal species would not qualify as intelligent.

    You may rightfully argue that term AI is too broad and that we could narrow it down to mean specifically “human-like” AI, but the truth is, that at this point, in computer science AI already refers to a wide range of systems, from basic decision-making algorithms to complex models like GPTs or neural networks.

    My whole point is less about redefining intelligence and more about recognizing its spectrum, both in nature and in machines. But I don’t expect for everybody to agree, even the expert in the fields don’t.