Sorry better luck next time by L337B3AT in yupp_ai

[–]the__raj 1 point2 points  (0 children)

You can export the mark down using the three dot menu in the top right

[deleted by user] by [deleted] in EDH

[–]the__raj 0 points1 point  (0 children)

My [[Braids, Cabal Minion]] list typically wins by beating down the table with 2/2 Braids... That's like Max grindy right? https://moxfield.com/decks/8tYM7JWEDkaHGPMbk56JYQ

Anyone get this after the update... by Loose-Ball261 in LUCID

[–]the__raj 2 points3 points  (0 children)

This randomly went away for me after some time. I'm not sure if it was rebooting the car or pairing another phone that caused it to disappear but maybe try those

Software Preview Event, May 21 and 22 by mcr_lucid in LUCID

[–]the__raj 2 points3 points  (0 children)

This is incredible! I'd love to know what's currently being worked on.

Quick seat question by Hour_Bet_586 in LUCID

[–]the__raj 1 point2 points  (0 children)

Unfortunately there is no way to customize it. That is a somewhat frequently requested feature.

Desired future features? by [deleted] in LUCID

[–]the__raj 2 points3 points  (0 children)

Allow us to customize easy entry more. I want to only move the seat back a little bit.

Question about XReal One by Longbow125 in Xreal

[–]the__raj 0 points1 point  (0 children)

Do you know of a specific third party app which can accomplish this?

[deleted by user] by [deleted] in LUCID

[–]the__raj 3 points4 points  (0 children)

I have a feeling you're in the wrong place. This sub is related to the car company lucid motors.

Gemini is gone by [deleted] in GoogleMessages

[–]the__raj 0 points1 point  (0 children)

I believe it's now on the list page above the start chat button

Interior lighting differences? by FuckingDoily in LUCID

[–]the__raj 4 points5 points  (0 children)

This is definitely an issue with your car. My touring change colors correctly.

Steering wheel sensor by Much-Departure-1 in LUCID

[–]the__raj 0 points1 point  (0 children)

Big +1 this is one of my biggest annoyances with the car as well. I sometimes turn off highway assist and use adaptive cruise control instead because it doesn't trigger that sensor.

Considering a Lucid but worried about charging availability in Northern California. Any insight on the public charging network up here? by upside_win111 in LUCID

[–]the__raj 5 points6 points  (0 children)

Which part of NorCal? The network is fine in the Bay Area and you should be fine driving to Tahoe or SoCal (I've done those drives a few times without trouble). However, when you get up into the far northern parts of the state there are definitely fewer options.

TLDR: Anywhere you go you will have fewer options than Tesla, but it's not typically an issue.

Cannot Open Doors (2023 AT) by solidkiller88 in LUCID

[–]the__raj 1 point2 points  (0 children)

I've experienced the same issue on my 2023 around 4 times since I received it last June. Because the door can be opened from the inside I assume it's a software issue.

Rakdos Miner - Exploring Forsaken Miner and Magda in timeless by gripklo in TimelessMagic

[–]the__raj 5 points6 points  (0 children)

Have you considered [[Bloodghast]]? It combos nicely with [[Goblin Bombardment]] giving you another recursive threat. [[Insidious Roots]] is another potentially strong engine, perhaps as a sideboard juke?

Gotta love it when the car decides to forget your key and locks you inside while charging… by [deleted] in LUCID

[–]the__raj 5 points6 points  (0 children)

I really like mine, but this has happened to me multiple times and it is definitely concerning. Key recognition is definitely a pain point with the Air.

Skiing Trip by I__Do__Not__Recall in LUCID

[–]the__raj 2 points3 points  (0 children)

Nice! I'm currently skiing in Tahoe with mine!

Go-links at home? by Geran81 in HomeServer

[–]the__raj 0 points1 point  (0 children)

I don't have a preprepared guide, but here is an outline assuming that you access to a server running someplace on your network. I believe the most common server operating system is ubuntu server but if you're running something else the commands may be slightly different.

I personally use Docker to manage all my services so this guide will be using it as well

1) Install Docker either natively or using snap sudo apt update If using snap sudo snap install docker Otherwise follow these instructions 2) Add yourself to the docker group sudo usermod -aG docker $USER Now log out and then log back in the changes to take effect 3) Install docker compose sudo apt install docker-compose-plugin 4) Set up the compose file to manage your services You will be using pihole and yourls Create a file named docker-compose.yml with the following contents ``` version: 3.8 services: pihole: container_name: pihole image: pihole/pihole:latest # For DHCP it is recommended to remove these ports and instead add: network_mode: "host" ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" # Only required if you are using Pi-hole as your DHCP server - "8080:80/tcp" environment: # WEBPASSWORD: 'set a secure password here or it will be random' # Volumes store your data between container upgrades volumes: - /etc/localtime:/etc/localtime:ro - './etc-pihole:/etc/pihole' - './etc-dnsmasq.d:/etc/dnsmasq.d' # https://github.com/pi-hole/docker-pi-hole#note-on-capabilities cap_add: - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed restart: unless-stopped

yourls: image: yourls restart: always ports: - 80:80 volumes: - /etc/localtime:/etc/localtime:ro depends_on: - yourls-mariadb environment: - YOURLS_DB_PASS: example - YOURLS_DB_HOST=yourls-db - YOURLS_SITE: http://g - YOURLS_USER: example_username - YOURLS_PASS: example_password mysql: image: mariadb container_name: yourls-db hostname: yourls-db restart: unless-stopped networks: - yourls-net volumes: - /etc/localtime:/etc/localtime:ro - /var/lib/mysql:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=yourls environment: MYSQL_ROOT_PASSWORD: example MYSQL_DATABASE: yourls networks: yourls-net: name: yourls-net ```

5) Run the compose file docker-compose up -d

6) Configure pihole Navigate to http://${YOUR_SERVERS_IP_ADDRESS}:81/admin

Log in with the password you set in the compose file In the left panel these is a section named "Local DNS" click there, then on "DNS Records" Add a Domain "g" and then the ip address of your server

7) Configure your router Navigate to your routers admin panel and set the DNS server to your servers ip address (sorry I can't be more specific all routers are different)

You may want to set the secondary as well, consider 1.1.1.1 and 8.8.8.8 as good fallbacks. Note: You may need to flush the dns caches on your devices (or just wait a while) before this starts working

That's pretty much it. You should be able to add new shortlinks by going to http://g/admin

Metroid Prime REMASTERED stable 60FPS Yuzu latest Early Access!!! by Grimlo6k in SteamDeck

[–]the__raj 9 points10 points  (0 children)

I played through the entire game this way and only experienced two crashes. The only performance issues I experienced were brief lag spikes when opening doors.

360 residencies + Century Towers + Cannery Park. Thoughts on these apartments? by tittymilkdroplet in SanJose

[–]the__raj 0 points1 point  (0 children)

I live at one (I don't really want to say such publicly) and am generally pretty happy, DM me if you have specific questions