driusan.net

Technology (Page 5 of 6)







2022-12-05T12:47:38Z (Technology)
By @driusan@mas.to at Mon December 5, 2022 at 12:47:38PM GMT

I asked ChatGPT to write a web browser for and it took a cop out, so I asked it to try for and it still made excuses.

It's basically indistinguishable from a real programmer.


2022-11-18T03:29:06Z (Technology)
By @driusan@mas.to at Fri November 18, 2022 at 03:29:06AM GMT

It's not there yet and I still can't post to my outbox, but my 9p client is coming along and I can read public posts (but not replies) now.


2022-11-21T14:44:30Z (Technology)
By @driusan@mas.to at Mon November 21, 2022 at 14:44:30PM GMT

I made my / based repo public. It's still very much a work in progress and it's mostly just a hodgepodge of undocumented scripts and C but if anyone's interested in helping push it along it's at github.com/driusan/fedi9.git

Right now it can:
Client:
- get (public) outboxes and cache them in ndb db
- import following list and do same
- serve them over 9p

Server:
- handle webfinger requests
- cache incoming inbox posts
- validate httpsigs


My 9front ActivityPub implementation (Technology)
By @driusan@mas.to at Sun November 27, 2022 at 20:41:43PM GMT

Mastodon seems to ignore that I specified the mediaType as text/markdown (it should be 2 paragraphs) but.. lookie what I managed to get through from my project this weekend?