Question about migration.
  • ottk3 ottk3 Now 100%

    Hi Haui,

    just my perspective regarding mirroring reddit subs to the fediverse. I personally don't like those posts since they mostly don't create any activity here and most of the time there isn't even any response by the post creator over here.

    In addition every sub, post and comment created on reddit is owned by reddit since the user transfers all it's copyright to reddit. That may cause trouble in the future.

    That said here is a bot that can do that afaik, it can a least crosspost new content.

    https://github.com/erisdisqordia/le-reddit-bot

    6
  • www.brettspiel-pott.de

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

    1
    0

    Ich suche alternative Spiele zu [Drunter & Drüber](https://gesellschaftsspiele.spielen.de/alle-brettspiele/drunter-und-drueber/), 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
    0
    Brettspiel community?
  • ottk3 ottk3 Now 100%

    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.

    10
  • Favourite RSS reader?
  • ottk3 ottk3 Now 100%

    Nextcloud News - the Nextcloud RSS reader

    1
  • youtu.be

    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/

    19
    1
    Lemmy 0.18.1 official released!
  • ottk3 ottk3 Now 100%

    You might have to remove the old workers manually since it's a PWA and the old ones may not got replaced properly.

    1
  • Lemmy 0.18.1 official released!
  • ottk3 ottk3 Now 100%

    I didn't experience anything like that. The UI is separated from the core so it shouldn't affect it.

    Edit: my answer was too late :D

    2
  • 1% rule: 1% of users actively create new content, while the other 99% only lurk.
  • ottk3 ottk3 Now 100%

    Thanks for sharing. I would also be interested if this reflects Lemmy. 1% would be higher than I suggested to be honest.

    7
  • Lemmy v0.18.1 Release – this instance has just been updated 🚀
  • ottk3 ottk3 Now 100%

    Thank you for all your effort!

    The Federation website states that this instance has sign-ups disabled (I haven't tested it). Is that true? If so due to performance issues or because of the not working capcha implementation? https://the-federation.info/platform/73

    8
  • youtu.be

    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/

    17
    5
    youtu.be

    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/

    30
    5

    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](https://lemmy.world/u/phiresky) did some SQL troubleshooting with some of the lemmy.world admins. After that, phiresky submitted some PRs to github. > - [@cetra3@lemmy.ml](https://lemmy.ml/u/cetra3) created a docker image containing 3PR's: [Disable retry queue](https://github.com/LemmyNet/lemmy/pull/3468), [Get follower Inbox Fix](https://github.com/LemmyNet/lemmy/pull/3482), [Admin Index Fix](https://github.com/LemmyNet/lemmy/pull/3483) > - 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](https://lemmy.world/u/phiresky) , [@cetra3@lemmy.ml](https://lemmy.ml/u/cetra3) , [@stanford@discuss.as200950.com](https://discuss.as200950.com/u/stanford), [@db0@lemmy.dbzer0.com](https://lemmy.dbzer0.com/u/db0) , [@jelloeater85@lemmy.world](https://lemmy.world/u/jelloeater85) , [@TragicNotCute@lemmy.world](https://lemmy.world/u/TragicNotCute) for their help! > > And not to forget, thanks to [@nutomic@lemmy.ml](https://lemmy.ml/u/nutomic) and [@dessalines@lemmy.ml](https://lemmy.ml/u/dessalines) 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. > > ![](https://lemmy.world/pictrs/image/166fc6d9-972d-4ff2-aa3a-b2ecbbb90cd5.png) > > **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.

    15
    0
    List of lemmy apps
  • ottk3 ottk3 Now 100%

    I haven't found the app that includes all features I'm looking for.

    Still like wefwef for it's UI more than Liftoff. But I'm missing my saved posts, the ability to easily cross-post and a proper handling of links from other instances.

    And of course to be able to find communities within the app, even if they are not known by my instance yet.

    2
  • Time to have a coffee break...
  • ottk3 ottk3 Now 100%

    Thank you Milan for all your efforts!

    Mastodon Migration

    Mastodon is being moved to a more powerful server to make it more musk and spez proven. It may take 1-2hr. I am using this chance to restructure the setup using Linux Containers. This will make future migrations faster.

    https://status.tchncs.de/status/tchncs

    16
  • List of lemmy apps
  • ottk3 ottk3 Now 100%

    I'll give it a try, thanks!

    1
  • List of lemmy apps
  • ottk3 ottk3 Now 100%

    My choice is wefwef at the moment.

    7
  • cross-posted from: https://lemmy.world/post/465785 > # Android > > * ##### ![](https://lemmy.world/pictrs/image/aeae9d6a-786a-4090-8d80-486348b7a32c.png) Jerboa Official Android client. > * Currently latest version (v0.0.35) works only with v0.18 Lemmy instances. Download [v0.0.34](https://github.com/dessalines/jerboa/releases/tag/0.0.34) from Github releases until instances switch to new Lemmy > * Community: [!jerboa@lemmy.ml](https://lemmy.ml/c/jerboa) > * Github: [link](https://github.com/dessalines/jerboa) > * Google play: [link](https://play.google.com/store/apps/details?id=com.jerboa&hl=en&gl=US) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0c88b150-2979-42f2-a2b8-f0348637d182.webp) Thunder app > * Community: [!thunder_app@lemmy.world](https://lemmy.world/c/thunder_app) > * Github: [link](https://github.com/hjiangsu/thunder) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Playstore: [link](https://play.google.com/store/apps/details?id=com.liftoffapp.liftoff&pli=1) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/c32e80c6-6e13-46ac-ab52-887574c28e22.webp) Summit > * Community [!summit@lemmy.world](https://lemmy.world/c/summit) > * Google play: [link](https://play.google.com/store/apps/details?id=com.idunnololz.summit) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/5fccea07-90af-42b8-a08f-2e51db05c580.png) Connect for Lemmy > * Community [!lemmyconnect@lemmy.ca](https://lemmy.ca/c/lemmyconnect) > * Google play: [link](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/54126863-caeb-4859-85e2-290df07703b7.png) Sync for Lemmy (Announced) > * Community: [!syncforlemmy@lemmy.world](https://lemmy.world/c/syncforlemmy) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/21e9f396-de38-4cc7-8bd5-c796bfbac83e.webp) Lemming > * Community: [!lemming_app@lemmy.world](https://lemmy.world/c/lemming_app) > * Github [link](https://github.com/janniskilian/lemming) > > --- > * ##### ![](https://lemmy.world/pictrs/image/83358e8f-bf12-45a5-9490-741061141149.png) Lemmotif > * Community: [!lemmotif@lemmy.world](https://lemmy.world/c/lemmotif) > * Playstore: [link](https://play.google.com/store/apps/details?id=com.pluscubed.lemmotif) > --- > > * ##### ![](https://lemmy.world/pictrs/image/e7e408ee-f600-472b-bb10-e1f2408d7d8a.webp) Artemis (Announced) > * Community: [!ArtemisApp@kbin.social](https://kbin.social/m/ArtemisApp) > > --- > > * ##### Lemmy Fennec > * Github: [link](https://github.com/nick-delirium/lemmy-fennec) > > --- > > * ##### Beyond (No release yet) > * Community: [https://lemmy.world/post/355285](https://lemmy.world/post/355285) > > --- > > * ##### Warami (No release yet) > * Github: [link](https://github.com/mdpearce/warami) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/c9d0dc92-3820-4ff5-85cd-1b1126dba564.png) Slide for Lemmy (Announced) > * Community: [!slide@feddit.uk](https://feddit.uk/c/slide) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/d2c01b11-2a7c-4ff6-aa41-010f52d67c85.png) Lemmur (Abandoned) > * Github: [link](https://github.com/LemmurOrg/lemmur) > > --- > --- > > # IOS > > * ##### ![](https://lemmy.world/pictrs/image/410ef520-bc04-42bf-8a3e-c647e0b74d89.webp) Memmy for IOS > * Community: [!memmy@lemmy.ml](https://lemmy.ml/c/memmy) > * Github: [link](https://github.com/gkasdorf/memmy) > * Testflight: [link](https://testflight.apple.com/join/6jaRU6rD) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0c88b150-2979-42f2-a2b8-f0348637d182.webp) Thunder app > * Community: [!thunder_app@lemmy.world](https://lemmy.world/c/thunder_app) > * Github: [link](https://github.com/hjiangsu/thunder) > * Testflight: [link](https://testflight.apple.com/join/9n8xrqvH) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/e141ab38-04a9-4462-b78b-f82f25dc2ce6.webp) Mlemapp > * Community: [!mlemapp@lemmy.ml](https://lemmy.ml/c/mlemapp) > * Github: [link](https://github.com/mormaer/Mlem) > * Testflight: [link](https://testflight.apple.com/join/MelFP11Y) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Testflight: [link](https://testflight.apple.com/join/e6ZEbxuR) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0b603069-d9a5-464d-9910-c0cf5ced0ca4.png) Olympus > * Community [!olympusapp@sh.itjust.works](https://sh.itjust.works/c/olympusapp) > * Testflight [link](https://testflight.apple.com/join/o9m6BbyU) > --- > > * ##### ![](https://lemmy.world/pictrs/image/e7e408ee-f600-472b-bb10-e1f2408d7d8a.webp) Artemis (Announced) > * Community: [!ArtemisApp@kbin.social](https://kbin.social/m/ArtemisApp) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/797e5fda-3c97-4326-a43f-53c7cc979d7d.png) Cavy (No development?) > * Github: [link](https://github.com/avery-pierce/Cavy) > > --- > > * ##### Ares (No release yet) > * Github: [link](https://github.com/lyptt/ares) > > --- > > * ##### Beyond (No release yet) > * Community: [https://lemmy.world/post/355285](https://lemmy.world/post/355285) > > --- > > * ##### Morpha > * Community: [!morpha@vlemmy.net](https://vlemmy.net/c/morpha) > * Github: [link](https://gitlab.com/spersinger/morpha) > > --- > --- > > # Linux > > * ##### ![](https://lemmy.world/pictrs/image/53a45f94-59b9-41c8-bf12-f5af32d9ead4.png) Lemoa GTK client > * Github: [link](https://github.com/lemmy-gtk/lemoa) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/8671baad-3831-41d8-bc5b-a130325131ae.png) Lemonade GTK4 client > * Github: [link](https://github.com/mdwalters/lemonade) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/941b12be-ff60-44d1-b4e8-05e553620a68.png) NeonModem > * Website: [link](https://neonmodem.com/) > * Github: [link](https://github.com/mrusme/neonmodem) > > --- > --- > > # Windows > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > > --- > > # MacOS > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Testflight: [link](https://testflight.apple.com/join/e6ZEbxuR) > > --- > --- > > # Web based > > * ##### ![](https://lemmy.world/pictrs/image/83853563-2e22-44f4-855c-f539b8b55f5a.png) Slemmy > * Github: [link](https://github.com/diamondburned/slemmy) > * Website: [https://slemmy.libdb.so/](https://slemmy.libdb.so/) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/a0475557-3411-4f15-a480-86a167467252.jpeg) Wefwef > * Github: [link](https://github.com/aeharding/wefwef) > * Website: [https://wefwef.app](https://wefwef.app) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/a5600dac-573f-4eac-8ac0-f3eac8f69ee8.png) Createlab > * Github: [link](https://github.com/ando818/lemmy-ui-svelte) > * Website: [https://createlab.io/](https://createlab.io/) > > --- > > * ##### sx-lemmy > * Github: [link](https://github.com/sheodox/sx-lemmy) > * Website: [https://sx-lemmy.vercel.app/](https://sx-lemmy.vercel.app/) > > --- > --- > > # Browser extensions > > * ##### ![](https://lemmy.world/pictrs/image/fbbb47cc-db1a-4c50-9695-525375448295.png) Mullem > * Firefox addon: [link](https://addons.mozilla.org/en-US/firefox/addon/mullem/) >

    49
    14

    cross-posted from: https://lemmy.world/post/465785 > # Android > > * ##### ![](https://lemmy.world/pictrs/image/aeae9d6a-786a-4090-8d80-486348b7a32c.png) Jerboa Official Android client. > * Currently latest version (v0.0.35) works only with v0.18 Lemmy instances. Download [v0.0.34](https://github.com/dessalines/jerboa/releases/tag/0.0.34) from Github releases until instances switch to new Lemmy > * Community: [!jerboa@lemmy.ml](https://lemmy.ml/c/jerboa) > * Github: [link](https://github.com/dessalines/jerboa) > * Google play: [link](https://play.google.com/store/apps/details?id=com.jerboa&hl=en&gl=US) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0c88b150-2979-42f2-a2b8-f0348637d182.webp) Thunder app > * Community: [!thunder_app@lemmy.world](https://lemmy.world/c/thunder_app) > * Github: [link](https://github.com/hjiangsu/thunder) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Playstore: [link](https://play.google.com/store/apps/details?id=com.liftoffapp.liftoff&pli=1) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/c32e80c6-6e13-46ac-ab52-887574c28e22.webp) Summit > * Community [!summit@lemmy.world](https://lemmy.world/c/summit) > * Google play: [link](https://play.google.com/store/apps/details?id=com.idunnololz.summit) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/5fccea07-90af-42b8-a08f-2e51db05c580.png) Connect for Lemmy > * Community [!lemmyconnect@lemmy.ca](https://lemmy.ca/c/lemmyconnect) > * Google play: [link](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/54126863-caeb-4859-85e2-290df07703b7.png) Sync for Lemmy (Announced) > * Community: [!syncforlemmy@lemmy.world](https://lemmy.world/c/syncforlemmy) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/21e9f396-de38-4cc7-8bd5-c796bfbac83e.webp) Lemming > * Community: [!lemming_app@lemmy.world](https://lemmy.world/c/lemming_app) > * Github [link](https://github.com/janniskilian/lemming) > > --- > * ##### ![](https://lemmy.world/pictrs/image/83358e8f-bf12-45a5-9490-741061141149.png) Lemmotif > * Community: [!lemmotif@lemmy.world](https://lemmy.world/c/lemmotif) > * Playstore: [link](https://play.google.com/store/apps/details?id=com.pluscubed.lemmotif) > --- > > * ##### ![](https://lemmy.world/pictrs/image/e7e408ee-f600-472b-bb10-e1f2408d7d8a.webp) Artemis (Announced) > * Community: [!ArtemisApp@kbin.social](https://kbin.social/m/ArtemisApp) > > --- > > * ##### Lemmy Fennec > * Github: [link](https://github.com/nick-delirium/lemmy-fennec) > > --- > > * ##### Beyond (No release yet) > * Community: [https://lemmy.world/post/355285](https://lemmy.world/post/355285) > > --- > > * ##### Warami (No release yet) > * Github: [link](https://github.com/mdpearce/warami) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/c9d0dc92-3820-4ff5-85cd-1b1126dba564.png) Slide for Lemmy (Announced) > * Community: [!slide@feddit.uk](https://feddit.uk/c/slide) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/d2c01b11-2a7c-4ff6-aa41-010f52d67c85.png) Lemmur (Abandoned) > * Github: [link](https://github.com/LemmurOrg/lemmur) > > --- > --- > > # IOS > > * ##### ![](https://lemmy.world/pictrs/image/410ef520-bc04-42bf-8a3e-c647e0b74d89.webp) Memmy for IOS > * Community: [!memmy@lemmy.ml](https://lemmy.ml/c/memmy) > * Github: [link](https://github.com/gkasdorf/memmy) > * Testflight: [link](https://testflight.apple.com/join/6jaRU6rD) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0c88b150-2979-42f2-a2b8-f0348637d182.webp) Thunder app > * Community: [!thunder_app@lemmy.world](https://lemmy.world/c/thunder_app) > * Github: [link](https://github.com/hjiangsu/thunder) > * Testflight: [link](https://testflight.apple.com/join/9n8xrqvH) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/e141ab38-04a9-4462-b78b-f82f25dc2ce6.webp) Mlemapp > * Community: [!mlemapp@lemmy.ml](https://lemmy.ml/c/mlemapp) > * Github: [link](https://github.com/mormaer/Mlem) > * Testflight: [link](https://testflight.apple.com/join/MelFP11Y) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Testflight: [link](https://testflight.apple.com/join/e6ZEbxuR) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0b603069-d9a5-464d-9910-c0cf5ced0ca4.png) Olympus > * Community [!olympusapp@sh.itjust.works](https://sh.itjust.works/c/olympusapp) > * Testflight [link](https://testflight.apple.com/join/o9m6BbyU) > --- > > * ##### ![](https://lemmy.world/pictrs/image/e7e408ee-f600-472b-bb10-e1f2408d7d8a.webp) Artemis (Announced) > * Community: [!ArtemisApp@kbin.social](https://kbin.social/m/ArtemisApp) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/797e5fda-3c97-4326-a43f-53c7cc979d7d.png) Cavy (No development?) > * Github: [link](https://github.com/avery-pierce/Cavy) > > --- > > * ##### Ares (No release yet) > * Github: [link](https://github.com/lyptt/ares) > > --- > > * ##### Beyond (No release yet) > * Community: [https://lemmy.world/post/355285](https://lemmy.world/post/355285) > > --- > > * ##### Morpha > * Community: [!morpha@vlemmy.net](https://vlemmy.net/c/morpha) > * Github: [link](https://gitlab.com/spersinger/morpha) > > --- > --- > > # Linux > > * ##### ![](https://lemmy.world/pictrs/image/53a45f94-59b9-41c8-bf12-f5af32d9ead4.png) Lemoa GTK client > * Github: [link](https://github.com/lemmy-gtk/lemoa) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/8671baad-3831-41d8-bc5b-a130325131ae.png) Lemonade GTK4 client > * Github: [link](https://github.com/mdwalters/lemonade) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/941b12be-ff60-44d1-b4e8-05e553620a68.png) NeonModem > * Website: [link](https://neonmodem.com/) > * Github: [link](https://github.com/mrusme/neonmodem) > > --- > --- > > # Windows > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > > --- > > # MacOS > > * ##### ![](https://lemmy.world/pictrs/image/0a9b9653-7483-4a20-90c8-d964b71b5a0b.webp) Liftoff > * Community: [!liftoff@lemmy.world](https://lemmy.world/c/liftoff) > * Github: [link](https://github.com/liftoff-app/liftoff) > * Testflight: [link](https://testflight.apple.com/join/e6ZEbxuR) > > --- > --- > > # Web based > > * ##### ![](https://lemmy.world/pictrs/image/83853563-2e22-44f4-855c-f539b8b55f5a.png) Slemmy > * Github: [link](https://github.com/diamondburned/slemmy) > * Website: [https://slemmy.libdb.so/](https://slemmy.libdb.so/) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/a0475557-3411-4f15-a480-86a167467252.jpeg) Wefwef > * Github: [link](https://github.com/aeharding/wefwef) > * Website: [https://wefwef.app](https://wefwef.app) > > --- > > * ##### ![](https://lemmy.world/pictrs/image/a5600dac-573f-4eac-8ac0-f3eac8f69ee8.png) Createlab > * Github: [link](https://github.com/ando818/lemmy-ui-svelte) > * Website: [https://createlab.io/](https://createlab.io/) > > --- > > * ##### sx-lemmy > * Github: [link](https://github.com/sheodox/sx-lemmy) > * Website: [https://sx-lemmy.vercel.app/](https://sx-lemmy.vercel.app/) > > --- > --- > > # Browser extensions > > * ##### ![](https://lemmy.world/pictrs/image/fbbb47cc-db1a-4c50-9695-525375448295.png) Mullem > * Firefox addon: [link](https://addons.mozilla.org/en-US/firefox/addon/mullem/) >

    72
    4
    To all the new(er) Reddit refugees!
  • ottk3 ottk3 Now 100%

    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

    6
  • I was wondering how do I find community spaces like there were on Reddit?
  • ottk3 ottk3 Now 100%

    At the moment the best way to find new communities imho.

    1
  • ESP32 with multiple cameras
  • ottk3 ottk3 Now 100%

    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?

    1
  • RG35XX - This is amazing!
  • ottk3 ottk3 Now 75%

    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.

    2
  • The Reddit moderators who coordinate many celebrity AMAs will no longer do so, The mods of r/IAmA are stepping back
  • ottk3 ottk3 Now 90%

    I really loved their sub. What are the best AMA communities over here?

    8
  • octoprint.org

    The first bugfix release for the 1.9.0 version. Changelog: https://github.com/OctoPrint/OctoPrint/releases/tag/1.9.1

    5
    0

    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](https://kbin.social/m/ArtemisApp) > > * Memmy (iOS, lemmy): [link](https://kbin.social/m/memmy@lemmy.ml) > > * Mlem (iOS, lemmy): [link](https://kbin.social/m/mlemapp@lemmy.ml) > > * Morpha (iOS, lemmy): [link](https://kbin.social/m/morpha@vlemmy.net) > > * Thunder (iOS, Android, lemmy): [link](https://kbin.social/m/thunder_app@lemmy.world) > > * Beyond (iOS, Android, lemmy): [link](https://kbin.social/m/programming@beehaw.org/t/58630/I-am-working-on-a-new-lemmy-app-for-iOS) > > * Limbo (iOS, Android, lemmy): [link](https://kbin.social/m/random/t/65515/Join-the-Limbo-for-Lemmy-beta-on-iOS) > > * Jerboa (Android, lemmy): [link](https://github.com/dessalines/jerboa) > > * Slide (Android, lemmy): [link](https://kbin.social/m/android@lemmy.world/t/68111/To-anyone-that-misses-Reddit-Slide-I-may-have-a) > > * Sync (Android, lemmy): [link](https://kbin.social/m/syncforlemmy@lemmy.world) > > * *Unnamed* (kbin): [link](https://kbin.social/m/kbin/p/512296/Decided-I-m-going-to-go-ahead-with-my-Kbin-mobile) > > > > 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](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

    47
    5
    discuss.tchncs.de

    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](https://discuss.tchncs.de/c/octoprint) > > [Search for !octoprint@discuss.tchncs.de](/search/q/!sub-octoprint@tchncs.de/type/All/sort/TopAll/listing_type/All/community_id/0/creator_id/0/page/1)

    2
    0
    www.youtube.com

    cross-posted from: https://discuss.tchncs.de/post/272315 > 3kliksphilip about how Mirage has changed in CS2 > > - Mirage's lighting overhaul > - Stuff from ancient times > - The hole in kitchen > - Fan shadows > - Yeah but will it play differently? > - Reflections! > - Other graphical changes > - Improved shadow quality > - Improved lighting quality > > Youtube: [How has Source 2 changed Mirage?](https://www.youtube.com/watch?v=13bIyjwhEGA)

    17
    1
    discuss.tchncs.de

    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](https://discuss.tchncs.de/c/octoprint) > > [Search for !octoprint@discuss.tchncs.de](/search/q/!sub-octoprint@tchncs.de/type/All/sort/TopAll/listing_type/All/community_id/0/creator_id/0/page/1)

    6
    1
    discuss.tchncs.de

    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](https://discuss.tchncs.de/c/octoprint) [Search for !octoprint@discuss.tchncs.de](/search/q/!sub-octoprint@tchncs.de/type/All/sort/TopAll/listing_type/All/community_id/0/creator_id/0/page/1)

    3
    0
    www.youtube.com

    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](https://www.youtube.com/playlist?list=PL9j2DtsIPVkOFIMRrnnbXsnXtQmwj1IId).

    5
    0
    www.youtube.com

    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](https://www.youtube.com/playlist?list=PL9j2DtsIPVkOFIMRrnnbXsnXtQmwj1IId).

    2
    0

    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?

    5
    0
    ottk3 Now
    29 55

    ottk3

    discuss.tchncs.de