Skip Navigation

πŸ‡¦πŸ‡Ίπ•„π•¦π•Ÿπ•₯π•–π••π•”π•£π• π•”π• π••π•šπ•π•–
πŸ‡¦πŸ‡Ίπ•„π•¦π•Ÿπ•₯π•–π••π•”π•£π• π•”π• π••π•šπ•π•– @ muntedcrocodile @lemm.ee
Posts
60
Comments
3,240
Joined
1 yr. ago

FediLore + Fedidrama @lemmy.ca

!enoughmuskspam@lemmy.world calling for violence and me getting banned for asking why the mods are all good with it?

Monero @monero.town

Does monero have smart contracts?

Eternity @lemdro.id

Communities search crashes app

Framework Laptop Community @lemmy.ml

Looking for a usba internal mouse dongle

Free Speech @lemmy.ml

This bot seems real harmful to lemmy's free speach

Privacy @lemmy.ml

Am using qubesos but /etc/skel in template vm isnt copying to application vms

Qubes OS @lemmy.ca

/etc/skel in template vm isnt copying to application vms

Selfhosted @lemmy.world

Code-Server but with Codium?

Linux @programming.dev

Am upgrading from thinkpad to framework 16 with amd. Looking for distro reccommendations.

Privacy @programming.dev

My domain on duckdns isnt being resolved with rethink dns?

Canvas @toast.ooo

Aussies assemble

Selfhosted @lemmy.world

Good foss pastbin

Wikipedia @lemmy.world

Jediism

Fediverse @lemmy.world

Does the modlog federate?

Australia @aussie.zone

National Anti-Corruption Commission rules that some corruption is cool actually; The Chaser

Piracy: κœ±α΄€Ιͺʟ α΄›Κœα΄‡ ʜΙͺɒʜ κœ±α΄‡α΄€κœ± @lemmy.dbzer0.com

what program should I use to patch Autodesk applications

Free and Open Source Software @beehaw.org

Advanced AI agent

Open Source @lemmy.ml

Advanced AI agent

AI @lemmy.ml

What service should i use for AI backend that isn't openai

Libertarian Discussion @sh.itjust.works

Can you own an idea?

  • Here is my searxng rocker compose:

     yml
        
    services:
      redis:
        container_name: redis
        image: docker.io/valkey/valkey:7-alpine
        command: valkey-server --save 30 1 --loglevel warning
        restart: unless-stopped
        networks:
          - local_bridge
        volumes:
          - ./data/reddis:/data
        cap_drop:
          - ALL
        cap_add:
          - SETGID
          - SETUID
          - DAC_OVERRIDE
        logging:
          driver: "json-file"
          options:
            max-size: "1m"
            max-file: "1"
    
      searxng:
        container_name: searxng
        image: docker.io/searxng/searxng:latest
        restart: unless-stopped
        networks:
          - local_bridge
          - proxy
        volumes:
          - ./data/searxng:/etc/searxng
        environment:
          - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
          - SEARXNG_SECRET=${SEARXNG_SECRET}
        cap_drop:
          - ALL
        cap_add:
          - CHOWN
          - SETGID
          - SETUID
        logging:
          driver: "json-file"
          options:
            max-size: "1m"
            max-file: "1"
    
    networks:
      local_bridge: # local bridge with ipv6 internet access
        driver: bridge
        enable_ipv6: true
      proxy:
        external: true
    
      

    And my searxng settings:

     yml
        
    searxng/data/searxng/settings.yml
    # see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
    use_default_settings: true
    
    server:
      # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
      limiter: false  # can be disabled for a private instance
      image_proxy: false
    ui:
      static_use_hash: true
      query_in_title: true
      infinite_scroll: true
      default_theme: simple
      theme_args:
        # style of simple theme: auto, light, dark
        simple_style: dark
    redis:
      url: redis://redis:6379/0
    
    
    search:
      safe_search: 0
      autocomplete: 'duckduckgo'
      default_lang: "en"
      formats:
        - html
        - json
    
    
    outgoing:
      # default timeout in seconds, can be override by engine
      request_timeout: 3.0
    
    
    enabled_plugins:
      - 'Hash plugin'
      - 'Basic Calculator'
      - 'Self Informations'
      - 'Tracker URL remover'
      # - 'Ahmia blacklist'
      - 'Hostnames plugin'  # see 'hostnames' configuration below
      - 'Open Access DOI rewrite'
    
      

    And the proxy network is just the docker network that nginx is connected to. Here is my nginx conf https://github.com/muntedcrocodile/nginxconf .

  • U can just go to it Bluetooth and connect to the device if ur already paired it should kick ur partner off and connect you. Newer Bluetooth protocol allows multiple devices to connect simultaneously ie my headphones can connect to my phone and laptop at the same time and take priority from each other on certain events. A play/pause/phone event will give whatever device made that event priority. Eg I'll be gaming on my laptop and that's through my headphone but if me phone is called my phone will take priority.

    It depends what Bluetooth protocol version ur using(it will be the highest version that both devices support). Then I suggest reading the doc on that version/asking an LLM about that specific version.

  • This solidifies for me I will never own a Pixel phone.

    Sounds like a pixel phone is exactly what u want just u want GrapheneOS on it.

  • Hate sure. Violence? Really?

    Hate isn't violence hate is a byproduct of free speech and liberty. I mean getting doxed and actionable calls/threats of violence should be a crime. But mean words is just life.

  • I've seen the db0 admins getting a little power trippy. Like instance ban for a conversation in a community on a different instance. Following all rules and being respectful the entire time. Im happy to respect the db0 rules and fedi sovereignty on their instance. I don't think instance bans for off instance activities is right.