[00:02] <[Coke]> I don't think we can get at unicode 1 names from raku... checking...

[00:05] <[Coke]> (I had started with unicode 1 name but didn't see how to get it then got sucked into the alias rabbit hole)

[00:07] <[Coke]> m:         # XXXX: Unicode_1_Name is not used yet; we should make sure

[00:07] <[Coke]>         #       it ends up in some data structure eventually

[00:07] <evalable6> [Coke], rakudo-moar b18dd713a: OUTPUT: «»

[00:07] <[Coke]> ^^ from nqp/MoarVM/tools/ucd2c.pl

[00:07] <[Coke]> ugexe++

[00:10] *** Aedil joined
[00:13] <apogee_ntv> Uploaded ComfyUI::API and HuggingFace::API (partial implementation)

[01:03] *** hulk joined
[01:05] *** kylese left
[02:01] *** kylese joined
[02:01] *** hulk left
[02:15] *** kylese left
[02:15] *** kylese joined
[03:11] *** Aedil left
[03:15] *** lichtkind__ joined
[03:17] *** lichtkind_ left
[03:42] *** Aedil joined
[05:39] *** kylese left
[05:42] *** kylese joined
[06:39] *** Sgeo left
[06:39] *** abraxxa joined
[06:40] *** sibl joined
[07:07] *** sibl left
[07:20] *** sibl joined
[07:25] *** sibl left
[07:45] *** dakkar joined
[08:03] *** vrurg_ joined
[08:03] *** vrurg left
[08:43] *** topnep_ joined
[08:43] *** topnep left
[08:46] *** topnep_ left
[08:47] *** topnep joined
[09:16] *** soverysour joined
[09:21] *** soverysour left
[09:24] *** sibl joined
[09:36] *** sibl left
[09:46] *** sibl joined
[09:51] *** soverysour joined
[09:51] *** soverysour left
[09:51] *** soverysour joined
[10:01] *** sibl left
[10:04] *** soverysour left
[10:51] *** topnep left
[10:51] *** topnep joined
[10:56] *** mtj left
[10:59] *** soverysour joined
[11:08] *** mtj joined
[11:40] *** librasteve_ left
[12:55] *** topnep left
[12:56] *** topnep joined
[13:00] *** annamalai left
[13:03] <[Coke]> windows question - is there any way to write a raku script so that it uses the shebang on non-windows, and is run with raku from powershell? (I have to explicitly run raku a/b.raku for this project on windows, and am annoyed)

[13:08] *** sibl joined
[13:14] <patrickb> https://raku.land/zef:patrickb/Devel::ExecRunnerGenerator

[13:14] <patrickb> [Coke]: ^ this is a possible solution

[13:22] *** sibl left
[13:22] <patrickb> you can set the program to run an extension with on Windows. but it's fragile and a pain to set up.

[13:28] <[Coke]> I'm recommending rakubrew for installs for folks using windows at $dayjob, so yah, that's hard to use the .extension trick on

[13:36] *** annamalai joined
[13:38] <apogee_ntv> You get to use Raku at dayjob?

[13:38] <apogee_ntv> Envious

[13:56] <disbot2> <antononcube> You do not need tell co-workers that you use Raku at your day job.

[14:06] <ugexe> lots of jobs require you use a list of known programs/software so security teams can reason about attack surface

[14:06] <ugexe> like even if a job is ok with you using raku, at many places you'd still need to at least have "raku" on a list of somewhere

[14:07] <ugexe> which implies telling at least one co-worker

[14:13] <ugexe> "Over the last few months, we have stopped getting AI slop security reports in the curl project," said Daniel Stenberg, founder and lead developer of curl, in a social media post. "They're gone. Instead, we get an ever-increasing amount of really good security reports, almost all done with the help of AI."

[14:14] <ugexe> this is kind of interesting, as in the past curl has been used as an example of where llms were wasting peoples time

[14:23] *** librasteve_ joined
[14:27] <ugexe> then again stuff like "575 Pull Requests in Three Weeks: What Happens When AI Meets CPAN Maintenance" isn't going to help convince skeptics 

[14:29] *** sp1983 joined
[14:30] *** soverysour left
[14:31] *** kjp left
[14:35] <timo> I might be more agreeable to using LLMs to hunt for bugs, as long as I don't have to read raw LLM output in tickets

[14:36] <disbot2> <antononcube> That was my last payed project -- working on a AI-agent that helps finding the root causes of "software defects."

[14:37] <disbot2> <antononcube> I was close to installing Raku at Windows on work-computer for that project, BTW.

[14:38] <disbot2> <antononcube> Again, that Raku would have been just for my own consumption / usage.

[14:43] *** kjp joined
[14:45] <ugexe> if you're a contractor, yeah sure its a bit easier. but even then, and moreso for non-contractors, what you are allowed to install on your work computer isn't up to you in the moment

[14:45] <ugexe> if your computer can access e.g. user data for instance they need to show some measure of compliance against exfiltration of that data

[14:47] <ugexe> practically speaking i can install whatever i want on my work computer and nothing technically stops me in the moment. but i'm not supposed to do that, i'm supposed to get it cleared if it isn't already

[15:02] <[Coke]> (raku at work) right, I needed to get approval for raku and the artistic 2.0 license specifically.

[15:06] <disbot2> <antononcube> More or less, same here -- I have in mind computers provided by the client. Permissions are needed, of course. But in some cases as "a developer" I have more freedom.

[15:13] <[Coke]> there is also an OSS scanning tool for known CVEs, etc. (there's a legal obligation for OSS code, there's a security obligation)

[15:14] <[Coke]> there can be differences code running as part of development, part of build, and deployed. (and where it's deployed may matter: front end client facing, backend in a container in your cloud service...)

[15:15] <[Coke]> I think we're operating under "anything devs or devops use on something that is or is going into production must be cleared"

[15:17] *** itaipu left
[15:32] *** itaipu joined
[15:46] *** sp1983 left
[15:51] *** annamalai left
[15:51] *** annamalai joined
[15:56] *** abraxxa left
[15:56] <apogee_ntv> I am a contractor but I'd be reluctant to pitch building in a lang my clients can't hire for.

[15:57] <[Coke]> In my use case, the usage is all internal.

[15:57] <[Coke]> ... and honestly, is 99% me.

[15:57] *** annamalai left
[15:58] *** annamalai joined
[16:35] *** soverysour joined
[16:35] *** soverysour left
[16:35] *** soverysour joined
[16:44] *** dakkar left
[16:52] <disbot2> <librasteve> I'm a developer and I have used Raku in most of my projects that need some kind of scripting ... be that data migration, system upgrade scripts (for my use) and so on

[16:53] *** sibl joined
[17:05] *** topnep left
[17:05] *** soverysour left
[17:08] *** topnep joined
[17:33] *** soverysour joined
[17:33] *** soverysour left
[17:33] *** soverysour joined
[17:43] <disbot2> <antononcube> I have mentioned this before -- I consider Raku to be a "secret weapon." (Also, Wolfram Language.)

[17:49] <disbot2> <antononcube> Although, Wolfram Language I do get contract jobs the explicitly require it.

[17:53] *** soverysour left
[18:03] *** soverysour joined
[18:25] *** vrurg_ left
[18:26] *** El_Che left
[18:28] *** El_Che joined
[18:37] *** vrurg joined
[18:40] *** vrurg left
[18:41] *** sibl left
[18:57] *** vrurg joined
[19:12] *** topnep left
[19:14] *** topnep joined
[20:02] *** sibl joined
[20:02] *** sibl left
[20:02] *** sibl joined
[20:11] *** sibl left
[20:16] *** soverysour left
[21:19] *** soverysour joined
[21:19] *** soverysour left
[21:19] *** soverysour joined
[21:24] *** soverysour left
[21:27] *** itaipu left
[22:16] *** annamalai left
[22:57] *** Sgeo joined
[23:24] *** topnep left
[23:25] *** topnep joined
[23:29] *** soverysour joined
[23:29] *** soverysour left
[23:29] *** soverysour joined
[23:45] *** Aedil left
[23:52] *** soverysour left
