Skip Navigation
Posts
0
Comments
40
Joined
2 yr. ago

One Shop

  • RIP me, confirmation bias sucks...

  • One Shop

  • Even easier and faster; a quick look at google maps presents a list, their locations, hours of operation.... Most of these are airsoft stores apparently.

  • LiveScience.org mentions the same question back in 2020

    Of note, it's unclear whether the dog died a natural death, or whether it was killed to be buried with its human. An analysis of its remains may reveal this mystery.

    I couldn't find an answer though. Most online sources of the discovery are from back in 2020, then it's just memes.

  • Sega alleges infringements of the following five patents: No. 5930111, No. 6402953, No. 6891987, No. 7297361 and No. 7411307, all of which are registered in Japan.

    I tried checking out that first patent there, 5930111 and who boy... is this shit hard to read

    An information processing device includes: a control means for causing the player to acquire a content in response to a game execution instruction from the player; an extraction means for extracting content groups of the same type from contents possessed by the player, according to an instruction from the player; a selection means for automatically selecting fusion source contents and resource contents from each of the extracted content groups; and a fusion means for collectively fusing, for each of the fusion source contents, one of the resource contents of the same type as the each of the fusion source contents. The selection means selects, as the resource contents, contents having a rarity at or below a specific level, from each of the extracted content groups.

  • A fundamental flaw in this, is it still involves user data, even if "anonymized". You can advertise without any user data. We do it all the time. Does a television channel know your gender? Does a radio station know if you bought a car recently? Does the newspaper know your hobbies?

  • 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.

  • I just tried it on Nobara. Just... application launcher (The start menu icon)->sleep. Waited, and then woke the machine back up and when the machine came back up, the game was still running. No idea if all games will play nice with that, but Satisfactory did.

  • Surely I misread the title. The wounded were all stabbed, surely. Nope... Cops open fired hit the suspect, 2 randos (one of which was hit in the head), and a friggin cop. All started by suspect not paying the fare. Cops made the whole situation infinitely worse than had they not showed up.

  • I liked world most too. It has several things rise is lacking. One of which is a serious threat imo. Like, the first time my party ran into anjanath. It just exploded out of some shrubbery and most of his attacks were insta kill. Just having this random threat helped with the world building, suspense on hunts and also gave a clear milestone when you finally get the hunt to take him down. Then there was blood puppy or bazelgeuse, they are all super memorable because of how much of a passive sorta threat they were.

  • If you ensured both the subdomain and the domain name were provided when using certbot, then it could be a case where the server is still using a previous cert. I had issues where changing the cert in NameCheap did not immediately take affect. (In the NameCheap CPanel console, cert would be fine, but actually visiting the site would still present the old cert for a while.) There were at least a couple times where it only presented the new cert after I fully removed the old one from Cpanel. Other than that, running out of ideas.

  • Sounds like the cert is missing a required SAN name. I used namecheap and Let's Encrypt together before. I had to ensure that *.ziviz.us and ziviz.us were both provided to certbot. I used manual DNS challenges, and it looked like this:

     bash
        
    certbot certonly --manual --preferred-challenges dns
    Saving debug log to /var/log/letsencrypt/letsencrypt.log
    Please enter the domain name(s) you would like on your certificate (comma and/or 
    space separated) (Enter 'c' to cancel): ziviz.us *.ziviz.us
    
      
  • 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.

  • Adding even more grammar, you could use "Had no", for lack of possession, like

    It had no tooling for the fs?

  • Permanently Deleted

  • 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.

  • Accounting 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.

  • I'd imagine a berry of some sort. There could be a berry we still eat that pre-humans also ate. Wouldn't surprise me.

  • Ah crap, yeah, I forgot about that, you're right.

  • Keep in mind both options require enabling remote control from Windows settings. It's off by default if I recall right.

  • If 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)