bin.pol.social

fracture, (edited ) do gaming w I'm looking for the Holy Grail of multiplayer gaming

honestly check out archipelago, it’s a framework that allows you to play a lot of different randomized games with your friends. you can play synchronously or asynchronously, and if you’re handy with code, you can even add any game you want to it

appendix"what’s a randomizer?" a randomizer is a method of scrambling the items in a video game, while keeping it solvable, to be able to re-experience the same game with a fresh sense of progression. an easy game to think about this with is something like metroid or zelda. you need powerups to unlock certain parts of the game, but what if you could find those powerups anywhere you found a missile expansion or a chest? that’s what a randomizer is “how does that work with multiple people?” now imagine that, between you and your friend’s randomized games, the items for both games could end up in either game. if we use the metroid/zelda idea from earlier, metroid might have zelda’s boomerang, while zelda might have metroid’s morph ball. the logic to ensure the games are solvable is still there, but you might be stuck waiting until your friend finds your key item. this is called “being in burger king” or 'being bk’d"

other vocabcheck: any spot you can collect an item in a randomizer (think all collectibles and powerups in metroid, for example) burger king: when you have run out of checks of your own and are waiting for someone else to send you a critical item you need to make any meaningful progress again. named after the first multiworld randomizer, where someone was stuck for so long, they were able to go to burger king for six hours and return only to still be in the same situation

judgyweevil,

Thanks, that’s interesting

PanArab, do gaming w The steam deck is just great
@PanArab@lemm.ee avatar

I have both. So far the only advantage the Switch Lite has is that is lighter and pocketable. The Steam Deck is not just about gaming which it does so well, it has also become my main and only PC outside of work. I have it hocked up to my TV more often than use it in handheld mode.

echodot,

I’m very sure you can even run blender on it

Swedneck,
@Swedneck@discuss.tchncs.de avatar

and given that it’s a gaming device blender probably runs pretty alright, too, especially if you stick to the eevee engine

ExtantHuman, do gaming w The steam deck is just great

Memory is not storage.

doomcanoe,

Not with that attitude! swapon!

Shardikprime,

Bro why you gotta remind me of the swap file nightmares with w98 ha

Decq,

In the end everything that is storage can also be used as memory. You could print it to paper and scan it back in when the cpu requires it (and write a memory interface to do so)… It would just be terribly slow if you don’t use something like DRAM

ExtantHuman,

Sure but that’s the opposite of what was mentioned.

Storage can be memory.

Memory cannot be storage.

Decq,

You can use a ramdisk to use memory as storage. And if it’s volatile memory just be sure to never power it down. Ignoring the applicability of it of course.

Swedneck,
@Swedneck@discuss.tchncs.de avatar

the fuck are you on about lmao
en.wikipedia.org/wiki/Tmpfs

MonkderVierte, do gaming w The steam deck is just great

Careful with SD; they quickly wear out with lots of small writes. I once fried one as homedir while trying to compile Firefox.

PraiseTheSoup,

Are SD cards not still the standard storage for digital cameras? I can think of few things designed to produce more small writes than a digital camera.

CMonster,

This person is confusing me. I use SD cards for my cameras and drones and routinely move files and reformat them with no issue. I have several cards that are over 6 years old and used daily. SD is the standard for all current cameras and drones.

neon_nova,

I’ve only heard about SD cards data getting corrupted when doing lots of small writes. This was something people talked about when the raspberry pi first came out I think. But, I’ve been using micro-sd cards for years for all sorts of things and never had a problem.

Kraven_the_Hunter,

I’ve had an SD card in my dashcam for 6+ years now. Constantly writing and over writing from -20F (sometimes lower but it’s protected so I’ll stop at -20) to well over 110F when baking in the summer sun.

It’s got a battery so it continues to run for hours after I shut it off. Used to go 17 hours on the battery but that’s probably way less now.

My point being that the SD card has been rock solid in very extreme conditions for 6 years now. Sure I made sure to get the extreme use version, I but don’t buy this kind of thing on eBay or Craigslist and you’ll be fine. Maybe stay away from Amazon too.

itslilith,
@itslilith@lemmy.blahaj.zone avatar

A digital camera has several megabyte writes, every once in a while, filling up the SD card evenly. Even bad SD cards usually have many thousand write cycles before they degrade, so that’s not likely to be an issue. What is worse is if you have a log file, for example, that is stored in a fixed position on the card and gets updated several times a second

PyroNeurosis,

I’d like to know more about this- as far as I know they are solid state, meaning no moving parts (ergo more reliable)

MonkderVierte, (edited )

Hmm, for now only about the general fragility, due to simple controllers. But i think i have an article about this saved somewhere.

Btw, if you reformat an SD, I/O and lifetime will fall sharply, because of some block size parameters differing, above mentioned article goes in detail about this stuff.

Edit: it wasn’t this but has some nice info too:

Swedneck,
@Swedneck@discuss.tchncs.de avatar

they’re more reliable but they still wear out, but i don’t really think it’s a problem you need to worry about, just have in the back of your mind that you’ll want to make a backup after a while so you’re not sitting there with a dying sd card with all your data on it.

But also IIRC flash storage specifically fails to write data as it wears out, so it’s not like the data is gone.

greybeard,

Each write to a memory location wears out that location slightly degrading it’s oxide layer. Flash memories compensate for this by “wear-leveling” which spreads the writes around to different locations to make sure the device wears out evenly.

It will mark bad locations and stop using them. If you run with the device almost full then it cannot effectively wear level and the few open locations will be overused and wear out.

It’s not specifically small writes, it’s the number of writes to any one location. But of course it’s faster to do small writes so you end up with more if they are all small.

Also, there are flash memories optimized for performance that will wear out faster and others that are optimized for longevity that write slower.

Keeping the device cool will extend it’s life also.

For longest life, keep the device cool and mostly empty and minimize writes. In critical applications find a device that optimizes lifetime over performance.

MonkderVierte,

Hold on, i think i now remember: this one was about SD usually having smaller block size, so each small write causing a multiple in blocks written, i think?

Zess,

Sounds like you got a shitty SD card. High endurance cards are recommended for frequent writing.

MonkderVierte,

Can’t say for sure, because all are mixing high quality flash with recycled from the scrapyard quality. The big names only a bit less of the scrapyard.

LucidNightmare,

Yes, this. I got a 1tb micro SD card a few years ago for my hacked Switch (Fuck Nintendo, especially now that they’ve went after emulation) and finding a LEGITIMATE SD card was very hard, especially since I wanted the high-capacity and they don’t just sell those at Wal-Mart. Be VERY careful about buying SD cards folks, lots of scammers out there in the markets now.

EDIT: forgot to add that I received TWO duds, fake SD cards that were NOT 1tb, when trying to get my SD card

brbposting,

How annoying is that! Where did you get the fakes?

Another question. Is that a separate issue? Like let’s say if you buy from Best Buy:

https://sh.itjust.works/pictrs/image/57ba3f37-fff3-4747-95dd-77c63ca0d6a8.jpeg

Sounds like @MonkderVierte was saying it’s still a crapshoot even if it’s totally genuine. Like if you buy 10 for 10 different handhelds, maybe only half of them are still working after a couple years but the rest of them last two or three times longer… <speculating>

MonkderVierte,

Yes, that.

LucidNightmare,

Mine were off of Amazon since I live about 2 hours away from anything other than Walmart. :’)

IndustryStandard,

Endurance SD cards made for cctv cameras are the way to go. The Endurance versions are slower and slightly more expensive but they last a lot of writes.

JonsJava, do games w Day 299 of posting a Daily Screenshot from the games l've been playing
@JonsJava@lemmy.world avatar

Seriously impressed your still doing this

LandedGentry, (edited ) do games w Day 298 of posting a Daily Screenshot from the games l've been playing

deleted_by_author

  • Loading...
  • MyNameIsAtticus,
    @MyNameIsAtticus@lemmy.world avatar

    It took me a minute to figure out why i was dying. I went through maybe 4 health potions before i realized something was up and checked my status and realized “Oh shit, i was still carrying the Dark Brotherhood quest line’s poison apple and just ate it”. I hope it goes in Tamriel’s history books that the Listener of the dark brotherhood accidentally poisoned himself with his own poison apple

    nafzib, do games w Day 297 of posting a Daily Screenshot from the games l've been playing

    Glad to see someone else getting into Daggerfall!

    For the way people react to you: That’s going to be based on your reputation with their faction that you set in character creation + your Personality stat. I just made a hoity-toity Paladin-eque character and I set his reputation with nobility really high and underworld really low, with commoners just a little bit low (-2)…Asking people in town for stuff results in a lot of turned up noses telling me to stuff it. Lol.

    But also, for commoners, picking the Blunt option (your Streetwise skill) when speaking to them usually helps, and picking Polite (your Etiquette skill) usually makes them dislike you because it makes you talk like the upper class.

    I spent hundreds of hours in the mid-to-late 90’s playing Daggerfall, which meant using it’s original control scheme; if you haven’t tried that out…you should, just so you know what it was like (but I recommend using the Normal setting for reflexes because you will not be able to attack/do stuff as quickly). Pro tip: In that control scheme, to look with the mouse, press Enter to enter Mouse Look mode. Press it again to go back to movement/interaction mode. The Home key centers your character’s view again, and Page Up/Page Down look up and down if you don’t want to switch out of interaction mode. Holding down the mouse button and literally moving it in a direction to determine the type of attack (side to side for swipes, forward for stab, backward for overhead swing/kick) was certainly unique, even for the time. WASD controls didn’t become standard until after Quake and Half Life exploded onto the scene.

    I highly recommend the following mods which add great quality of life changes without changing fundamentals about the game or quests. If you don’t want to load your game down with a ton of mods, I urge you to at least grab the top two in my list as they modernize the game in the same way that Daggerfall Unity modernized the overall controls with a WASD + Mouse Look control scheme:

    • Cruise Control - This is one of the best QoL improvements here. It’s important that you know about interaction modes, how to select them and how they work, but having them default in obvious situations makes it play a lot more like a modern TES game (such as defaulting to Steal mode when you are Sneaking, and Info mode when you’re far way or something can’t be Grabbed/Talked to, so you can walk around town looking at buildings and clicking to see what they are. This is the easiest way to fill up your map for shops and such if people don’t like talking to you/you don’t want to sit there and click on every single dialogue option over and over).
    • Sneak and Crouch Combined - This is the other really big one in this list. Sneak and Crouch are two separate things in Daggerfall. Crouching does not necessarily help you sneak (though I think maybe a little since you move slower?), and you can Sneak while standing. Doing both slows you down even more, and you have to remember to stop sneaking and stand up afterwards. This mod just makes the key to do either always do both, like modern TES games.
    • Multiple Quick Saves - There’s no such thing as saving too often in Daggerfall.
    • Simple Mini Map
    • Rest Warning if Unwell - This will literally save your life, because if you catch a disease and then go to sleep, you will die.
    • Viewable Skill Progress
    • Autosaves* - No, seriously, there’s no such thing as saving too often in Daggerfall.*
    • Unofficial Block Location and Model Fixes - Fixes some actual graphical and interaction issues with some 3d models and such.
    • World Tooltips - This makes everything show what it is when you mouse over it like in modern games. WARNING: This will reveal secret doors and switches to you. So, I consider this one to be much more optional in setting up a new DFU install than the others because that does change the way you play. However, with how insanely huge/labyrinthine the dungeons can be…let’s just say I don’t have the kind of time I did 30 years ago wander aimlessly clicking on every wall panel in the dungeon to find the one secret door I needed to open to get to the quest objective. Plus, the game’s default 3D mini map often will load in such a way that it reveals many secret areas anyway.
    • Subtitled Cinematics
    • Convenient Clock
    • Physical Combat and Armor Overhaul - Another optional one, IMO: If you want to not spend an inordinate amount of time missing enemies, this mod makes the combat work like modern TES games where you always hit, but all the numbers from weapon/armor/dodge skill/etc still factor in to the amount of damage done and such. It also fixes the Critical Hits skill to actually…do critical hits. In default Daggerfall, that skill actually affects your chance to hit, not how much damage you do. Meanwhile, the manual that came with the game was incorrect and told you that it affected your damage. >_<
    MyNameIsAtticus,
    @MyNameIsAtticus@lemmy.world avatar

    Thanks for the guide on the dialog! I couldn’t figure out why everyone hated me, and i had assumed it was a combo of a low personality + being a Khajiit lol. So it’s nice to know i was at least half on the mark. The Blunt and Polite thing is making a whole lot more sense. I’m definitely saving some of those mods too (it will probably wind up being all of them knowing me), especially the Autosave and Quick Save one. Not even 4 hours in and i’ve been burned by that mistake multiple times. Pressing F9 to quick save has become a habit whenever i have to open doors

    blimthepixie, do games w Medal of honor on the PS1

    Shooting people with the shotgun and watching them do a flip.

    match, do gaming w I'm looking for the Holy Grail of multiplayer gaming
    @match@pawb.social avatar

    space station 14 (or space station 13 if you’re nasty)

    judgyweevil,

    There is not even the early access

    arsCynic, do gaming w I'm looking for the Holy Grail of multiplayer gaming

    Chess.

    ✍︎ arscyni.cc: modernity ∝ nature.

    drspod,

    lichess good

    judgyweevil,

    Checks out

    richardwonka,

    At the tightest-possible definition of multi-player

    ArsonButCute, (edited ) do gaming w I'm looking for the Holy Grail of multiplayer gaming

    Tetris effect connected.

    It made game of the year for a reason.

    I think I’ve sunk 200 hours into tetris this year alone, I have it on like 4 systems including my SP handheld clone

    Edit: my phrasing here was unclear, there effect connected has not been ported to portmaster or the ports collection, I use Tetris RR, a custom patched og GB tetris to have all the same amenities (hold, hard drop) as modern tetris.

    If you like tetris and want tetris RR, find a GB tetris ROM and patch it yourself

    A link to the Romhack (for the mods, this is a link to the patch, not the rom, i know VL has pirate content but this aint it, it does however have a link to their archive, where the rom does exist) vimm.net/romhacking/hacks/5813

    Elkenders,

    I got my hopes up it was on portmaster for a moment and you were talking about rg35xxsp.

    ArsonButCute,

    Oh, no I play Tetris Rosy Retrospective on that. All the new amenities on classic GB tetris.

    That’s exactly the handheld I was referring to, the anbernic rg35xxsp

    threelonmusketeers, do astronomy w [Meta] Comm Clarification

    I think that !space is the most general community, and communities like “!astronomy” and “!spaceflight” are subsets.

    • Interesting data from a telescope? Astronomy and space, but not spaceflight.
    • A new GPS satellite is launched? Spaceflight and space, but not astronomy.
    • The Perseverance rover drills into a neat rock on Mars? Space, but not really astronomy or spaceflight.
    • A new space telescope is launched? Definitely all three.

    These are just my thoughts though, and I’d love to hear what others think.

    @Bee, @otter, @Bitswap Thoughts on changing the display name of !space from “Space & Astronomy” to just “Space”? Not that astronomy posts wouldn’t be welcome, but it could help reduce confusion with this community.

    Bitswap,

    Yeah. Actually confused me for a minute and I had to go dig into all the different communities on mander.

    I think it makes sense to change the display name.

    otter,

    I’m good with that too. A pinned post and sidebar list should help people know where to share content.

    threelonmusketeers,

    Friendly reminder regarding changing the display name of !space :)

    otter,

    Thanks! I’ve changed it now.

    It looks like the icon and banner are broken, even on mander.xyz. @Bitswap, were you in the process of updating those? It could be a cross instance moderation issue. Otherwise how are these:

    https://lemmy.ca/pictrs/image/9e462620-bdd3-425f-a5dc-3415f1b95bab.png

    https://lemmy.ca/pictrs/image/5227d57a-a076-43cc-abff-23e7fe29d137.png

    threelonmusketeers,

    Thanks!

    The new banner and icon look great! I like how the icon is partially transparent.

    otter,

    Nice :)

    I made the promo post and scheduled the second one to go out in a few days: lemmy.ca/post/43840038

    threelonmusketeers,

    Awesome!

    Gerudo, do games w Ubisoft connect downloads 0kb/s

    In your defense, the installer should have alerted you were short on space prior to starting the download.

    Quique,

    Indeed, it just quited downloading. No notification nothing.

    BmeBenji, do gaming w I'm looking for the Holy Grail of multiplayer gaming

    In all honesty, Rainbow Six: Siege is as ungrindy as any game could be, and it is as endlessly replayable as there are combinations of all the active players. The whole game is about finding ways to use the deep sandbox to outsmart your opponent, utilizing yours and your teammates abilities in unique combinations and it’s wonderful

    BmeBenji, do gaming w I'm looking for the Holy Grail of multiplayer gaming

    Titanfall 2

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • esport
  • FromSilesiaToPolesia
  • rowery
  • test1
  • krakow
  • muzyka
  • Technologia
  • NomadOffgrid
  • fediversum
  • retro
  • ERP
  • Travel
  • informasi
  • Spoleczenstwo
  • gurgaonproperty
  • shophiajons
  • Psychologia
  • Gaming
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • Blogi
  • lieratura
  • motoryzacja
  • giereczkowo
  • warnersteve
  • Wszystkie magazyny