#garfield Logs

Jul 28 2023

#garfield Calendar

04:40 AM Tom_itx is now known as Tom_L
07:45 AM rue_mohr: https://manpages.ubuntu.com/manpages/xenial/man1/ssh-add.1.html
07:45 AM rue_mohr: thats not a good answer and I accidently closed google
07:45 AM rue_mohr: looks like more answers now are for some sorta gui crap
07:51 AM aandrew: Tom_L: when debugging those issues I find ssh -v is very handy
07:52 AM aandrew: and if it's specific to git, I think it's GIT_SSH_COMMAND="ssh -v" git whatever ...
07:56 AM aandrew: my ssh setup is a little more convoluted than most, there is a ~/ssh/config file which lets you do some interesting things like specify specific options for particular sites and so on
07:57 AM aandrew: ssh will only offer a certain number of keys before falling back, I had to use that host-specific config to allow ssh keys with github to work
07:57 AM aandrew: e.g.
07:57 AM aandrew: Host github.com User git IdentityFile ~andrew/.ssh/github_rsa ForwardAgent yes UseKeychain yes AddKeysToAgent yes
07:57 AM aandrew: that was a fail
07:57 AM aandrew: wow
07:57 AM aandrew: hm, looks like paste is broken now
07:58 AM aandrew: Host github.com
07:58 AM aandrew: User git
07:58 AM aandrew: IdentityFile ~andrew/.ssh/github_rsa
07:58 AM aandrew: ForwardAgent yes
07:58 AM aandrew: UseKeychain yes
07:58 AM aandrew: AddKeysToAgent yes
07:58 AM aandrew: that's what that section of my ~/.ssh/config looks like
07:58 AM aandrew: also, ssh will refuse to use keys with too-open file permissions
07:58 AM rue_mohr: ok, careful, he doesn't need to generate a new key
07:59 AM aandrew: this has nothing to do with generating a key, just specifying WHICH key to present to a host
08:00 AM rue_mohr: ok
08:00 AM aandrew: If he's only got one key and gave the public part of that key to github then it shouldn't be an issue if he put the key pair back in ~/.ssh and debian didn't do anything stupid like change the default key file name in the new version of ssh or something
08:00 AM aandrew: but that's where ssh -v git@github.com comes in VERY handy to help root out those kinds of issues
08:01 AM aandrew: you're up kind of early, or is this your usual waking time?
08:01 AM rue_mohr: this is normal for me
08:01 AM aandrew: (I'm usually awake around 5-6 but on my phone, not irc)
08:02 AM aandrew: breakfast done, coffee time
08:03 AM rue_mohr: .ico files for web pages, do you recall the format they use?
08:05 AM aandrew: I thought they were equivalent to BMP files, let me see if my google-fu is worthy
08:06 AM aandrew: yep
08:06 AM aandrew: it's bmp; just create a bmp and change the extension to ico
08:06 AM rue_mohr: png! (reading...)
08:07 AM rue_mohr: web page icon
08:07 AM rue_mohr: uh favico
08:07 AM aandrew: the favicon one (web) can be ico png and even svg apparently (didn't know that)
08:07 AM rue_mohr: svg!
08:07 AM rue_mohr: intersting
08:08 AM aandrew: yeah that was kind of interesting
08:10 AM rue_mohr: For my 'web spar' I decided to collect favicons of all the site links
08:11 AM rue_mohr: I'm trying to put them into the svg, but its giving me issues
08:13 AM aandrew: web spar?
08:14 AM rue_mohr: so, on polprogs page, he has the list of links to other sites he's on
08:15 AM rue_mohr: I'm making mine an SVG with embeded links
08:15 AM rue_mohr: I was working on it a long time ago, and I was having issues getting it how I wanted
08:16 AM rue_mohr: looking at it again, I have some tweaks
08:16 AM rue_mohr: I dont have a workign copy of it up..
08:23 AM rue_mohr: hha
08:23 AM rue_mohr: thats funny, I can get almost any website logo as a svg
08:23 AM rue_mohr: dont need to try to use the icons
08:24 AM rue_mohr: http://ruemohr.org/~ircjunk/tempimage/Untitled.png
08:25 AM rue_mohr: thre is a quick screenshot, I'm intentionally using the blue bird for twitter
08:25 AM rue_mohr: HD is hackaday, GH is github, TV is ... uh... thingiverse, and RC is IRC
08:25 AM rue_mohr: so I'm replacing them all with logos
08:26 AM rue_mohr: and adding printables
08:26 AM rue_mohr: in the SVG their all clickable links
08:27 AM rue_mohr: huh
08:27 AM rue_mohr: I suppose I could have them all gears off a main cog and make them all rotate
08:27 AM rue_mohr: no rue, no
08:28 AM rue_mohr: heh, the teeth on twitter could be all stripped and it could just wiggle
08:36 AM aandrew: ahh interesting
08:37 AM rue_mohr: this is my idea, polprogs goes better with his page theme :)
08:38 AM rue_mohr: In the conecxt of a black and white movie, I'm not sure wehre to put this tho :]
08:39 AM rue_mohr: I suppose my whole front page could be an SVG
08:39 AM rue_mohr: it would make it easier to default to text for older browsers
08:40 AM rue_mohr: bye
03:56 PM Tom_L: got the git
04:09 PM aandrew: I imagine that means something else to the Brits
08:57 PM rue_mohr: overheard this week: "My phone was at 1% for DAYS, and then I went to make a call, and it just died!"
09:00 PM Tom_L: https://www.youtube.com/watch?v=RDjm1SZRlUQ
09:00 PM Tom_L: practice
09:01 PM rue_mohr: crazy
09:02 PM Tom_L: a guy wanted to make an extrusion screw
09:07 PM rue_mohr: ...
11:57 PM rue_shop3: Tom_L, does your program do cnc lathe?