• 0 Posts
  • 64 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle







  • ARM is an instruction set similar to x86 however it is more power efficient, for a number of reasons.

    It doesn’t help the confusion that ARM is a company and produces CPUs and GPUs but you can find the ARM instruction set in use on a wide range of SoC and other hardware.

    It is popular for use cases where power efficiency is important.

    For example Apple uses the ARM instruction set for their M serious which are a SoC containing CPU, GPU and memory.

    SoC = System on a Chip.



  • It’s a little amusing how many respondents thought mobile GPUs meant laptop GPUs despite it being clear in your post.

    There are several factors at play from mobile GPUs being ARM based, having unified memory and some laws of physics meaning more size and power has diminishing returns.

    Phone GPUs based are generally comparable to budget desktop GPUs on a per generation comparison.

    Despite this mobile games tend to look amazing compared to what you would expect out of a PC game on low end hardware.

    Part of this is optimisation, part of it is more efficient graphics libraries targeting a much lower range of hardware. Similar to how lower spec consoles often have great looking games, targeting only one hardware layout can allow for crazy optimisations.

    See the PS3 era games for examples of really pushing hardware to its absolute limits for graphics.

    Sadly my answer isn’t as technically detailed as Id like but it’s a complex topic when you really delve into it.










  • Cypher@lemmy.worldtoProgrammer Humor@lemmy.ml#Vim #Meme
    link
    fedilink
    arrow-up
    15
    arrow-down
    8
    ·
    5 months ago

    This is bound to be an unpopular opinion here but I hate vim.

    Shortcuts in vim make no sense whatsoever. They’re not the fastest possible shortcuts nor are they intuitive.

    Sure it’s got useful features if you let the awful design brow beat you into memorising an absurd number of shortcuts that lack any form of logic.

    You could have a cheat sheet on another monitor but at that point why not have an editor that has a gui.