UmbralRaptor changed the topic of #kspacademia to: https://gist.github.com/pdn4kd/164b9b85435d87afbec0c3a7e69d3e6d | Dogs are cats. Spiders are cat interferometers. | Космизм сегодня! | Document well, for tomorrow you may get mauled by a ネコバス. | <UmbralRaptor> egg|nomz|egg: generally if your eyes are dewing over, that's not the weather. | <ferram4> I shall beat my problems to death with an engineer. | We can haz pdf
<egg|anbo|egg_> !u -
<galois> -: U+002d HYPHEN-MINUS
e_14159 has joined #kspacademia
e_14159_ has quit [Ping timeout: 378 seconds]
<raptop> !wpn iximeow's astrophotography gear
* galois gives iximeow's astrophotography gear an avatar
<raptop> !wpn
* galois gives raptop a rock
<raptop> !wpn -add:wpn paper
<galois> Entry already exists!
<raptop> !wpn -add:wpn scissors
<galois> Entry already exists!
<raptop> !wpn -add:wpn gambit
<galois> Added wpn 'gambit'
<raptop> !8 Should the president be allowed to nuke a hurricane?
<galois> raptop: yes
<raptop> okay, then
<egg|anbo|egg_> !u ى
<galois> ى: U+0649 ARABIC LETTER ALEF MAKSURA
<egg|anbo|egg_> !u ی
<galois> ی: U+06cc ARABIC LETTER FARSI YEH
<iximeow> raptop: it does have an email address,
* raptop imagines a robotic observatory that you operate by sending emails to, and emails you back pics
raptop has quit [Quit: leaving]
raptop has joined #kspacademia
<iximeow> well
<iximeow> yes actually, kind of
<iximeow> i've got a bit more plumbing to hook up first but emailing imaging schedules to myself is plausible, then a horrifying series of rsyncs to move data back + confirmation email after each target
<raptop> heh
_whitelogger has joined #kspacademia
<e_14159> raptop, iximeow: How about operating it via IRC, and receiving the images as ASCII-art multi-line messages?
egg|anbo|egg has joined #kspacademia
egg|anbo|egg_ has quit [Ping timeout: 189 seconds]
* egg|cell|egg is loudly meowed at
* egg|cell|egg meows at whitequark
<e_14159> It's the circle of meow!
<e_14159> (Yes, two points clearly make a circle)
<raptop> meows have strange dimensionality
<raptop> e_14159: I guess one could easily enough output the FITS headers here
<SilverFox> my brain is too smooth to do lambdas, how do I do the thing where it's like foreach Message in List<message> where message.getAuthor().equals(user_tag)
<raptop> "Beginning August 13, 2021, we will no longer accept account passwords when authenticating Git operations on GitHub.com."
<raptop> so, uh, does this mean I can no longer use git commandline?
<raptop> And, like, what was the point of generating a 16 character password from the set of printable ascii?
<raptop> anyway, it sounds like I'd need to buy a yubikey (how much are those, a few k?) per account?
<raptop> And, like I don't know who the relevant vendors would be. Do they even sell to individuals, or would I need to go through eg: GMU's IT department?
<egg|anbo|egg> raptop: no you just need to generate a token once for each device from which you use github
<raptop> A token is generally a piece of hardware used for 2FA purposes, yes?
<egg|anbo|egg> no, it is a password, effectively
<galois> title: Creating a personal access token - GitHub Docs
<egg|anbo|egg> a password which you dump into a configuration file and forever forget, and which is unrelated to the thing you use to actually log into the site
<egg|anbo|egg> (and which has its own permissions etc.)
<egg|anbo|egg> on an unrelated note, it looks like Principia in zh-CN is going to be a thing! https://github.com/mockingbirdnest/Principia/pull/2857
<galois> title: localization for principia(have some problem) by CindyRIng · Pull Request #2857 · mockingbirdnest/Principia · GitHub
<raptop> ...okay, I've generated a token, but it looks like it's only relevant for new (well, new local) repositories?
<raptop> fun fact: "token" does not appear anywhere in git config --help. "password" does in a number of places, though they don't seem relevant
* raptop stares at my .gitconfig file which only has name and email fields
<egg|anbo|egg> raptop: yes because the tokens are a github thing, not a git thing; I think you just pretend it is a password for git porpoises? I don’t remember
<egg|anbo|egg> the github documentation tends to be enough to figure out how to set things up in my eggsperience