Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TA
Posts
5
Comments
70
Joined
2 yr. ago
  • That'd be fine by me, if I could also actually buy a good TV that supports DP.

    On the other hand, I also think it's bullshit that I pay for HDMI through both my GPU & TV, and the HDMI forum still denies me that bought functionality.

  • Linux Gaming @lemmy.world
    take6056 @feddit.nl

    Is it known yet if the 9070 (XT) support HDMI2.1 in Linux

    I hope AMD fixed this on their side, maybe by implementing it in hardware. Does anyone have a source? I've only seen reports of HDMI 2.1b support not specifying "Windows-only". Fingers crossed.

    Photons

  • For photons, their moving relatively slow from the inside to the outside of the sun. Although, I think, it's technically a bunch of photons bumping each other into existence.

  • Wikipedia is financially pretty stable, afaik. Not saying you shouldn't donate, but you might want to look into what happens with it. It won't necessarily be used to cover costs of running the website.

  • I would kindly ask the HDMI forum to point me in the direction of a DP to HDMI adapter that supports VRR or FreeSync. They seem so motivated to gain more funds from royalties, surely they know how to persuade me.

  • Linux Gaming @lemmy.world
    take6056 @feddit.nl

    AMD & HDMI 2.1

    So, I bought an RX 7600 XT, when I was still using my 10 year old TV. Recently upgraded to an LG C4, reading the news about AMD support for HDMI 2.1 on Linux, I also went looking for a DP->HDMI adapter and found one that claims to even support VRR. After a week of getting random audio cuts, suspecting the adapter was at fault, I went pure HDMI...

    To my surprise, I could run at 4K 120hz with VRR and HDR. Doesn't that require HDMI 2.1?

  • I've read about the lightning reversal before I knew he would use it, so I know what to try. The one time I had the opportunity, I timed it completely wrong, jumped too early and was on the ground again by the time it struck.

  • I'm at the top of ashina castle. Spent a good couple of hours on that boss, was super happy to get past it. Then he threw off his clothes and got all lightningy. Haven't managed to get back to that phase yet.

  • I know this is very late but the term you're looking for is "Access Point" often abbreviated as AP.

    "Mesh access point" search should come up with the right products, probably mostly UniFi. You can also roll your own with some second hand routers, if they support mesh like Asus AiMesh or via custom firmware like OpenWRT. But that requires a bit of skill/learning and time.

  • Home Networking @selfhosted.forum
    take6056 @feddit.nl

    Question about WiFi speeds

    TLDR: Why do so many routers support >1Gbit/s on their WiFi while only having 1Gbit/s ethernet interfaces?

    So, I've been upgrading parts of my home setup and have a router (without AP) that has 2.5G interfaces. My PC also has a 2.5G interface, but that only going to the router is kinda useless (the ISP offers 1G).

    The place my PC is at is also a good position for an AP. So, I went looking for a cheap second hand wifi router and stumbled upon quite a few that were boasting >1G connection speeds, not only AX but also AC. Now I know this is often a combined theoretical Max, but still a lot offer >1G for the single band.

    The vast majority of these routers, though, have 1G Ethernet ports. Putting that between my PC and router reduces that linkspeed and I can't actually reach over 1G for the WiFi devices as well. Why would you sell a product like that. Undoubtedly those radio's were more expensive but their in a package that can't fully utilize them. I can think of some reasons: marketing

  • Certainly not an expert here but the GUI "being there" means you can configure something about the traffic flowing through, maybe VLANs or QoS. That also might be why some switches have fans. Deciding what packet has priority or is allowed is a bit more computationally complex (read: heat generating) than just pushing a packet to the right address.

    You might want a VLAN if you have a server connected to the same switch as your PC, but they shouldn't "see" each other. If you didn't have a VLAN there, your router or firewall can't manage anything about the connection. Say you have a website and database on your server and only the website should be accessible by your computer, you'd be able to configure that with the firewall.

  • Linux Gaming @lemmy.world
    take6056 @feddit.nl

    I don't own a Steam Deck

    Apparently my setup, running the steam deck UI for gaming on my TV, is registering as an actual steam deck. Also unfortunate that the non steam games don't count, but hopefully next year this will be all purple/blue.

    Web Development @programming.dev
    take6056 @feddit.nl

    Download PDF with browser provided pdf renderer

    TLDR; Does anyone know if there's an initiative to use the pdf rendering engines built into most browsers and used while printing a web page in more flexible ways? Ideally from javascript being able to get the pdf as a File.

    I've been looking into download as pdf functionality we implemented at work. It's for a single project, relatively small, so we implemented it with html2pdf.js. There seems to be no better way than rendering the webpage as canvas and saving as an image inside PDF. Although I'm thankful that the project exists, with the lack of text selection, poor image quality and/or large file sizes, it feels bad serving it to the customer. Then I started to look into the printed version and I loved it. Learned some new stuff about css, being able to break a page before a specific element. Tables automatically repeat their header across a page break. I can also save this as pdf,