Live data from Hacker News

Ask HN: I was made redundant yesterday, and I want some coding ideas

news.ycombinator.com

11–20 of 27 posts

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#12
Webauthn is pretty popular these days, and there’s little built in terms of ecosystem.

I’m sure there’s plenty of opporunities for modules. One silly example: I bet everyone in the world has uint64 for user ids... webauthn wants a byte array... good luck with that.

If you end up doing anything in the space please lmk, we want to highlight it!

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#13
Here's something I think ought to be more or less straightforward but don't yet know any of the relevant machine learning theory for and so I've been putting it off. I could find a variety of handy uses for it if implemented the way I'm imagining. If it exists already, I don't know how to search for it.

It should ideally be a simple/minimal-dependencies CLI program that can take a command and arguments for that command, go ahead and run the command with given arguments, and record those arguments in relation to each other. When called with any of the command arguments missing, it will run the command filling in the blanks with a prediction for the best values for the missing arguments, based on the historical usage patterns.

My example use case is that I currently manually run a terminal command to adjust my external monitor brightness to a comfortable level at various times of day, and I would love to have a simple cron task scheduled to have it auto adjust throughout the day based on time of day and possibly other variables I can retrieve such as ambient brightness or whatever else. The dumb version would just be a predefined lighting schedule hardcoded in cron, but I specifically want to continue making adjustments as needed based on comfort and have the automation trend towards optimum over time, minimizing the frequency that I need to adjust without replacing my option to do so temporarily. The ML part I don't have the education for yet and I've been putting it off, but I can imagine a lot of other use cases for something like this implemented in a very generic way. The way I first imagined this working, I'm not entirely sure any sophisticated algorithm is even necessary, it might be doable with some high school level math run against the stored data. I presume that with such a generic approach it won't perform impressively well right out of the gate but with an accumulation of training data can be coerced into remembering what the user wants/expects gradually. As I said, I'm not educated in machine learning but I suspect this should be straightforward to do at least a crude version of given some of the libraries available.

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#14

Resurrect a beloved thing that was shut down. Google Reader, perhaps.

Google Reader has closed a long time ago, people have moved on a long time ago. Wasn‘t feedly built short before closing?

Google Inbox is closing in a few weeks and many people like it. Maybe copying it would be a nice idea, but much of work i guess

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#15
Somewhat off topic, though perhaps something for consideration...

Whichever job I had, I always considered it my prime objective to make my own position obsolete. In other words, I measured my personal success to whether or not I had made myself redundant.

At first glance, one might think it contradictory that - save one exception - I was never laid off, found it easy to navigate to (more) interesting projects, etc.

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#16

Somewhat off topic, though perhaps something for consideration... Whichever job I had, I always considered it my prime objective to make my own position obsolete. In other words, I measured my personal success to whether or not I had made myself redundant. At first glance, one might think it contradictory that - save one exception - I was never laid off, found it easy to navigate to (more) interesting projects, etc.

I also live by this rule. And as a manager even more so. The more I put my coworkers in a situation where they can work and I become useless the better I am being as a manager.

Forgive the super generalization, but The manager role is to facilitate and not to strictly give orders. At least it shouldn’t be in the knowledge work space.

Organize and facilitate. Become useless.

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#17

Somewhat off topic, though perhaps something for consideration... Whichever job I had, I always considered it my prime objective to make my own position obsolete. In other words, I measured my personal success to whether or not I had made myself redundant. At first glance, one might think it contradictory that - save one exception - I was never laid off, found it easy to navigate to (more) interesting projects, etc.

Same rule here!

My prime objective is to be able to go on vacation without any call of emergency, but the point is I showed that I was not necessary when I was ill and not at work for a month.

Two weeks after my return, the up management shows me the door...

Nevertheless, I think it is my best move to make my own position useless. I need peace of mind in vacation, I need autonomous coworkers, I need challenging problems to solve, and more, my whole team is happier that way.

The up management did not understand that... too bad for them.

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#18

Somewhat off topic, though perhaps something for consideration... Whichever job I had, I always considered it my prime objective to make my own position obsolete. In other words, I measured my personal success to whether or not I had made myself redundant. At first glance, one might think it contradictory that - save one exception - I was never laid off, found it easy to navigate to (more) interesting projects, etc.

Not sure how that works for a developer, as there is usually more work to do, a big backlog etc. I could only make myself redundant by stopping progress in software.

Re: Ask HN: I was made redundant yesterday, and I want some coding ideas

#20
post #14

Resurrect a beloved thing that was shut down. Google Reader, perhaps.

Google Reader has closed a long time ago, people have moved on a long time ago. Wasn‘t feedly built short before closing? Google Inbox is closing in a few weeks and many people like it. Maybe copying it would be a nice idea, but much of work i guess

Google reader with filters to stop seeing Ariane grande stories in the news feed.
Post reply on HN