• 2 Posts
  • 216 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle






  • Me for sure. Every so often, I’ll pull something up just for the sake of some tears.

    My go-tos include (in no particular order):

    • Avengers: Endgame
    • The Fellowship of the Ring
    • Patch Adams
    • The Deathly Hallows (Part 2)
    • Fullmetal Alchemist: Brotherhood
    • Avatar: The Last Airbender
    • The Owl House
    • House MD (Season 4 finale)

    Probably some more I’m not thinking of, at the moment.



  • I played it for about 70 hours like 8 months ago, and quite enjoyed it. Will definitely go back, at some point, to see what’s been improved. There’s a REALLY solid foundation there, I think. I like to say it’s the factorio/automation genre, but distilled down to nothing but the gameplay, in its purest, most-concentrated form. My wife and son picked it back up immediately today, when they realized the big update dropped.

    One thing they’ve talked about doing is improving the high-level progression. Specifically, they said their concept for better progression will be that milestone products will feed into future milestones, rather than having them just get thrown away, just like you describe. Not sure if that’s made it into the game yet, or not.

    For $25 in Early Access, I think it’s a deal. If you’re really worried about there being enough gameplay/progression to keep you interested, wishlist it, and keep an eye on what the updates are adding.



  • I don’t see the game getting either of those things.

    Duos, you can already do, you just have to take on a rando as a third. They could scale the difficulty down for 2 players, sure, but Elden Ring’s mutiplayer scaling is notoriously terrible, in part because no amount of scaling can account for the lost potential for splitting aggro, in a game where splitting aggro is king.

    Voice chat is something that FromSoft has INTENTIONALLY never included in any prior game, despite there being co-op in all of them. Making players coordinate with each other with very limited communication tools is one of FromSoft’s signature design choices. The fast pace of this game compared to prior games makes the lack of communication tools hurt a lot more, for sure, but it’s still very much playable. Anyone who dislikes this design choice is absolutely free to, but it’s not gonna change.


  • JakenVeina@lemm.eetoLemmy Shitpost@lemmy.worldForbidden Tech
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    1 month ago

    I did it last week. We were out of power for about 30 hours. But I actually have a degree in Computer Engineering, and I did it with a friend who is a professional Electrician.

    It is indeed EXTREMELY dangerous. If you don’t know what you’re doing, or make a mistake, best case scenario, you fry your generator. Worst case, you electrocute a lineman from the power company, who isn’t expecting lines to be live when there’s an outage, because yes, if you feed power into your house, that will flow OUT of your house onto the main lines (to some extent), if you let it. You could end up trying to power your whole block on your little gas generator.

    We made sure both the indoor and outdoor main power shutoffs for the house were turned off, as well as all breakers. Then we unplugged the oven, and used that for the feed from the generator. Then we gradually re-activated breakers so as not to add too much load to the generator at once. Ultimately, we were able to run the whole house, except for the AC compressor, which the generator actually would have had enough power to run, but not to kick-start.

    The proper way to hook up a generator to feed your house is to install an “inlet” which is both nominatively and physically the opposite of an outlet: instead of holes going into a box, you have prongs sticking out of a box. Generally, it’ll be one of the big fat 4-pronged round cables, like what your oven might use. That’ll feed down to a large double-breaker, in the top-right slot of your breaker panel. That breaker stays off until you want to run a generator, and, to meet code, you have to also install a special bracket that prevents you from turning this breaker off without turning off the primary feed for the whole house. Still kinda dangerous, but they make those brackets surprisingly foolproof.





  • JakenVeina@lemm.eetoComic Strips@lemmy.worldAnime Recommendations
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 month ago

    My guess would be they were expecting a moral payoff, and didn’t get it. Mizu’s “Violence only begets more violence, I must let go of my revenge” moment. Especiallly since the episode or 2 prior really seemed to be setting up for it.

    I was offput by it as well, but a bad ending is one that has nothing interesting to say, or something really shit to say, or that isn’t believable in some way, not just one I hoped would be different. Plus, this story isn’t over.





  • But im not sure how to apply it to anything realistic

    I think that’s a misconception a lot of people have: unless you get a job in the field, or get into open source work, you probably won’t. Not at any amount of scale, anyway.

    Like, you go to your computer and start working in…what?

    For myself, I find that (outside of work and open source) I don’t really USE my programming skills, except that knowing programming enables me to think about problems in my life in a more analytical way. Every once in a while, I might be doing something tedious and techy that I’ll take an hour or two to automate. For example, I’ve done that for re-organizing and renaming video and music files. I also helped my wife a few hundred pages of text from a wiki she maintains for her D&D guild, when they were migrating to a new provider.

    im just unsure what people do especially when starting out.

    If you have an idea for something that you find interesting or are passionate about or would use personally, great! That’s extremely rare, so don’t stress about it. My go-to recommendation for starter projects is to just re-make something that already exists. That gives you very specific, achievable goals. Specifically" I recommend re-making “dir.exe” or “ls” (the Linux equivalent), which are command-line programs that list files on your computer.

    If you can work a project like that, even if you never “finish” it, and you get any enjoyment out of it, that’s a good sign. If you find that you dread working on it, or really struggle with it, then that’s a good indicator that maybe programming isn’t for you. It’s a useful skill to have, but you shouldn’t feel bad if it just isn’t your thing. I always like the idea of being a musician, and toon guitar lessons as a kid, but whenever I would sit down to practice, I found I would rather be doing almost anything else. Eventually, it occurred to me that I can love music and musicianship, without being a musician.

    What is really meant by “programming” when people say they like to use linux for it?

    I think it’s just a matter of personal preference among the type of people that are drawn to programming. Linux doesn’t just LET you have a very high level of control over things that happen “under the hood”, it often MAKES you have to deal with some things that Windows or iOS would traditionally keep hidden (to varying degrees, depending on distro). That ends up being appealing to the kind of tinkerer folks who are also attracted to programming.

    I don’t think there’s any inherent reason that Linux is better for programming, except MAYBE that there’s more of a programming ecosystem built around it, because more programmers end up using it. Sort of a self-fulfilling prophesy.