• 1 Post
  • 131 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle



  • It’s clear they did not walk out.

    By the time I placed my order - paying a 1% fee to the app makers in the process - I would have happily paid double for the experience of simply flipping through a menu and talking to another human being.

    (Emphasis mine.) This is from the very next paragraph after what I quoted.

    You also clearly missed the point of my comment, which is that unless consumers start refusing to take this bullshit lying down, this stuff will be unavoidable in the future because there will be no other choices left.







  • It is absolutely more of a development board than one meant even for early-bird adopters. The processing power is more on-par with a Raspberry Pi. Here’s a review of another development board using the same processor: https://bret.dk/risc-v-starfive-visionfive-2-review-jh7110/#Geekbench-6

    Compare the Geekbench 6 scores to the Ryzen 7040HS in the Framework 16: https://browser.geekbench.com/v6/cpu/4260192

    As the review author explains, Geekbench 6 is a bit unfair to the JH7110 since it’s missing some processor extensions, but even if we pretended it had a similar lead over the Pi 4 as it does on the Unixbench suite, it’d still be an order of magnitude behind the AMD processor.

    You’re not really gonna be gaming on this thing, and you might not have a great experience even with normal desktop productivity software. These boards are likely gonna be relegated mostly to compiling code and running tests.

    If a future revision is a little more powerful though, it could maybe make for a decent netbook. At just $200 it could also be a pretty good value for the education sector, maybe as a dev board for systems programming courses.








  • Technus@lemmy.ziptoLinux@lemmy.mlFish 4.0: The Fish Of Theseus
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Fish is a great shell, but whenever I SSH into another machine I end up having to do everything in Bash anyway. So the fact that Fish is so different often ends up being a detriment, because it means I have to remember how to do things in two different shells. It was easier to just standardize on Bash.

    I might try daily driving it again when this release hits the stable repos, I dunno.




  • so they wanted to sell Itanium for servers, and keep the x86 for personal computers.

    That’s still complacency. They assumed consumers would never want to run workloads capable of using more than 4 GiB of address space.

    Sure, they’d already implemented physical address extension, but that just allowed the OS itself to address more memory by enlarging the page table. It didn’t increase the virtual address space available to applications.

    The application didn’t necessarily need to use 4 GiB of RAM to hit those limitations, either. Dylibs, memmapped files, thread stacks, various paging tricks, all eat up the available address space without needing to be resident in RAM.