no, user data is not federated accross instances.
- 3 Posts
- 125 Comments
Dunstabzugshaubitze@feddit.orgto
Gaming@beehaw.org•Close to finishing Super Mario Odyssey and was wondering which games are similar
14·2 months agowhat about the other hat based platformer: “a hat in time” ? lots of fun.
Dunstabzugshaubitze@feddit.orgto
Linux Gaming@lemmy.world•How do different Proton versions work?English
3·2 months agoproton offers functions to windows programs that those programms expect to be there, however those functions might differ from what the program expect, because they might not implemnted be fully or they don’t cause something to happen that would happen with the windows implementation.
different proton versions might contain fixes for certain games that break other games or simply do things different enough that game x can habdle that but game y not.
no jabba, han is the only one who shot, no obviously digital explosions…
Dunstabzugshaubitze@feddit.orgto
ADHD@lemmy.world•Any tips from writers with ADHD?English
4·3 months agoInability to settle on the right words: I’ll write something and think that what I wrote could be written better or differently and then I keep on writing and deleting and rephrasing with different words. Thus making very slow progress.
editing is not writing, don’t edit before you are done writing the first version of your story, and editing gets easier after the first enarmourment for a story has worn off anyway. sounds easier than it is, but the voice in your head telling you that you are writting badly is not your friend and not helping, even if it might be right sometimes.
Problems with continuity: I might think up a somewhat long plot line. But I have to write the whole thing in one go because if I don’t then my brain will splinter the story into multiple possible story branches when I stop and I am unable to choose the path to follow.
have a look at the “snowflake method” and learn about various story structures to help plan the beats of your story. if planning far ahead is not your jam jot down some notes for what happens next, or if you can’t decide turn the possibilities into yes/no-questions flip a coin and run with whatever fate decided. in general take notes, can’t trust that brain to produce the same output twice.
Lose interest in continuing if I take a break: If I stop writing mid way and take a break from writing for an extended period of time, I am unable to find the motivation to resume. Mostly because trying to catchup with the story up to that point feels hard. I have this same tendency with video games as well where I don’t feel like picking up a game after an extended period of absence.
thats normal, if a story can’t reignite the spark that lead to starting it in the first place, that story won’t be finished. keep it somewhere you see it from time to time, it might call you someday and if it does not that’s fine, most stories are never finished. if you want to finish something badly try to set a deadline you cant easily ignore, i turned short stories into gifts (a long with a ‘real’ gift) sometimes just to have a reason why it must be done on day x. the story was not necessarily for the person i gifted it to, but i needed the pressure.
Dunstabzugshaubitze@feddit.orgto
Games@lemmy.world•Hideo Kojima says MGS2 was never about AI 'but rather a future I didn't desire' of data gaining a will of its own and 'unfortunately we're heading there'English
32·3 months agoKeanu Reeves looks like a canadian Hideo Kojima, can confirm.
determining how ‘good’ something is preserved, e.g. does a valuable comic book looks like it has been read? (loose pages, bend pages, smudges, faded colours…) and depending on how pristine that book looks it gets a grade.
Dunstabzugshaubitze@feddit.orgto
Games@lemmy.world•DAE name their characters by their official name?English
1·3 months agoL’orm Ipsu’mlies is a well respected librarian and only got mininal eye rolls. He claims his name is old elvish, but he made it up.
Dunstabzugshaubitze@feddit.orgto
Games@lemmy.world•DAE name their characters by their official name?English
1·3 months agoi am stealing this to use it as a name of a fiend or something in my ttrpg campaign, thank you :D
Dunstabzugshaubitze@feddit.orgto
Games@lemmy.world•DAE name their characters by their official name?English
9·4 months agoI am using a german keyboard layout and if i have to name a character and dont have a name in mind they’ll become Qwert Zuiopü.
it was the nerevarines name, it was the name of the hero of kvatch and it is the name of every Dragonborn that’ll never finish skyrims main quest.
Dunstabzugshaubitze@feddit.orgto
memes@lemmy.world•I cannot see images on this community, anyone know why? Any fix for it thx
5·4 months agocreate an account on another lemmy instance, if you can see images there it’s probably a federation issues the admins of your instance have to look into, if you still can’t see images check if other communities on lemmy.world have issues for you to, if yes it’s something on your end, could be an issue with the client you are using, a dns problem or the domain is blocked on your network.
japan has pretty harsh punishmemts for distirbuting “indecent” stuff and thus the industry self censors and turning penises and vaginas into mosaics seems enough to make everybody look the other way.
so pretty much the same reason you probably won’t see naked breasts in american movies aimed at teens or kids, just with a different view on what’s seen as decent and what not and in which context.
Dunstabzugshaubitze@feddit.orgto
ADHD@lemmy.world•Is it okay for a therapist to tell me to just accept this trait?English
5·4 months agoare they allowed to officially diagnose you and prescribe meds? if not they might atleast be able to point you to someone who can do this.
you should also ask if they can offer behavioral therapy, which (often together with meds) can be a great help. if they cannot offer this you’d might need another therapist.
sounds like a talkshow hosted by Jürgen Domian
https://youtu.be/BFPa0Vp2MYQ this is the story about the ground meat enthusiast.
He hosted radio talkshows since the mid 90s where people would call in and could talk about a lot of things, not seldom about strange behavior or their romantic misadventures.
dont make me listen to the poor guy again who inserted a rose into his penis as surprise for his girlfriend.
Morbus Kobold, excuse the kink to the german Wikipedia, it seems like the rest of the world lacks critical research about this topic.
Dunstabzugshaubitze@feddit.orgto
Linux Gaming@lemmy.world•Problems with Diablo 1 via GoGEnglish
3·4 months agoyes, you only need a file called “diabat.mpq” which you can extract from the installer or copy from an existing installation.
hellfire requires some mpq-files as well, but those can be obtained in the same fashion.
Dunstabzugshaubitze@feddit.orgto
Linux Gaming@lemmy.world•Problems with Diablo 1 via GoGEnglish
4·4 months agodevilutionx is the best way to play it, but if thats for some reason not an option have a look at dxgl or cnc-ddraw both are replacements for the old ddraw that play better with wine. Used it to play command&conquer before the remaster
Dunstabzugshaubitze@feddit.orgto
Programmer Humor@lemmy.ml•I wish debugging looked like this
51·4 months agoknowing where something happens is not knowing what happens and especially not knowing why it happens.
A big import of data caused a specific datapoint to be inserted twice into the database, but that only happened in our shared testing environment not in our development environment, logs made it clear that we tried to insert something twice into a join table but not why.
the fix was easy, we can remove the duplicated datapoint from our data before writing it to the database, and we found an edgecase we can handle further upstream so we don’t end up duplicating it in the first place, but why didn’t we run into this issue in dev?
the data is consumed from a kafka topic with a single partition and read order is allways the same as write order, so our service behaves the same way if the same data is written to the topic everytime, but it turns out the producer does not necessarily write in the same order to the topic given the same input and gaining that understanding was a goose chase with debuggers, logs and combing through code of multiple services written by multiple devs working at multiple companies and thats the true horror of enterprise development jobs, teying to get someone from a different team or even company on the phone who can actually explain something to you with whom you can analyse a bigger part of a system.



the youtube channel “me myself and die” used ironsworn for season 2 or 3. it’s a good showcase for how to soloplay an rpg.