the first tile clicked on a Minesweeper board is guaranteed not to be a mine
AirBreather
Public Key Fingerprint: 0x7FFAE9D0 7D64C571 8DB0297E AD51C258 0E479CD4
- 0 Posts
- 78 Comments
AirBreather@lemmy.worldto
linuxmemes@lemmy.world•Need help resisting the dark side (using Windows)
1·14 days agonot NVKhttps://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/
edit: oh I see,
nvidia-utilsis still a closed thing and the only alternative is Zink/NVK unless you go back to nouveau. I got it confused with something else. carry on
AirBreather@lemmy.worldto
linuxmemes@lemmy.world•Need help resisting the dark side (using Windows)
5·14 days agoHard no, with an Nvidia GPU you absolutely should go for a distro like Bazzite to avoid the driver headache.
I switched to AMD for my own use a long time ago because of how this used to be the case, so I can’t verify this for myself, but… these days, isn’t that no longer an issue for anyhing newer than Turing? I see RTX 3060 TI in there, which should be fully supported by the open-source drivers that NVIDIA themselves recommend for that hardware, no?
Again, I could be wrong since I haven’t had direct personal experience with it since the days when I DO know that your statement accurately reflected the NVIDIA GPU + Linux driver situation.
AirBreather@lemmy.worldto
Linux Gaming@lemmy.world•Do Vulkan shaders need to be processed before every game?English
6·1 month agoIf shaders don’t get preprocessed, then a lot of the same work has to happen later, it just shows up as a seemingly random frame that takes particularly long to render.
(edit to add:) or a section where some of the rendering doesn’t look quite right initially, if they do asynchronous rendering.
In the limit, the sum of all these delays can add up to the same amount of time that the preprocessing WOULD have taken, but you also don’t necessarily use every shader every time you play every game, so YMMV.
Generally, those who need to ask how to install a drill bit into a drill are not typically the people who should turn around and immediately proceed to drilling holes into important things.
JPEG also supports lossless compression.
Technically, the spec does require it, but given that we’re in a thread about ecosystem support for a file format that’s approaching its 15th birthday, it’s worth considering how many image viewers will actually be able to work without the DCT step that is the essence of what typical JPEG does.
I don’t have a Windows machine handy to test, but it’s entirely possible that maybe lossless JPEG won’t display in its default viewer.
AirBreather@lemmy.worldto
politics @lemmy.world•House committee withdraws Robert Mueller subpoena over health issues
191·3 months ago“This committee is very sorry to hear that Mr. Mueller is too sick to face our bullshit allegations…”
? What bullshit allegations? The article says that this is the subpoena that they are dropping:
“Because you were FBI Director during the time when Mr. Epstein was under investigation by the FBI, the Committee believes that you possess knowledge and information relevant to its investigation,” committee chairman James Comer wrote in an Aug. 5 letter to Mueller, directing him to appear for deposition on Sept. 2.
To me, this sounds more like “oh noooo, I guess we can’t get any more details about the Epstein stuff, better luck next time”.
I’ll leave it to someone else to speculate over whether or not they think that he would get the same treatment if the subpoena were to testify over other matters.
Apples unite them all
AirBreather@lemmy.worldto
politics @lemmy.world•DNC Votes Down Resolution Calling for Israeli Arms Embargo to Halt US Complicity in Gaza Genocide
10·4 months agoTell me that’s not real. I’m cringing into 2 fewer dimensions as I type this.
Sigh. It looks real to me.
agreed, I demand a do-over. better positive traits can be found here: https://youtu.be/oiSzwoJr4-0
AirBreather@lemmy.worldto
Technology@lemmy.world•I'm archiving Picocrypt · Issue #134 · Picocrypt/PicocryptEnglish
21·4 months agoI think you may have whooshed: this person was pointing out a “th” that slipped through.
AirBreather@lemmy.worldto
C Sharp@programming.dev•WARNING: 2 Killer C# Iterator Bugs (And How To Prevent Them)
2·4 months agoSecond one was, IIRC, one of the primary motivating use cases for
IAsyncEnumerable<T>. It has to beIAsyncEnumerable<T>all the way up and down, but it’s elegant enough. Quite often, depending on the API, it might naturally be implemented by a variant of “paging” behind the scenes. One advantage here is that since the updates throughout the finalawait foreachcan happen entirely on the UI thread (assuming a compliantSynchronizationContext.Current, which is the case at least for WPF), you can see the results streaming in one-by-one as they arrive from the original repository if you want.Before watching the video, from the title, I correctly guessed what the first bug would be, but my guess for what bug #2 would be was one that’s more related to the far more insidious one that he describes starting at 17:27. You don’t have to get very fancy to see connections held open too long:
I don’t know how common it is more broadly, but I’ve seen plenty of code that overlooks
usingand just directly callsDispose(or, more commonly, aClosemethod). While it’s generally advised to favorusingover directly callingDispose, admittedly it’s not always a huge deal: if you don’t otherwise have a robust story for what happens when exceptions get thrown, then it doesn’t ordinarily matter that you’re not explicitly cleaning up those resources, since the program might just be ending anyway.With iterators, this can leave the connection open even if no exception is thrown.
try/finallyblocks (includingusingscopes, which I assume still get lowered to the same) get extra treatment to make sure that thefinallypart gets executed when the iterator is disposed, which happens at the end of any foreach loop over it (including the implicit loop behind calls like.First).
AirBreather@lemmy.worldto
World News@lemmy.world•Japan PM Ishiba to announce resignation next month, Mainichi saysEnglish
8·5 months agoUpdated title is now:
Japan’s PM Ishiba denies talk he will quit following election drubbing
127.69.420
127.69420
127.42069
no that’s “Invisible”. “Invincible” means it can’t be divided





Yes, all of that, PLUS the impacts of this very related news which will make the impact even worse:
https://arstechnica.com/gadgets/2025/12/after-nearly-30-years-crucial-will-stop-selling-ram-to-consumers