• 5 Posts
  • 346 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle




  • All I did for that one was search “Threadripper” and look at the pictures for ones with 4x x16 slots that were not hella expensive. There are technically filters for that, but, I don’t trust people to list their things correctly.

    For which chipsets, ect to look for, check out this page. If you click on Learn More next to AM5 for example, it tells you how many PCIe lanes are on each chipset type which can give you some initial search criteria to look for. (That is what made me point out x670E as it has the most lanes, but is not newest gen, so you can find used versions.)




  • BombOmOm@lemmy.worldtoProgrammer Humor@programming.devDev Interviews
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    17 days ago

    Yeah, it’s a solved problem. I’m going to call the library’s default sort and move on. If it somehow is a problem, I’ll revisit later.

    Now, optimizing database calls, fixing (and avoiding!) security holes, writing tests that don’t take forever to run, writing functions so they can be easily re-used later, and not duplicating code. Now there are some skills!

    “It’s faster if we make a duplicate of this function and change this section, then we can move onto other things”

    “No it’s much slower, because your code review just came back telling you to throw that idea in the garbage and do it right”







  • BombOmOm@lemmy.worldtoTechnology@lemmy.worldZink is Zero Ink — Sort Of
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    25 days ago

    My first thought was: why have I never heard of this? The answer seems to be: 2" x 3" photo paper costs $0.41/ea.

    Mail-order professional photo prints are quite a bit cheaper than that. So, the main thing this contends with is other instant photo creation methods. Which are pretty niche ever since digital cameras became good.







  • In addition to what the other guy said, Mint is also more focused on desktop. A bunch of apps are pre-installed that one would expect on a desktop OS. Additionally, the default Mint UI, Cinnamon, feels very familiar to a Windows user. It has a start menu, task bar, tray, etc.

    Debian is in the same family, and is more oriented for servers. It is super minimal out of the box, which is perfect when you want it to sit in the other room and perform specific tasks. However, you can install all the same programs, even the Cinnamon UI on Debian.

    Really the difference is the out of box experience, but they are otherwise pretty similar.