[-] monomon@programming.dev 1 points 2 months ago

From what I read, the incursion force brought AA, making it hard for Russian air. Moreover, they did strike a few nearby airfields.

[-] monomon@programming.dev 3 points 3 months ago

This might be contrary to some, but i recommend diagramming! Can be anything from paper doodles to d2 to full blown uml diagrams. They help you stay focused, and aware of the program's data dependencies.

Regarding code practices - read code. If you use a library for something, dive into its code. This can be beneficial in many ways - you observe the style they used, you understand better how the library works (documentation rarely contains enough detail), and you see how libraries are structured, which is often lacking in newbies.

Learn your language's idioms. They can reduce complexity, and are usually more readable to people with experience in the given language.

Finally, don't sweat it too much. The more you write, the better you'll become, so just do it. New problems lead to new insights.

[-] monomon@programming.dev 4 points 3 months ago

This might be a bit advanced, but indeed a very good article.

[-] monomon@programming.dev 3 points 3 months ago

Same. Really happy with it.

[-] monomon@programming.dev 1 points 3 months ago

Consumer drones already exist, that can recognize you by face and follow you.

[-] monomon@programming.dev 2 points 3 months ago* (last edited 3 months ago)

I started doing exactly this. Write a bunch of functions, that may end up in different systems, on different machines, even. This allows you to define the interfaces, figure out data dependencies, and so on.

The code may be runnable, just printing out some statements. Then I copy blocks of it to the place where it will belong.

It's more of a thinking tool, than "actual code".

[-] monomon@programming.dev 3 points 4 months ago

You're right, this ageism is stupid. Common lisp is probably its contemporary, yet is great. Cobol does seem like a nightmare though.

[-] monomon@programming.dev 2 points 4 months ago

I have set up forgejo, which is a fork of gitea. It's a git forge, but its ticketing system is quite good.

[-] monomon@programming.dev 1 points 4 months ago

It's not that they are separated on the chart, but that they are comparable (on both axes), that impressed me.

[-] monomon@programming.dev 10 points 4 months ago* (last edited 4 months ago)

I know you asked about VMs, but fwiw there are GPU-capable containers now: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html

Used one of these and the setup is as easy as it sounds. It can run Houdini, Stable Diffusion.

[-] monomon@programming.dev 2 points 5 months ago

Fair enough, i thought it should be noted. The difference was significant at times.

[-] monomon@programming.dev 7 points 5 months ago

Same here, SMB was significantly slower in our organization than NFS.

view more: next ›

monomon

joined 1 year ago