Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed tag v0.3.2 to sashakoshka/camfish 2025-03-08 23:57:37 -07:00
sashakoshka pushed to main at sashakoshka/camfish 2025-03-08 23:56:22 -07:00
f4904884ad Improve named actor interface
sashakoshka pushed to main at sashakoshka/camfish 2025-03-08 23:55:30 -07:00
7d0620fe3e Fix system config file path
3115c5feef Actors are formatted better when logged
10ca4f4671 Add "named" actor interface
Compare 3 commits »
sashakoshka released v0.3.1 at sashakoshka/camfish 2025-03-02 18:40:22 -07:00
sashakoshka pushed tag v0.3.1 to sashakoshka/camfish 2025-03-02 18:40:21 -07:00
sashakoshka pushed to main at sashakoshka/wintergreen-theme 2025-02-23 10:45:49 -07:00
6f31a864fe Add application-x-generic symlink to prevent disgusting adwaita icons from appearing
sashakoshka commented on issue sashakoshka/hopp#2 2025-02-01 18:13:36 -07:00
Need to support larger messages, arrays

VILA also needs to be altered to support chunked length encoding, and should probably draw its maximum element length from TAPE.

sashakoshka commented on issue sashakoshka/hopp#2 2025-02-01 18:08:41 -07:00
Need to support larger messages, arrays

TAPE could have a similar DOS mitigation measure as METADAPT, where the protocol can define a maximum field length that is around 1 megabyte by default.

sashakoshka commented on issue sashakoshka/hopp#2 2025-02-01 17:58:16 -07:00
Need to support larger messages, arrays

Additionally, TAPE could use a redesign. It does not need to be corruption resistant because a slightly corrupt message should just be totally rejected, and it needs to handle bigger data anyway…

sashakoshka opened issue sashakoshka/hopp#2 2025-02-01 17:26:01 -07:00
Need to support larger messages, arrays
sashakoshka pushed to main at sashakoshka/camfish 2025-01-31 15:27:20 -07:00
e0c8825949 Clarify documentation for Actor
sashakoshka pushed to main at sashakoshka/camfish 2025-01-30 19:13:36 -07:00
b12ffdb0a0 Say *why* an actor failed
sashakoshka released v0.3.0 at sashakoshka/camfish 2025-01-30 18:02:29 -07:00
sashakoshka pushed tag v0.3.0 to sashakoshka/camfish 2025-01-30 18:02:15 -07:00
sashakoshka pushed to main at sashakoshka/camfish 2025-01-30 17:59:47 -07:00
bfca8c6f4a Fix util_test.go
sashakoshka pushed to main at sashakoshka/camfish 2025-01-30 17:58:30 -07:00
641624ef3b examples/broken: Demonstrate new fix working
bae737e6b8 Environment exits if shutdown takes too long
0077a5d115 examples/http: Fix logging
Compare 3 commits »
sashakoshka pushed to main at sashakoshka/camfish 2025-01-30 17:30:32 -07:00
772e9ca290 examples/http: Add HTTP example to demonstrate RunShutdownable
5e38cec135 Environment now actually runs RunShutdownable actors
326db33ecc Environment can now run RunShutdownable actors
dc7c7b5c73 Add variation of panicWrap that does not take in a context
1133e261bf Add support for RunShutdownable to actorSet
Compare 10 commits »
sashakoshka pushed to main at sashakoshka/micro-plugins 2025-01-30 13:43:00 -07:00
bc1cd6ac9d flow: Fix repo.json
sashakoshka pushed to main at sashakoshka/wintergreen-theme 2025-01-30 08:48:52 -07:00
38394e833f Add the beginnings of a cursor theme
645773ca97 Add script for installing to ~
cb6d8b2be2 Fix alignment of 16x16/24x24 volume status icons
Compare 3 commits »
sashakoshka pushed to main at sashakoshka/hopp 2025-01-28 15:06:56 -07:00
a0b49e950e METADAPT-A handles closing messages