Ask HN: What is the most useless project you have worked on?
171–180 of 794 posts
Re: Ask HN: What is the most useless project you have worked on?
#172Re: Ask HN: What is the most useless project you have worked on?
#173Working for big tech, our Director wanted to add "ML" to one of our workflows no matter what. He identified a "problematic step" and a team of scientist spent 1 year coming up with a ML model to replace this step. I was asked to deploy this solution in production. When we tested the model (which somehow hadn't happened before) we found that the workflow was 5% quicker, but the results were more than 10% worse, and wa…
Re: Ask HN: What is the most useless project you have worked on?
#174I built the best site out there for playing magic the gathering online. It's way better than any other available option. I've never shared it with the magic community because I think wizards of the coast would just send me a cease and desist, so three years of work is just sitting idle. I'm still not sure how I feel about it.
Just brainstorming, but would it be possible to pull out the MTG-specific portions and make it just an online card game framework where people can make their own cards and rules? If people choose to use it to copy MTG that's on them (see Tabletop Simulator, for example) but they might also use it to create their own new games.
Note: You can see all the rules here: https://mtg.fandom.com/wiki/Comprehensive_Rules
Re: Ask HN: What is the most useless project you have worked on?
#175Today I'm a grunt in a department of a large international company. This department was previously a separate company, but was acquired two years ago. The parent company has very little interest in what our department is doing in general.
But, that's not the most useless part, of course. My boss sucks as a programmer. But, on top of being very bad, he's only worked for this one company where he's today. He has no clue how bad he is because he's never seen anything else. After tasking me with writing some code and not being able to understand it, seeing how I wouldn't use the disastrously bad practices he instituted in his department, he decided to never give me any work that requires writing any code ever again.
It's been close to two years since I've written the last bit of code that went into any of the company's repos :) I've been given tasks that require exclusively painfully boring manual testing. It's even funnier because all those things I'm allegedly testing are, sort of, tested automatically (but automation is so awful that it mostly doesn't work).
I attend every morning meeting (online) and just read the news / Reddit / HN during the meeting. The meetings consist of my boss enjoying himself talk for about an hour. Then me and the other guy tell him that we have nothing to add and wish him a pleasant day.
I haven't opened my work email for months :) The last time I did so was because HR sent some form I had to sign, and they found me in Slack to tell that they've been waiting for my signature for far too long.
To add to the pile: the product our department works on is awful in more ways than I can count. It's hard to decide which part of it is worst, but to give you an example: in one of the recent features the customer asked for, instead of implementing this feature the two developers assigned to the task produced two MS Word documents, one around 10 pages long another one closing on 90. These two documents detailed a DIY process of implementing this feature (by the customer), mostly consisting of shell commands interspersed with terse and vague descriptions. Needles to say there was never any kind of plan for how the feature should be implemented. Product management is, basically, nonexistent where I work.
And then I was asked if I can test it... :D In, like... a few days. Because the mothership company requires publishing a release a month, and that feature has to be in the next release.
----
Hope you feel better about your plight now :)
Re: Ask HN: What is the most useless project you have worked on?
#176Some years ago, a colleague literally spent all night in the office, on the 31st of March, implementing clippy for another third party commercial application (not MS Office) that was heavily used by the company and across that industry. He inspired me to take April Fool's seriously. I've since changed industries but last year I jumped on the AI bandwagon with https://chatellite.space and this year a nod to a popular…
It wasn't an all-nighter, though! I used clippy.js, so it was just a few lines!
Re: Ask HN: What is the most useless project you have worked on?
#177I once worked on an in-house ERP system which had been developed over about 15 years by various developers. It was the engine of the entire company, everything passed through it. The CFO and some senior leadership erroneously blamed it for their shortcomings/used it as a scapegoat. When new management took charge, an initiative was started to replace the system with an industry standard solution. Both myself and the…
the key thing to understand about ERP systems is that this is their primary purpose. anything else they claim to do is secondary.
Re: Ask HN: What is the most useless project you have worked on?
#178the useless part came about when the company was clearly going down the drain, and the ceo was desperate to find a pivot. he had a friend who was a chip engineer, and said friend had complained to him about how hard and unintuitive EDA tools were to work with. our man gets convinced that the problem is that "these EDA firms hire scientists and mathematicians, but no one who really knows about UI design, unlike CAD companies", and that if we could hook our CAD product up to some open source circuit simulation libraries we could come up with an mvp that would be clearly so much better to use that we could get funded to develop it.
now i usually take the stance of "okay, you're the product guy, tell me what to implement and i'll get it done", but this time i pushed back pretty hard over what a fool's errand this was. but he had his hardware engineer buddy talking into one ear and the "make money fast" shoulder devil talking into the other, and would not listen. so fine, i took a couple of months to play around with CAD fileformat parsers and electronic simulation libraries, got some very basic circuits working and handed over an MVP which of course went precisely nowhere.
Re: Ask HN: What is the most useless project you have worked on?
#179Any time you feel useless, remember that it's someone's job to install turn signals into BMWs.
Re: Ask HN: What is the most useless project you have worked on?
#180I am writing a solution manual to this textbook, by solving EVERY DAMN exercise and writing it up in latex. It is EXTREMELY time consuming. The actual solution manual is already available online. I might gain an understanding of this field, but I doubt I will ever get an interesting job because of this effort. Unless I revise this stuff, I will forget most of it in a few years. Why am I doing this? Idk. Vanity perhap…