<< 17-12-2025 >>

01:36:38*rockcavera quit (Read error: Connection reset by peer)
01:38:06*rockcavera joined #nim
01:38:06*rockcavera quit (Changing host)
01:38:06*rockcavera joined #nim
02:04:51*rockcavera quit (Remote host closed the connection)
02:19:38*rockcavera joined #nim
02:24:09FromDiscord<Robyn [She/Her]> In reply to @aethrvmn "Speak hopefully (<@890692135827959919>)": As in, what exactly? TTS engine or do text inference?
02:24:27FromDiscord<Robyn [She/Her]> Can you not implement something to support GGUF/safetensors/whatever?
02:24:36FromDiscord<Robyn [She/Her]> Well, that's probably a massive undertaking
02:52:12*rockcavera quit (Remote host closed the connection)
03:33:29*hygo quit (Ping timeout: 260 seconds)
06:11:39om3gawazap
07:22:56FromDiscord<aethrvmn> I could go thr flambeau path but that seems too much and my cpp sucks (I have never writtern cpp). It's easier to me to use arraymancer but I lose all the niceties coming with libtorch↵(@Robyn [She/Her])
07:23:44FromDiscord<aethrvmn> At the same time eh, I dont care to make this "for others"
07:30:19FromDiscord<aethrvmn> Will still make it libre tho
07:59:48*Jjp137_ quit (Ping timeout: 256 seconds)
08:03:22*alexdaguy joined #nim
08:58:06*Jjp137 joined #nim
08:58:29*tokyovigilante quit (Ping timeout: 244 seconds)
09:55:03*beholders_eye joined #nim
10:10:15*beholders_eye quit (Ping timeout: 240 seconds)
10:28:13*beholders_eye joined #nim
11:32:54*xet7 quit (Remote host closed the connection)
12:20:30*beholders_eye quit (Ping timeout: 244 seconds)
12:40:05*SchweinDeBurg quit (Quit: WeeChat 4.8.0-dev)
12:47:07*SchweinDeBurg joined #nim
13:12:38FromDiscord<Robyn [She/Her]> In reply to @aethrvmn "Will still make it": flambeau path?
13:27:46*beholders_eye joined #nim
13:42:55*beholders_eye quit (Ping timeout: 240 seconds)
13:49:46*joast quit (Quit: Leaving.)
14:00:57*Lord_Nightmare quit (Quit: ZNC - http://znc.in)
14:03:42*Lord_Nightmare joined #nim
15:10:37ehmryis there a clean way to reraise an error exception as a defect?
15:12:09FromDiscord<aethrvmn> Flambeau is a nim wrapper over libtorch (pytorch os written in cpp)↵(@Robyn [She/Her])
15:19:44FromDiscord<Robyn [She/Her]> Aah
15:20:06FromDiscord<Robyn [She/Her]> In reply to @ehmry "is there a clean": Can't you just reconstruct it as a defect?
15:20:19FromDiscord<Robyn [She/Her]> Could make an `asDefect` template or something, even
15:25:51ehmryor a template that catches all catchable errors and reconstructs them a defects
15:27:30FromDiscord<aethrvmn> Flambeau is a nim wrapper over libtorch (pytorch is written in cpp)
15:33:36*alexdaguy quit (Quit: w)
17:12:58FromDiscord<mjsdev> sent a code paste, see https://play.nim-lang.org/#pasty=jveLFSba
17:13:06FromDiscord<mjsdev> (edit) "https://play.nim-lang.org/#pasty=vpgyjjCH" => "https://play.nim-lang.org/#pasty=FJndVJjl"
17:54:20*przmk quit (Remote host closed the connection)
17:54:50*przmk joined #nim
17:59:07*_________ quit (Ping timeout: 264 seconds)
18:48:43FromDiscord<mjsdev> With repositories already download, this is at ~11 seconds https://media.discordapp.net/attachments/371759389889003532/1450922674674208879/out.txt?ex=69444c8a&is=6942fb0a&hm=85a2a1519d234b21fe3b830395c3512ff7e54a492cf3e9c8d12b585b50e2073a&
18:53:54*_________ joined #nim
21:55:02FromDiscord<mjsdev> Bros... I'm so close
21:55:06FromDiscord<mjsdev> I can feel it
22:03:34FromDiscord<mjsdev> ahhh yes: https://media.discordapp.net/attachments/371759389889003532/1450971710693310517/image.png?ex=69447a35&is=694328b5&hm=4178c509bf43930fa933c4616bd0185363504847a23318b7da22b430cf96543e&
22:04:51FromDiscord<mjsdev> @xtrayambak -- this shit is fire!
22:28:37*rockcavera joined #nim
22:29:40FromDiscord<mjsdev> Is there an srcDirs in addition to srcDir supported by nimble?
22:29:43FromDiscord<mjsdev> like multiples?
22:33:06FromDiscord<nasuray> In reply to @mjsdev "Is there an srcDir**s**": No but there is `paths`
22:33:29FromDiscord<mjsdev> like paths = @[] ?
22:46:05FromDiscord<mjsdev> Also, trying to understand the nim.nimble file itself, which has no srcDir, though does have skipDirs. According to docs srcDir defaults to the current dir -- but then this seems like there's exceptions for nim itself?
22:46:12FromDiscord<mjsdev> how is std/ resolved?
23:22:31FromDiscord<mjsdev> Percy is now self-hosting