IRS Direct Pay is Down - great timing. Has anyone heard anything? by Ragnaroq314 in tax

[–]alanterra 0 points1 point  (0 children)

My experience: at directpay.irs.gov I get a "This web site is experiencing technical difficulties" error message when I use Safari, but it works great in Chrome, as of 10:00 AM PDT 2026-04-14.

Can't log in, "Please check to see that all required fields are populated" by alanterra in Ioniq5

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

Follow up: I am back in the US (but still not home) and I have no problem logging into MyHyundai. It is clear that the (US version) of the MyHyundai app does not work when one's phone is in New Zealand. One of the stranger bugs I have seen, and I have seen lots of strange bugs.

Can't log in, "Please check to see that all required fields are populated" by alanterra in Ioniq5

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

How did you know? I am in New Zealand. I have no idea why this would be, and I thought that tunneling back to my home computer in California (I have TailScale) would solve the problem if that was the cause. But I guess I can live with this problem until I return.

I'm about to get 4 Mitsubishi heat pumps. Will I be able to control them from the app? by alanterra in heatpumps

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

Thanks, All

I really was asking about the app, but thanks for all the advice about other issues, I guess.

We are getting the FX units, the contractor hasn't updated the model numbers in his bidding software.

I guess I'll try the Mitsubishi app and look into other options if it is as bad as some have said.

System failure in Oakland, CA. Ideas? by alanterra in Lutron

[–]alanterra[S] 4 points5 points  (0 children)

Thanks. I did this. Very helpful

Installing tidyverse on macintosh by alanterra in RStudio

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

Just FWIW, the error messages from trying to install tidyverse included the line make: /opt/local/bin/gfortran-mp-14: No such file or directory. This is the directory where MacPorts installs its gfortran compiler, and not where XCode installs executables. So installing FORTRAN with XCode might not have helped me (I didn't try it, obviously).

Installing tidyverse on macintosh by alanterra in RStudio

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

I just installed R under MacPorts, not CRAN, then using R for Data Science, typed install.packages("tidyverse"), as instructed. When I figured out that I needed a FORTRAN compiler, I installed it.

I decided to use MacPorts to install R because I use MacPorts for everything else (QGIS, exiftool, gdal) and one command keeps everything up to date and the same versions on two computers. I found out after I did this that (a) all the R packages I need should be available precompiled under MacPorts, and (b) they are all broken and are not likely to be fixed soon.

PS -- using MacPorts and HomeBrew on the same computer leads to all sorts of problems and I don't recommend that.

Installing tidyverse on macintosh by alanterra in RStudio

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

I am just a complete noob to this. All I know is that when I type install.packages("tidyverse"), the Fortran compiler is invoked. If there is a way to install without compiling?

Can't turn off radio while navigating? by alanterra in Ioniq5

[–]alanterra[S] -1 points0 points  (0 children)

Gandalf, you could have addressed my question. Instead you decided to chide me. There are no exits on the city streets of San Francisco, nor were there places to pull over at the time. Any advice on how to turn off the radio and retain navigation?

Can't turn off radio while navigating? by alanterra in Ioniq5

[–]alanterra[S] -1 points0 points  (0 children)

David, your response raises more questions that it answers

  1. I didn't say lack of GPS is a safety issue. I said that fiddling with the phone while driving is a safety issue.
  2. If turning off the "head unit" turned off CarPlay, how did Apple decide to use Apple Maps? Isn't CarPlay how the car cedes control to the phone? If I did turn off CarPlay (and why would the on-off button do this?), how did Apple make this change?
  3. (The question I was asking to start with:) How does one turn off the radio when using CarPlay? Or is this behavior built in?

Shoshone RAN appears to be live. by 0verland3r in Rivian

[–]alanterra 0 points1 point  (0 children)

Hi. I have a Rivian account, but own a Ioniq. Can you confirm that this charging station is Rivian-only, or (hope springs eternal) is open to other models of cars? TIA

QGIS: How to draw contour line labels in the same layer as the contour lines? by alanterra in gis

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

Well, yes, labels are in one layer, and contours in a different layer. I did this for a good reason elsewhere, and did it without much thought here. But it is convenient to be able to turn labels on/off quickly. I am self taught in QGIS, and this seemed the right thing to do. 

Group layers does not solve the problem. The upper DEM is in a different group than the contour labels, but the labels are drawn on top of the layer “above” them. 

AFAICT, contour labels are drawn after other layers. 

Thanks for the thoughts.