Schrottkatze schrottkatze
schrottkatze pushed to typst-formatting at schrottkatze/iowo 2024-01-26 09:57:48 +00:00
1772b70172 chore: alias docs to doc in justfile
d79383a7df cleanup: remove unneeded source format in read instruction
10886be00a docs(design): add term list
63d7993940 chore: remove confusing comment
bbde1c84ca chore: move error handling todos from msgs into comments
Compare 10 commits »
schrottkatze pushed to main at katzen-cafe/katzen-cafe 2024-01-25 09:06:13 +00:00
f62328f4d3 set up invidious
5c4642c6b5 migrate to forgejo the hacky way
c02dfb80cf add nextcloud user_oidc license
d556d11260 update nixpkgs to 23.11
e92fdba6be flake.lock: Update
Compare 6 commits »
schrottkatze pushed to main at katzen-cafe/iowo 2024-01-23 12:55:02 +00:00
d79383a7df cleanup: remove unneeded source format in read instruction
10886be00a docs(design): add term list
63d7993940 chore: remove confusing comment
bbde1c84ca chore: move error handling todos from msgs into comments
98f4a6cdeb chore: use to_owned instead of to_string
Compare 37 commits »
schrottkatze deleted branch graph-ir from schrottkatze/iowo 2024-01-23 12:55:02 +00:00
schrottkatze merged pull request katzen-cafe/iowo#10 2024-01-23 12:55:01 +00:00
feat: graph-ir (continueing #6)
schrottkatze pushed to graph-ir at schrottkatze/iowo 2024-01-23 11:43:10 +00:00
d79383a7df cleanup: remove unneeded source format in read instruction
schrottkatze created pull request katzen-cafe/iowo#10 2024-01-23 10:24:45 +00:00
feat: graph-ir (continueing #6)
schrottkatze created branch graph-ir in schrottkatze/iowo 2024-01-23 10:22:23 +00:00
schrottkatze pushed to graph-ir at schrottkatze/iowo 2024-01-23 10:22:23 +00:00
10886be00a docs(design): add term list
63d7993940 chore: remove confusing comment
bbde1c84ca chore: move error handling todos from msgs into comments
98f4a6cdeb chore: use to_owned instead of to_string
1df57eba6b chore: remove accidental whitespace at end of line
Compare 10 commits »
schrottkatze opened issue katzen-cafe/iowo#9 2024-01-22 09:05:44 +00:00
general/planning: some ramblings and plans on what to do how when
schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-22 08:24:40 +00:00
feat: Graph IR

Ask schrottkatze on why the differentiation is important.

They are distinct since if you write a function on whatever frontend you use, that'll be compiled down to IR and split up. An…

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-22 08:20:09 +00:00
feat: Graph IR

Lets add an alias for the docs recipe that's just doc, since I keep typing that out of habit.

schrottkatze suggested changes for katzen-cafe/iowo#6 2024-01-22 08:20:09 +00:00
feat: Graph IR

Also, I propose you add Nix and direnv to the CONTRIBUTING.mds tech stack list.

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-22 08:15:56 +00:00
feat: Graph IR

I think it makes sense for debugging purposes. Or do you plan to add a way to be able to output the IR to a more readable form of IR (that has a similar syntax, similar to the human readable forms…

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-22 08:13:46 +00:00
feat: Graph IR

I do not see how this is related to Variant at all.

Variant is the internal way to store data, yes?

And that must be able to store more data then an image buffer or a few numbers or…

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-21 22:55:49 +00:00
feat: Graph IR

hm yes i am big brain sorrry ^^'

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-21 22:55:25 +00:00
feat: Graph IR

you dont always wanna give all parameters to a noise generator for example kinda want a system for named args but i have no idea how to implement that in the language lol

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-21 22:52:09 +00:00
feat: Graph IR

Ahh okay! I meant more sinks/consumers

and potentially for write to also be able to write csvs etc

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-21 19:25:27 +00:00
feat: Graph IR

And for development probably later on as well, though the runtime/server/whatever should be able to provide enough info to do that comfortably as well.

schrottkatze commented on pull request katzen-cafe/iowo#6 2024-01-21 19:25:27 +00:00
feat: Graph IR

Ok seriously we probably need to have a meeting and talk about the terminology ^^' this is really becoming a headache and a mess