old: what are you working on Any Forums?
/dpt/ - daily programming thread
Other urls found in this thread:
github.com
twitter.com
Encoding computation as functions.
kinda basic
I love Win32 API !
Working on saving money to buy a RAM stick for my stinkpad because programming with 4GB RAM is a PITA when everything is a browser instance.
im just learning about big O and the stack
why dont they just make 2 stacks? then everything will be twice as fast
you might have brain damage
still... trying to get a job
why
Thinking about making my first real project in Python. I wanna make a learning log where I can store my progress on different topics or books I'm reading through (like for example: "Real World Haskell: finished reading the introduction.") + a timestamp. I then want to be able to filter entries by topic, so I could view my Haskell progress over time for example.
I'm not sure what kind of UI I should be aiming for. For the basic functionality I would be fine with just CLI stuff, but it would be nice to be able to use the thing from all my devices. Maybe I should go for some kind of web app? Would it be productive to use some kind of framework like Django or Flask?