Giving this guy a working computer probably will already ruin his marriage, let alone the internet.
- 0 Posts
- 15 Comments
Willem@kutsuya.devto Harry Potter@literature.cafe•I mean I’m sure the parents help via apparation or the floo network but stillEnglish3·5 days agoYeah, was my assumption too. Although I might bring my kids to London for the first year, just so they can have that shared experience
Willem@kutsuya.devto Harry Potter@literature.cafe•Choose two to defend you - the other's will hunt you downEnglish6·16 days agoProfessor Flitwick and Professor McGonagall probably. They both showed quite great strength during the battle of Hogwarts.
Also Newt really wouldn’t hurt a fly (both figuratively as literally) and Umbridge has shown little real strength.
Bellatrix has too much grandiose and would probably be beaten easely by McGonagall, leaving Sirius as the only real contender.
Willem@kutsuya.devto No Stupid Questions@lemmy.world•Why ElevenLabs requires consent of a person before voice cloning, whereas several other platforms don't require this? Is this just a private policy of ElevenLabs?8·16 days agoFrom my knowledge, it’s not directly forbidden yet. But it’s likely there will be laws around this topic and Eleven Labs wants to be ahead of it.
Also by having a system now allows Eleven Labs to influence politicians by saying their current system is good and should be the law, preventing the law from being more strict then they would like. (this is why companies like Apple tried to launch their ‘repair program’ before the actual laws were implemented, to steer the direction)
Willem@kutsuya.devto Factorio@lemmy.world•TIL that worms are identified as turretsEnglish14·18 days agoIt’s a stationary unit that shoots projectiles. Pretty apt description
Hope is just delayed disappointment
Personally I’m more in the “oh yes please take my job as a programmer” mindset, yet none of the currently available tools seem to be anywhere near capable of it.
When they do, I guess I’ll just translate the b.s. customers spit into something that’s even humanly readable, just merely distilling the intent often isn’t enough. Also A.I. needs to ‘learn’ to say no, because even though the customer asks for something, doesn’t mean they actually want to have the result of their question.
Bugs are usually reported on github, in your case the https://github.com/LemmyNet/lemmy-ui one under the “issues” tab I think. Make sure to read the prompts given. If it’s not a bug or a feature request, https://lemmy.ml/c/lemmy_support might be a better place.
Willem@kutsuya.devto No Stupid Questions@lemmy.world•Which kind of applications need legacy processor but up to date OS ?2·1 month agoAutomatic automatic teller machine machines
Willem@kutsuya.devto iiiiiiitttttttttttt@programming.dev•Yet Another Dangerous TikTok Trend (YADTT)3·1 month agoIf they turn it on spanning tree, it’s not always default on.
Willem@kutsuya.devto Linux Gaming@lemmy.world•[Question] Nvidia 570 drivers and "DirectX12 unsupported" issueEnglish1·2 months ago550+ has Explicit Sync, which indeed causes a variety of issues still. Newer versions does bring things like multi monitor VRR, increased performance in VR and Wayland hardware cursors (and probably more).
DX12 support is usually handled through VKD3D, which has an open issue on the latest Nvidia driver. The ticket suggests you have to run at least Kernel version 6.9.3.
Rolling back the driver version would probably be through
downgrade
together withnvidia-utils
andlib32-nvidia-utils
, you can chain them in one command to satisfy the dependency resolver. e.g.sudo downgrade nvidia nvidia-utils lib32-nvidia-utils
. Make sure to check if you runnvidia
ornvidia-dkms
.
Willem@kutsuya.devto Selfhosted@lemmy.world•Seagate Ironwolf or WD red plus drivesEnglish1·5 months ago“A bit loud” is understating it, those drives rip and tear (we use exos X18 drives). I pity the person trying to sleep next to those.
They are good though, while we had one (of 5) fail within the first week but that was quickly resolved.
Willem@kutsuya.devto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Let it never be said that I'm a leecherEnglish331·7 months agoAll Linux iso’s, right?
Willem@kutsuya.devto No Stupid Questions@lemmy.world•Why were online subscriptions once rare, but now they are everywhere?0·1 year agoAlso the reliable income makes them more credit worthy, allowing greater loans from banks and making it possible to grow more.
Tbh it only sucks for the customers
If the issue is more prominent when the cursor is showing, it could be the hardware cursor (default on KDE) causing the issue. When you use hardware cursors, the cursor is rendered on a different ‘plane’ on top of the rest, possibly causing desync. You could try disabling it with a environment variable (I think it was
KWIN_FORCE_SW_CURSOR=1
), forcing to software render the cursor.