/dpt/ - daily programming thread

old: what are you working on Any Forums?

Attached: 1649438417872.jpg (3508x2480, 1.51M)

Other urls found in this thread:

github.com/marketplace/actions/ponicode-unit-test
twitter.com/SFWRedditVideos

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?

Attached: 1654002129514.jpg (1980x2151, 372.37K)

Lisp is the most powerful programming language.

If you want to use it everywhere, make it a web app.

Thanks I'm going to try it out. Can you tl;dr me the workflow of how this all works?
Do you configure it and then it automatically runs unit tests and flags errors on push?
Do you push and then go to github to check it's status? Is it free?

Attached: 1377440017710.jpg (630x566, 97.3K)

>managing multiple stacks is hard for both programmers and language designers
>x86 is optimized for a single stack
>threads do get one stack each

Starting new work tommorow, feeling anxious.

let me guess: dll injection? the only reason you might want to use this horseshit

No one ever said that.

Thoughts on this? github.com/marketplace/actions/ponicode-unit-test
Supposedly it writes unit tests for you.

Is there a library for manipulating excutables? Stuff like building a call tree or patching a function call.

yeah it is kind of fun. just don't like the naming convention

what about a big brain hex editor?