Skip Navigation
CO-OP Spiele für zwei Personen
  • notiert, danke!

  • Spielemessen und Conventions 2023
    www.brettspiel-pott.de Spielemessen und Conventions - Termine 2023

    Termine für die wichtigsten und größten Spielemessen und Conventions in 2023 zusammengefasst.

    Spielemessen und Conventions - Termine 2023

    Überlebenstipps für einen Messebesuch, Termine zu Conventions und Messen 2023 sowie kleineren Veranstaltungen wie Spieletagen und Spieleevents.

    0
    Spiele wie "Drunter und Drüber"

    Ich suche alternative Spiele zu Drunter & Drüber, welches eine sehr geringe Lernkurve hat und gut mit Kindern gespielt werden kann. Ausserdem einen Aufbau-Charakter und auch für erwachsene noch "spannende" taktische/strategische Elemente hat, ohne dabei zu komplex zu sein.

    Habt ihr Tipps für mich?

    1
    Brettspiel community?
  • Hi, auf deiner Instanz feddit.de gibt es bereit eine Gruppe die sich um Brettspiele dreht, mit dem Namen "boardgames"

    https://feddit.de/c/boardgames

    Allerdings ist diese primär in englisch aktuell. Eine deutschsprachige Community kenne ich leider nicht.

  • Favourite RSS reader?
  • Nextcloud News - the Nextcloud RSS reader

  • cross-posted from: https://discuss.tchncs.de/post/545477

    > Veloren is a fully open-source multiplayer voxel RPG. It is inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft. > > Here are some of the changes in this 0.15: > > - Our first world boss, the 'frost giga': seek him out if you dare! > - A new dungeon: Adlet caves > - Airships can now be used by players > - Enemy loot is now shared between players > - A reputation system: if you commit crimes, NPCs will remember it! > - Improved AI: NPCs will talk to players and each other about events in the world > - Much richer world simulation: NPCs will migrate and pass on rumours > - You can now choose your character's starting town > - A durability and repair system > - Improved accessibility, performance, bug fixes, and much, much more! > > > > > > Website: https://veloren.net/ > > Download: https://veloren.net/download/

    1
    1% rule: 1% of users actively create new content, while the other 99% only lurk.
  • Thanks for sharing. I would also be interested if this reflects Lemmy. 1% would be higher than I suggested to be honest.

  • Lemmy 0.18.1 official released!
    github.com Release v0.18.1 Release · LemmyNet/lemmy

    What's Changed Remove actix_rt & use standard tokio spawn by @cetra3 in #3158 Add TLS support for diesel-async database connections by @sunaurus in #3189 after 30 days, replace comment.content and...

    Release v0.18.1 Release · LemmyNet/lemmy
    0

    cross-posted from: https://discuss.tchncs.de/post/545477

    > Veloren is a fully open-source multiplayer voxel RPG. It is inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft. > > Here are some of the changes in this 0.15: > > - Our first world boss, the 'frost giga': seek him out if you dare! > - A new dungeon: Adlet caves > - Airships can now be used by players > - Enemy loot is now shared between players > - A reputation system: if you commit crimes, NPCs will remember it! > - Improved AI: NPCs will talk to players and each other about events in the world > - Much richer world simulation: NPCs will migrate and pass on rumours > - You can now choose your character's starting town > - A durability and repair system > - Improved accessibility, performance, bug fixes, and much, much more! > > > > > > Website: https://veloren.net/ > > Download: https://veloren.net/download/

    8

    Veloren is a fully open-source multiplayer voxel RPG. It is inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft.

    Here are some of the changes in this 0.15:

    • Our first world boss, the 'frost giga': seek him out if you dare!
    • A new dungeon: Adlet caves
    • Airships can now be used by players
    • Enemy loot is now shared between players
    • A reputation system: if you commit crimes, NPCs will remember it!
    • Improved AI: NPCs will talk to players and each other about events in the world
    • Much richer world simulation: NPCs will migrate and pass on rumours
    • You can now choose your character's starting town
    • A durability and repair system
    • Improved accessibility, performance, bug fixes, and much, much more!

    Website: https://veloren.net/

    Download: https://veloren.net/download/

    6
    Performance Verbesserungen in Lemmy 18.1

    Die aktuellen Erfahrungen der Lemmy Instanz Lemmy.world mit dem RC10 der 18.1 sehen sehr vielversprechend bezüglich der Serverauslastung aus.

    Lemmy.world status update 2023-07-05

    cross-posted from: https://lemmy.world/post/1061471

    > Another day, another update. > > More troubleshooting was done today. What did we do: > > - Yesterday evening @phiresky@phiresky@lemmy.world did some SQL troubleshooting with some of the lemmy.world admins. After that, phiresky submitted some PRs to github. > - @cetra3@lemmy.ml created a docker image containing 3PR's: Disable retry queue, Get follower Inbox Fix, Admin Index Fix > - We started using this image, and saw a big drop in CPU usage and disk load. > - We saw thousands of errors per minute in the nginx log for old clients trying to access the websockets (which were removed in 0.18), so we added a return 404 in nginx conf for /api/v3/ws. > - We updated lemmy-ui from RC7 to RC10 which fixed a lot, among which the issue with replying to DMs > - We found that the many 502-errors were caused by an issue in Lemmy/markdown-it.actix or whatever, causing nginx to temporarily mark an upstream to be dead. As a workaround we can either 1.) Only use 1 container or 2.) set proxy_next_upstream timeout; max_fails=5 in nginx. > > Currently we're running with 1 lemmy container, so the 502-errors are completely gone so far, and because of the fixes in the Lemmy code everything seems to be running smooth. If needed we could spin up a second lemmy container using the proxy_next_upstream timeout; max_fails=5 workaround but for now it seems to hold with 1. > > Thanks to @phiresky@lemmy.world , @cetra3@lemmy.ml , @stanford@discuss.as200950.com, @db0@lemmy.dbzer0.com , @jelloeater85@lemmy.world , @TragicNotCute@lemmy.world for their help! > > And not to forget, thanks to @nutomic@lemmy.ml and @dessalines@lemmy.ml for their continuing hard work on Lemmy! > > And thank you all for your patience, we'll keep working on it! > > Oh, and as bonus, an image (thanks Phiresky!) of the change in bandwidth after implementing the new Lemmy docker image with the PRs. > > ! > > Edit So as soon as the US folks wake up (hi!) we seem to need the second Lemmy container for performance. So that's now started, and I noticed the proxy_next_upstream timeout setting didn't work (or I didn't set it properly) so I used max_fails=5 for each upstream, that does actually work.

    0
    m.youtube.com Anbernic RG35XX GarlicOS Custom Themes Setup Guide

    In this tutorial we'll see how easy it is to add custom themes, icons, and boot logos to the Anbernic RG35XXIn this setup guide we'll cover:1) Where to get c...

    Anbernic RG35XX GarlicOS Custom Themes Setup Guide
    0
    All3DP | od Gets Better Top 25: The Best OctoPrint Plug-ins of 2023
    m.all3dp.com Top 25: The Best OctoPrint Plug-ins of 2023

    OctoPrint is a powerful tool, but adding a cherry on top makes it even better. Check out our selection of the best OctoPrint plug-ins around!

    Top 25: The Best OctoPrint Plug-ins of 2023
    0
    List of lemmy apps

    cross-posted from: https://lemmy.world/post/465785

    > # Android > > * ##### ! Jerboa Official Android client. > * Currently latest version (v0.0.35) works only with v0.18 Lemmy instances. Download v0.0.34 from Github releases until instances switch to new Lemmy > * Community: !jerboa@lemmy.ml > * Github: link > * Google play: link > > --- > > * ##### ! Thunder app > * Community: !thunder_app@lemmy.world > * Github: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Playstore: link > > --- > > * ##### ! Summit > * Community !summit@lemmy.world > * Google play: link > > --- > > * ##### ! Connect for Lemmy > * Community !lemmyconnect@lemmy.ca > * Google play: link > > --- > > * ##### ! Sync for Lemmy (Announced) > * Community: !syncforlemmy@lemmy.world > > --- > > * ##### ! Lemming > * Community: !lemming_app@lemmy.world > * Github link > > --- > * ##### ! Lemmotif > * Community: !lemmotif@lemmy.world > * Playstore: link > --- > > * ##### ! Artemis (Announced) > * Community: !ArtemisApp@kbin.social > > --- > > * ##### Lemmy Fennec > * Github: link > > --- > > * ##### Beyond (No release yet) > * Community: https://lemmy.world/post/355285 > > --- > > * ##### Warami (No release yet) > * Github: link > > --- > > * ##### ! Slide for Lemmy (Announced) > * Community: !slide@feddit.uk > > --- > > * ##### ! Lemmur (Abandoned) > * Github: link > > --- > --- > > # IOS > > * ##### ! Memmy for IOS > * Community: !memmy@lemmy.ml > * Github: link > * Testflight: link > > --- > > * ##### ! Thunder app > * Community: !thunder_app@lemmy.world > * Github: link > * Testflight: link > > --- > > * ##### ! Mlemapp > * Community: !mlemapp@lemmy.ml > * Github: link > * Testflight: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Testflight: link > > --- > > * ##### ! Olympus > * Community !olympusapp@sh.itjust.works > * Testflight link > --- > > * ##### ! Artemis (Announced) > * Community: !ArtemisApp@kbin.social > > --- > > * ##### ! Cavy (No development?) > * Github: link > > --- > > * ##### Ares (No release yet) > * Github: link > > --- > > * ##### Beyond (No release yet) > * Community: https://lemmy.world/post/355285 > > --- > > * ##### Morpha > * Community: !morpha@vlemmy.net > * Github: link > > --- > --- > > # Linux > > * ##### ! Lemoa GTK client > * Github: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > > --- > > * ##### ! Lemonade GTK4 client > * Github: link > > --- > > * ##### ! NeonModem > * Website: link > * Github: link > > --- > --- > > # Windows > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > > --- > > # MacOS > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Testflight: link > > --- > --- > > # Web based > > * ##### ! Slemmy > * Github: link > * Website: https://slemmy.libdb.so/ > > --- > > * ##### ! Wefwef > * Github: link > * Website: https://wefwef.app > > --- > > * ##### ! Createlab > * Github: link > * Website: https://createlab.io/ > > --- > > * ##### sx-lemmy > * Github: link > * Website: https://sx-lemmy.vercel.app/ > > --- > --- > > # Browser extensions > > * ##### ! Mullem > * Firefox addon: link >

    0
    List of lemmy apps

    cross-posted from: https://lemmy.world/post/465785

    > # Android > > * ##### ! Jerboa Official Android client. > * Currently latest version (v0.0.35) works only with v0.18 Lemmy instances. Download v0.0.34 from Github releases until instances switch to new Lemmy > * Community: !jerboa@lemmy.ml > * Github: link > * Google play: link > > --- > > * ##### ! Thunder app > * Community: !thunder_app@lemmy.world > * Github: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Playstore: link > > --- > > * ##### ! Summit > * Community !summit@lemmy.world > * Google play: link > > --- > > * ##### ! Connect for Lemmy > * Community !lemmyconnect@lemmy.ca > * Google play: link > > --- > > * ##### ! Sync for Lemmy (Announced) > * Community: !syncforlemmy@lemmy.world > > --- > > * ##### ! Lemming > * Community: !lemming_app@lemmy.world > * Github link > > --- > * ##### ! Lemmotif > * Community: !lemmotif@lemmy.world > * Playstore: link > --- > > * ##### ! Artemis (Announced) > * Community: !ArtemisApp@kbin.social > > --- > > * ##### Lemmy Fennec > * Github: link > > --- > > * ##### Beyond (No release yet) > * Community: https://lemmy.world/post/355285 > > --- > > * ##### Warami (No release yet) > * Github: link > > --- > > * ##### ! Slide for Lemmy (Announced) > * Community: !slide@feddit.uk > > --- > > * ##### ! Lemmur (Abandoned) > * Github: link > > --- > --- > > # IOS > > * ##### ! Memmy for IOS > * Community: !memmy@lemmy.ml > * Github: link > * Testflight: link > > --- > > * ##### ! Thunder app > * Community: !thunder_app@lemmy.world > * Github: link > * Testflight: link > > --- > > * ##### ! Mlemapp > * Community: !mlemapp@lemmy.ml > * Github: link > * Testflight: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Testflight: link > > --- > > * ##### ! Olympus > * Community !olympusapp@sh.itjust.works > * Testflight link > --- > > * ##### ! Artemis (Announced) > * Community: !ArtemisApp@kbin.social > > --- > > * ##### ! Cavy (No development?) > * Github: link > > --- > > * ##### Ares (No release yet) > * Github: link > > --- > > * ##### Beyond (No release yet) > * Community: https://lemmy.world/post/355285 > > --- > > * ##### Morpha > * Community: !morpha@vlemmy.net > * Github: link > > --- > --- > > # Linux > > * ##### ! Lemoa GTK client > * Github: link > > --- > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > > --- > > * ##### ! Lemonade GTK4 client > * Github: link > > --- > > * ##### ! NeonModem > * Website: link > * Github: link > > --- > --- > > # Windows > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > > --- > > # MacOS > > * ##### ! Liftoff > * Community: !liftoff@lemmy.world > * Github: link > * Testflight: link > > --- > --- > > # Web based > > * ##### ! Slemmy > * Github: link > * Website: https://slemmy.libdb.so/ > > --- > > * ##### ! Wefwef > * Github: link > * Website: https://wefwef.app > > --- > > * ##### ! Createlab > * Github: link > * Website: https://createlab.io/ > > --- > > * ##### sx-lemmy > * Github: link > * Website: https://sx-lemmy.vercel.app/ > > --- > --- > > # Browser extensions > > * ##### ! Mullem > * Firefox addon: link >

    5
    To all the new(er) Reddit refugees!
  • Here is a good list of current apps.

    Most of them aren't older than several days but they improve incredibly fast.

    https://lemmy.world/post/465785

  • I was wondering how do I find community spaces like there were on Reddit?
  • At the moment the best way to find new communities imho.

  • ESP32 with multiple cameras
  • Hijacking your post since I was wondering if the ESP32 is capable to use more than just one cam.

    If not are there small wifi devices that are a better solution?

  • RG35XX - This is amazing!
  • You might also want to check out the RockChipConsoles community (even if it is still pretty quiet over there).

    !rockchipconsoles@discuss.tchncs.de

    A community for consoles based around the rockchip processors like Anbernic, Powkiddy or Odroid.

  • The Reddit moderators who coordinate many celebrity AMAs will no longer do so, The mods of r/IAmA are stepping back
  • I really loved their sub. What are the best AMA communities over here?

  • Jerboa currently unusable for other people?
  • Maybe there are still older files in your installation that cause the errors? Have you tried to completely remove it?

    Since its a webapp it uses your mobile browser. So maybe another browser would work better.

  • Jerboa currently unusable for other people?
  • Used Jerboa but switched to wefwef on mobile and it's the best mobile app imho at the moment.

  • crashed mit neuster jebora Version 0.0.37
  • Du kannst mal schauen, ob die Webapp (PWA) wefwef besser funktioniert

  • crashed mit neuster jebora Version 0.0.37
  • Das Problem ist dass es eine große Veränderung in Lemmy 0.18.0 selbst gab (breaking changes). Leider sind zurzeit noch nicht alle Instanzen auf >=0.18.

    Wenn Jerboa 0.0.37 dir anzeigt das deine Instanz veraltet ist, bedeutet es genau das und du wirst aktuell noch Abstürze und Probleme haben.

    Die beste Option für dich ist die alte Jerboa Version 0.0.36 zu nutzen, solange deine Instanz noch nicht aktualisiert wurde.

  • is it me who not seeing reddit stuff on lemmy??
  • A good starting point for content you are looking for might be the community browser.

    Community Browser

  • *Permanently Deleted*
  • Unfortunately there isn't an ideal solution for this. You will only see communities that at least user of your instance has subscribed to.

    Posts in those communities will show up in your 'All' feed.

    For all others is the best way an external community browser like this one:

    https://lemmyverse.net/communities

  • New OctoPrint release: 1.9.1
    octoprint.org New release: 1.9.1

    A first bugfix release for 1.9.x, fixing a few issues reported since the release of 1.9.0.

    New release: 1.9.1

    The first bugfix release for the 1.9.0 version.

    Changelog: https://github.com/OctoPrint/OctoPrint/releases/tag/1.9.1

    0
    UPDATED: There are now multiple iOS / Android apps in development for kbin & lemmy!

    cross-posted from: https://beehaw.org/post/697402

    > More up to date and more detailed information at: https://beehaw.org/post/683217 > > cross-posted from: https://kbin.social/m/kbinMeta/t/71764 > > > The amount of apps being developed for iOS / Android is getting really crazy now and new apps keep popping up every day. Updated list below: > > > > * Artemis (iOS, Android, kbin, lemmy): link > > * Memmy (iOS, lemmy): link > > * Mlem (iOS, lemmy): link > > * Morpha (iOS, lemmy): link > > * Thunder (iOS, Android, lemmy): link > > * Beyond (iOS, Android, lemmy): link > > * Limbo (iOS, Android, lemmy): link > > * Jerboa (Android, lemmy): link > > * Slide (Android, lemmy): link > > * Sync (Android, lemmy): link > > * Unnamed (kbin): link > > > > Most apps on the list are lemmy apps, meaning they don't work with kbin. Artemis is specifically designed to work with kbin, not sure if or when any of the other ones will go in that direction or become interoperable as there are some challenges with the kbin API at the moment. Having said that, a new API is in the works (https://codeberg.org/Kbin/kbin-core/pulls/357) so things should get better with time. Some of the apps are in very early stage of development so it may happen that they adjust OS availability and platform support. > > See info in table format with more details: > https://beehaw.org/post/697419

    0
    Import historical data to Home Assistant
  • Thank you. You wouldn't recommend it's frontend for larger datasets either?

    I'm already using Grafana but hoped for a seeming less integration in HA

  • OctoPrint Community
    discuss.tchncs.de OctoPrint | The snappy web interface for your 3D printer - tchncs

    This community should provide a place to post news, problems and questions related to OctoPrint. OctoPrint is the snappy web interface for your 3D printer that allows you to control and monitor all aspects of your printer and print jobs, right from your browser. Created & maintained by Gina Häußge [...

    OctoPrint | The snappy web interface for your 3D printer - tchncs

    cross-posted from: https://discuss.tchncs.de/post/270931

    > Hi all! > > I like to promote the new OctoPrint Community. > OctoPrint is a control software for 3D printers that empowers users with greater flexibility, convenience, and control over their 3D printing processes with a wide range of supported printers and addons. > > The community should provide a place in Lemmy to post news, problems and questions related to OctoPrint. > > !octoprint@discuss.tchncs.de > > Search for !octoprint@discuss.tchncs.de

    0
    replacement for male connector
  • As far as I know are the "PHR" series connectors a variant of the "PH" connectors. They also have a 2.0 mm pitch, but they differ slightly in their housing design. The primary difference in the "PHR" connectors is the presence of a latching feature on the housing. This latch helps to secure the connector halves together, providing additional stability and preventing accidental disconnections.

    Check out this page: Common JST Connector Types – Matt's Tech Pages

    farnell.com | PHR-5 Technisches Datenblatt

  • OctoPrint Community
    discuss.tchncs.de OctoPrint | The snappy web interface for your 3D printer - tchncs

    OctoPrint is the snappy web interface for your 3D printer that allows you to control and monitor all aspects of your printer and print jobs, right from your browser. Created & maintained by Gina Häußge [https://fosstodon.org/@octoprint] - Official Website [https://octoprint.org/] - Project Github Pa...

    OctoPrint | The snappy web interface for your 3D printer - tchncs

    cross-posted from: https://discuss.tchncs.de/post/270931

    > Hi all! > > I like to promote the new OctoPrint Community. > OctoPrint is a control software for 3D printers that empowers users with greater flexibility, convenience, and control over their 3D printing processes with a wide range of supported printers and addons. > > The community should provide a place in Lemmy to post news, problems and questions related to OctoPrint. > > !octoprint@discuss.tchncs.de > > Search for !octoprint@discuss.tchncs.de

    0
    OctoPrint Community

    Hi all!

    I like to promote the new OctoPrint Community. OctoPrint is a control software for 3D printers that empowers users with greater flexibility, convenience, and control over their 3D printing processes with a wide range of supported printers and addons.

    The community should provide a place in Lemmy to post news, problems and questions related to OctoPrint.

    !octoprint@discuss.tchncs.de

    Search for !octoprint@discuss.tchncs.de

    0
    OctoPrint on Air #52 | Youtube

    cross-posted from: https://discuss.tchncs.de/post/270819

    > The newest episode of OctoPrint On Air, which was recorded on June 15th > > - OctoPrint 1.9.0 > - The new camera stack > - Work towards 1.9.1 and 1.10.0 > - Brainstorming on the format of OctoPrint on Air > > Full contents with jump marks available in the YouTube description. > > You can find all public past episodes in the OctoPrint On Air Playlist.

    0
    OctoPrint on Air #52 | Youtube

    The newest episode of OctoPrint On Air, which was recorded on June 15th

    • OctoPrint 1.9.0
    • The new camera stack
    • Work towards 1.9.1 and 1.10.0
    • Brainstorming on the format of OctoPrint on Air

    Full contents with jump marks available in the YouTube description.

    You can find all public past episodes in the OctoPrint On Air Playlist.

    0
    Import historical data to Home Assistant

    Is there a convenient way to add historical data to the database?

    I used ioBroker in the past and stored sensor and entity data in a postgres db.

    What would be the best approach to import this data to Home Assistant?

    3
    Cross-post using Jerboa

    Is it possible to cross-post using Jebora Jerboa?

    Since this helps greatly spreading posts in the Fediverse especially if they are initially posted in smaller instances or to find communities on similar topics.

    Is there already an option and I have just missed it?

    Edit: It's Jerboa, Jerboa dammit!

    6
    ottk3 ottk3 @discuss.tchncs.de
    Posts 28
    Comments 48
    Moderates