Off-and-on trying out an account over at @tal@oleo.cafe due to scraping bots bogging down lemmy.today to the point of near-unusability.

  • 21 Posts
  • 1.29K Comments
Joined 3 years ago
cake
Cake day: October 4th, 2023

help-circle

  • I am not familiar, but, cutting the “changes” section out of a review:

    https://www.rpgland.com/games/hoshigamiremix/review.html

    Remix adds various, easier difficulty levels, new character art, redone music, a new character, and an overhauled localization.

    Another problem with the game is the extreme lack of portability. It is a DS title, and as such should be capable of being played for small amounts of time at once. Unfortunately, there is no suspend feature to allow for saving while in battle. Factor in that the average battle can take 20-40 minutes and that sometimes one battle immediately follows another with no break for saving, and here’s a game that is not at all good for playing on the move.

    So going entirely off that, it sounds like the remake is probably preferable, but it might not be a good idea if you plan to play the DS game as a “mobile” game — dropping into the thing for a few minutes while waiting in a line or something.



  • tal@lemmy.todaytolinuxmemes@lemmy.worldTerms of Service
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    13 hours ago

    Instead of using fbcon (the default, in-kernel framebuffer-based terminal emulator), use fbterm (a userspace framebuffer terminal emulator, which supports backgrounds) with fbv as specified in the fbterm man page.

    It looks like there’s also a patch, fbcondecor, to add background support to fbcon, but it’s not in vanilla kernel.





  • I’m not personally familiar with Synology’s products, but if what’s going on is that you’re using some built-in feature of a Synology NAS to copy files from a USB drive to the NAS and seeing an error, I’d probably try copying that particular file to somewhere else on a PC, cutting the NAS out of the loop, to make sure that you don’t have, say, a corrupt filesystem where attempts to read the file contents are failing.



  • untested

    Require new contributors to add test code with their patch that hooks into your continuous integration system, and have part of that CI path use a code coverage tool to validate that their test code is actually executing the patch in question?

    I mean, that:

    • Creates a speedbump that I’d assume that low-effort patches — LLM-generated or otherwise – won’t get past.

    • Shouldn’t obstruct someone willing to put effort into their patches.

    • Doesn’t affect long-term contributors at all.

    • Ensures that at you have at least some level of minimum test coverage. Yes, theoretically they could have not actually run their test code themselves and only have it running as part of your CI path, but even then, at least something is running it, and it’s probably going to be pretty obvious if they keep pushing a PR many times until it passes.

    • If you can get some LLM to generate test code that’s actually being run, good (well, okay, it might not be sufficient, but it’s at least clear that it’s not crashing the program or similar).


  • It doesn’t seem like a crazy idea to me to have some “second tier” of packages that undergo a higher level of scrutiny and have to pass that before they are released in that tier.

    Maybe an arbitrary set of security endorsements would be more flexible.

    That permits retaining a low bar for just making the stuff initially-accessible in packaged format, but also helps developers in raising the floor.

    Like, okay. Say I have something like:

    $ cat .config/npmrc
    required_security_endorsements=["npm_auto_audit", "maintainer_id_validated", "european_cybersecurity_competence_center_tier_1", "nsa_tier_1"]
    $
    

    An attempt to install a release of a package without those endorsements fails.

    That’s going to always create pressure to get something a security endorsement so that it can be used by people who only permit packages with some given security endorsement, but it lets parties start running security endorsement projects to improve the situation without excluding any existing projects from pushing stuff to npm.

    EDIT: Also, I’ve not done much node.js development, but assuming that the dependencies in a package manifest default to the newest version unless specific frozen versions are mandated, a la PyPI, it might reasonably be able to fall back to versions with the required security level automatically, if they’re available. If the dependency format permits specifying optional dependencies, a particular dependency could be automatically excluded to conform to the security endorsement requirements list.


  • “Zbijgl, my old fart, my favmamort n n n n number is 183442356742255214676213566873225566333543”

    https://www.workableweb.com/_pages/tips_how_to_write_good.htm

    How To Write Good

    Lesson 1 - The Grabber

    The “grabber” is the initial sentence of a novel or short story designed to jolt the reader out of his complacency and arouse his curiosity, forcing him to press onward. For example:

    “It’s no good, Alex,” she rejoined, “Even if I did love you, my father would never let me marry an alligator.”

    The reader is immediately bombarded with questions, questions such as “Why won’t her father let her marry an alligator?” “How come she doesn’t love him?” and “Can she learn to love him in time?” The reader’s interest has been “grabbed”!