Skip Navigation

Search

  • Thanks for resolving this, Stux, you're a legend! :)

    With the changes to Voyager, is vger.app now the best way to use it with geddit.social? My understanding is that the app now connects directly to servers without the Voyager servers in the middle.

  • Lemmy @geddit.social
    Alex @geddit.social

    You should know: You can post comments to Peertube videos as a Lemmy user

    Lemmy @geddit.social
    stux⚡ @geddit.social

    Lemmy FE & BE Version 0.18.2

    Lemmy @geddit.social
    vintprox @geddit.social

    Leomard

    A fusion of leopard and the looks of Lemmy logo. It is the part of new macOS application for browsing Lemmy, [email protected].

    Artist: vintprox

    This work is licensed under a Creative Commons Attribution 4.0 International License.

    Lemmy @geddit.social
    Alex @geddit.social

    A Tampermonkey script that displays your “karma” score next to your user name

    Crossgeposted from: https://feddit.de/post/1185964

    Please excuse my sub-par JavaScript, I am a backend dev.

    All you need to do is paste this into Tampermonkey and enter your username and your instance url (on two locations).

    This is not showing other users’ scores and it doesn’t make your score visible to anyone else than yourself.

    So no need for karma farming. This is just for fun.

     undefined
        
    // ==UserScript==
    // @name         Lemmy score
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  Shows your total post/comment score at the top right.
    // @author       You
    // @match        ENTER INSTANCE URL HERE (leave the asterisk after the URL)*
    // @icon         https://www.google.com/s2/favicons?sz=64&domain=feddit.de
    // @grant        none
    // @run-at       document-idle
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        var USERNAME = "ENTER USERNAME HERE";
        var INSTANCE_URL = "ENTER INSTANCE URL HERE";
    
        var totalScore = 0;
        var currentPage = 1;
    
      
      
    Lemmy @geddit.social
    Alex @geddit.social

    Sync for Lemmy signup is now open

    Cross-posted from: https://lemmy.world/post/803492

    As mentioned before I’m aiming to have something ready in the next 6 weeks ish.

    Register your email to get notified when the app is ready to launch!

    Lemmy @geddit.social
    Alex @geddit.social

    LemmyTools - Userscript - 0.1.2 - Released!

    Cross-posted from: https://sh.itjust.works/post/582598

    LemmyTools 0.1.2

    New for 0.1.2:

    • AutoExpand and Click&Drag to expand lemmy images!
    • Hide Lemmy Sidebars More space for images on feed
    • Auto unblur NSFW images option
    • Option to enable old.Reddit (from https://github.com/soundjester/lemmymonkey) Thank you!
    • Hover to activate lemmy Toolbar
    • Significant UI changes
    • Reworked easy button for offsite

    Fixes

    • Fix for '#' breaking easy subscribe button
    • Fix for script breaking other sites due to poor isLemmy implementation.
    • Fixed memory allocation issue with eventHandlers
    • Various UI bug fixes (not showing all communities, settings menu display, etc...)

    Script Features:

    • Adds “Easy Subscribe” button to remote instance communities.
    • Adds a collapsible sidebar on the side of screen that shows a searchable list of your subscribed communities.
    Lemmy @geddit.social
    stux⚡ @geddit.social

    A janky guide for Lemmy administrators to purge spam signups, hourly.

    cross-posted from: https://thelemmy.club/post/60352

    Well I never had spam issues, until 0.18 forced captchas to be disabled. Thankfully the bots just seem to be signing up, not doing much yet. Using fake emails that never get verified.

    So I threw together a little script. Just put this in a sh file, and create a cron job or systemd service to run it every 15 minutes or so. Use your favorite text edit tool to replace "thelemmyclub" with your instance name, or whatever you have your docker containers named. (Check docker ps). You'll also have to be able to run docker without sudo, so add your user to the docker group or put the cron job on root (if you do that make sure only root can access the file, for security)

    Also if you set up manually without docker, well I'm sure you have the skills to adapt these commands appropriately.

    First though run:

    `docker exec -it thelemmyclub_postgres_1 psql -U lemmy -h 127.0.0.1 -p 5432 -d lemmy -c "select * from local_user whe

    Lemmy @geddit.social
    stux⚡ @geddit.social

    Lemmy: first 3 pages top servers are spam

    On FediDB the total user number for Lemmy has now reached 2,710,730.


    "Top" servers first 3 pages are full with spam account:

    It is clear these instances are filled with "idle" spam accounts since the MAU (Montly Active Users) and Status Count does not come anywhere close to the total users per those instances.


    If anyone knows a solution for these admins to remove the spam accounts please let me know in the comments!

    Let's hope v0.18.1 of Lemmy releases soon with the captcha added again since we do need it..

    Lemmy @geddit.social
    stux⚡ @geddit.social

    Lemmy v0.18.0 Release

    cross-posted from: https://lemmy.ml/post/1465740

    What is Lemmy?

    Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

    Major Changes

    HTTP API instead of Websocket

    Until now Lemmy-UI used websocket for all API requests. This has many disadvantages, like making the code harder to maintain, and causing live updates to the site which many users dislike. Most importantly, it requires keeping a connection open between server and client at all times, which causes increased load and makes scaling difficult. That's why we decided to rip out websocket en

    Lemmy @geddit.social
    stux⚡ @geddit.social

    Limbo for iOS (Lemmy) works greats!

    A silly test post from the app 🦊👌🏻

    Lemmy @geddit.social
    Alex @geddit.social

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

    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](
    Lemmy @geddit.social
    Alex @geddit.social

    Early Alpha Release of Thunder - a cross-platform Lemmy app

    lemmy.world Alpha Release [v0.2.0-alpha] - Lemmy.world

    Hey everyone! Just wanted to post an announcement here that a new alpha version has been released! To see the full details of this release, check out the GitHub release announcement: https://github.com/hjiangsu/thunder/releases/tag/v0.2.0-alpha [https://github.com/hjiangsu/thunder/releases/tag/v0.2....

    An open-source cross-platform Lemmy client for iOS and Android built with Flutter

    This app is currently a very very WIP.

    There is a community for this at: https://lemmy.world/c/thunder_app

    Lemmy @geddit.social
    stux⚡ @geddit.social

    Lemmy spam still going..

    Another 100K extra accounts since a few hours ago.

    Lemmy @geddit.social
    stux⚡ @mstdn.social

    Huh. In the list with "fastest growing #Lemmy instances" are only spam instances now

    I'm currently creating an instance ban list for Geddit to block those instances if they don't take action.. This is a disaster waiting to happen :lemmy:

    https://fedidb.org/current-events/threadiverse

    @lemmy

    Lemmy @geddit.social
    Alex @geddit.social

    Brace yourselves, Sync for Lemmy is coming.

    The developer of Sync, a popular Reddit app for Android, has confirmed that they're building 'Sync for Lemmy'.

    The developer confirmed it on Reddit here.

    You can track it in the new Lemmy community here.