Skip Navigation
ziviz ziviz @lemmy.sdf.org
Posts 0
Comments 40
Sega files patent infringement lawsuit against Memento Mori developer over in-game mechanics, seeking 1 billion yen in damages
  • 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.

  • Mozilla explains their recent foray into advertising - A free and open internet shouldn’t come at the expense of privacy
  • 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?

  • Introducing Proof-of-Work Defense for Onion Services | The Tor Project
  • 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.

  • Is it possible to suspend games on PC like the Steam Deck?
  • 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.

  • 4 wounded at Brooklyn train station when officers shoot man wielding knife
  • 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.

  • The PC industry is changing: RISC-V goes mainstream
  • Kind of a click bait title imo, in the video he concludes it's not really ready for general use. Id argue that's not going mainstream.

  • Selfhosted SSL cert issue
  • 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.

  • Selfhosted SSL cert issue
  • 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:

    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
    
  • What's wrong with my cucumbers?
  • 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.

  • Linux Mint help
  • 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.

  • Windows Recall demands an extraordinary level of trust that Microsoft hasn’t earned
  • 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.

  • Any accurate gardening games?
  • Probably not quite what you are thinking of, but Sakuna: Of Rice and Ruin is supposed to be pretty accurate... for rice farming specifically.

  • lemmy.sdf.org certificate expired
  • Seems right to me. I thought maybe it was fixed in the time since the comment but the cert looks like it was issued at the start of the month.

    my view

  • What is the oldest common food in the typical western diet?
  • 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.

  • Best way to remotely access pc on same LAN
  • Ah crap, yeah, I forgot about that, you're right.

  • Best way to remotely access pc on same LAN
  • Keep in mind both options require enabling remote control from Windows settings. It's off by default if I recall right.

  • Best way to remotely access pc on same LAN
  • 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)

  • SSH through VPN
  • VPN latency depends on tech used. OpenVPN is kinda slow and wireguard quite fast in my experience. That said, both work fine and I can't tell the speed difference unless I actually use a ton of data (streaming 4k hd videos, or transferring gigs of files or something). Regular ssh, I can't tell a difference.