Inbred: chaorace’s family has been a bit too familiar. (Can be inherited)

Expand?

  • 2 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • I took his criticisms of the combat as basically saying “this system is not interesting enough to form a satisfying gameplay loop”. That’s a critical statement which I actually agree with, though from my perspective that’s a key part of Persona’s core design: neither the combat system nor the social link system are endlessly enjoyable, so the player is intrinsically motivated to avoid lingering for too long and properly close the core gameplay loop by advancing the calendar. It’s that sort of pendulum-like cadence which gives the series its unique sense of momentum.

    I do think that it’s a shame RPS’s Matt was unable to find joy in P3R’s gameplay loop due to disliking the social-link system… but I also see it as an opportunity to better understand the game as a holistic package in a way that can’t be achieved through a more carefully measured, quantitative analysis. The way I see things, the game is the game – I’m much more interested in understanding what’s in the game rather than what’s not, if that makes any sense.


  • I tend to prefer clicking through the unscored reviews first since I find that it’s generally a mark of a quality outlet. Rock Paper Shotgun in particular is an old favorite of mine, so their’s is the first review that I clicked on and let me tell you guys: it’s a real firecracker!

    Matt clearly didn’t have a good time and I had to respectfully disagree with a lot of the points he’s made, but even so… his points are well-articulated and sensible. I’m rather glad for his uncommon perspective on the topic and I do think that RPS ultimately picked the right writer for the job. He hasn’t particularly changed my mind about a day-one purchase, of course – the main difference is now I’ll have a more nuanced and realistic expectation for what’s inside.


  • It’s a pretty different situation under closer examination. The DnD developers are ex-Nexon employees and they (allegedly) pitched the idea internally before deciding to leave and take the idea with them.

    Nexon thought that they had a legal leg to stand on because of how IP laws work (i.e.: employee ideas on company time are company IP). Perhaps more importantly; they probably felt a need to retaliate in order to send a message to other employees who might want to try something similar.

    Palworld, on the other hand, is made by a team with no ties whatsoever to GameFreak. If Pokemon were a younger franchise they might possibly have a patent case of some kind, but even the 3D games go back almost 24 years now.



  • You may be interested in reading this post about the process of packaging Steam.

    tl;dr: It’s mostly an annoyance reserved for packagers to deal with. Dynamically linked executables can be patched in a fairly universal fashion to work without FHS, so that’s the go-to approach. If the executable is statically linked, the package may have to ship a source patch instead. If the executable is statically linked & close-source, the packagers are forced to resort to simulating an FHS environment via chroot.




  • chaorace@lemmy.sdf.orgtoLinux@lemmy.mlWhere can I find work?
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    6 months ago

    If you hate job boards then you need to find individual company “Careers” pages and go from there.

    How you go about this varies a lot by skillset and industry, but I’ll just throw out a random example: lots of Linux jobs exist in the DevOps space (think Kubernetes, Ansible, Chef, NixOps). It just so happens that lots of medium-sized software companies need DevOps people, so you can pretty easily find companies looking for DevOps hires just by browsing Y Combinator’s Startup Directory

    With that being said, I get the impression from the way your post is worded that you’re looking to break into a new career without having yet established a concrete plan. My advice would be to step back and consider specific options first. Almost all jobs like these require industry-specific certifications (e.g.: CompTIA, ITIL, AWS, Azure, Cisco, etc.). You need to look at your options, pick a certification, earn it, then go job hunting. Certifications are great for securing entry level jobs and the standards body issuing these will often provide an online directory of partner companies who are currently hiring.







  • Sugarcoating pills is fairly common, especially for pills which are frequently ingested or target older demographics. It’s because sugar coatings are much gentler on the esophagus (i.e.: less likely to cause esophagitis, “pill burn”). Advil (i.e.: ibuprofen) is a cheap, well tolerated, and non habit-forming pain reliever – it’s about as safe as such a thing could possibly be, so hopefully that helps to explain why a sugar coating might be warranted given the aforementioned upsides (for the love of all that is holy; always read the directions on the label, it’s still quite possible that Advil is not safe for you specifically). FWIW: the bottles also have childproofing mechanisms built into the caps (… at least in U.S. markets. Not sure about elsewhere?)




  • chaorace@lemmy.sdf.orgtoLinux@lemmy.mlThoughts on this?
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    7 months ago

    I am of two minds:

    1. He’s not wrong
    2. It doesn’t matter at this point

    It’s a mess, but honestly so are a lot of critical FOSS projects (e.g.: OpenSSH, GNUPG, sudo). Curmudgeons gonna curmudgeon. There was a point of no return and that was years ago – now that Wayland’s finally becoming useable despite itself it’s probably time to come to terms with the fact that better alternatives would have arisen had anyone thought they could truly manage it.


  • It’s always a treat to see the wheels of open source & community funding meshing together to bring about a better internet. You and @nutomic@lemmy.ml have already done the honors of thanking the open source contributors, so I think it’s now my turn as an ordinary user to thank you both for your continued hard work and leadership – I have my quibbles, but these do not preclude the giving of a well-deserved and hearty thanks: Thank you! It continues to please me greatly to have the privilege (in both senses of the word) to contribute to the financial sustainability of the project as one of its many small recurring donators.

    And, while I’m at it… since the opportunity doesn’t come up often: I also want to specifically express gratitude to dessalines for their (unrelated) work on the thumb-key project. As a long-time user of MessagEase (10+ years!), I’ve become a happy convert to your more well-maintained and open source replacement. So, thanks for that too! Please continue to suffer my past & future criticisms with the knowledge that it always originates from a place of equal parts respect & gratitude.


  • Wayland is Wayland. If you use a Wayland compositor, you’re getting a lot of security by virtue of design alone. Things like keyloggers and screenrecorders will not be able to intrude on your session barring vulnerability exploits. I’m not going to touch on the relative vulnerability risk of each environment since a) they’re all relatively new & b) I’ve never implemented Wayland myself

    With that being said, here’s what’s not protected by Wayland regardless of the chosen compositor: microphones, webcams, keyrings, and files.

    For microphones & webcams, any distro which rolls Pipewire in combination with Wayland will be sufficient to secure these. Pretty much all Wayland environments roll Pipewire so this is only important to consider if you’re running your own customized environment (be sure to disable any pre-existing PulseAudio daemon after setting up Pipewire to close this security hole)

    For keyrings, these are handled by your environment’s polkit implementation. Much like Wayland, there are several implementations of polkit and they’re all just about equally secure barring any potential vulnerabilities… Just make sure that you’re using an encrypted database (usually on by default) and that you have it configured to always relock & properly prompt for the unlock key.

    For file access, this is actually a core probelm with Linux as a whole – any unsandboxed application will be able to read any file on your machine. The solution is to use sandboxed applications whenever possible. The easiest way to achieve this is through using flathub/flatpak applications, since they will always list out and enforce their required permissions on a per-application basis. For non-flatkpak applications, you’ll need to use “jail” environments (e.g.: bubblejail, firejail) in order to artificially restrict application permissions by hand.


  • In the Steam Link app, you have the option to select “Start Streaming” without picking a specific game. This will stream the screen as it is without binding to a specific window.

    The main caveats here are as follows:

    • Requires a working pipewire & desktop portal configuration
    • Depending on desktop portal & settings, you may need to manually click through the screensharing request modal on your desktop at the start of each connection
    • The Steam client must be installed and running on your Linux machine in order to receive connections