[-] kamstrup@programming.dev 10 points 5 days ago

As I explained elsewhere there is no official app to change this setting. Users can hack their gsettings.

Support for middle-paste will slowly but surely bitrot and eventually be removed.

[-] kamstrup@programming.dev 15 points 5 days ago

No default gnome app will be able to toggle that default. You can hack it in gsettings.

And worse, the fact there is a setting means that only the default will be tested. The feature will slowly but surely bitrot. In a few years we'll see a proposal to remove it entirely. This is how software development works.

[-] kamstrup@programming.dev 29 points 2 weeks ago

Many moons ago I did a project at uni where we implemented elliptic curve cryptography in Java and released it as open source. Unsurprisingly, we had no idea what we were doing. Some years later I get a random mail from someone using it on some embedded system...

I don't want to know, and I fear that ist is paramount that I maintain plausible deniability ๐Ÿ˜‚โ™ฅ๏ธ๐Ÿ™

[-] kamstrup@programming.dev 8 points 3 weeks ago

Do it. DO IT

[-] kamstrup@programming.dev 6 points 1 month ago

Yeah. Totally agree on this. I spend maybe 3-4h a day reviewing code, and these are my thoughts....

The LLM generated tests I see are generally of very low quality. Perfectly fitting the bill of looking like a test, but not actually being a good test.

They often don't test the precise expected value. As an overly simplistic example: They rarely check 2+2==4. But just assert 2+2>0, or often just that 2+2 doesn't cause an error.

The tests often contain mountains of redundancy. Again, an oversimplified example: They have a test for 2+2, and another for 2+3.

There is never any attempt to make the tests nice to read for humans. It is always just heaps of boilerplate code. No helpers introduced, or affordances to simplify test setup.

Coupling the proclivity for boilerplate together with subtly redundant tests makes for some very poor programming. Worse than I'd expect from a junior, tbh.

And 1500 tests... That is not necessarily a lot! If that is the output of 1 month of pumping out code, I would say bare minimum

[-] kamstrup@programming.dev 13 points 3 months ago

We get 100s of automated applications per day for a position we recently opened. 99% are automated and no where near meeting the requirements. We try to give everyone a review and a reply but it is a massive task, unfortunately. We do not have dedicated personel to handle these matters so it costs engineering time. The current situation for online software dev job application sucks for everyone.

I guess what I am trying to say is: If you don't get a reply to an application it is likely because you are drowning in noise and someone at the other end is struggling to keep up.

[-] kamstrup@programming.dev 9 points 4 months ago

Forgejo supports SSO, and from a quick skim of the diff it looks like they support GitHub and OpenID logins.

[-] kamstrup@programming.dev 17 points 6 months ago* (last edited 6 months ago)

For someone who has not used Gnome in 14+ years you sure seem to know a lot about it...

X11 has effectively already been deprecated for years, seeing little to no development on it. No one should be surprised.

And still, there are SEVERAL Long Term Support distros out there that will support X11 for the coming years. Please stop pretending that stuff will start breaking. It will not.

[-] kamstrup@programming.dev 7 points 7 months ago

I find that my projects hosted on codeberg are heavily deranked or entirely missing on the top mainstream search engines. My github projects are almost always top 3.

So if it is a library someone might gind useful it has to go in gh. My personal toys can stay on cb.

[-] kamstrup@programming.dev 6 points 1 year ago

Being comfortable with basic back-of-the-envelope math can be a huge benefit. (Full disclosure: i am a math major who is now a programmer)

Over my career I have several examples of projects that have saved weeks worth of dev time because someone could predict the result with some basic calculations. I also have several examples where I have shown people some basic math showing that their idea is never gonna work, they don't listen and do it anyway, and I see them 1 month later and the project failed in the way i predicted.

A popular (and wise) saying is that "Weeks of work can save you hours of meetings". I think the same is true for basic math. "Weeks of coding can save you minutes of calculation".

You can definitely be a successful programmer career without great math skills. Math is a tool that can help you be more effective.

[-] kamstrup@programming.dev 29 points 2 years ago

That we stop fawning over tech CEOs

[-] kamstrup@programming.dev 5 points 2 years ago

Thank you for saying this. Sometimes I feel like I sm the only one thinking like this ๐Ÿ™‡โ™ฅ๏ธ

view more: next โ€บ

kamstrup

joined 2 years ago