Given this freedom, what do you take on?
For further actions, you may consider blocking this person and/or reporting abuse
Given this freedom, what do you take on?
For further actions, you may consider blocking this person and/or reporting abuse
Mykhailo Toporkov πΊπ¦ -
Felippe Regazio -
Adetola -
Azizul Haque Ananto -
Top comments (63)
I would finish up my AWS Star Trek Karaoke app where you can input a karaoke soundtrack and it would clip together video photage to make star trek character sing.
So I can make things like this:
It would cost $500 USD on AWS to transcribe the entire seasons of TNG but I have the credits to do so.
Hello, fellow Trekie! π
This is an amazing project and I hope you can get the resources to complete it.
Maybe I'll turn "Sublime" into "VSCode" on all machines π
The hero we need!
Refactor the world. No new feature development -- just making the existing codebases cleaner and easier to maintain.
This may be because of my 3-year-old Tech Debt of Doom Confluence doc. Or maybe because it takes 2 weeks to get my data-driven tests functional again after the data changes... yeah, mostly that one (I'm currently on day 4).
tse2.mm.bing.net/th?id=OGC.dd073c2...
For me, extended periods of "therapeutic refactoring"
Perhaps with the added freedom to work on features or bug fixes that come up as I discover them. Lots of the best parts of the DEV codebase I've contributed were in these periods.
I think this would be mine too, but in a different way. Our copy has been written and rewritten by many different people in many different countries over many different years without any style guide, and I'd love to develop a style guide and get all copy up to a consistent standard!
My upcoming work hackathon project will be a tool to aggregate JIRA ticket #'s from git log messages, and link them to a ticket to internally track all changes that are going out in a particular build.
Also, I can't believe that fun & fulfilling project at work would involve JIRA π€¦ββοΈ
π
Refactor our Elasticsearch searching code and make the specs run faster!
Last year I got the chance to overhaul our indexing code mainly to make changes to improve performance. The end result code was SO much cleaner and nicer than the original!!! I would love to do that again.
I would start working on a machine learning model with Tensorflow.Js and do something cool like creating complex/dynamic scenarios in a game with unsupervised learning π
The game can be used for useful stuff like teach kids how to code π₯.
Oooops, did I give up too much on my side project? π
I would get a thousand ideas, run in circles and accomplish nothing
You got a company ππ»ββοΈ
Haha, too real.
This hits closer to home than I'd like.
We use a terrible CRM but being a small non-profit I canβt seem to convince them to get something better. So, I would spend 2 weeks working on an MVP of a custom one just for our org.
Are you referring to DoorJam? - There is an entire guide on how to do so on a raspberry pi =D
You can see more details at ideas.redpepper.land/doorjam-47f1a...
Document the codebase of our apps. Refactoring is a long-term goal, but large parts of them work decently now. Like most development shops, though, people have come and gone and meant to do the documentation later. That's led to all the common issues (and actually contributed to much of the code that actually needs refactored, because people didn't use existing methods and did things twice).
Good documentation for the code would solve so many problems, but we're going to do it "someday".
I have the same damn problem with documentation. We're dealing with data pipelines that aren't documented so it's hard to maintain...
I'm already trying to catch some time to do it because it's becoming a mess. No business rules documentation ect :(
They should have you do this anyway ha
It's not exactly 'work' related, since I'm currently a marketer dabbling in coding. But I'd learn to use Netlify to create a website. This will allow me to create a book review platform (the fulfilling part) where I can deepen my knowledge in HTML/CSS, Git, and UI/UX design (the fun part).
That sounds great! I was once a marketer dabbling in code. π
OMGGG! I didn't know I needed this info but damn! π€©
I'd make a narrator bot.
This will be a device that listens to you speak, in a similar way to Alexa, but without a wake world. Screw privacy for the narratorbot.
Narratorbot would listen for your use of superlatives and imperatives and reply in appropriate fashion:
Me: I will definitely refactor this code later
NB: He did not refactor this code later.
Refactoring most of our kubernetes deployments to use helm charts (or add them to our rancher catalog so that other teams can reuse apps easily). I love building CI pipelines.
Currently most of our CI pipelines use
kubectl apply
to deploy to our old kubernetes.My project would include making a docker image that teams can use in their gitlab CI runner. It would have all tools needed to test and deploy helm charts to our new rancher kubernetes cluster. In an ideal scenario this would lead to a consistent way to deploy to the cluster across all teams. The image would also include the tools to add apps to our rancher catalog and to deploy apps available in the catalog.
The image would be cluster agnostic, it should be possible to configure which cluster to use (we have integration, staging and production clusters).
I already implemented some of this. Sadly there is no time to finish this in a clean and nice way. If I could I would definitely work on this project more!
I still need to play with Kubernetes properly!
I was going to be unique and say "refactor code", but it looks like that's everyone's work fantasy already...
Some comments may only be visible to logged-in visitors. Sign in to view all comments.