• 1 Post
  • 36 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle
  • Sounds like they are preparing to “pull an Apple” with more than just pricing there.

    Part of the benefit of Apple’s M series is the unified memory model. They’re able to convert that into increased GPU performance because you no longer have to transfer data in and out of VRAM.

    But Apple can only pull that off because they control the CPU, GPU, and the OS (specifically the graphics SDK). Writing graphics code in a unified model is quite a bit different from the conventional x86 model.

    Intel would need their own equivalent to Metal if they wanted to do a similar move.

    I don’t know enough about Vulkan to say if it’s compatible with this kind of approach, but if not then is Intel really up to starting from scratch?

    If they got Unreal and Unity on board, I guess that would give them a good chunk of the market right off the bat for new titles, but what about legacy ones?





  • kibiz0r@midwest.socialtoMemes@lemmy.mlits true tho
    ·
    5 months ago

    "Google is insidious. They're really an advertising data-collection company, but people think they're a tech service company. Their whole strategy is to provide stuff like Chrome for free so that lots of people use it and it becomes a de facto standard, and then they flip a switch and quietly mine all of that data."

    15 minutes later...

    "Anyway, I prefer Android cuz it's FOSS."




  • At the risk guarantee of taking a meme too seriously...

    Buying, rather than saving, is how the rich get richer. They buy rentable assets. The value goes up faster than a savings account, and they have the added bonus of turning a profit along the way too. Even a company is basically a rentable asset. You pay for the privilege of using the company to make money for yourself.

    If consumer activity stagnates, it's not really a threat to the rich. The economy just rallies around servicing assets instead. And putting your money in a savings account doesn't keep it out of the hands of the rich, either, cuz who do you think benefits from the loans the bank makes using that money?





  • The attention economy already has people hostage and blocked off from the outside world. No goggles required.

    To play devil's advocate: If we're gonna have a tech-centric society, I can see where being able to make eye contact with people nearby and keep your hands free could make for a more wholesome experience than staring down at your phone for 80% of your waking life. And for people who are remote, being able to feel like you're occupying the same space and breathing and laughing together could be a solution for our extreme isolation.

    But on the other hand, these are all problems that capitalism and big tech created in the first place, so...







  • One of the most frustrating things about null is that it has so many possible meanings:

    • We don’t plan to provide a value here, so use a default instead
    • We plan to provide a value, but memory for this value hasn’t been allocated yet
    • The memory has been allocated, but we haven’t attempted to compute/retrieve the proper value yet
    • We are in the process of computing/retrieving the value
    • There was a code-level problem computing/retrieving the value
    • We successfully got the value, and the value is “the abstract concept of nothingness”
    • or the value is “please use the default”
    • or the value is “please try again”

    And so on. “Null” probably has more different meanings based on context than the word “fuck”.