Unexpected benefit of going from Mojave to Big Sur on my main machine: being able to see the sun rise over Big Sur in glorious 5K
The epistemic commons are worth protecting. Go and do your signalling with donations or fashion.
Go 1.16 is released ⌘ Read more…
I’m unclear if I’m going to do the twtxt.net discovery protocol; neither my web server nor Plan 9’s default capture agent strings. :-/
@prologic@twtxt.net Looks like twtxt.net is already happy with it, so that’s good! I’m just going to aim for that.
Hey @xuu@txt.sour.is another mention that didn’t render ☝️
@thewismit@twtxt.psynergy.io Hey! It’s easy. Just install the twt CLI with something like:
go get github.com/jointwt/twtxt/cmd/twt/...
Then use it in some hooks/scripts to post some content to your Pod.
Veganism is the Pinnacle of Bugmanism
“Veganism is the Pinnacle of Bugmanism”by Luke Smith
People have quoted me as saying that.
I forget where it comes from, probably a livestream, but I definitely stand by it.
Since a lot of people labor under the assumption that my channel is about “Linux,” I’ve accumulated a lot of subscribers that are variously nerds, furries, degenerates, coomers, libertarians, communists, trannies and among them are vegans.
Some of them (I assume) are go … ⌘ Read more
Really looking forward to the release of Go 1.16
Penpot - Design Freedom for Teams - This is quite cool, going to try this out next time I need to design something. ⌘ Read more…
All I wanna do / is go to bed / I got a feelin’ / I’d just rather be dead…
note to self: don’t go to the bay
wrote a thing about going around again, and made my phlog into a blog - https://blog.dgold.eu/going-around-again/
@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 👌
@niplav@niplav.github.io Re: selection pressure against meditation: go on…
on one of the plateaus, I encountered a forest of gnomons and mirrors and light, glass and metal going ping under the sun’s heat as it wandered, and had I stayed longer it might’ve played me a melody on solstice
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 😀
curl https://raw.githubusercontent.com/jointwt/we-are-twtxt/master/we-are-twtxt.txt | grep -v '^niplav ' | field 2 | xargs curl ^/dev/null | grep niplav here we go
Buy some space near the sun, because it’s going to be worth a lot when a Dyson sphere gets built.
Sure, you can make a bunch of predictions at the beginning of the year and calculate the Brier score for last year’s predictions, but all you need to do to feel that kind of cloud-dispelling mental work is this: go pants shopping, think of how good you’ll be at losing fat in light of all your previous new-year fat-loss attempts, and choose between pants with a 34″ inseam and pants with a 35″ inseam.
@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 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 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.
the !zet I have written for my wiki is probably going to end up replacing what I’ve been using twtxt for these past few months. this means less spam here. you’re welcome.
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.
@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/
So excited for Go embedded files. https://golangtutorial.dev/tips/embed-files-in-go/
Evolution is going to destroy everything you love and then piss on the shards.
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
okay. txtnish is now officially sketchy. sometimes feeds don’t update, even if I run txtnish update, and this means missing replies. I gotta find something else if I’m going to make this more than a write-only experience.
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).
New website
Got a new simplified website. Real old school, no CSS sheet. I’m going to make it more text-based and have more writings.
I’ve also rolled over this RSS feed.
A lot of the site is still unfinished, so notify my of anything I’ve missed so far.
I want to keep old links more or less in place. I haven’t decided if I want to keep using my old blog script (this entry is RSS only).
I feel like I had neglected the blog for a while, and my new site is more conducive to browsing as I add even more. ⌘ Read more
@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.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 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.
I’ve got a good feeling about the !zettelkasten I’m building for !weewiki. I think it is going to grow legs very quickly.
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
with some scripting, I could probably use my upcoming !weewiki !zettelkasten as a drop-in replacement for !twtxt, and then generate the twtxt file. however, I think I am going to keep them separate for the time being. let them both grow to serve different purposes.
@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 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.
@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.
I tend to withdraw from everything and just watch youtube and play whatever games i can get going on my old windows box after having to deal with shitty work being shitty. Maybe i can put the last week and a half behind me, finally
one time you manage to catch the third day, but the second octave is something else entirely, a dull overexposed white that makes your skin fizz like it’s going to sublimate away and leave only flesh, and the few people(?) you meet there tell you you should really not be here
where did the weekend go…
Here we go! She made about a million waffles while I sat there. She had to make about a million every day because at The Girl on the Red Swing they served everything on a waffle e v e r y t h i n g o n a w a f f l e
They\’ve all got colds, grumbled Miss Perfidy, turningto look accusingly at me. Big crowd packed into a smallhall. We\’re all going to get sick now.
Time out: pausing to go make waffles
@xandkar@xandkar.net I’m going to give it a shot. always interested in trying new clients
@vain@www.uninformativ.de your twtxt setup looks nice. It looks like what i’d like to do in some time when i’m better at Go
https://twitter.com/unix_ninja/status/1321597612420669442/photo/1 well, that’s it. we can all go home now
no lollygagging today, gotta read the Go book
GitHub Action Hero: Eyal Posener and “Go Action” ⌘ https://github.blog/2020-10-29-github-action-hero-eyal-posener-and-go-action/
i like hugo a whole bunch, i just wish the docs didn’t make me go UGH sometimes
@prologic@twtxt.net to answer some of your previous questions, i’m using txtnish for my timeline and user controls, and plain twtxt for posting. the alternative to that would be setting up a bunch of shell aliases or small scripts. or making my own client in Go. There’s a thought… ;)
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
been adopting a document-as-you go approach to the !monolith wiki. as I dogfood my software to make pieces an etudes like !breathing_cards, I write about it in a wiki stub. #workflow #documentation
Crazy behavior of Xfce Note CPU Usage, bug going back to 2012 and still happening in 2020 ⌘ https://blog.rmendes.net/2020/crazy-behavior-of-xfce-note-cpu-usage-bug-going-back
suddenly I have an urge to build a concatenative macro language to go along with this !txtvm project of mine. Together, they maybe could build a more @!(ref “thoughtful_programming” “thoughtful”)!@ !runt? #halfbakedideas
When you’re stuck in a foreign country and ask some guy for the way and the only language you share is Enochian, you just know it’s going to be a fun day
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
I rotate out my !planck keyboards weekly. going from brown switches to tactile grey switches is always a bit of an adjustment! #mk #thumpthumpthump
built a little script for looking up IDs in twtxt tweets: !twtxt_search. Going to use it as a way to look up and reference specific tweets in my wiki.
updating my wiki index, so some pages are not going to be featured there anymore: !MIDI_sucks !sample_curation !howyousay !sixtycolumnrule
LARBS is going throught significant changes ⌘
I’m going to be ending i3 support in LARBS very soon! ⌘
How to Go Pro on YouTube! ⌘ https://www.youtube.com/watch?v=g66Jhxi-gg0
I’M GOING TO USE THE NNN FILE BROWSER ⌘
Go and xmpp-client ⌘ https://hack.org/mc/blog/xmpp-client.html
mub - a minimalist IRC client in Go ⌘ https://hack.org/mc/blog/mub.html
Going native on a Chromebook ⌘ https://hack.org/mc/blog/native-chromebook.html
Containerize Your Go Developer Environment – Part 1 ⌘ https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/
Containerize Your Go Developer Environment – Part 3 ⌘ https://www.docker.com/blog/containerize-your-go-developer-environment-part-3/
Containerize Your Go Developer Environment – Part 2 ⌘ https://www.docker.com/blog/containerize-your-go-developer-environment-part-2/
Still locked down. Going slightly around the bend. All is well
Just got up out of bed to do my duolingo to keep my streak going = 82 dias de espanol
Need to fix the infraestructure that lets me serve content via gopher and http. Sometimes https calls go to my gopher server.
Need to fix the infraestructure that lets me serve content via gopher and http. Sometimes https calls go to my gopher server.
Not that I am asking any #twtxt developer to give me that, I am just saying that I am going to build those tools that I want
Not that I am asking any #twtxt developer to give me that, I am just saying that I am going to build those tools that I want
I can tweet and twtxt from the command line, now I want a popup text area, a simple local Web interface and an Albert/Alfred action to do it without going to the terminal.
I can tweet and twtxt from the command line, now I want a popup text area, a simple local Web interface and an Albert/Alfred action to do it without going to the terminal.
Shutting down computers and packing my backpack to take the metro and go home
Shutting down computers and packing my backpack to take the metro and go home
Mock S3 Uploads in Go Tests ⌘ Read more…
Am on the way to a Munich white sausage breakfast before we go to the stadium for an icehockey match. Great Sunday!
@von@tilde.town: ah dang… i’m wondering if bandcamp is going to get it.. the last time i checked she didn’t have it on her page
New repository: aquilax/nano-neuron-go - Go adaptation of nano-neuron
@kas@enotty.dk @freemor@freemor.homelinux.net I doubt many want to browser-sniff. Unfortunately, I see browser sniffing used to work around a particular browser’s bugs, so browser sniffing isn’t going away anytime soon.
New repository: aquilax/go-stemmer - Bulgarian language stemmer library in go for the BULSTEM rules