[–] 8 points 8 months ago (1 child)

Is steam the only program you've noticed having issues? If not then here's a scary possibility to consider: Hardware Failure
I recently had my power supply destroy my MB and SSD and there were signs that I ignored just before it all went down.
If you still have your arch install usb available then boot from that and pick the memtest86 option in the boot menu to see if your ram has any faults.

  • source
  • [–] 3 points 10 months ago

    I probably should have mentioned that I don't have a camrea, so I cannot give you any info on how that would work. My microphone works, I have shared my desktop (on KDE Plasma), and I have shared individual tabs. I can't imagine that the camera would require anything extra to work though.

    I'm using pipewire with wireplumber and didn't have to install anything specific to have this all work, so I don't have any info on if there would be any pulseaudio-specific issues.

  • source
  • parent
  • context
  • [–] 11 points 10 months ago (2 children)

    I use Ungoogled Chromium for teams meetings at work without issue (on arch). I also don't have an MS account.
    When the other party sets up a meeting they'll send an email with a link to the teams meeting and all you have to do is follow that link to join. It also includes a phone number you can call to join by phone if for some reason you have issues.

  • source
  • [–] 22 points 10 months ago* (1 child)

    I found the same IPs doing the same thing for my server, but one thing I noticed in the access log was that nginx was returning a 499 status code. That code means that the client closed the connection before the server answered the request. So this seems to be a deliberate attack instead of the rash of bots many have been dealing with recently. They just firehose out requests to DoS the server since pagination on services with dynamic data is expensive.

    I ended up creating a fail2ban rule to add any IP to my firewall blocklist that makes a bunch of 499 entries.

    Edit: I also set a rate limit in nginx for any url that has a "page" query included

  • source
  • [–] 3 points 1 year ago (1 child)

    That trackball is one of my favorites, I really wish someone would make a real replacement for it. I'm currently pretty happy with the ProtoArc EM01 NL though.
    I didn't need any special drivers to change the forward/back buttons (on either of those mice), you just have to bind them in your system's settings. If you're talking about having program-specific bindings then xremap works well.

  • source
  • [–] 14 points 2 years ago (1 child)
    • If you're the kind of person to keep yourself busy all day, then when you're trying to go to sleep might be the first time all day you've allowed your mind to wander! You need to find some other time in the day to allow yourself to daydream. Some tips are to not read anything while in the bathroom or turn the radio off in your car if you have a commute. Maybe even schedule some time to sit and think about things if you can.
    • Only use your bed for sleep and sex. Reading, eating, browsing on your phone, watching TV, or any other activity should be done elsewhere. This way you train yourself that it's sleeptime when you're in bed.
    • This is probably something that can't be done if you have a rotating shift, but go to sleep on a regular schedule. Go to sleep at the same time every day. Staying up late should a rare occurrence. Your body will become tired at the same time each day and it's much easier to fall asleep when you keep a schedule.
  • source
  •  

    Why YSK: There's been many image posts to the fediverse that have incorrect rotations and this info should help you to prevent that situation for your own posts.

    Your phone's camera app will add some metadata to the pictures you take called Exif data.
    Most apps will simply add metadata that asks for the image to be rotated rather than actually rotating the image so that the picture-taking experience seems smoother/faster. This metadata is usually striped out by most websites when you submit them which leaves the image in the original rotation rather than the one you might have expected.

    Why is this metadata removed by websites? The GPS location of where you took the picture can be included in that data as well as other sensitive info such as the date/time and the unique ID for your device. This data is often removed from the images to prevent leaking that info but not all sites will do this so it's good to make a habit of purging that info yourself before putting them online!

    Use an image editor app that will show the real rotation and/or strip out the Exif metadata. There's a helpful article on XDA for both android and ios that shows how to disable the location data as well as some apps to remove exif data: https://www.xda-developers.com/how-to-view-remove-exif-data-android-ios/

    view more: next ›