101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

482
active users

#softwaredev

1 post1 participant0 posts today

On a series of training calls with work, the consultant giving the training call has been raving about how #AI code generation tools (powered by models like #ChatGPT) are brilliant, [using Cursor].
... he's yet to have it generate him code for our demo that works first time. One particular sample required him to fix his code overnight between sessions. Most of the code its given him require some level of rewriting for the task at hand. #programming #softwaredev

One thing I will say about Rust, is that simply learning it has made me a better programmer. Similar to how a static-typed language teaches its users concepts about types, (which you may take for granted if you learned programming with Java and have never met a python developer,) Rust has taught me a lot of concepts related to memory safety and concurrency simply from using it to write software.

Made some changes to my #Emacs config. Magit and Transient were conflicting weirdly under straight.el. Wasted a morning trying to figure it out and installing it through package.el just works.

So decided to ditch straight.el and use package.el to power my use-package ensure. Took me less than an hour and I feel like everything is working better. I lost pinning of packages versions, but the ones I use are stable enough to be bleeding edge from MELPA

It feels like some kind of wildly large scale prank that there are no working tutorials, KAppTemplate profiles or anything else to support Plasma 6.

I thought I might try writing a simple plasmoid just to see what's what and everything that should have been helpful is just wildly obtuse. Kcalc doesn't build following the tutorial to try to set up a KDE development environment. The only IDE is likes is KDevelop which doesn't appear to know KDE 6 exists.

Why make it so hard?
#SoftwareDev #Linux