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 opened issue sashakoshka/bulb#1 2025-03-27 06:51:00 -06:00
Option -n actually counts lines instead of messages
sashakoshka released v0.3.3 at sashakoshka/camfish 2025-03-09 23:38:47 -06:00
sashakoshka pushed tag v0.3.3 to sashakoshka/camfish 2025-03-09 23:38:45 -06:00
sashakoshka pushed to main at sashakoshka/camfish 2025-03-09 23:38:31 -06:00
ac2db05d06 Fix local config path
sashakoshka released v0.3.2 at sashakoshka/camfish 2025-03-08 23:57:42 -07:00
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