Skip to content

Instantly share code, notes, and snippets.

@CamiloGarciaLaRotta
Created April 19, 2019 00:20
Show Gist options
  • Save CamiloGarciaLaRotta/bd6ec4510a6247aca904d34c55ae6995 to your computer and use it in GitHub Desktop.
Save CamiloGarciaLaRotta/bd6ec4510a6247aca904d34c55ae6995 to your computer and use it in GitHub Desktop.
Project ideas
Port https://github.com/dbader/schedule to Go
========================================================
grass or the grass is greener on the other side:
web forum following the structure of stackoverflow.
with the twist that rather than posting questions to get answers,
users post problems they solved and users can comment with alternative solutions.
problem and solution statement should be devoid of specific details of the implementation,
rather only comprise tech stack (because each stack has its specificities) and general problem.
this is to leverage the idea that breakthroughs require 3 things:
- good knowledge of problem space
- proefficiency with the given tools
- a key unrelated notion or "eureka" idea that solves the problem efficiently and elegantly
hence grass allows people from multiple different areas of study of computer science and technology
to show their solution to a common problem
========================================================
A physics engine from scratch.
using processing library, make a very simplistic physics engine showcasing particle interaction, object deformation,
force dynamics.
========================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment