• 3 Posts
  • 4 Comments
Joined 4 years ago
cake
Cake day: December 25th, 2020

help-circle

  • There's no way to make a meme against a group or in support of an ideology without stripping away all the nuance and dehumanizing people. Many of the articles that are posted here are misleading and in some cases entirely untrue.

    Yesterday, I down voted an article claiming "AP confirms no Uyghur genocide". I read the cited AP article and found the post's click bait title was completely false. The post's author is pointing at a report that contradicts his beliefs and claiming that his beliefs are therefore correct because the article is lieing. It is fine to refute an article, but to twist an article's words and then claim that the source says something it clearly doesn't is just dishonest.

    I believe misleading and dehumanizing posts should be downvoted in order to promote a space where diverse peoples can all feel welcome.




  • It's worth noting that 1GHz x86-64 is not the same as 1GHz RISC-V or 1GHz ARM. Different CPU architectures have different instruction sets, so it might require more cycles to achieve the same result.

    e.g. 1GHz x86-64 and a 2GHz ARM - The x86-64 chip has a desired instruction built in, so it is able to perform the desired calculation in 5 cycles. The ARM chip does not include the desired instruction, so it takes 50 cycles to achieve the same result. Even though the ARM chip is twice as fast, it will take ~5x longer to run the same task.

    I've never used RISC-V, but I did some testing with a couple ARM CPUs and a couple x86-64 CPUs last year and the results were roughly: ARM took ~5x longer, and x86-64 used ~5x more electricity. For the chips I was using, and for the work I was doing, there wasn't any efficiency gain by switching fully to ARM.

    I am super excited for RISC-V, though! I can't wait to have a RISC-V coreboot machine.