Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Posts
11
Comments
134
Joined
2 yr. ago
  • The oled version has some changes to the internal chassis due to a the thinner screen which allowed for a larger battery which is a big win. It also apparently has improvements to the ram causing better performance and a smaller cpu die.

    Gamers nexus did a comparison and found it is quite a bit better than the original.

    https://gamersnexus.net/handheld-pcs/valve-goes-hard-steam-deck-oled-review-benchmarks-vs-asus-rog-ally-z1-extreme-deck-lcd

  • I don’t get why a Central African country would try to send their prisoners halfway around the world - that would be insanely expensive and a logistical nightmare.

    I feel like Trump must think the Congo is in South America instead of Africa…

  • homelab @lemmy.ml
    Limeey @lemmy.world

    Best cameras that can connect to a home lab?

    I'm looking for security cameras that will integrate with my home server and nas. I want ones that record to my nas without some BS subscription service, and ideally run FOSS server logic I can deploy on my server. I've got one camera now that sorta does what I want, except the software isn't FOSS and I've been unable to add the features that are missing.

    My ideal requirements are:

    • Good camera quality
    • Direct powered (no battery)
    • Connects via wifi to my network
    • Records to remote nas (no cloud "subscription" requirement)
    • Highly configurable via FOSS software
    • Monitoring software runs on server with local web access
    • QOL features like 2-way audio, audio recording, motion sensing, night vision, etc.

    Does anyone have suggestions that meat what I'm looking for or close?

    Lemmy Support @lemmy.ml
    Limeey @lemmy.world

    Instance Logs are filled with apub warnings

    I'm helping with a highly federated instance, I'm trying to track down an error but the logs are rolling over roughly every hour after being flooded with apub warnings.

     undefined
        
    {"log":"\u001b[2m2023-07-17T00:50:07.309563Z\u001b[0m \u001b[33m WARN\u001b[0m \u001b[2mactivitypub_federation::activity_queue\u001b[0m\u001b[2m:\u001b[0m Queueing activity https://**********/activities/announce/4e5ea7d8-5d06-4c35-8c83-843484ba59b9 to https://**********/inbox for retry after connection failure: Request error: error sending request for url (https://********/inbox): error trying to connect: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919: (Hostname mismatch).  Sleeping for 60s and trying again\n","stream":"stdout","time":"2023-07-17T00:50:07.309720924Z"}
    
      

    I assume these are due to sites being offline or otherwise inactive. Looking at the database I see that we have hundreds of instances that haven't received an update in over a mo

    Video Game Music @lemmy.world
    Limeey @lemmy.world

    Mario Kart 8 - "Super Bell Subway (Underground)" (Jazz Fusion)

    If you don't know Patrick Bartley and his J-Music projects then you're seriously missing out. This is their latest release with Norman on the drums and Juna on the bass and everyone else absolutely killing it!

    Video Game Music @lemmy.world
    Limeey @lemmy.world

    FF7 Hip-hop Instrumental - Black Materia: The Instrumentals

    Absolutely love this collection, recently found this and just had to share!

    cats @lemmy.world
    Limeey @lemmy.world

    Doodle as a kitten

    Lemmy Plugins and Userscripts @sh.itjust.works
    Limeey @lemmy.world

    Force external links to open in a new tab

    I put this together based on another very similar script (attributed, of course) I found on beehaw that forces external links to open in a new tab. Should work on every Lemmy instance by checking the header. While it uses http*:/// as the match, it only executes any logic if the isLemmy check returns true.

    Honestly, this has improved my desktop experience significantly, it was killing me before.

    Hope it helps, feedback/suggestions/contributions welcome!

    git link: https://github.com/Djones4822/GM-Lemmy-newTab

    Lemmy.world Support @lemmy.world
    Limeey @lemmy.world

    Can't log out

    I just mentioned this in my other support post, but I can't actually log out right now. I click “logout” and the page refreshes but I’m still logged in, I see a “websocket closed.” error in my console, I wonder if that’s related…

    Lemmy.world Support @lemmy.world
    Limeey @lemmy.world

    Not seeing replies in the post, but I see them in my notifications

    I have 2 replies to a post I made in c/cats but when I go directly to that post I don't see them. One is made by a lemmy.world user and another by a feddit user. is this a known issue?

    cats @lemmy.world
    Limeey @lemmy.world

    Doodle lounging around

    Python @lemmy.ml
    Limeey @lemmy.world

    JupyterLabs - wish I could see the notebook title like in notebooks

    I switched from notebook to labs recently and I'm missing how the notebook name is displayed in notebooks. it seems like the only way to know which notebook I'm in now is through the tab, but if I have multiple tabs open it compresses them.

    Is there any extension or something that will display the notebook name (and make it easily editable) like in notebooks?