- 933 Posts
- 188 Comments
The joke was refactored
I was trying to get dual 3090 passthrough working in a VM on my Proxmox server for like a week. The VM would not detect both GPUs, just the first and everything the forums and Reddit threads on this issue checked out. As far as I could tell, it was happy with everything, nothing was amiss. And yet the VM would only ever detect 1 GPU and 1 GPU audio controller.
I spent a week on it before realizing I had put a .1 in the PCIe ID field in the VM hardware settings instead of .0. .1 references the audio controller of the second GPU and not the GPU itself lolol
cm0002@lemmy.worldOPto Linux@programming.dev•Sudo-rs make me a sandwich, hold the buffer overflows143·4 days agoBut this is not the first system package replaced by a rust rewrite (on some distros) - something that has been working well for so long and is so fundamental for so many other softwares - is that wise?
Was there ever a problem wrt memory safety with sudo?
There’s been plenty of cases of a piece of software/library/whatever “working well” for years until one day OOPS there’s actually a gaping vulnerability in it. Hopefully, it’s a researcher that finds it first so it can be patched, but that doesn’t always happen. That’s how there’s a whole market for “0 days”
“Working well” != “Secure”
cm0002@lemmy.worldOPto Linux@programming.dev•Open source project curl is sick of users submitting “AI slop” vulnerabilities222·5 days agoBut if we use AI to fight the AI, then what do we use to fight the AI we released to fight the AI‽
Im gonna manually merge values to a query
cm0002@lemmy.worldOPto Programmer Humor@programming.dev•Can I Make Guitar Hero From Scratch Using Only A Guitar? | Code Bullet31·13 days agoLol frfr, I tried to learn Guitar once so I know EXACTLY what he was going through with his fingers, he should have done like a Recorder or Piano or something LMAO
Yea this was a crosspost and also just a meme, but C# is my fav
And really cross-platform has come a LONG way…just as long as you don’t need UI on Linux lolol
cm0002@lemmy.worldOPto Linux@programming.dev•Linus Torvalds Expresses His Hatred For Case-Insensitive File-Systems20·17 days agoIsn’t bcache the one made by the solo dev who was causing all that drama trying to merge a bunch of crap during a freeze last year?
If so that explains quite a bit lmao
cm0002@lemmy.worldto Linux Gaming@lemmy.world•Disk write error due to read-only filesystemEnglish2·19 days agoYea the filename issue should be fine, there’s a risk of corruption with exFAT though as @tal@lemmy.today mentioned, but if you’re just storing steam games or other easily replaceable data, I wouldn’t worry about it to much IMO
cm0002@lemmy.worldto Linux Gaming@lemmy.world•Disk write error due to read-only filesystemEnglish2·19 days agoIt does look like there has been major improvements since the last time I tried this kind of shenanigans. Which admittedly has been many years, these days I just don’t bother with dual booting so I’m free to just use the native FS wherever needed for the OS I’m using OR I have an intermediary like a SAN or it’s on a VM or something
Still though, using a non-native FS in this manner is always more headaches than it’s worth, the no journaling is a corruption risk true, but so is using a non-native FS just in different ways lol
IMO, the use case for this drive is storing re-downloadable data is perfectly fine for exFAT, worst case it corrupts and you have to redownload games from steam
cm0002@lemmy.worldto Linux Gaming@lemmy.world•Disk write error due to read-only filesystemEnglish4·19 days agoNTFS support on Linux has never been good, iirc it still mounts NTFS as read-only by default. You can remount it as R/W, but it isn’t exactly recommended
If you absolutely want to share the steam library between windows and Linux, id recommend either a second disk formatted as exFAT or a new storage partition on the same disk formatted as exFAT
The key here is exFAT, one of the best options for cross-OS compatibility
Edit: @biofaust@lemmy.world I just saw your reply to someone else in the thread that your steam library is on a separate drive already
So that’s perfect! Just move everything off it temporarily and format it with exFAT filesystem and you should be fine
cm0002@lemmy.worldto Programmer Humor@programming.dev•This might have some impact on efficiency99·24 days agoNot feature complete, needs to be tied with a RNG to determine when TARIFF ON and TARIFF OFF
Sorry for the misunderstanding, this was a crosspost, I didn’t generate it. But image searching shows a few matches elsewhere, so I doubt who I crossposted it from generated it either
thing to draw is being delegated to Ai (corporations).
But, not all AI is corporate run, there’s plenty of AI models to choose from that are open source including image generation models
And actually, image generation models are much easier to run on “affordable” consumer hardware than LLMs
Well which one is this one? (This was a crosspost so I don’t know lmao)
cm0002@lemmy.worldOPto Python@programming.dev•Python now has a standard package lock file format – though winning full adoption will be a challenge3·1 month agoPython EEE incoming!!!
One word.
Toddlers
Would it really be a refactor if it didn’t? LMAO