Live data from Hacker News

Ask HN: You've got one month, what's your challenge?

news.ycombinator.com

81–90 of 100 posts

Re: Ask HN: You've got one month, what's your challenge?

#81
post #2

Come home from work and do one productive thing, every day. I'm tired of feeling lazy but not feeling motivated to do anything but play video games and generally be a slob.

devils advocate but perhaps playing video games helps take uour mind off work and makes you more productive in the long run

Re: Ask HN: You've got one month, what's your challenge?

#82

Find a better place to work. Just started as a software engineer, fresh out of college. I come home and I am constantly learning, which I enjoy, go to work and introduce new ideas and am shot idea not because of my ideas but beucasue im a newbie. Over the past couple of month has eatten away at my confidence and starting to just blow it off. :(

generally speaking, if you are new to a company and a young grad, i would take more time to learn how the company works for a long period of time before introducing new ideas. perhaps theres a valid reason why they do certain things that may seem awkward to you.

Re: Ask HN: You've got one month, what's your challenge?

#83
post #64
post #31

You could take a self-paced MOOC and master its contents in a month.

that could be a nice idea. Because you seem to have understood the goal of my question, I'll dig deeper. I need ideas on the WHAT. Like what would you take a MOOC on? The idea is that there's so many things I might not have even thought of that you might consider...!

Well the two general things to look for would be things which you've studied in the past and wish to review or things which you've never studied.

In general, it's probably a better idea to strengthen one's foundation as they serve as the prerequisites for more advanced subjects. Google's guide to technical development [0] is a good place to start.

As far as just finding courses to take, you could just search the course catalogs of sites like Coursera, edx, Udacity, and Stanford's online offerings [1].

[0] https://www.google.com/about/careers/students/guide-to-techn...

[1] https://lagunita.stanford.edu/courses

Re: Ask HN: You've got one month, what's your challenge?

#86
post #12

Become location independent.

Hey, I took the leap from my corporate job earlier this year...it can be genuinely easier than you think! (disclaimer: I run ´The Remote trip´ - see profile for link), I´m currently putting together a 'remote worker' starter kit to help people make the transition like I did, it may help you out if you're interested.

Re: Ask HN: You've got one month, what's your challenge?

#88
post #84

I'm writing a little block-based file system for a virtual computer for kids, I hope to have it done this month!

This sounds awesome! Is there a link to your project or source code you could share?

The story of my KidCompy project is a little complicated. The codebase I'm working on is closed source because of ownership/partnership issues. I started work on it as a hobby in 2008, and it is distinctly a JQuery-era architecture, and it's spaghetti code.

Around two years ago, the codebase was out of control and it was getting impossible to maintain or add features. I had gone crazy with features on my server side.

I started an open source rewrite with my dream build system and good design and testing methodologies. That codebase is here:

https://github.com/clubcompy/kidcompy/tree/develop

Then, I came to my senses a little bit. The crufty JQuery codebase can be refactored, buttoned up, and turned into a MVP! I could sell subscriptions to the thing as-is, it seemed to me. It's not everything I hoped it could be, and I'm very embarrassed by the poor code quality, but there is value there. I just need to complete something and focus on selling.

So, I paused on the new open source codebase, and set about preparing my original closed source code for a commercial release. Part of that prep is removing the cloud storage for the user's virtual file system. The new MVP plan is to use the user's HTML5 Local Storage or IE6-8 UserData as their persistent storage for programs and data. That is what I'm working on right now. I just got folders working, so only files, extents, attributes, and a syscall interface remains!

I realize that the open source codebase is the only long term way to go. When my main competition is open source, I need to be as well. And, since I'll be marketing a service for kids, it will help with gaining parents' trust for me to be open with the code and the data I collect. Assuming that the MVP shows some life and gets some interest, the plan is to put the old codebase into maintenance mode and move all development to the github codebase, migrating users over to the new compy once I have everything reimplemented there.

Re: Ask HN: You've got one month, what's your challenge?

#90
I've been making a Django app for over a week because I wanted to learn doing web dev. I hope to finish it another 2-3 weeks. So far, it's been a intimidating and yet fantastic experience learning about django, http, html dom, js, jquery, css, bootstrap, sqlite, orm, templates and such.
Post reply on HN