• 0 Posts
  • 50 Comments
Joined 3 years ago
cake
Cake day: July 3rd, 2023

help-circle

  • fulg@lemmy.worldto3DPrinting@lemmy.worldPrinter recommendations
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    28 days ago

    To be fair though, the reason Bambu Lab printers work so well for most is in large part due to the walled garden approach.

    I still disagree with it and will vote with my wallet by avoiding them, but I can see the appeal if you don’t know any better (or just don’t care!).

    Prusa kind of tries to navigate both sides of the issue (not everything is open source anymore), so you can still get caught there.


  • That and the game can flag frames that are too different (camera cuts) to mitigate this problem.

    What the game supplies is the current frame + motion vectors, but the framegen bits take over how the frames are displayed onscreen. This is where the extra latency comes from, at worst you are seeing one true frame behind what the game is rendering, while the presentation layer generates the intermediate frame(s).


  • fulg@lemmy.worldtoGames@lemmy.worldELI5: How does Frame Generation even work?
    link
    fedilink
    English
    arrow-up
    35
    arrow-down
    3
    ·
    1 month ago

    That is not strictly true, the actual latency increase is half the original frame rate. Because the input is not just the frame image but also the motion vectors (in which direction the pixel moved) for the current frame. Frame gen also knows a lot about the image, like which bits have transparent pixels (which move in multiple directions at once) and when the game is done with the frame yet still has to wait for the GPU (time which can be used for more work with little impact).

    Frame gen is much more involved than the old “motion smoothing” of televisions, the so called “soap opera” mode, which did increase the latency much more and had no knowledge of how the source image was built, so processing was much more involved.

    Stuff like DLSS5 is supposed to use the same inputs (source images and motion vectors), now that is magic to me.





  • My broken QuietComfort headphones with the plastic earcup hinges would like to have a word…

    I love my Bose headphones but man, don’t ever dare dropping them on the floor by mistake, they will shatter on the first hit.

    To be fair in the past when this happened you could bring the broken pair in store to get a replacement or upgrade at a good price, but I hear the policy was abused too much so it was retired many years ago.


  • I was a big fan of the original Need For Speed for the same reason, the driving over large scenery levels was the whole point. The technology wasn’t quite there yet but I have fond memories of the first game on PC.

    I mostly got it back with Test Drive Unlimited, which featured an entire drivable island (Hawaii I believe?) and you could free roam as much as you wanted between races. One of the races was of course an entire tour of the island and took one hour (and it was not that easy), it was awesome! TDU2 was total garbage, they forgot about the driving, the model was broken. They instead focused on the whole “influencer” garbage, it was really bad.

    Recently Forza Horizon 3 recaptured that feeling perfectly, free roaming around Australia. It is easily the best game of the series. The newer entries were less interesting since they turned the game into a FOMO fest (lots of timed weekly exclusives and no game ending). Still, I am looking very much forward to FH6 to roam around Japan, but considering the locale I don’t think we will be able to skip the tuning scene this time.



  • Ubiquiti NVR Instant kit is a great value, and you get 24h local recording without a subscription. And it is well supported with Home Assistant.

    Some of the UniFi cameras are amazingly expensive though, $500 for an outdoor 4K camera is hard to swallow. But if you can swing it, you will not regret the investment.

    I already have other UniFi gear for networking and it was natural to add cameras to the system.

    Apparently UniFi Protect works with 3rd party cameras if they support ONVIF but I don’t know of any yet.










  • For professional use I’ve heard good things about SmartGit, unfortunately my work refused to buy me a license and the trial period wasn’t long enough for me to really form an opinion.

    Work suggests to use SourceTree but it is way too sluggish.

    These days I use git CLI for most things, and VSCode to review changes and submit PRs. Of course this also assumes you use a decent shell with git support, like Oh-My-Posh or similar, so it is always clear what you are working on.