Earlier quoted context omitted.
I am not sure you understand the problem. Your first sentence hints that you know that there needs to be other things than tech stack and salary to find talented C++ programmers. But the second sentence pretends like you didn't write the first sentence. I said tech stack affects hiring more than salary. I didn't say there is a lack of C++ programmers. I was very explicit about my statement.
Have done consulting with banks as customers, I definitly wouldn't want to work for one, regardless of the tech stack, and money being offered. This is what OP was hinting at.
DuckDuckGo donates $25k to the Perl and Raku Foundation
191–200 of 213 posts
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#192Earlier quoted context omitted.
Regarding B: This tracks with what I've observed in this regard, namely that sponsoring by companies just doesn't work well as business model even for projects where you would assume that it should. The incentives are just not working out, and it seems impossible to mobilize even a fraction of the sums for OSS-donations than what companies burn for much less critical aspects of their operation than OSS tools/librarie…
Most big open-source projects are a thing because a companies invest in it. When we rely on people doing it in their free time what we see is unmaintained software. The entire idea that open source is volunteer work is largely a myth when it comes to popular open source. Even the ones where you think it's volunteer work they do so much during their working hours that either they're lying to their employer or it's spo…
And it's still easy for individuals to at least contribute detailed problem reports even to very large projects. And these are useful. Even when ignored by the lead mafia.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#193Craigslist used to donate over $100,000 every single year. Not sure when that stopped. That is really what kept perl going between the years of 2010 and 2016 or so. The board was actually paying a couple of people to do maintenance on the core repository and code. I believe they still do that but obviously due to deficits that is going to get difficult. It's sad when so many companies are dependent upon perl, but don…
I miss Craigslist, seems like everyone moved over to Facebook Marketplace a few years ago.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#194Earlier quoted context omitted.
Plenty of talented developers in Eastern Europe who are $25k or cheaper.
Good luck finding just one talented developer in Eastern Europe willing to work for 25k or cheaper. Thanks to globalisation, those times are long gone. Any mediocre developer can find a local employer that pays at least that much.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#195I always forget that DDG is written with Perl, even after I emailed yegg a million years ago asking why they used Perl, and he responded back, which was nice of him. I hear Raku is fun, I haven't used it, but I sort of swore a soft oath that I would never touch Perl again about a decade ago after having to debug some regex magic someone did. I'm assuming that once you get past the "hump", Perl becomes fun?
Regarding your oath, it's been 10 years and perhaps you are better now at learning language features. Raku's documentation is very good ... but a very different format that perl. And raku doubled down on regex documentation and structuring ideas (which are completely applicable to refactoring somebody else's regex). And the usual forums are excellent at helping with raku questions.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#196Earlier quoted context omitted.
It's actually more recent than I thought, looks like it was 2018. I would have sworn it was earlier but I can see the "sent" timestamp on ProtonMail.
2018 is still a long time ago, so that's totally understandable haha Thank you!
It takes time to build very large projects like a large, layered programming language, and it should be normal to take many years to learn all the features of something like perl or raku. Because there should be no reason to do it all at once rather than be productive in the meantime.
So anyway, 6 years should not be much in the career of a programming language.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#197Earlier quoted context omitted.
Curious: do you also do script-writing in other languages? And just pull out perl for a subset of problems? Or are most things at the "bigger than a script" level for you? I'm not here to judge. I still prefer to write my python scripts like it's the 2.7 days... (more effort goes to python "code")
Generally, if the script is more than a one-off, I will write in Python, since all the young seem to know Python, and very few seem to know Perl. There are two recurring jobs that I have not rewritten from Perl, one because "pack" is so handy. The only other language I use much for scripting is Javascript, or rather Jscript, for our accounting department sometimes needs files munged for integration into Great Plains,…
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#198Earlier quoted context omitted.
The problem, for some, is that they believed the dream it is possible to make a living out of free software. They forgot to read the footnote on how it actually works in capitalist and money driven societies.
I make a good living only writing public domain software. Most of it is never published to the web.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#199Earlier quoted context omitted.
Have done consulting with banks as customers, I definitly wouldn't want to work for one, regardless of the tech stack, and money being offered. This is what OP was hinting at.
OP was ignoring the point and basically implied the reason banks have issues hiring these days is because they're banks. While in the past they didn't have these issues. Why? Because tech stack matters for a lot of people.
Re: DuckDuckGo donates $25k to the Perl and Raku Foundation
#200Earlier quoted context omitted.
100%. This new trend of maintaining or starting an open source project and then getting upset when people don't send you money is seriously weird. If you want compensation, start a company, otherwise consider anything you receive a gift.
You can also do things like dual licensing. GPL or Affero GPL plus proprietary license. Of course this puts off outside contributors so not if you want a "bazaar" development mode—but people complaining about this are usually not doing so.
I remember learning about Affero at a Perl Conference in the late 90's or so.