HN user

librasteve

746 karma
Posts42
Comments622
View on HN
blogs.perl.org 19d ago

TRF Lives

librasteve
6pts3
raku.foundation 1mo ago

The Raku Foundation is born

librasteve
65pts47
www.sciencedirect.com 1mo ago

Evaluating LLM-generated code for domain-specific languages

librasteve
2pts1
slangify.org 1mo ago

Slangify: The Case for DSLs in LLM Workflows

librasteve
4pts1
librasteve.github.io 1mo ago

Using DSLs with LLMs: From Prompt to Structured Output

librasteve
3pts1
slangify.org 2mo ago

Power up your Domain Specific Language

librasteve
6pts2
rakuforprediction.wordpress.com 2mo ago

Chatnik: LLM Host in the Shell

librasteve
6pts0
www.youtube.com 4mo ago

Why Perl Disappeared [video]

librasteve
1pts1
cragcli.info 4mo ago

CragCLI – a new calculator for the command line

librasteve
5pts2
pythonforprediction.wordpress.com 5mo ago

Natural Language Processing Template Engine

librasteve
2pts1
pythonforprediction.wordpress.com 5mo ago

Python for Prediction

librasteve
2pts0
raku.land 6mo ago

Draig, a Welsh Programming Language

librasteve
43pts46
medium.com 6mo ago

A-1980-teenagers-view-of-social-media (2015)

librasteve
2pts1
raku-advent.blog 7mo ago

Dosh (LLM-powered shell commands)

librasteve
3pts0
news.ycombinator.com 10mo ago

Raku.org Chooses Htmx

librasteve
12pts8
rakujourney.wordpress.com 1y ago

HTMX Edit Row Example in HARC Stack

librasteve
3pts1
nurturethevibe.com 1y ago

Let's Teach an LLM to Write a New Programming Language

librasteve
2pts0
twitter.com 1y ago

UK Shadow Justice Secretary Confronts Fare Dodger

librasteve
1pts9
news.ycombinator.com 1y ago

M&S Cyber Incident Apology

librasteve
3pts0
rakujourney.wordpress.com 1y ago

HTML Time Tags and DRY (HARC Stack)

librasteve
5pts0
niner.name 1y ago

RakuAST Grant Report

librasteve
54pts3
dev.to 1y ago

RakuAST Syntax Highlighting

librasteve
3pts0
rakujourney.wordpress.com 1y ago

HARC Stack: Semantic and HTMXy

librasteve
2pts0
rakujourney.wordpress.com 1y ago

HARC Stack – Htmx, Air, Raku and Cro

librasteve
2pts2
www.whitehouse.gov 1y ago

Pausing Foreign Corrupt Practices Act

librasteve
3pts3
raku-advent.blog 1y ago

Day 11 – Counting up Concurrency

librasteve
4pts0
raku-advent.blog 1y ago

Merry Cromas

librasteve
4pts0
raku-advent.blog 1y ago

Day 4 – Don't use Forsyth-Edwards Notation to play chess with LLMs

librasteve
5pts0
raku-advent.blog 1y ago

Day 1 – Rendering down for Christmas

librasteve
5pts0
www.youtube.com 1y ago

Sparse Matrix Neat Examples [video]

librasteve
3pts1

sadly, I think we are stuck with JSON as the most reliable way to get data / code in and out of an LLM (could be worse, could be YAML) … I’m interested in custom DSLs that improve LLM predictability and it is quite nice to see that even the Microsoft dinosaur “gets it” … see the Contacts example at https://slangify.org/examples which does VCARD to JCARD round tripping as a way to easily roll your own DSL

TRF Lives 20 days ago

This post from perl and raku thought leader Damian Conway explains the newly formed The Raku Foundation came about.

i suppose you have to at least try tailwind if you advocate for LOB … in https://harcstack.org, I have started with https://picocss.com which keeps the HTML squeaky clean. it is open to other Themes down the line and I have not rules tailwind out, but I suspect that it will make me feel dirty when I come to it. in general hArc is able to leverage Raku roles for code decomposition and the optimum design is settling on pinning CSS styles to elements (grid, table, form, etc) and encapsulating them so that changes to one thing do not cascade to another

yeah to "deep rooted seething envy"

and yes, LLM is moving HLL to a back seat - but not eliminating it entirely - otherwise, why not have your LLM emit ASM (or binary)

fortunately Raku got enough https://stackoverflow.com/questions/tagged/raku and https://rosettacode.org/wiki/Category:Raku that it made the cut to be usable on LLMs

so it is also (just) possible to argue that since the relevance and attention on the HLL you pick choice is diminished, now you can just pick one you like as opposed to sticking with the Python / Go / Rust straightjackets

well, yeah - but noting that there were many consultations and opportunities to challenge this decision and I (for one) would have complained if I didn't think that NL was a solid choice

sorry about the 502, glad to hear that is now resolved - there is some dogfooding going on with this site (uses https://harcstack.org)

well yeah the call to action is for all interested folks to register so that we can share details on how to become a member of the foundation

The site explains "why the EU" as follows:

A driving motivation for the immediate formation of The Raku Foundation in a country in the European Union is the Cyber Resilience Act, which will make it mandatory for any software that is sold or licensed in the European Union to define its dependencies, to have a mechanism for reporting and fixing faults, and establishes legal responsibility for those who sell software. This has major consequences for FOSS developers, which the EU has taken into account, by creating a new category of entity called Open-source software steward.

As to why NL:

So you gotta choose an EU nation - the choice of NL was really a convenience (the main driver of the project lives there), but NL also has innate strengths as a home as is pretty neutral choice (ie not France, Germany) and a lot of SWE talent and good English speaking skills (even if the legal docs are in local language).

lol - I guess there is no defence for the long delays in getting Perl6 out of the door (2000-2015) and for sure that Osborned perl (5) and created a justified reaction from the perl community who wished that it had never happened. Thus the (slow) divorce with this being the decree nisi.

Turns out that Larry (and the team) were much better at language design than project management.

That said, since 2015 we have been blessed with an awesome new language.

great post … thanks for all the work

personally I would like to see a compare and contrast between the Intel 8087 (built around an full width adder), 287 and the Weitek 1167 (built around a full width mac and barrel shifter)

as you note, all these parts were pushing the transistor limits of their day

PS. and the Inmos T800 had a log shifter … so a compromise between those extremes