Chris Siebenmann

@cks
2.6K Followers
364 Following
12.2K Posts
That cks. Overcommitted sysadmin, photographer, bicyclist, and other multitudes. I write a lot of words for a programmer. he/him/they/them πŸ‡¨πŸ‡¦
Techbloghttps://utcc.utoronto.ca/~cks/space/blog/
Githubhttps://github.com/siebenmann
Flickrhttps://www.flickr.com/photos/22276923@N06/

@neil I can definitely navigate my city with a map and something for orientation (which is mostly for safety, I usually stay oriented in the city). This is due to extensive bicycling around the city (mostly with my recreational bike club).

I once vaguely learned proper over-land map and compass navigation for wilderness, but it's been an extremely long time since I practiced it. I might be able to successfully navigate an area without signed marker points, but ideally I'd get a refresher first.

β€œCan I ask you a question?” I never know how to answer this. Should I go with my first impulse, which is always β€œno” or just give in to the inevitable?

Today in hot buttons: I have Opinionsβ„’ on exercise cyclists who pass other cyclists (and walkers and etc) at what I consider high speed on Toronto's park trails.

If you are doing 30 km/h+ on park trails around other people, you are doing it wrong. If you are demanding that other people make way for your 30 km/h+ impatience, you are doing it extra wrong. Find some empty weekend industrial streets out in Mississauga, there's plenty (I know where some are).

@oantolin Want to toggle or set a Lisp variable? C-h v <variable name> C-. and pick the appropriate option. Want to debug (or un-debug) a Lisp function? C-h f <etc> C-. pick the option.

Sure, I could type the name in a buffer somewhere and C-. it, but C-h v and C-h f are Right There and they have completion and etc.

@whack @funkylab @dotstdy As I remember, X11 theoretically deals with endianness by having the server byte-swap everything from a different byte order client. Does this work in practice? It did once, but it's been a long time and a lot of X extensions and etc etc. I wouldn't hold my breath for completely bug-free code for that today, and I believe some of it may have been deliberately removed recently (under the 'we don't know if this works and it's not used any more' principle).

@gnomon @regehr Related mistake from long ago: 'kill -1 -1' instead of 'kill -1 1'.

(I wound up rebooting the machine, there was too much stuff gone.)

Today's bike club group rideΒΉ went from Victoria Park & Danforth up to the hydro corridor, down the Birkdale Trail, then over to Highland Creek through side streets, down it to the lake (which was as great as ever), and back along a wiggly route that sort of avoids hills. The ride started out overcast and cool enough to make me second-guess my choice of clothes, but fortunately the sun came out eventually and everything warmed up to pleasant levels by the end.

ΒΉ https://ridewithgps.com/trips/388927075

TBN Sunday Urban Roller: Highland Creek

The day started out overcast and alarmingly cool, but fortunately it eventually warmed up so I could stop questioning my choice of clothing; YYZ sa... - 49.3 km, +396 m. Bike ride in Toronto, Ontario

Ride with GPS

PSA:

β„±π’Άπ“ƒπ’Έπ“Ž π”˜π”«π”¦π” π”¬π”‘π”’ π˜π—²π˜…π˜ πš•πš’πš”πšŽ ο½”ο½ˆο½‰ο½“ is hell on screen readers/text to speech, so please consider hiding it behind a CW, and definitely never use it in your online handle. Don't make me name names, folks.

If styled text is *that* important to you, consider a social media platform that supports formatting markup. (E. g. ActivityPub implementations like GoToSocial support Markdown; markup in federated blog posts via WordPress, Ghost, etc., should render correctly in clients; etc.)

Learn more here: https://inputoutput.dev/accessibility-issues-with-stylized-unicode-characters/

#WebAccessibility #accessibility #a11y #Unicode

Accessibility issues with stylized unicode characters

Stylized unicode characters cause accessibility issues and have a strong association with spam and scams.

@gnomon I'm pleased to see that the user-lisp directory is configurable (I have a thing about yet more things in dot-directories, especially dot-directories shared with automated things, as .emacs.d is).

I wonder if someone has written a guide to Embark in GNU Emacs that is 'N things you can do with Embark without additional packages'. The Embark posts I've seen seem to use it with complicated other packages I don't have (at least for their early examples, after which I tune out).

(I have worked out some sleazy tricks, but it feels like I'm missing so much.)

#emacs