Zicklag

Results 652 comments of Zicklag

I just successfully set this image as my avatar, maybe see if that will work for you: ![weirdLogo](https://github.com/user-attachments/assets/a34c0a18-5e2f-40d1-aa8e-88ecceb79352)

@hnb-ku I feel like the [`+page.svelte`](https://github.com/muni-town/weird/blob/main/src/routes/(app)/%5Busername%5D/%5Bslug%5D/%2Bpage.svelte) is a little redundant when we have the [`Page.svelte`](https://github.com/muni-town/weird/blob/main/src/routes/(app)/%5Busername%5D/%5Bslug%5D/components/Page.svelte) component. I think the `+page.svelte` for most pages would just end up identical to each-other...

OK, yeah, that all sounds good. :+1: It's super easy to switch back and forth and isn't hard to understand in either case.

This repo had a somewhat higher level explanation that helped the concept make more sense to me: https://github.com/VictorTaelin/absal-ex

Yeah, that's my understanding so far. Apparently interaction nets can be used to implement a subset of Lambda Calculus. If you want to understand the basics of Lambda Calculus I...

I just published a blog post: [Interaction Nets, Combinators, and Calculus](https://zicklag.github.io/blog/interaction-nets-combinators-calculus/) off of my recent research. Let me know if it helps, and if you have any feedback!

See this comment for a fix: https://github.com/FeiGeChuanShu/CodeFormer-ncnn/issues/1#issuecomment-1635979560.

This was fixed in some commit around: 29e1cf124e13bdfb426851f37e17cd86c4cd9ff5

Now that we have improved the graph format to be more intuitive and inspectable, we can wait for a full-on data explorer. I'm moving this towards a later step, and...

> Is it being a CLI tool a hard requirement? Yeah, I think we want to start with a terminal UI because one major use-case would be debugging the production...