She/They

  • 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Ah, so I really did mean the 10 & 2 for figuring out that positioning of the seat/wheel only. I absolutely agree that 10&2 is a terrible position for driving. 9&3 is much better.

    I read an article a while back on how to position the wheel, as it is especially a problem for women. Airbags can absolutely kill you and I spent some time readjusting everything to make sure the airbag would not deploy in my face or too close to my chest. Adjusting the seatbelt height thing is also really important, but with breasts the damn thing still drifts to where it shouldn’t. Just not as bad.

    Absolutely check with the women in your life about this as a lot of us don’t think about it until we get in an accident and the airbag and seatbelt do more damage than the crash. I am lucky I have only had a minor crash once with no airbag deployed. There are ways to get pedals adjusted by the dealership or swapped with longer ones. I assume mechanics can probably do it too, but I personally do not know how that all works.


  • I don’t have much experience with manual, but I do have severe ADHD. From my experience, it takes about 6 months of driving every day before your brain does most of it automatically. It is really awful at first having to constantly think about every step. Couple random anecdotes that may help. My assumption is you are driving on the right:

    1. Drive barefoot or with minimalist shoes. You can really feel the car and road this way. Flip flops are a no no. All it took was them getting caught in the pedal once to never do it again.
    2. Leave lots of space in front of you in high traffic situations. If you are sitting in the far right/exit/slow lane a lot it will help other drivers get around you. If it is a mulilane highway, it may be safer to stay in the middle lane until it is time to exit.
    3. Look left first. Oncoming traffic hitting your driver side door is bad.
    4. If you ever ever doubt when looking both ways, just look again. People can wait.
    5. People get mad or do stupid shit. It is ok. We stop being rational people once “time” enters the equation. At some point, getting mad at other drivers all the time makes you a worse driver. Learn to just let shit go.
    6. Try to space yourself where you don’t create blindspots for yourself or others.
    7. Position your side mirrors properly. If you can easily see you car door, they are pointing in too far.

    Adjust your seat and steering wheel. You want the steering wheel far away from your face. If you have an adjustable steering wheel, this will be a lot easier. There is a little lever you can pull to unlock it.

    1. Unlatch the wheel and push it completely away from you.
    2. Adjust your seat first so you can reach the pedals and feel in control of run. Test how it feels to push the brake, clutch, etc.
    3. Now, adjust the steering wheel. Put your arms straight out. You want your wrists to touch the “10&2” position of the wheel.
    4. Keep the steering wheel as low as you can, but still see the instruments, and make sure there is plenty of space between you and the very deadly airbag. You do not want it hitting your face and it needs enough space to deploy to properly protect you
    5. Make final adjustments as needed and recheck your mirrors.


  • 🐍🩶🐢@lemmy.worldtoMemes@lemmy.ml2 life pro tips in one meme!
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    17 days ago

    Ok. Let’s do this! If you have a 4 cup pyrex/microwavable measuring cup, it is much easier.

    • Sauce pan with a lid. Nonstick is fine.
    • 2 cups of rice using dry measuring cup
    • 3 cups of water
    • Salt if using unsalted butter
    • 2 tablespoons of butter
    1. Put empty pan on stove and set heat to medium-high. If these are steel pans, stick to medium. Go towards high if nonstick as it takes a bit to heat up.
    2. Put water and butter in microwavable cup and throw it in the microwave until it starts to simmer, maybe 3 minutes? Depends on microwave and dish.
    3. While you are waiting on microwave, put dry rice in pan and gently stir/fold. They will start to turn white, but don’t let them burn. If you need to take the pan off and turn the heat down, do it. We are just preheating the rice and pan up. Add salt if needed.
    4. Get ready. As soon as that water is hot enough to boil or close to, take it out, pour it in the pan. It will be violent.
    5. Do a quick stir, throw the lid on, and turn the heat down to the lowest setting. The water should fully cover the rice.
    6. Walk away. The bottom might toast a little, but that is fine as long as it doesn’t full on burn.

    After 20 minutes or so, you can do a real quick check and if it looks kind of wet, throw the lid back on and wait.

    At this point, you should have perfectly acceptable rice. Take the lid off, stir the rice with a more folding motion to let it steam any additional moisture out.






  • Since I refuse to have Teams and Outlook start on boot, I may have accidentally forgotten to open my email for 6 weeks… Most people just send me a message on Teams anyways.

    Also, spam from HR. I am sorry, but your bullshit emails on senseless activities is not being read and immediately binned. The amount of spam emails I get from people in the company is astounding. At my old job I may have taken great joy in reporting each one of them as spam out of spite.


  • That was the best day ever when it went down a few years ago while I was doing an install of an Amazon site. They have some “test” software that we have to run to validate the system and it was completely down. Still got some things done that day, but it was utterly hilarious to watch all of the Amazon personnel run around in a panic for a few hours. Fucking Prime trucks stuck on the side of the road with no instructions on what to do next. Utterly precious.






  • Sorry, didn’t make it home until today and not sure if you get notifications on edits. You will need a monitor and keyboard hooked up to your server as you will not have ssh access until the network config is “fixed”. I would do the below with the GPU removed, so you know 100% that your networking config is correct before mucking about further.

    Step 1 - Create 99-default.link file

    Add a /etc/systemd/network/99-default.link with the below contents.

    # SPDX-License-Identifier: MIT-0
     #
     # This config file is installed as part of systemd.
     # It may be freely copied and edited (following the MIT No Attribution license).
     #
     # To make local modifications, one of the following methods may be used:
     # 1. add a drop-in file that extends this file by creating the
     #    /etc/systemd/network/99-default.link.d/ directory and creating a
     #    new .conf file there.
     # 2. copy this file into /etc/systemd/network or one of the other paths checked
     #    by systemd-udevd and edit it there.
     # This file should not be edited in place, because it'll be overwritten on upgrades.
    
     [Match]
     OriginalName=*
    
     [Link]
     NamePolicy=mac
     MACAddressPolicy=persistent
    

    Step 2 - Reboot and find new name of NIC that will be based on MAC

    I forget if you have to reboot, but I am going to assume so. At this point, you can get the new name of your nic card and fix your network config.

    1. ip link should list all of your nic devices, both real and virtual. Here is how mine looks like for reference, with the MAC obfuscated:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enxAABBCCDDEEFF: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
        link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff
    3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
        link/ether AA:BB:CC:DD:EE:FF brd ff:ff:ff:ff:ff:ff
    

    Step 3 - Fix your network config and restart network manager

    You will need to edit your /etc/network/interfaces file so the correct card is used.

    1. Make a copy of /etc/network/interfaces, just in case you mess something up.
    2. sudo vim /etc/network/interfaces (or whatever text editor makes you happy) It will need to look something like below. I have to have DHCP turned on for mine, so your config likely uses static. Really all you need to do is change wherever it says enp yada yada to the enxAABBCCDDEEFF you identified above.
     source /etc/network/interfaces.d/*
    
     auto lo
     iface lo inet loopback
    
     iface enxAABBCCDDEEFF inet manual
    
     auto vmbr0
     iface vmbr0 inet dhcp
     #iface vmbr0 inet static
     #address 192.168.5.100/20
     #gateway 192.168.0.1
         bridge-ports enxAABBCCDDEEFF
         bridge-stp off
         bridge-fd 0
    
    1. Restart your networking service. You shouldn’t need to reboot. sudo systemctl restart networking.service

    Step 4 - Profit?

    Hopefully at this point you have nework access again. Check the below, do some ping tests, and if it doesn’t work, double check that you edited the interfaces file correctly.

    1. sudo systemctl status networking.service will show you if anything went wrong and hopefully show that everything is working correctly
    2. ip -br addr show should show that the interface is up now.
    lo               UNKNOWN        127.0.0.1/8 ::1/128
    enxAABBCCDDEEFF  UP
    vmbr0            UP             192.168.5.100/20 
    

    At this point, if all is well, I would reboot anyways, just to make sure. If you add any GPUs, sata drives, other PCI device, disable/enable wifi/bt in the BIOS, or anything else that changes the PCI numbering, you don’t have to worry about your NIC changing.





  • 🐍🩶🐢@lemmy.worldtoMemes@lemmy.mlJust use Firefox
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    Thank you. I admit I don’t use Firefox right now due to issues I ran in to during my trial run earlier this year. Once the battery drain issues are fixed on the Android client I can at least switch back to it on my phone.

    My company surprised me last week as we did an install and things didn’t work right in Firefox for the customer. My boss and the team are committed to fixing it and doing better on browser testing. There was not a moment of hesitation on this decision. We of course told them to use Edge, Safari, or Chrome in the meantime, but by no means are we throwing it on the bottom of the “fix” pile. Team is almost done and ready to send to QA. Super proud.



  • No thanks. I will stick to my torx and hex, and they better be in metric.

    • Don’t use over or undersized screwdrivers, especially on smaller electronics.
    • Stop torquing while you are still ahead.
    • Be especially careful if the metals are soft.
    • Keep your driver perpendicular. Better drivers can make this easier.
    • Better to back out the screw and try again if it isn’t going in smooth on something threaded. Check for debris and burrs. If you need to apply more pressure, do so carefully.
    • I have found that for small stuff, getting nicer drivers makes a huge difference.

    Penta-lobes for some of the small electronics are funny I guess, but they don’t bother me as long as I have a bit for it. Main thing is to understand why some of these different shapes exist.