Recent twts from tkanos
In-reply-to » How do people who write a lot of code keep track of stuff they plan to write but haven’t? Just curious. I usually write #TODO and then whatever. Often a placeholder function or something. Seems messy tho

I usually have 2 ways :

  • Todo on the readme file
  • create my own tickets (github issues, or jira, or … depending on the system I am using)

⤋ Read More
In-reply-to » Creo que mi semana fue peor, empiezo con la caja de cambios de mi primeiro coche que se rompio. Y ha continuado con el amortiguador del segundo coche se rompiendo.

Por aquí en america de Norte (llamado Canada), es muy dificil para las autos, los inviernos y las distancia los rompen todos.

⤋ Read More
In-reply-to » Tenía un rato sin escribir acá en el Log/twtxt

Creo que mi semana fue peor, empiezo con la caja de cambios de mi primeiro coche que se rompio. Y ha continuado con el amortiguador del segundo coche se rompiendo.

⤋ Read More
In-reply-to » So many people in IT are so bitter and constantly ranting. “This sucks”, “that sucks”, “I know better”. It’s exhausting. And it’s “toxic” – in the sense that I, myself, often do it, too.

@movq@uninformativ.de Maybe you are in the wrong company. I understand what you are talking about because I lived it in some companies. But most of the time successful teams are not like that. They are all let’s do it together and share knowledge.

⤋ Read More
In-reply-to » Hello, I'm new here. I am wondering if there is a Twtxt client that supports the more interactive features like replies that Yarn.social does?

Hello, it depends on what is your output, if you use a twtxt file jdtron/twet handles the reply, or a simple post like “(#hash) my post” will be enough. If you want to interact with twtxt.net you can use yarnc ( even if the reply function is not implemented: actually I can do a quick PR for that) you can post “(#hash) my post” and it will do a reply.

⤋ Read More
In-reply-to » I like twtxt format very much, for being decentralized and everybody can hold their own data. But I see 3 negative points. 1. not everybody can host their file 2. discoverability is hard 3. lack of encryption

Just a joke from a Linux guy : “Is the error coming from the Goryon code or from Windows” (sorry @eaplmx@twtxt.net I had to do that one)

⤋ Read More
In-reply-to » @brasshopper bitcoin 🤮 that's a hard no from me

I like the technology behind it but I won’t buy because I don’t understand the point of it, I think I don’t like speculation on its principle. For the rest everybody does what they want if they are happy I will be happy.

⤋ Read More
In-reply-to » I like twtxt format very much, for being decentralized and everybody can hold their own data. But I see 3 negative points. 1. not everybody can host their file 2. discoverability is hard 3. lack of encryption

so I decided to code :

  1. A client that can interact with hosting platforms (GitHub/GDrive/OneDrive/YarnSocial)
  2. A simple api where you can subscribe your nick/url
  3. Will see later, too much ideas for now.

⤋ Read More
In-reply-to » I like twtxt format very much, for being decentralized and everybody can hold their own data. But I see 3 negative points. 1. not everybody can host their file 2. discoverability is hard 3. lack of encryption

So I decided to code 2 different projects :

  1. A client that can interact with data on different hosting platform (GitHub/ Gdrive/OneDrive/Yarn)
  2. An API where you can subscribe your Nick/URL
  3. Will see later (too many ideas)

⤋ Read More

I like twtxt format very much, for being decentralized and everybody can hold their own data. But I see 3 negative points.

  1. not everybody can host their file
  2. discoverability is hard
  3. lack of encryption

⤋ Read More
In-reply-to » lol apparently I’ve been suspended from Reddit due to some violation of content policy. However, they haven’t actually told me what content policy that I have violated. How to get unsuspended? Prove that you haven’t violated the content security policy. This is the most asinine thing that I’ve ever seen.

Yep exactly.

⤋ Read More
In-reply-to » lol apparently I’ve been suspended from Reddit due to some violation of content policy. However, they haven’t actually told me what content policy that I have violated. How to get unsuspended? Prove that you haven’t violated the content security policy. This is the most asinine thing that I’ve ever seen.

@brasshopper@twtxt.net maybe I have not found those niches. For lobster it’s oki but hacker news is better.

⤋ Read More
In-reply-to » lol apparently I’ve been suspended from Reddit due to some violation of content policy. However, they haven’t actually told me what content policy that I have violated. How to get unsuspended? Prove that you haven’t violated the content security policy. This is the most asinine thing that I’ve ever seen.

I ll be interested too, I mostly use hacker news and lobsters.
Do you really find useful things on Reddit ? I only see there memes and catch time things but nothing really interesting. Or maybe I don’t know how to use Reddit.

⤋ Read More
In-reply-to » Sorry, I was out with the scouts.

It seems very fun. I always wanted to do things like that. My sons went to scout when they were kids and then the cadets ( Sea, Army or Air Cadets ) something we only have here in Canada, is like scout but handled by the army.

⤋ Read More
In-reply-to » 🥳 Had a nice real-time chat with @eaplmx today over Salty Chat today which was really nice 👌 I love that two things happened 1) Worked out how to register an address on my broker/domain in the first place, 2) then worked out how to delegate another domain to my broker. -- This was a very good outcome for useability 👌 #Salty.im

I really have to setup it.

⤋ Read More
In-reply-to » @abucci It's exactly what I have a problem with things like IPFS, Matrix, ActivityPub-based things and so on... They lure users into a false sense of security by claiming to be "centralised" when in fact they are really "distributed" and border-line "centralised" anyway 😢

@prologic@twtxt.net it’s exactly for that I like twtxt protocol.

⤋ Read More
In-reply-to » Hello @prologic, I saw a little bug on the /post api. I can force the hash (sending "(#hash) text" ) that is good to choose my hash and to reply and I end up having in my twtxt file :

I guess it will be fine because yarn has one cache and one archive. So if a collision appear it will unlikely be on the first cache. But if it happen anyway, I think that the cache will be overridden by the collision, and the reply of the first conv will appear as childs of the collision instead.

⤋ Read More
In-reply-to » Hello @prologic, I saw a little bug on the /post api. I can force the hash (sending "(#hash) text" ) that is good to choose my hash and to reply and I end up having in my twtxt file :

got it. Yarn social not finding the hash of the conv on its cache, thinks that it’s a subject instead. Which is logical because hash is in the subject. Ok so only now I fully understand the specs :

Twt hashes make twts identifiable, so replies can be created to build up conversations. The twt’s hash is used in the Twt Subject of the reply twt to indicate to which original twt it refers to. The twt hash is similar to the Message-ID header of an e-mail which the response e-mail would reference in its In-Reply-To header.

You gotta admit that some example would have been helpful :D

⤋ Read More
In-reply-to » I'm reading a lot about DID, and Am I the only one to find it terrible ? It seems to me that they want to recreate OpenID. Actually I don't even understand what are they trying to resolve that a public/private key can't resolve. Ideas guys ?

Yeah, I definitely don’t like DID

⤋ Read More