"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPH
Photography mara 7mo ago 91%
Rocks by the Ottawa River
19
0
Windows users don't want copilot on their taskbar
  • mara mara 7mo ago 100%

    Amusingly enough, the steam deck has made a lot of the state of this art get better. Usually if you mount the ISO and then tell Lutris to install it, it'll work.

    5
  • Xeact: The femtoframework you've been waiting for
  • mara mara 9mo ago 100%

    I still reserve the right to be astounded. One of my beta readers said I needed to add a disclaimer that this talk is satire, so I went through a few rounds to make the warning right. I guess we didn't expect someone to get caught up in the title!

    3
  • Xeact: The femtoframework you've been waiting for
  • mara mara 9mo ago 100%

    I'm astounded, I would have thought that putting an explanation that the article was satire would like...work. Should I have made it giant screaming red text?

    8
  • Weekly “What are you playing” Thread || Week of January 21st
  • mara mara 9mo ago 100%

    Palworld. So much palworld.

    1
  • What are some good games that have a bad reputation due to unreasonable expectations?
  • mara mara 9mo ago 100%

    No Man's Sky, but they vastly redeemed themselves.

    3
  • i gotta ask... why so many plex over kodi users?
  • mara mara 1y ago 94%

    I can use Plex on my PS5 and share it with my friends without having to do DevOps work.

    17
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearXE
    Xeserv mara 1y ago 66%
    Alvis - Never get paged again
    https://xeiaso.net/landing/alvis/
    2
    1
    Nintendo Shutting Down 3DS and Wii U Online Servers in 2024
  • mara mara 1y ago 100%

    Wasn't that intended to fix an issue where other players in your multiplayer session could cause your console to execute arbitrary code? Imagine the fallout if it became "play Mario Kart and then have your console refuse to boot again"

    1
  • Do you think it is safe and secure to disable Mitigation in Fedora for the sake of performance?
  • mara mara 1y ago 100%

    What workload makes that much of a difference?

    3
  • Https on tailnet?
  • mara mara 1y ago 100%

    No prob! If you run into any problems, feel free to DM me or /u/tailscale@hachyderm.io. We're more than happy to help.

    4
  • Https on tailnet?
  • mara mara 1y ago 100%

    Note my bias as I work for Big VPN (Tailscale), but I don't think that teaching people to ignore security warnings is a good thing to do. The CA system is kind of a scam in general, but I think that at least in its current implementation it's better for us to encourage people are aware of those errors and what they mean.

    As the sacred texts say: self-signed certificates beget the use of curl -k beget the use of self-signed certificates.

    5
  • Https on tailnet?
  • mara mara 1y ago 100%

    Tailscalar here. Use tailscale serve. It is a reverse proxy inside tailscaled. It will handle HTTPS certificates for you too. As an example, here's a sample HTTP server proxied to both my tailnet via tailscale serve and to the world with Funnel.

    Also as far as I know you need to use Serve in order to use Funnel.

    13
  • *Permanently Deleted*
  • mara mara 1y ago 100%

    What would an ideal prompt for summarization look like with this model? I've tried a few summarization prompts but they haven't panned out into something consistent (MacBook Pro M2 Max, llama.cpp, q4_S). I know this is fundamentally more random technology, but it's not even coalescing into a consistently relevant output.

    1
  • Introducing Raspberry Pi 5
  • mara mara 1y ago 75%

    This is true with ARM in general. There's no "standard Linux" to boot because every board needs its own device tree and set of core kernel modules for detecting important things like local storage. It's fairly intractable due to how different the hardware is.

    4
  • Amazon to Run Ads in Prime Video Shows and Movies
  • mara mara 1y ago 100%

    Yo ho ho and a bottle of rum for me!

    6
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearXE
    Xeserv mara 1y ago 90%
    Making NixOS modules for fun and (hopefully) profit
    https://xeiaso.net/talks/asg-2023-nixos
    8
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPH
    Photography 1y ago
    Jump
    Crane
  • mara mara 1y ago 100%

    I absolutely love the vibes in this shot. Amazing work!

    1
  • How to route transmission through Mullvad?
  • mara mara 1y ago 100%

    I personally shove Transmission into Docker:

    services:
      wireguard:
        image: ghcr.io/linuxserver/wireguard
        container_name: wireguard
        cap_add:
          - NET_ADMIN
          - SYS_MODULE
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/Stockholm
        ports:
          - 9091:9091/tcp
        volumes:
          - ./config:/config
          - /lib/modules:/lib/modules
        sysctls:
          - net.ipv6.conf.all.disable_ipv6=0
          - net.ipv4.conf.all.src_valid_mark=1
        restart: unless-stopped
      transmission:
        image: ghcr.io/linuxserver/transmission
        container_name: transmission
        ulimits:
          nofile: 1048576
        environment:
          - PUID=1000
          - PGID=996
          - TZ=Europe/Stockholm
          - USER=azurediamond
          - PASS=hunter2
        volumes:
          - ./config:/config
          - /data:/data
          - /data/Torrents/dl:/downloads
          - /data/Torrents/inbox/start:/watch
        network_mode: "service:wireguard"
        depends_on: [ "wireguard" ]
        restart: unless-stopped
    

    Make sure your mullvad config is called wg0.conf in ./config.

    18
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPH
    Photography mara 1y ago 100%
    Painterly Meadow

    Just got a Holga lens, did a walk around a lake by home and I got this picture on my Nikon D3300. I'm still learning how to do photography and this is one of my first times throwing the camera in full manual.

    30
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearXE
    Xeserv mara 1y ago 100%
    I don't know how I feel about email
    xeiaso.net

    ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fpawb.social%2Fpictrs%2Fimage%2Fe6bc9ef0-9f23-42b3-9699-ef7ad54d53ea.png)

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Furry Technologists mara 1y ago 79%
    I don't know how I feel about email
    https://xeiaso.net/blog/idk-about-email

    ![](https://pawb.social/pictrs/image/e6bc9ef0-9f23-42b3-9699-ef7ad54d53ea.png)

    14
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Furry Technologists mara 1y ago 100%
    The ElasticSearch Rant
    https://xeiaso.net/blog/elasticsearch
    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Furry Technologists mara 1y ago 100%
    Reddit CEO (/u/spez) is going to hold a AMA about the API update
    https://www.reddit.com/r/reddit/comments/144ho2x/join_our_ceo_tomorrow_to_discuss_the_api/

    Get popcorn, the sides are going to be off the charts with this one

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Furry Technologists mara 1y ago 100%
    Reddit to lay off about 5% of workforce
    www.livemint.com
    7
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Furry Technologists mara 1y ago 100%
    Reddit is Fun will shut down on June 30th in response to Reddit API changes
    old.reddit.com

    Oh boy, it's another one. This is the big Android app. With Apollo and Reddit is Fun going, this probably displaces a huge amount of core redditors. Maybe this is the time to start going harder into getting people moved over to the Fediverse with Lemmy?

    3
    1

    Tried to join https://lemmy.ml/c/patientgamers from the search box and it failed.

    1
    0