Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HK: I would like to re-learn C. Any suggestions for a weekend project?
1 points
by
sgundo
806 days ago
I learned C at my university, but since then I am a backend engineer (golang, nodejs). I would love to get a small weekend project to use C again.
2 comments
talldayo
806 days ago
A classic option - some sort of program that processes an RSS feed into legible information. Bonus points if you work out OPML parsing for multiple feeds.
link
mytailorisrich
806 days ago
Simple raytracer. Tangible, pleasing results.
link
sgundo
806 days ago
do you have any blog to suggest for an implementation?
link
mytailorisrich
806 days ago
If you're interested in the topic there is the aptly-named "Raytracing in one weekend" series of free books:
https://raytracing.github.io/
link