Schrottkatze schrottkatze
schrottkatze pushed to main at schrottkatze/nix-configs 2024-02-27 17:20:15 +00:00
a77462285a Merge branch 'main' of ssh://forge.katzen.cafe:2222/schrottkatze/nix-configs
bcd35b8be4 fix one commnd and add some aliases
6687b0ff4a haskell things
ab508dbcb9 add firefox extensions
d80f184d7e add fontforge
Compare 7 commits »
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-27 12:18:42 +00:00
WIP: image processing library (or libraries?)

Works.

schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-27 12:18:04 +00:00
6d318aa7c9 app: apply review
schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-27 12:14:07 +00:00
ecc466d01d app, prowocessing: move dev commands to tests
062138337c experimentation: implement some basic traits for io and data types
Compare 2 commits »
schrottkatze pushed to main at schrottkatze/typst-workshop 2024-02-27 07:33:30 +00:00
cb4a11d71c bewegung von 02-styling/lesson.typ zu 02-markup
schrottkatze pushed to main at schrottkatze/typst-workshop 2024-02-27 07:30:54 +00:00
2995634930 content: lesson 1 und 2 leicht umformatiert und kommentiert
880bb6d667 readme: add workshop fahrplan link
Compare 2 commits »
schrottkatze created repository schrottkatze/typst-workshop 2024-02-27 07:07:04 +00:00
schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-26 11:37:10 +00:00
4bc84451e0 experimentation: use dynamic type ids for signatures and add qol macro
schrottkatze pushed to main at schrottkatze/schule-pong 2024-02-24 22:26:20 +00:00
62571655ae add paddles that can move
a1346780ab move constants to main and add resize fn
Compare 2 commits »
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 19:28:31 +00:00
WIP: image processing library (or libraries?)

They are indeed not what this PR introduces, those will not be in the PR once it's complete. this is basically just a working copy/scratchpad state for now, and i'll be purging it once the actual…

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 19:26:35 +00:00
WIP: image processing library (or libraries?)
  1. worse debuggability

i have an idea what one could do for that, I'll be implementing that soon-ish when i have the energy

  1. when writing fn runner() as opposed to a direct fn eval(&Inputs…
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 19:21:28 +00:00
WIP: image processing library (or libraries?)

The intention is to perfect the api beforehand, and tbh, you'll be the only other person reviewing stuff anyway. And wdym "editing them easily", tbh i find editing text in my editor much, much

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 11:48:11 +00:00
WIP: image processing library (or libraries?)

As I've just realized because I was trying to implement ToOwned/AsRef, it isn't even necessary to have a seperate DataRef, so i removed that entirely and... who would've thought, it's much…

schrottkatze pushed to proc-libs at schrottkatze/iowo 2024-02-23 11:46:44 +00:00
a3e357a0e7 simplified by entirely removing DataRef
c900a0f4b3 prowocessing: let-else refatoring as according to review
ddc1f935c6 prowocessing: apply most basic reviews
Compare 3 commits »
schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 11:02:34 +00:00
WIP: image processing library (or libraries?)

Unless I misunderstood rusts dyn, this avoids the overhead of dynamic dispatch by saving static function pointers, which can just be called on the fly

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 10:56:30 +00:00
WIP: image processing library (or libraries?)

this is heavily WIP, remember, these are experiments. There will not be a seperate PR until this is not only out of experimental state, but a functioning image processing library that has all…

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 10:54:30 +00:00
WIP: image processing library (or libraries?)

because i wanted to do second params like that originally, then realizing it doesn't work that "easily". so basically, still WIP

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:47:37 +00:00
WIP: image processing library (or libraries?)

probably gonna refactor this to not panic in the future and add proper handling (Results lol)

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:45:34 +00:00
WIP: image processing library (or libraries?)

I did that deliberately to not trigger the lint, but I'll fix that and properly do it after fixing your simpler reviews

schrottkatze commented on pull request katzen-cafe/iowo#12 2024-02-23 09:43:36 +00:00
WIP: image processing library (or libraries?)

did the renaming, gonna take care of the AsRef impl later (I remember trying that earlier and something causing problems, i forgot what that was though.)