The Joy of Small Projects
schroer.ca
The Joy of Small Projects
1–10 of 103 posts
Re: The Joy of Small Projects
#2Re: The Joy of Small Projects
#3Re: The Joy of Small Projects
#4Re: The Joy of Small Projects
#5Don't get me wrong, I've taken art classes that taught me to appreciate smaller, shorter things. And I think it's important to take that spirit into longer-term projects. But I think there's just a lot more "small" projects these days, what with the combination of APIs, funding, hackathon culture in engineering, and prototype culture in design. The pendulum has gone all the way to the end. Which is fine too, but some of us are going to want to go the other way.
Re: The Joy of Small Projects
#6I can barely finish a leetcode hard in a few hours, let alone something I would call a project. Still, this is an inspiring approach to tackling day to day work in incremental micro-projects.
Re: The Joy of Small Projects
#7Re: The Joy of Small Projects
#8The idea is really great, however it seems quite hard to solve interesting problems in this short timeframe.
Re: The Joy of Small Projects
#9I can barely finish a leetcode hard in a few hours, let alone something I would call a project. Still, this is an inspiring approach to tackling day to day work in incremental micro-projects.
Personally I find leetcode boring because it's not something that would motivate you to see finished; it doesn't have a "real" purpose, maybe trying to build something concrete (a little game, a little web app, whatever) might bring more motivation.
Re: The Joy of Small Projects
#10I will try to use the framework presented here but I'm not sure exactly how to apply it, for example the project I've been meaning to finish is what I call a very dumb compiler (parse a very simple language and emit x86_64 assembly code but without any optimizations, the most naive thing that will work).
It's hard to think how to reduce this problem to something I could do over a weekend; I have to do a lot of research, thinking and trial and error because I'm not an expert in writing parsers or anything like that.
I feel like this might only work in certain occasions.