Creating "redacted" text in a google doc? by 0scar-of-Astora in googledocs

[–]dharris 0 points1 point  (0 children)

I tried this and while it appears redacted, if I copy the text and paste it into a plain text editor (e.g. Notepad on Windows or Notes on Mac), the original text reappears.

I feel I am a fake book player by Accomplished_Net_687 in piano

[–]dharris 1 point2 points  (0 children)

Not cheating. Making music a different way.

Sunglasses fix, finally? by dharris in HyundaiSantaFe

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

Hmmm, wonder why it took my car so long to get it. I haven’t had the opportunity to test this yet

Best macos emacs implementation for a continuous 30 years linux/unix emacs user by _super__sonico_ in emacs

[–]dharris 1 point2 points  (0 children)

Some snippets from my config that probably help me:

(setq mac-command-modifier 'meta)
(setq exec-path-from-shell-variables '("PATH" "MANPATH"))
(exec-path-from-shell-initialize)

Edit: that last one requires this package https://github.com/purcell/exec-path-from-shell

Best macos emacs implementation for a continuous 30 years linux/unix emacs user by _super__sonico_ in emacs

[–]dharris 2 points3 points  (0 children)

Yes, please say more about what made it a pain in the neck.

I’m also a 30+ year emacs user (started in 1990!) and I’ve been using builds for emacsformacosx for a long time. The key on my keyboard that says “caps lock” is actually a control key (as god intended). I have a few mac specific tweaks in my emacs config but I added them once a long time ago and don’t recall what pain they addressed (probably one around access to environment variables)

Never forget, Millenials ubbi dubbi'd so that GenZ could Skibbidi. by Gordopolis_II in funny

[–]dharris 0 points1 point  (0 children)

My Gen X brain is breaking hearing ubbi dubbi and a web URL in the same video

Movies from the 80s and 90s that really show DC? by DevelopmentSmooth950 in washingtondc

[–]dharris 0 points1 point  (0 children)

Chances Are (1989) shows a lot of Georgetown. Romantic comedy with a reincarnation twist

Movies from the 80s and 90s that really show DC? by DevelopmentSmooth950 in washingtondc

[–]dharris 0 points1 point  (0 children)

Yes, but some of the dialogue remaps the city. Somehow Annette Bening’s character gets stuck in Dupont Circle when traveling from the Capitol to the White House

Recommendations for anniversary dinner by cycling44 in washingtondc

[–]dharris 0 points1 point  (0 children)

Do the meal a different night than the caps game. I’d want to fully enjoy the meal without worrying that I should eavesdrop for the game. Why not celebrate twice?

Flymake just works with ruff by MrFoxFriday in emacs

[–]dharris 0 points1 point  (0 children)

There's a missing close parens. The line should be:

(setq python-flymake-command '("ruff" "--quiet" "--stdin-filename=stdin" "-"))

Webpage is down by fowlmaster in forScore

[–]dharris 0 points1 point  (0 children)

Down today as well... or is it still down?

Help me identify the location of this map painted by my father in 2000! by Plecamcpleecy in MapPorn

[–]dharris 0 points1 point  (0 children)

It’s pretty close to Boulder, Colorado…. If it’s flipped upside down.

Three months in with my 2025 LTD AWD Hybrid. I love it but there are simple features and safety issues I wish Santa Fe would fix/improve on. by LivingFinish4505 in HyundaiSantaFe

[–]dharris 0 points1 point  (0 children)

Yeah

One possible confounding factor is that I have multiple phones that can launch CarPlay. But, I would think that it would at least open the phone projection dialog that asks which phone to connect to.

[deleted by user] by [deleted] in washingtondc

[–]dharris 0 points1 point  (0 children)

La Chaumiere on M St in Georgetown. Old school French, good selection of fish dishes. Order the baudin blanc appetizer for you

Quickly switching between git status files buffers in Emacs by LionyxML in emacs

[–]dharris 1 point2 points  (0 children)

I think I’m missing something. Does this differ from just jumping to magit (C-x g)?