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 commented on issue sashakoshka/hopp#2 2025-04-06 15:05:37 -06:00
Need to support larger messages, arrays

After some dastardly force pushing, this is now being worked on at https://git.tebibyte.media/sashakoshka/hopp/src/branch/message-size-increase

sashakoshka pushed to main at sashakoshka/hopp 2025-04-06 15:04:34 -06:00
sashakoshka pushed to message-size-increase at sashakoshka/hopp 2025-04-06 15:03:44 -06:00
e4f13a4142 WIP METADAPT-A changes
db10355c84 Change the size limit type to an int64
f4f8039fa0 Support getting a reader for a message in METADAPT-B
Compare 3 commits »
sashakoshka created branch message-size-increase in sashakoshka/hopp 2025-04-06 15:03:43 -06:00
sashakoshka pushed to main at sashakoshka/hopp 2025-04-06 09:26:08 -06:00
fe8f2fc3ea Do not require METADAPT to return a message length when getting a reader
b07cdf088a design: State support for TCP/TLS
4eae69dc94 Add ReceiveReader to Transaction interface
5c28510342 Add new METADAPT protocol specifications from #2
1ac0ed51c7 METADAPT-B supports setting a message length limit
Compare 6 commits »
sashakoshka pushed to main at sashakoshka/wintergreen-theme 2025-04-04 20:18:53 -06:00
e3b991098f Color some 16x16 icons
sashakoshka pushed to main at sashakoshka/wintergreen-theme 2025-04-04 10:32:03 -06:00
f4abf689b6 Color more icons
dfcd91352d Did I not fucking commit these
dff7fcfafa Remove cursors from color theme
ae690a43bf Add beginnings of a color icon set
d9f4e905b6 Add a terminal background image for use with the Terminus font
Compare 6 commits »
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.