Not an expert, but I think it’s Angular Leaf Spot. It seems to match at least, damage is not passing veins, looks like the underside of the leaves have white stuff on them. It does not look like there is a cure if so though, at least, not one I have found searching the internet.
- 0 Posts
- 18 Comments
Adding even more grammar, you could use “Had no”, for lack of possession, like
It had no tooling for the fs?
Definitely this. The data is not likely gone, but before doing anything that could make things worse, try and get a full copy of the SD card somewhere. From there you may safely try repairing the partition or data carving tools.
ziviz@lemmy.sdf.orgto Technology@lemmy.world•Windows Recall demands an extraordinary level of trust that Microsoft hasn’t earnedEnglish601·1 year agoAccounting details, sensitive credentials for sys admin use, HIPAA data, PII etc. there’s just so much crap understood to be temporarily unlocked, viewed, and then immediately deleted or locked again. Even home users shouldn’t turn this thing on, check your bank? Balance and account details now always available. Use a password manager? Whatever you looked at is likely captured.
Probably not quite what you are thinking of, but Sakuna: Of Rice and Ruin is supposed to be pretty accurate… for rice farming specifically.
ziviz@lemmy.sdf.orgto Asklemmy@lemmy.ml•What is the oldest common food in the typical western diet?English8·1 year agoI’d imagine a berry of some sort. There could be a berry we still eat that pre-humans also ate. Wouldn’t surprise me.
ziviz@lemmy.sdf.orgto Asklemmy@lemmy.ml•Best way to remotely access pc on same LANEnglish1·1 year agoAh crap, yeah, I forgot about that, you’re right.
ziviz@lemmy.sdf.orgto Asklemmy@lemmy.ml•Best way to remotely access pc on same LANEnglish14·1 year agoKeep in mind both options require enabling remote control from Windows settings. It’s off by default if I recall right.
ziviz@lemmy.sdf.orgto Asklemmy@lemmy.ml•Best way to remotely access pc on same LANEnglish23·1 year agoIf you have another windows pc, you can use the built-in remote desktop. Or, from Linux you can install a Microsoft rdp compatible client like remmina. (Edit: If using Windows Pro on the target machine, for either of these options)
ziviz@lemmy.sdf.orgto Selfhosted@lemmy.world•Broadcom yanks ESXi Free version, effective immediatelyEnglish155·1 year agoYay… Capitalism…
ziviz@lemmy.sdf.orgto No Stupid Questions@lemmy.world•Has google stopped working for finding anything?English5·2 years agoCompounded by sites like RSSing that frame or scrape other websites. Another hit, but literally the same thing verbatim as another.
And for the fandubs, there should be an additional paragraph as a hat explaining some concept or pun that just does not translate well.
Huh… That makes sense. Til. Ran some tests but speed is pretty similar. Only 4% faster using bitmath or 300 milliseconds difference after 10mil runs.
ziviz@lemmy.sdf.orgto Linux@lemmy.ml•New 'Looney Tunables' Linux bug gives root on major distrosEnglish7·2 years agoThe short answer is Rust was built with safety in mind. The longer answer is C was built mostly to abstract from assembly without much thought to safety. In C, if you want to use an array, you must manually request a chunk of memory, check to make sure you are writing within the bounds of your array, and free up the memory used by your array when completely done using it. If you do not do those steps correctly, you could write to a null pointer, cause a buffer overflow error, a use-after-free error, or memory leak depending on what step was forgotten or done out of order. In Rust, the compiler keeps track of when variables are used through a borrowing system. With this borrowing system the Rust compiler requests and frees memory safely. It also checks array bounds at run-time without a programmer explicitly needing to code it in. Several high-level languages have alot of these safety features too. C# for example, can make sure objects are not freed until they fall out of scope, but it does this at run-time with a garbage collector where Rust borrower rules are done at compile-time.
ziviz@lemmy.sdf.orgto Mildly Interesting@lemmy.world•We Added 690 New Words to the Dictionary for September 2023 | merriam-webster.comEnglish23·2 years agoSurprised by how many words here I consider old. jorts? Jorts is a recent addition?
ziviz@lemmy.sdf.orgto Asklemmy@lemmy.ml•Is there a collection of all human knowledge ever created ?English191·2 years agoI don’t personally know of any but in a similar vein there are some stone monuments intended to convey information after an apocalypse like the Georgia Guidestones or the nuclear waste site warning stones. GitHub put a snapshot of all active code repositories from 2020 in arctic permafrost, and there is the arctic seed vault for preserving plant species.
ziviz@lemmy.sdf.orgto Technology@beehaw.org•The Release Date and Key Features of Windows 12 UnveiledEnglish1·2 years agoThey are necessitating 8GB of RAM. for what?! Like, it would be a struggle to find a machine with less than 8GB still being sold new, sure, but why does the OS need that RAM?
At least it appears to be something that gets triggered. In theory, if a node is not under attack or heavy usage, this isn’t a consideration. Doesn’t seem to be a perfect solution as it still slows the traffic of legitimate users in the event of an attack. I don’t know the full details, but in the worse case it makes it easier to semi-DoS, maybe not by fully making a node unresponsive, but by making the service so painfully slow that users may give up on it.