senorprogrammer
|
3 years ago
|
on: Ask HN: How to say no to a GitHub issue feature request?
I tag all new issues that come as “Feature Request”, “Bug”, etc. and then as far as I’m concerned, unless I’m interested in the issue, my work is done.
Those then serve as an excellent roadmap for anyone who wants to contribute, but my projects are built for me and I work on the parts I want and need.
I also use GH automation to auto-close issues after a year. If no one cares enough to implement the change in a year, no one cares.
Your project is yours, feel free to ignore everyone else.
I also highly recommend watching this talk by Pieter Hintjens a couple of times. It is brilliant https://m.youtube.com/watch?v=uzxcILudFWM
(I’m the creator of WTFUtil).
senorprogrammer
|
5 years ago
|
on: Danger – Stop Saying “You Forgot to ” in Code Review
I find the use of “she” throughout your site when referring to an automated code process to be fairly strange. I suspect you’re trying to add levity and personality, but it’s an odd thing to assign gender to. Perhaps consider replacing those with “it”?
senorprogrammer
|
5 years ago
|
on: The Poetics of CLI Command Names
The author is making a joke about ‘gnu’.
senorprogrammer
|
5 years ago
|
on: Ask HN: How do you keep notes of things you learn
If you give it a try and have any feedback, please do let me know via GitHub.
senorprogrammer
|
5 years ago
|
on: Ask HN: How do you keep notes of things you learn
At the risk of pumping my own project, and recognizing that this is an untested methodology, I've just recently created this project to do exactly that:
https://github.com/senorprogrammer/til
I spend most of my day in the command line, so having a fast, simple way to capture things is the goal.
senorprogrammer
|
6 years ago
|
on: Canadian Internet Registry Authority put together a set of Canadian stock images
As a Canadian, no. It is clearly tongue-in-cheek and humorous.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
Windows support is being tracked in issue #103 on GitHub. People have had success building from source. Automated Windows builds currently fail for reasons unknown.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
I agree. There's an open issue for this in the `wtfdocs` repo. If you have any thoughts on what's causing it, please drop a message in there.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
I've deleted the 'max-scale' and 'user-scalable' values from the meta tag. Let me know if that helps at all.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
Thanks for this comment. I think you might have just solved issue #33 in the wtfdocs repo.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
Feel free to open an issue on it. CalDAV is a great idea.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
The underlying libraries WTF is built upon use colour strings to define colours, so WTF does too.
But this is a cool idea. Issue #546 has been opened for this.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
It's highly likely this won't work as-is, unfortunately. Docker support is "experimental" at best and a lot more effort needs to be put into the Dockerfile.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
If you have thoughts on this, I'd love to hear your use-case. Issue #517 is specifically about this topic.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
It was added because I have co-workers in five different timezones and servers that use UTC. It's handy to have that info at a glance.
senorprogrammer
|
6 years ago
|
on: WTF – A personal information dashboard for your terminal
Part of the site's default template. Bug #47 in the wtfdocs repo has been opened for this.
senorprogrammer
|
6 years ago
|
on: Strong_password Rubygem hijacked
A long time ago I made a gem that does pretty much this:
https://github.com/senorprogrammer/pilIf you want this functionality, I recommend not using it as-is, given the security vuln GitHub is currently reporting. Rather, anyone has my permission to copy the code verbatim into your project. It's a pretty simple gem.
senorprogrammer
|
7 years ago
|
on: I Made a Deal in a Bike Race
It's common to look back in life and see that what was once a deliberate action was in fact a mistake. Not a mistake in the sense of an accidental occurrence, but in the sense that if one could do it over again, one would do it differently.
That's how the term "mistake" is used in this article.
senorprogrammer
|
7 years ago
|
on: Welding breakthrough could transform manufacturing
No, the terms picosecond and micron are pretty integral to the process. Imagine using a propane torch to heat up the side of a single brick in an apartment building wall for a few seconds. The temperature change in that brick, considerable compared to all the others, will have effectively no impact on the building itself.
senorprogrammer
|
7 years ago
|
on: Mom Lets Her Kids Walk to the Bakery Down the Block. CPS Chastises Her
You just described nearly everyone I went to university with.
Those then serve as an excellent roadmap for anyone who wants to contribute, but my projects are built for me and I work on the parts I want and need.
I also use GH automation to auto-close issues after a year. If no one cares enough to implement the change in a year, no one cares.
Your project is yours, feel free to ignore everyone else.
I also highly recommend watching this talk by Pieter Hintjens a couple of times. It is brilliant https://m.youtube.com/watch?v=uzxcILudFWM
(I’m the creator of WTFUtil).