Really looking forward to the release of Go 1.16
@darch@twtxt.net I gotta say man I really love your passion! 🤗 hopefully we can all figure out a good branding for the project going forward 👌
I just built a poc search engine / crawler for Twtxt. I managed to crawl this pod (twtxt.net) and a couple of others (sorry @etux@twt.u53.us and @xuu@txt.sour.is I used your pods in the tests too!). So far so good. I might keep going with this and see what happens 😀
@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.
Done with the workout of today, 2 more to go and I have finished the 21 days program
@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/
Well, that’s what this series is going to be about. How, what you think the universe is and how you react to that, in everything you do, depends on what you know. And when that knowledge changes, for you, the universe changes.And that is as true for the whole of society as it is for the individual. We all are what we all know today. What we knew yesterday was different. And so were we. The day the Universe changed
Somebody apparently once went up the the great philosopher Wittgenstein and said “What a lot of morons people back in the Middle Ages must have been to have looked every morning at what’s going on behind me now, the dawn, and to have thought that what they were seeing was the sun going around the Earth, when as every schoolkid knows the Earth goes around the sun and it doesn’t take too many brains to understand that.” To which Wittgenstein replied, “Yeah, but I wonder what it would have looked like if the Sun had been going around the Earth.” Point being, of course, is that it would have looked exactly the same. swans on tea » You See What Your Knowledge Tells You You’re Seeing
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.
Whenever I feel like going off my diet, I just go to my happy place. The snack drawer. You Can’t Out-Train Your Diet — Believe Me | by J.J. Pryor | BeingWell | Nov, 2020 | Medium
@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.
Reality is that which, when you stop believing in it, doesn’t go away “Reality is that which, when you stop believing in it, doesn’t go away”*… | (Roughly) Daily
When I am angry, frustrated and disappointed or depressed, I think of the pale blue dot every single time. It helps me put things into perspective. Our little knotted lives and our petty concerns are meaningless and inconsequential in grand scheme of things. Just let it go. Enjoy what little time we have here! 100k Stars | Hacker News
The contradiction in management is that you must somehow know what’s going on, but it is not helpful to interfere constantly. Managing Teams Through Interfaces | Hacker News
Going to have my head shaved on 2020-09-26 for charity. Info
Maybe I would not go with Arch but Ubuntu, Elementary, Pop!_OS, or Manjaro are perfectly fine for the average user
Nearly everything is really interesting if you go into it deeply enough Richard Feynman’s Perspective of Life | Hacker News
Since you cannot go back in time to change the past, forgiveness is about giving up the hope of a different or better yesterday. It relates to forgiving actions that were taken, that gave you the feelings of loss of control over your happiness. It’s about acknowledging those things that another did or said that caused pain and making the decision that you are not going to let that hurt or control you anymore. Forgiveness can be very empowering. It can give you the chance to be free of another person’s emotional control. It has nothing to do with the other person. As was said before, it is something that is for you and you alone.” Why forgiving someone else is about you | Hacker News
I have a really long todo list but I am so tired I will just go to sleep and think about it tomorrow
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
New repository: aquilax/nano-neuron-go - Go adaptation of nano-neuron
New repository: aquilax/go-stemmer - Bulgarian language stemmer library in go for the BULSTEM rules
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.
New repository: aquilax/truncate - Go library for truncating strings
New repository: aquilax/grafana-ledger-data-source-server - Grafana server for ledger data written in Go
Going to see Terminator Dark Fate next tuesday - somewhat big expectations
New repository: aquilax/hash-identifier - Go package to identify different hashes
New repository: aquilax/time66 - Go library to get the 6/6 time. Based on https://xkcd.com/2050/
New repository: aquilax/crossword - Crossword generator for go
Some pretty cool stuff going on here: https://standardsmanual.com
New repository: aquilax/skyscanner-go - SkyScanner API Client
@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.
New repository: aquilax/go-lionwiki - Go implementation of LionWiki
New repository: aquilax/npg - Go no player game
@kenkouot legacy PHP mostly, but my heart is with Go for my own projects
@kenkouot way to #go mate ;)
New repository: aquilax/gocommerce - Go library for accessing popular e-commerce platforms
New repository: aquilax/go-dirble - Go library for accessing the Dirble.com API
New repository: aquilax/go-wakatime - Go library for accessing WakaTime API
Tcl’s [binary scan] and the Go Challenge 1 — https://dbohdan.com/tcl-binary-scan