[-] [email protected] 11 points 5 months ago* (last edited 5 months ago)

Every Sunday when I do my weekly backup routine

[-] [email protected] 6 points 6 months ago* (last edited 6 months ago)

If I'm being real, I just want a reason to shoot and go to the range 😂 Although you're right on some points, having a gun doesn't necessarily make you feel safer, its a liability if anything.

18
submitted 6 months ago by [email protected] to c/[email protected]

Hey everyone,

I'm in the process of buying my first handgun for home defense.
What are some things you would recommend I purchase to complement the gun in terms of maintenance, storage, and other must-haves or even nice-to-haves?

Already on my list is a carrying case, fire-proof safe, dummy rounds for dry-fire practice, and a good pair of ear plugs for the range. Not sure if I should throw in a speed-loader with that or not. I feel like I'm missing some stuff, hence this post.

For the future, I plan to build the gun out. I have already decided on purchasing an optics-ready pistol, so I can throw a red-dot on it down the line, and also a light.

Looking forward to your responses, cheers!

[-] [email protected] 14 points 7 months ago* (last edited 7 months ago)

I used PowerDeleteSuite when I cleaned my Reddit account out. It's a Javascript Applet that runs in your browser. It supports filters too so you can choose which subreddits you don't want it to touch.

43
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

Hey everyone,

I haven't had that great of luck landing a new-grad/entry-level role since I graduated 9 months ago (May 2023). I'm thinking of changing my career focus and possibly pivoting out of tech.

For context, I have almost 6 months of mediocre internship experience as an Embedded Software Engineer. I also have experience being a coding team lead for a project as part of a club activity at my uni for two semesters, to which I actually I enjoyed. As for roles, I've been applying to Embedded SWE, general SWE, hardware SWE, and systems engineering roles.

While this experience looks okay on my resume as a new-grad, it's been a struggle for me in searching for a job, and getting through the technical interviews. There's this element of dread in looking for jobs, preparation for job interviews, doing leetcode and even while working on personal projects.

Recently I've been thinking of looking into becoming an accountant or something similar since I like crunching numbers and since credit card churning, and FIRE (Financial Independence, Retire Early) plans interest me a lot. So I'd have to go back to school and prepare for the CPA Exam.
If I were to stay in tech though, I would consider going into IT by getting the CCNA certification, maybe.

I could use some advice from those with experience, and I could also use advice from people who have pivoted in or out of tech and how you handled executing a career change.

[-] [email protected] 10 points 7 months ago* (last edited 7 months ago)

Any tips on finding recruiters?
Should I just be cold-connecting with them on LinkedIn, or is there a better way to reach out?

[-] [email protected] 5 points 8 months ago* (last edited 8 months ago)

I use WireGuard to access my home services and for net-forwarding when I'm outside.
To set it up, I followed this simple guide.

[-] [email protected] 25 points 9 months ago* (last edited 9 months ago)

FreshRSS has been working great for me! It even has the ability for web scraping if you need it.

[-] [email protected] 8 points 9 months ago* (last edited 9 months ago)

There's some tinkering with their docker-compose.yml to make it work. Here's mine you can copy if you want to get it up and running. I don't use nginx or any reverse-proxy btw. All data is saved in their own individual volumes which you can back up:

services:
    sharelatex:
        restart: always
        image: sharelatex/sharelatex
        depends_on:
            mongo:
                condition: service_healthy
            redis:
                condition: service_started
        ports:
            - *DESIRED_PORT*:80
        links:
            - mongo
            - redis
        stop_grace_period: 60s
        volumes:
            - data:/var/lib/sharelatex
            - texlive:/usr/local/texlive

        environment:
            SHARELATEX_APP_NAME: Overleaf Community Edition
            SHARELATEX_MONGO_URL: mongodb://mongo/sharelatex
            SHARELATEX_REDIS_HOST: redis
            REDIS_HOST: redis
            ENABLED_LINKED_FILE_TYPES: 'project_file,project_output_file'
            ENABLE_CONVERSIONS: 'true'
            EMAIL_CONFIRMATION_DISABLED: 'true'

    mongo:
        command: "--replSet overleaf"
        restart: always
        image: mongo:4.4
        expose:
            - 27017
        volumes:
            - mongo_data:/data/db
        healthcheck:
            test: echo 'db.stats().ok' | mongo localhost:27017/test --quiet
            interval: 10s
            timeout: 10s
            retries: 5

    redis:
        restart: always
        image: redis:6.2
        expose:
            - 6379
        volumes:
            - redis_data:/data

volumes:
  data:
  mongo_data:
  redis_data:
  texlive:

Some of my documents rely on certain packages which didn't come with the Docker image. You will need to run
docker exec sharelatex-sharelatex-1 tlmgr update --self;docker exec sharelatex-sharelatex-1 tlmgr install scheme-full
so that you can render your documents properly if they utilize certain packages.

Optionally—since the full scheme takes about 8 GB and you may not need everything—you can replace scheme-full with a different scheme you can find by running
docker exec sharelatex-sharelatex-1 tlmgr info schemes
The i before any scheme name means that it is already installed.

Update:
Included a texlive volume to save any packages that were installed, so when recreating the containers, they will persist.

[-] [email protected] 31 points 9 months ago* (last edited 8 months ago)

Throwback to Microsoft's pre-Kinect project dubbed Xbox 'Natal' way back in the day.
Being younger, I—along with many—really thought that was the close future of gaming. In hindsight, of course it was all fabricated.
I'm not surprised by Google's Gemini demo video either. The way that which the whole demo was narrated and played out made it seem too linear, too perfect.

[-] [email protected] 13 points 10 months ago

Stop feeding the troll..

[-] [email protected] 17 points 10 months ago* (last edited 10 months ago)

Translate You features LibreTranslate, Lingva, DeepL, MyMemory, Reverso, and SimplyTranslate.
While I can't speak for any of them, I think that all of those should be safe being that Translate You is FOSS, and their idealogy is "No Ads, no trackers, just You"

[-] [email protected] 5 points 10 months ago

I'm not sure if I am I having deja vu, but didn't someone make this exact post two weeks ago or so?

[-] [email protected] 10 points 11 months ago

Do you own an action cam and does it work with Linux?

I have a DJI Action 3. It works with no issues on (Arch) Linux.

What totally rad sport/hobby do you use it for?

I mount it to my helmet while I'm out riding my motorcycle on the streets as sort of a dashcam.

Are you able to update the firmware over Linux or from he device itself? (I have windows for emergencies, but prefer not to use it.

The one thing I hate about the Action 3 is that it requires a mobile app to do firmware updates. Just to start using it requires registration on their DJI Mimo app which is terrible.

How does the device mount and have you had issues with file transfers?

The device lets you choose if it is as a webcam or storage for mounting when turned on if it is plugged in through USB.

Is there any special software that helps you use your device, for example “piper” can help me configure fancy mice.

The Action 3 doesn't have anything special, but a search on the AUR shows there are some for GoPros.

Can you use your device as a webcam?

Answered above.

view more: next ›

november

joined 1 year ago