• 1 Post
  • 15 Comments
Joined 3 years ago
cake
Cake day: January 4th, 2024

help-circle




  • After being very confused by this picture, I just went down a rabbit hole researching the use of “corned beef” across the English speaking world…

    As far as I can tell:

    • US/Canada call this corned beef, and it’s made from brisket.
    • UK/ex-Commonwealth call this salt beef, again made from brisket, and corned beef is very different mushy canned meat product
    • In Ireland it seems, from looking at the website for one of their supermarkets, they just call everything corned beef? The canned mush, raw brisket, this - all “corned beef”?





  • Not my experience. I’ve had my X1C for a year now and have not had to ‘dial in’ a single thing.

    Most of my prints are functional items in PETG of various colous. Some PLA for cosmetic parts. And I did some things in TPU earlier in the year. Probably been through like 10kg of filament on it.

    Can’t think of a single serios print failure that wasn’t human error - e.g. forgot to clean the bed, didn’t support it properly.

    My one gripe is that when changing PETG reels, it doesn’t always manage to wipe the nozzle very well leaving a few rogue stringy bits that usually just pull off.

    And obviously I don’t love the closed-wall software situation, but their software is pretty good.




  • Based on how you’re observing the loading move from 100% CPU ro 100% GPU, I would suggest that it is “working” to some extent.

    I don’t have any experience with that GPU, but here’s few things to keep in mind with this:

    1. When you use a GPU for video encoding, it’s not the case that it’s ‘accelerating’ what you were doing without it. What you’re doing is switching from running a software implementation of an HEVC encoder on your CPU to running a hardware implementation of an HEVC encoder on your GPU. Hardware and Software encoders are very different to one another and they won’t combine forces; it’s one or the other.

    2. Video encoders have literally hundreds of configuration options. How you configure the encoder will have a massive impact on the encoding time. To get results that I’m happy with for archiving usually means encoding at slower than real-time for me on a 5800X CPU; if you’re getting over 100fps on your CPU I would guess that you have it setup on some very fast settings - I wouldn’t recommend this for anything other than real-time transcoding. Conversely, it’s possible you have slower settings configured for your GPU.

    3. Video encoding is very difficult to do “well” in hardware. Generally speaking software is better suited to the sort of algorithms that are needed. GPUs can be beneficial in speeding up an encode, but the result won’t be as good in terms of quality vs file size - for the same quality a GPU encode will be bigger, or for the same file size a GPU encode will be lower quality.

    I guess this is a roundabout way of suggesting that if you’re happy with the quality of your 100fps CPU encodes, stick with it!