Searching txt.sour.is

Twts matching #ToS
Sort by: Newest, Oldest, Most Relevant

My daughter grabbed my mouse and started smacking it arouond and managed to do things I didn’t know you could do with my WM with a mouse… nor how to undo them.

⤋ Read More

Why it’s bad to have a high GDP

Why it’s bad to have a high GDP

by Luke Smith, originally a blog post in November 2018, rewritten for this website.

To put it in other words…

The common way of looking at Gross Domestic Product (GDP) is that it’s a metric of economic success: more GDP is more wealth.
Wealth is good. “Poverty” (meaning low per capita GDP) is bad.
Nowadays, pretty much everyone talks about “economics” like this as if this truism was scribbled on the … ⌘ Read more

⤋ Read More

@xuu@txt.sour.is Btw… I noticed your pod has some changed I’m not familiar with, for example you seem to have added metadata to the top of feeds. Can you enumerate the improvements/changes you’ve made and possibly let’s discuss contributing them back upstream? :D

⤋ Read More

Signal Status

Signal is experiencing technical difficulties. We are working hard to restore service as quickly as possible.

One thing I’d like to have one day (and it would be nice if it were integrated into twtxt.net and other pods with a familiar and pleasant user experience on Desktop, Web and Mobile) is an e2e encrypted messaging that is self-hosted and federated that doesn’t suck operationally (so many complicated solutions that exist that are hard to setup even for a Senior DevOps/SRE)

⤋ Read More

@adi@twtxt.net “@niplav What kind of thinking?” Nearly everything, I guess? More concretely: What falls into the category of whatever spans {deciding where to sit, deciding whether to blame someone else for something, catching a ball, picking a good career, proving a theorem}.

⤋ Read More

The Visitor The coming of a person is, in fact, a tremendous feat. Because he comes with his past and present and with his future. Because a person’s whole life comes with him. Since it is so easily broken the heart that comes along would have been broken ― a heart whose layers the wind will likely be able to trace, if my heart could mimic that wind it can become a hospitable place. That poem in ‘Because This Is My First Life’ – 반짝반짝 한국어

⤋ Read More

“There is no single trick that gives you the truth immediately. You actually have to think.” is a mischaracterization. This thing “thinking” has a structure, and we want to discover that structure, optimally mathematically.

⤋ Read More
In-reply-to » Twtxt is still very much alive and well. I just wrote a quick tool to crawl as much of the Twtxt network as I could and here's what the results are:

@prologic@twtxt.net that seems to match my numbers. are you picking up the few gophers out there?

kinda makes me wonder about the ~300k you have cached. y’all got the library of alexandria over there.

⤋ Read More
In-reply-to » Twtxt is still very much alive and well. I just wrote a quick tool to crawl as much of the Twtxt network as I could and here's what the results are:

@prologic@twtxt.net that seems to match my numbers. are you picking up the few gophers out there?

kinda makes me wonder about the ~300k you have cached. y’all got the library of alexandria over there.

⤋ Read More

Twtxt is still very much alive and well. I just wrote a quick tool to crawl as much of the Twtxt network as I could and here’s what the results are:

Crawled 516 feeds
Found 52464 twts

That means there are >500 unique Twtxt feeds/users, and over ~52k Twts posted to date. 😳

⤋ Read More
In-reply-to » 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 and @xuu 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 in theory shouldn’t need to let users add feeds.. if they get mentioned by a tracked feed they will get added automagically. on a pod it would just need to scan the twtxt feed to know about everyone.

⤋ Read More
In-reply-to » 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 and @xuu 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 in theory shouldn’t need to let users add feeds.. if they get mentioned by a tracked feed they will get added automagically. on a pod it would just need to scan the twtxt feed to know about everyone.

⤋ Read More
In-reply-to » 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 and @xuu 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 sounds about right. I tend to try to build my own before pulling in libs. learn more that way. I was looking at using it as a way to build my twt mirroring idea. and testing the lex parser with a wide ranging corpus to find edge cases. (the pgp signed feeds for one)

⤋ Read More
In-reply-to » 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 and @xuu 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 sounds about right. I tend to try to build my own before pulling in libs. learn more that way. I was looking at using it as a way to build my twt mirroring idea. and testing the lex parser with a wide ranging corpus to find edge cases. (the pgp signed feeds for one)

⤋ Read More
In-reply-to » 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 and @xuu 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 the add function just scans recursivley everything.. but the idea is to just add and any new mentions then have a cron to update all known feeds

⤋ Read More
In-reply-to » 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 and @xuu 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 the add function just scans recursivley everything.. but the idea is to just add and any new mentions then have a cron to update all known feeds

⤋ Read More
In-reply-to » 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 and @xuu 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 yeah it reads a seed file. I’m using mine. it scans for any mention links and then scans them recursively. it reads from http/s or gopher. i don’t have much of a db yet.. it just writes to disk the feed and checks modified dates.. but I will add a db that has hashs/mentions/subjects and such.

⤋ Read More
In-reply-to » 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 and @xuu 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 yeah it reads a seed file. I’m using mine. it scans for any mention links and then scans them recursively. it reads from http/s or gopher. i don’t have much of a db yet.. it just writes to disk the feed and checks modified dates.. but I will add a db that has hashs/mentions/subjects and such.

⤋ Read More

Disadvantage of twtxt: less incentives to reply to people since it’s not certain they’ll ever see it. My current solution to that is to follow everybody on the we-are-twtxt and only unfollow if they twt a lot of stuff I’m not interested in

⤋ Read More

One should probably have a bunch of hard-drives with random content (not some files, but really random) lying around to being able to believably glomarize towards law enforcement

⤋ Read More

Just copied over more samples today from my sample collection from one drive to another. Things are in more than one place for the first time in a long time, maybe ever in some cases? Feels nice.

⤋ Read More

Never thought I’d want a 6K monitor, but I’m running VS Code and it sure would be nice to have a little bit more width. The proper layout for the task I’ve been doing is four editors wide, plus some more space on the left for a file picker.

⤋ Read More

and if you truly get down to it, there’s no ground for solomonoff induction, because your choice of TM is completely arbitrary! Furthermore, what does it even mean for bayesianism to be a coherent epistemology‽ How do we decide wha 84/89

⤋ Read More

nosilverv sits down next to me. We look at each other, still panting. I notice how his hands are still dusty. When I look up again, his eyes are glowing with a little smirk. He leans ov 73/89

⤋ Read More

PeerTube v3 is now live with Live Streaming abilities
PeerTube has recently released version 3.0.0, which has added many things, including the ability to livestream. I’ve already updated by PeerTube instance to version 3 (it is linked from this RSS entry), but the link is just videos.lukesmith.xyz .

I’m not sure if I’ll end up immediately using the livestream ability, but it is certainly nice to have a non-YouTube option which is, in fact, self-hosted.

Aside from that, I strong recommend you … ⌘ Read more

⤋ Read More

That is why we like noise and activity so much. That is why imprisonment is such a horrific punishment. That is why the pleasure of being alone is incomprehensible. That is, in fact, the main joy of the condition of kingship, because people are constantly trying to amuse kings and provide them with all sorts of distraction.—The king is surrounded by people whose only thought is to entertain him and prevent him from thinking about himself. King though he may be, he is unhappy if he thinks about it All problems stem from man’s inability to sit quietly in a room alone (2014) | Hacker News

⤋ Read More