Readit News logoReadit News
Enk1du commented on Proxmox Donates €10k to the Perl and Raku Foundation   perl.com/article/proxmox-... · Posted by u/oalders
SoftTalker · a month ago
How good are LLMs at writing Perl? I've tried to use Perl a few times, even being pretty conversant with shell scripting, sed, awk, etc. I found Perl to be difficult because it's so full of idioms that you "just have to know" and (to me anyway) TIMDOWTDI actually makes things harder for a new/learning perl developer.

What I want is TITBWTDI (this is the best way to do it).

Enk1du · a month ago
I quite enjoyed Perl Best Practices[0] for the rationales behind every decision, most of which I could get on board with. Plus, if you really like it you can auto-reformat code with perltidy[1] using the "--perl-best-practices" flag or check your files with Perl::Critic[2] policies based on PBP.

It's dear to me because it came along at a time when I needed short breaks from thesis writing.

  [0] https://www.oreilly.com/library/view/perl-best-practices/0596001738/
  [1] https://metacpan.org/dist/Perl-Tidy/view/bin/perltidy
  [2] https://metacpan.org/pod/Perl::Critic

Enk1du commented on World's darkest and clearest skies at risk from industrial megaproject   eso.org/public/news/eso25... · Posted by u/Breadmaker
oefrha · 7 months ago
Well, local people probably care about economic development and don’t give a rat’s ass about astronomy. So the question becomes, who’s going to compensate for the loss of economic development? (By local I don’t mean strictly local, in case of counter arguments along the line that there are no/very few local people to begin with.)

Disclosure: I’m a former physicist and I have personally operated an optical telescope with a 15’ dome, as well as a 60’ radio telescope, which probably puts me among 0.01% of world’s population. So I do know a thing or two and care about astronomy.

Enk1du · 7 months ago
At Las Campanas, most of the staff from the cooks to the techs and a number of the researchers were all local. I found quite a bit of interest in the country as a whole as it's a source of national pride being the best location for astronomy.

Allowing this to proceed will affect _all_ future astronomy projects in Chile. No one is going to splash out on a shiny, new 100m optical telescope (OWL) if anyone can come along and park a city's worth of light just down the road.

https://www.eso.org/sci/facilities/eelt/owl/

Enk1du commented on Perl Data Language Advent Calendar   pdl.perl.org/advent/... · Posted by u/Enk1du
Qem · 8 months ago
Is it ported to Raku already?
Enk1du · 8 months ago
Nothing stopping anyone from using Inline::Perl or NativeCall [0]. I'd like to see Raku's concurrency model working on these data structures. Otherwise there's always PDL::ParallelCPU [1]

[0] https://docs.raku.org/language/nativecall [1] https://metacpan.org/pod/PDL::ParallelCPU

Enk1du commented on Perl Data Language Advent Calendar   pdl.perl.org/advent/... · Posted by u/Enk1du
smartmic · 8 months ago
> PDL was released in 1996 and is now seeing a resurgence of interest

Where do you see that happening? I would like to see such thing, but my own experience and the general feeling is that this is not within reach.

Enk1du · 8 months ago
For me, it's the acceleration of development in the last 5 years as seen in the Changes file. It's now releasing new versions almost every month.

https://github.com/PDLPorters/pdl/blob/master/Changes

Enk1du commented on Perl Data Language Advent Calendar   pdl.perl.org/advent/... · Posted by u/Enk1du
Enk1du · 8 months ago
What could be described as Numpy for Perl, PDL was released in 1996 and is now seeing a resurgence of interest. The Advent Calendar showcases some of its features in a festive mood.
Enk1du commented on Build systems, not heroes   vitonsky.net/blog/2024/10... · Posted by u/thunderbong
satisfice · 10 months ago
You don’t know what heroism is. Read the literature of heroism before you decide you hate your fellow humans. Each one of us is capable of heroism.
Enk1du · 10 months ago
Ah, now the Natural Born Heroes heroism and the virtue of Xenia (ξενία) I can get behind.

It's the ego-inflating ""heroes" in scare quotes" that crave validation that I find so exasperating.

Enk1du commented on Fundamental physics is dying? [video]   youtube.com/watch?v=cBIvS... · Posted by u/nabla9
btilly · 10 months ago
Thank you for the compliment.

I've been working on how to formulate that idea clearly for a while. It is a problem that goes well beyond physics. For example I believe that the same cognitive error is behind the fact that experts do significantly worse than chance in actually predicting the world, and the more certain the expert sounds, the less likely they are to be right. See https://www.amazon.com/Expert-Political-Judgment-Good-Know/d... for data demonstrating that fact.

Depressingly, this means that we consistently put public policy in the hands of people who are demonstrably incompetent.

Enk1du · 10 months ago
Some more reading on cognitive errors and expertise for you https://www.amazon.com/Blind-Spot-Solution-Right-Front/dp/00...

>Depressingly, this means that we consistently put public policy in the hands of people who are demonstrably incompetent.

You could depress yourself further by thinking that we get the government we deserve or you could re-assess your role in making good progress.

"A community is like a ship, everyone should be prepared to take the helm." - Henrik Ibsen

Enk1du commented on Build systems, not heroes   vitonsky.net/blog/2024/10... · Posted by u/thunderbong
layla5alive · 10 months ago
This article represents the death of excellence and craftsmanship. Its the McDonald's-ization of software development. McDonald's does make the most consistent "food" in the world. But nobody would say it makes good food. No chef would ever want to work preparing food at McDonald's.

The author pointed out many good ideas - the problem is the extremism - the author clearly hates software developers and the complexity of software development (a common trait among management), and wants to eliminate the complexity and variability inherent to dynamic human creation. Once you've taken all the creativity and joy out of it, and distilled it down to something any monkey or even ChatGPT can do, yes you've achieved such a system, and it's a quite dreadful place to work.

A less extreme version of what the author proposes can enhance creativity and net velocity - but these systems need to be in balance, supporting and enabling the creative process, not eliminating it.

Enk1du · 10 months ago
The best advice I've seen on the issue is "Don't scar on the first cut", as in you shouldn't try to add a new rule every time you have an outage.

That being said, I absolutely hate heroes.

I've worked with a couple that get their thrills from the adrenaline buzz of swooping in and fixing the big problem ... and walking away. They don't put the work into documentation or making systems resilient because that's boring. I like boring. Boring means I can clock off at the regular time and not think about work until the next day.

u/Enk1du

KarmaCake day73February 27, 2022View Original