Sender | Message | Time |
---|---|---|
11 Oct 2023 | ||
dpc#0812 | Well, mistakes happen. | 20:42:11 |
12 Oct 2023 | ||
pippellia joined the room. | 08:55:42 | |
ethantuttle | https://oort.rs | 12:49:42 |
ethantuttle | | 12:49:58 |
wbobeirne | 13:35:44 | |
wbobeirne | 13:35:46 | |
ChronicleBot changed their display name from ChronicleBot to The Keeper of Records. | 19:00:23 | |
ChronicleBot changed their display name from The Keeper of Records to ChronicleBot#0372. | 20:35:28 | |
13 Oct 2023 | ||
ChronicleBot changed their display name from ChronicleBot#0372 to The Keeper of Records. | 02:58:27 | |
eshaanagg joined the room. | 09:19:10 | |
ChronicleBot changed their display name from The Keeper of Records to ChronicleBot#0372. | 17:50:26 | |
14 Oct 2023 | ||
publius1 joined the room. | 10:30:42 | |
chris@machine joined the room. | 10:45:14 | |
ChronicleBot changed their display name from ChronicleBot#0372 to The Keeper of Records. | 19:00:31 | |
ChronicleBot changed their display name from The Keeper of Records to ChronicleBot#0372. | 19:50:26 | |
chris@machine changed their display name from chrisatmachine to chris@machine. | 20:48:21 | |
15 Oct 2023 | ||
ethantuttle | Beginner cryptography suggestions for a high schooler that loves math? | 00:57:32 |
ethantuttle | Learning material** | 00:57:40 |
realeinherjar | Download image.png | 08:23:21 |
realeinherjar | https://www.youtube.com/playlist?list=PLN9KZDpNfsHMd7d7PX87JGesGY_Qzyb3V | 08:26:03 |
Steffen | https://www.youtube.com/@introductiontocryptography4223/featured | 14:02:39 |
ChronicleBot changed their display name from ChronicleBot#0372 to The Keeper of Records. | 16:17:15 | |
realeinherjar | Nice. BTW I use yt-dlp to get these clips for offline consumption:
Then do yt '<link>' where <link> can be single vid, playlist, or channel. | 19:06:23 |
ethantuttle | wish there was better p2p video sharing. it's been a while since I've torrented but was always cool being able to access media shared around. | 23:58:33 |
16 Oct 2023 | ||
isaac-e1 joined the room. | 02:37:39 | |
ChronicleBot changed their display name from The Keeper of Records to ChronicleBot#0372. | 06:01:07 | |
ethantuttle | So I'm trying out Nix with devenv (https://devenv.sh/getting-started/) for the first time and have a question on using it the way its intended. I have a Golang project that requires a shared library as a dependency. This requires me to clone a git repo, select a specific tag, and then run make inside the repo. Normally I'd use my own Makefile to accomplish the dependency building. With nix is that still the case or is that something I should integrate into the nix configuration itself? This seems like a tool that can run pretty deep and I've just scratched the surface on it Question from a coworker I shilled nix to. Just want to validate my response is accurate. Dependencies can be handled by nix and should be as the project develops but don’t have to be. | 13:06:43 |
ethantuttle | does a git dependency have to have nix in the repo to be used in a flake? I'm looking at the ui repo as a reference: | 13:09:03 |
.headnode joined the room. | 13:38:59 | |
realeinherjar | No but it helps. https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake#flake-inputs Repositories that don't contain a flake.nix can also be used as inputs, by setting the input's | 15:11:59 |