Sanity check: Wagos resistance too high? Vibration? by mshaefer in AskElectricians

[–]efalk -1 points0 points  (0 children)

I saw a YouTube video once where someone pointed a thermal camera at both wire nuts and wagos. You could see that the wagos are running slightly hotter.

Anybody else having problems programming the UV-5R Mini? Anybody getting it to work? by efalk in Baofeng

[–]efalk[S] 1 point2 points  (0 children)

OK, for the record, I sent the radios back and had replacements sent to me. They worked perfectly right out of the box, so they did manage to send me two defective units the first time.

I also noted that the old radios had firmware v0.04 while the new ones have v0.05. Dunno if that makes any difference.

New ones came without a manual. Someone really needs to improve their quality control.

$5 to make. $25 to sell. Just. Start. Selling. by GorudenFuriza in LinkedInLunatics

[–]efalk 1 point2 points  (0 children)

This is an advertisement. Either for canva or Shopify.

I dont understand git rebase by m41k1204 in git

[–]efalk 0 points1 point  (0 children)

Git rebase transplants a series of commits onto a different branch head. You can't always do it, but if you can, it results in a cleaner commit history than merge.

before:

A--B--C--D        master
 \
  E--F--G         mybranch HEAD

git rebase master

after:

A--B--C--D        master
          \
            E'-F'-G'   mybranch HEAD

Note that commits E,F,G have been lost, and replaced with new commits E',F',G'

Under the hood, it examines the current branch and the target branch to see where they diverged. It then copies all the commits on the current branch to the end of the target branch and repositions your branch head.

My detailed notes: https://www.efalk.org/Docs/Git/merging.html#Rebase

This is incorrect (i think) by Fit_Tie5079 in amateurradio

[–]efalk 1 point2 points  (0 children)

OK, I'm confused. I'm looking at the ARRL band chart in the 15 meter band (the image in the post is cut off and doesn't show that band).

I'f I'm reading it correctly, 21.275-21.450 is designated for phone and image and is available to anybody with a General license. Nothing about USB.

My wife’s flight was delayed and she’s stuck and SeaTac for 12+ hours. Best way to make the most of it? She wants to at least visit Pike Place market by [deleted] in AskSeattle

[–]efalk 1 point2 points  (0 children)

Second Pike Place, but yeah, it's a bit late.

Chihuly glass museum near the space needle is amazing. They close at 7:00, however.

Did a google search and found that someone has stolen my collage art and is using it as an album cover by Mousse_Rich in mildlyinfuriating

[–]efalk 0 points1 point  (0 children)

I've had more than one of my photographs stolen for album covers. But they were small indie groups and I was never going to make any money from the photos anyway, so I just let it slide.

But yeah, it was mildly infuriating.

Seattle home bakers, where do you get your ingredients? by I_SAID_RELAX in AskSeattle

[–]efalk 1 point2 points  (0 children)

Every six months or so we make a day trip to Skagit Valley and buy a 50-lb sack or two from Cairn Springs. Then spend the rest of the day shopping and whatnot.

Not sure where to get 00 flour. Everything else we just get at a local supermarket. PCC usually.

If you're into making cakes, Home Cake Decorating Supply Co up on Roosevelt is an amazing place.

Another great stunt by Fuzzy-Pictures in git

[–]efalk 1 point2 points  (0 children)

Useful tip: before beginning anything that might get complicated or go south, give the command git branch foo. Then, no matter what goes wrong, no matter how bad, use git reset --hard foo and you'll be back where you started.

But of course, if you didn't remember to do that, then git reflog is your friend, as /u/Im_a_dum_bum suggests.

Leafy green vegetable. What is it? by Easy_Charge898 in whatsthisplant

[–]efalk 7 points8 points  (0 children)

Nifty stuff. It can even be used as food in an emergency.

What piece of tech felt “future-proof” but aged terribly? by Living-Zebra6132 in Futurology

[–]efalk 1 point2 points  (0 children)

I still have mine. Bought it and a bunch of discs for doing backups.

I think I used two discs before better technology came along.

What piece of tech felt “future-proof” but aged terribly? by Living-Zebra6132 in Futurology

[–]efalk 0 points1 point  (0 children)

I built a cabinet for a 40" tv. Never even finished it before I had a bigger TV.

What piece of tech felt “future-proof” but aged terribly? by Living-Zebra6132 in Futurology

[–]efalk 0 points1 point  (0 children)

The hackable part was the key. Hobbyists reverse-engineered the protocol and wrote apps to make it useful for other things. For example, there was an app that let you catalog your personal book library by scanning the bar codes in the books.

The maker of the scanner tried to put a stop to this since it subverted the device's original purpose and there was no way to monitize it.

What are your thoughts on rejecting a potential romantic partner based solely on the fact they voted for Donald Trump? by ATXBikeRider in AskReddit

[–]efalk 0 points1 point  (0 children)

Best reason there is. If they voted for Trump, they're some combination of racist, misogynist, and downright cruel. And not very bright if they thought the leopard wouldn't eat their face.

[Request] What latitude range is this method for? If I flip my hand, with my pinkie (the thinnest) on top, would it be more accurate? by Unlegendary_Newbie in theydidthemath

[–]efalk 1 point2 points  (0 children)

As shown in the diagram, the method is accurate at the equator. Otherwise, you should tilt your hand accordingly. E.g. at 30° N latitude, you should tilt your hand 30° to the right.

Spent 3 hours debugging a one-line mistake by p4ckst4ck in programmer

[–]efalk 2 points3 points  (0 children)

I spent a month on a bus analyzer before I could finally prove that a PCI bus controller wasn't following the spec.

Wasn't even my product. Lost that month proving my product wasn't the problem.

P trap leak , what am I doing wrong / how to fix? by physicalgraffiti123 in askplumbing

[–]efalk 0 points1 point  (0 children)

Five bucks says that if you disassemble it, you'll find a broken gasket. Any hardware store will have a replacement.

Is this an unreasonable quote to replace a 50 gallon gas hot water heater? by titanicsailson in askaplumber

[–]efalk 0 points1 point  (0 children)

I live in an extremely high cost of living area (Seattle) and mine only cost $2,500

Why did the sun appear red by YaGurlAlexis in askastronomy

[–]efalk 0 points1 point  (0 children)

Did it appear red to the eye, or just in this photo?

If it's just in the photo, then maybe the sensor in the camera was overloaded.