Earlier quoted context omitted.
For me putty is still preferred way to ssh with Windows. Nowadays windows is shipping openssh.exe, so I can run it from cmd and it kinda works for quick simple actions, but clipboard works weirdly, basically I have to use right-click/paste to reliably paste data, shift+insert works in some apps and does not work in others. Putty just works like it worked 10 years ago, it's good old reliable tool.
Anybody have a solution to get hostname completion in Powershell? ssh [letter][tab] gets me a list with my Zsh config. I looked briefly one time and couldn't find what I was looking for. I have a fairly large SSH config file, and needing to open it to copy and paste hostnames from the file is the main reason I just use WSL.
Putty maintainer on his attitude towards security and open source
71–80 of 140 posts
Re: Putty maintainer on his attitude towards security and open source
#72I also find the opposite true--reminding colleagues that using OSS means we have to own and maintain the software whether the original community/author does or not. There seems to be a hesitance to fork abandoned or slow moving software to update/fix issues
"reminding colleagues that using OSS means we have to own and maintain the software whether the original community/author does or not" No, we do not have to do this. We wouldn't get anything done, if we tried to maintain our full oss stack. Where would you start? In the linux kernel and move your way up to chromium/firefox? Have fun out there. "There seems to be a hesitance to fork abandoned or slow moving software t…
If each individual licensee is itching their own scratches, then there's a really good chance the entire codebase gets love.
Absolutist approaches are the death of all good things. "Some" is better than "none."
Re: Putty maintainer on his attitude towards security and open source
#73People forget one simple fact - WHEN YOU ARE PAYED, U ARE NO LONGER FREE.
There is no substitute for passion work, where YOU are the man, and there is 0 chance somebody will influence you.
Re: Putty maintainer on his attitude towards security and open source
#74So I own a postcard that says words to the effect, “nobody has ever asked me for an autograph before”. It is framed.
Re: Putty maintainer on his attitude towards security and open source
#75Earlier quoted context omitted.
Gee, thanks :D. I didn't know that at all and the article has no hints about that. I came to that possibility but it was reaaaally out of context and off without prior knowledge. Thanks for confirming it, I really didn't understand what was what. edit: I took a look at the page again and there are no links or mentions of puzzles or something, I knew I wasn't crazy (or that dense) !
The hint is clearly in the sentence you're confused about -- that he has also created some puzzle games is the only plausible explanation.
Re: Putty maintainer on his attitude towards security and open source
#76Great footnote from the article: > I'm often amused that people compliment me on things like PuTTY by telling me how much of their time it saved, whereas people compliment me on my puzzle game collection by telling me how much of their time it wasted.
Re: Putty maintainer on his attitude towards security and open source
#77I thought this was such a fantastic response, particularly the sections where he talks about how he responds to companies demanding he reply as if he has a contract with them. The main point being that, with the log4j issue (and others before that), the thing that's struck me when maintainers complain about not being appreciated or that they are working as hard as they can, unpaid, is that maintainers are under no ob…
One of my takeaways from the log4j issue is that the log4j devs should have never accepted the patches to add LDAP urls in the first place. Or perhaps, they should have removed that feature when it became burdensome. I would have. There’s a pressure to accept whatever patches come your way as an opensource developer, but actually, you’re under no obligation to do any such thing. Open source also means the source is available - so people are free to take your code, mix in their patches and maintain it themselves. And if they can’t be bothered doing that, why should I shoulder that burden?
I think us opensource devs should get more comfortable saying no. “I hear that this feature is important to you but it doesn’t solve a problem I (or anyone else I know) cares about. Please maintain those patches in your own fork.”
Re: Putty maintainer on his attitude towards security and open source
#78However, what would happen if that were not so?
What would happen if he Could not, Would not, or were Unable to work?
It would all fall apart. And that is the inherent fragility in these small critical opensource projects.
Re: Putty maintainer on his attitude towards security and open source
#79> a labour of love becomes a chore if you can't temporarily put it down when you're running low on love. - simon.t
Re: Putty maintainer on his attitude towards security and open source
#80I thought this was such a fantastic response, particularly the sections where he talks about how he responds to companies demanding he reply as if he has a contract with them. The main point being that, with the log4j issue (and others before that), the thing that's struck me when maintainers complain about not being appreciated or that they are working as hard as they can, unpaid, is that maintainers are under no ob…
You can’t control others emotions. But setting healthy expectations goes a long way. One of my takeaways from the log4j issue is that the log4j devs should have never accepted the patches to add LDAP urls in the first place. Or perhaps, they should have removed that feature when it became burdensome. I would have. There’s a pressure to accept whatever patches come your way as an opensource developer, but actually, yo…