• 2 Posts
  • 106 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • You are not joking. Comparing a $2000 Purism Liberty with eg. a $200 HMD Fusion. The Fusion has somewhat better screen and battery; much better processor and camera. More RAM, the option of more storage, has NFC. It’s also designed to be easy-to-maintain, but is somewhat thinner and lighter despite having a larger screen area. Are ‘made in USA’ and ‘open-source drivers’ worth paying 10x as much for a noticeably worse phone? (It’s not really ‘made in USA’ either - it’s a mix of US, Chinese and Indian parts assembled in the USA.)

    I think that the people who believe a US-made iPhone will also cost $2k are kidding themselves - economy of scale and all that, but it must be substantially more.


  • Yeah, mine was similar. Had some old Win95 machines from work that were getting thrown away; scavenged as much RAM as possible into one case and left Red Hat Linux downloading overnight on the company modem. Needed two boxes of floppy disks for the installer, and I joined up a 60 MB and an 80MB hard drive using LVM to create the installation drive. It was a surprisingly functional machine - much better at networking than it was as a Win95 computer - but yeah, those days are long gone.


  • Nothing to me says ‘sexy’ quite like your grandad and your great-grandad being the same guy, or your (great * 5)-grandmother / grandfather being one man and woman, when most people have that responsibility spread between 64 people.

    Close family. Must have made Christmas easy - having the in-laws round isn’t so bad when they’re your own blood relatives too.






  • addie@feddit.ukto196@lemmy.worldQuickie rule
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Thinking about it a bit more, would make a great deal more sense if they swapped the characters over? Then you get Catra’s “Hey Adora” catchphrase, Catra is a bit less book smart, and Adora gets the blushing response.




  • addie@feddit.uktoMemes@sopuli.xyzRIP obsolete tech
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    We used to do that in industrial automation. If you make any changes to the PLC / HMI / SCADA software, burn a DVD with what you changed and leave it next to the rack. No danger of bringing in viruses on a USB stick (the whole system was air-gapped) and you’d still have a backup available.


  • CMake, which is kind of the universal standard build system for C++ now, has “fetch content” since v3.11. Put the URL of a repository (which can be remote, but also local, which is handy) and optionally the branch / commit ID that you’d like, and it will pull it into your build directory automatically. So yeah, you can pull anything nefarious that you’d like. I don’t think most people would question pulling and building a library from Github as part of the build, especially if it had a sensible name for the task at hand.


  • You’ve got that a bit backwards. Integrated memory on a desktop computer is more “partitioned” than shared - there’s a chunk for the CPU and a chunk for the GPU, and it’s usually quite slow memory by the standards of graphics cards. The integrated memory on a console is completely shared, and very fast. The GPU works at its full speed, and the CPU is able to do a couple of things that are impossible to do with good performance on a desktop computer:

    • load and manipulate models which are then directly accessible by the GPU. When loading models, there’s no need to read them from disk into the CPU memory and then copy them onto the GPU - they’re just loaded and accessible.
    • manipulate the frame buffer using the CPU. Often used for tone mapping and things like that, and a nightmare for emulator writers. Something like RPCS3 emulating Dark Souls has to turn this off; a real PS3 can just read and adjust the output using the CPU with no frame hit, but a desktop would need to copy the frame from the GPU to main memory, adjust it, and copy it back, which would kill performance.

  • This, exactly. When we redid our bathroom, we went from “immersion tank” hot water with about three metres of pressure behind it, to central heating in a closed system, where both hot and cold have the exact same pressure, about thirty metres head. Went from being basically impossible to have a shower, to being an absolute pleasure where nearly the entire range of the tap gives a useful temperature, and it’s got a right blast of pressure behind it too.

    Another alternative would be an electric shower - since you’re just heating up cold water, the pressure is “always the same”. They tend to be a bit pathetic and crap, tho.


  • The original did have a lot of varied and interesting quest ideas, and some of the graphics still hold up now - dawn breaking over the mountains and reflecting off a lake looks even better in higher resolutions. The problem is more that there’s about a billion identikit dungeons which only contain level-appropriate loot, so you never find anything really exciting, and of course the leveling system is completely busted so every fight is a slog everywhere you go. Felt so limited compared to Morrowind, too - MW might have been a completely broken sandbox, but at least it was open enough to break.

    I don’t really feel that the main problem with Oblivion is how it looks.



  • Money is an emotional thing. Do I believe that this coin / bit of paper / number on a website is something that I can exchange for goods and services? If not enough people believe that, that currency will collapse.

    Mind you, not using money is inefficient at scale. Sending the bag of potatoes that I’ve grown in my garden this month to my internet provider for continued shitposting privileges only goes so far.