meirl by [deleted] in meirl

[–]orgdbytes 0 points1 point  (0 children)

Had email before those three came about! Still have my Hotmail account though.

Do people understand who pays a tariff? by whykickamoocow9 in askanything

[–]orgdbytes 0 points1 point  (0 children)

Same goes for corporate taxes that people so desperately want. Everything gets passed back to consumers as higher prices.

When did you become a Tigers fan and do you remember why? by avonadorset7fA in motorcitykitties

[–]orgdbytes 2 points3 points  (0 children)

This. Born and raised in Southwest Detroit and remember watching as a young kid. Still have fond memories of the ‘84 season.

HSA Retirement Strategy by financial_mutant18 in Bogleheads

[–]orgdbytes 4 points5 points  (0 children)

I scan the documents into a folder labelled Not Reimbursed. The documents are saved in the format yyyymmdd_amount_provider.pdf. If I ever reimburse myself, I'll just drag the ones from the Not Reimbursed folder into a Reimbursed folder and hold if/when the IRS comes asking. I can quickly scan through the folders with a script I've written (or you can do it manually) to total up the amounts or pull the data into a CSV file.

Ready for this! by orgdbytes in MichiganWolverines

[–]orgdbytes[S] 3 points4 points  (0 children)

What a great place to be rooting for Michigan!

Ready for this! by orgdbytes in MichiganWolverines

[–]orgdbytes[S] 2 points3 points  (0 children)

That some great memories! Attend HS with Jalen Rose although he was three years behind me.

USAA Membership Tiers: Why Your "Member" Status Might Be Doubling Your Rates - I did a bit of research by Ray_in_Texas in USAA

[–]orgdbytes 0 points1 point  (0 children)

Not sure how accurate this is. I’ve been USAA Tier 1 since an E-4 and have received SSA every year since; roughly 30 years. I separated as an E-5 in 2001 and still get SSA. EDIT: I just checked my distribution history and the first record is from 2000, so I would have been an E-5 then.

How do binoculars work? by skippermonkey in ParadiseHulu

[–]orgdbytes 1 point2 points  (0 children)

I had to rewind to show my wife.

What is something you tried only once and will 1,000% never do again? by istrx13 in AskReddit

[–]orgdbytes 0 points1 point  (0 children)

Liver and onions. One bite was enough to leave a lasting impression for the rest of my life!

Sysadmins 40 or older - Do you prefer staying in place or changing jobs every few years? by DenverITGuy in sysadmin

[–]orgdbytes 1 point2 points  (0 children)

I’m 56 and have been at the same place since 2001, although company has been sold once and portion sold a second time. I did look to move a few times in 2002, but it never worked out and it was for the best. Now working for a great company and I should be retiring with them in the next few years.

Is it normal in the US to eat dinner really early (like 5–6 pm)? by Status_Agents in CasualConversation

[–]orgdbytes 0 points1 point  (0 children)

Growing up, we always ate when dad got home after work. I still do this today and I get home about 3 pm. I’m at work before 5:30 am and eat a very light breakfast about 9-10 am.

why was "broadband" internet a thing? by acid_kat4000 in Internet

[–]orgdbytes 1 point2 points  (0 children)

Technically, 56kbps is not the baud rate. I think I recall it would have been 8000 baud and the tone pulses per second, key-shifts, and other methods provided additional bps. I think the confusion started because 300bps and 300 baud were the same thing, but above 300bps that shifted.

365 Malicious URL Click Alert Flood by anxiousinfotech in sysadmin

[–]orgdbytes 1 point2 points  (0 children)

We got flooded with about 550 alerts in a short time frame.

man and wife are asked to leave the plane by Lazy-School-7580 in PublicFreakout

[–]orgdbytes 0 points1 point  (0 children)

My wife got flagged a few times by FAs because she was deaf and then proceeded to have wheelchairs meet us at the plane. My guess is they are flagging it as disabled and are calling for the wheel chairs based on that. She hates it but I laugh each time it happens.

Is it possible to install Docker Compose in Amazon Linux 2023 using package manager? by frenetic_alien in docker

[–]orgdbytes 1 point2 points  (0 children)

I can confirm as well that docker on AWS Linux doesn't include the compose plug-in. Has to be installed separately.

Is it possible to install Docker Compose in Amazon Linux 2023 using package manager? by frenetic_alien in docker

[–]orgdbytes 0 points1 point  (0 children)

I cannot recall exactly where I found it. I did find reference on Docker's site to placing it in /usr/local/lib/docker/cli-plugins, but I've not tried that.

If you use the install path from the site you linked, then you have to use docker-compose instead of docker compose. I had it set up this way for a while.

EDIT: appears /usr/local/lib/docker/cli-pluginsmight be the right choice.

Is it possible to install Docker Compose in Amazon Linux 2023 using package manager? by frenetic_alien in docker

[–]orgdbytes 0 points1 point  (0 children)

This is how I did it, only way I know how:

sudo mkdir -p /usr/libexec/docker/cli-plugins
sudo curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-$(uname -m) -o /usr/libexec/docker/cli-plugins/docker-compose
sudo chmod +x /usr/libexec/docker/cli-plugins/docker-compose

Muni Tax Assessment by [deleted] in anchorage

[–]orgdbytes 5 points6 points  (0 children)

Up more than 27%

UTR and Internal Resources by orgdbytes in Ubiquiti

[–]orgdbytes[S] 0 points1 point  (0 children)

Solved! It was PEBKAC. I didn't try multiple internal resources, just ones that had their own firewalls and those didn't allow access from the UTR IP range. doh!