@prologic@twtxt.net https://github.com/JonLundy/twtxt/tree/xuu/integrate-lextwt I made a stats command for the new parser that extracts a bunch of info about a twtxt file. run like: go run ./cmd/stats https://twtxt.net/user/prologic/twtxt.txt
@prologic@twtxt.net as promised! https://github.com/JonLundy/twtxt/blob/xuu/integrate-lextwt/types/lextwt/lextwt_test.go#
the lexer is nearing completion.. the tough part left is rooting out all the formatting code.
@prologic@twtxt.net yeah it would replace rice. best part is that it’s in the go build step so you don’t need to do any prep work with make.
So excited for Go embedded files. https://golangtutorial.dev/tips/embed-files-in-go/
Anyone here good with Go and feel like helping me build our a “Direct Messages” feature? I was going to pay someone on Upwork to do this, but I’ve received very few applicants (just one!) and they aren’t that good (stock standard crappy Bootstrap experience and no evidence of any experience with Go).
@prologic@twtxt.netd so.. convert the 4 attributes in the struct to private, add getters plus some the other methods that make sense.
type Twt interface {
	Twter()        Twter
	Text()         string
	MarkdownText() string
	Created()      time.Time
    ... 
}
  @prologic@twtxt.net I have some ideas to improve on twtxt. figure I can contribute some. 😁 bit more work and it will almost be a drop in replacement for ParseFile
Kinda wish types.Twt was an interface. it’s sooo close.
@prologic@twtxt.net it is some interesting work to decentralize all the things.. tricky part is finding tooling. i am using a self hacked version of the go openpgp library. A tool to add and remove notations would need to be local since it needs your private key.
@prologic@twtxt.net this is a go version of Keyoxide.org that runs all server side. which is based on work from https://metacode.biz/openpgp/
OpenPGP has a part of the self signature reserved for notatinal data. which is basically a bunch of key/values.
this site tries to emulate the identity proofs of keybase but in a more decentralized/federation way.
my next steps are to have this project host WKD keys which is kinda like a self hosting of your pgp key that are also discoverable with http requests.
then to add a new notation for following other keys. where you can do a kind of web of trust.
Going to have my head shaved on 2020-09-26 for charity. Info
Doubtless, we’ve been through this So if you want to follow me you should know I was lost then and I’m lost now And I doubt I’ll ever know which way to go
Still on stay - cation. I love the magic of this place.. I’m going for a walk with dog to clear my head
Going to have to read Life 3.0 by Max Tegmark - Being human in the age of Artificial Intelligence
I’m going to call all “apps” programs again as part of my retro-computing experience.
Going to see Terminator Dark Fate next tuesday - somewhat big expectations
Some pretty cool stuff going on here: https://standardsmanual.com
@kas@enotty.dk I’m going to make that part of my prompt.
@mdom@domgoergen.com its just here in my apartment for the time being. Im going to bring it to a hackathon next month.
I think Im going to give up on RaspBSD for now and just get this thing working with Debian.
I just orderd a Pi 3 from Adafruit. Im going to run a tiny, headless FreeBSD box.