prologic

twtxt.net

No description provided.

Recent twts from prologic
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

@shreyan@twtxt.net Umm, no, the file’s contents are just URL encoded. That can either by in the Query String, or Request Body, but not both. It’s a pretty standard way of encoding a form.

⤋ Read More
In-reply-to » Weekend is getting close! We have a packed weekend for sure, but it'll be a nice one :) Hope you all get to have a nice day! What are you all doing this weekend? Anything cool?

@stigatle@yarn.stigatle.no Looks like we’re having a bit of a quiet weekend 😅 Taking my daughter to table tennis training (second week), she’ll also be starting piano classes and the usual Sunday family brunch 😁

⤋ Read More
In-reply-to » Been playing around a bit with Continue.dev and Ollama.ai in VSCode (which all runs locally). I have to say, Continue.dev is not a bad tool in terms of "utility" and the overall UX is kind of nice. However; I dunno whether I'm just using inferior models like codellama or codellama (See Models), or whether I'm expecting far too much out of these "glorified" token prediction machines, but all this seems to be good for is banging out repetitive keystrokes.

@eapl.me@eapl.me Cool! 🙃 I’m still trying to learn to use it effectively but I’m unconvinced I’ll use it long term and I find it quite umm “dumb” and frustrating at times 🤦‍♂️

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

Reckon we should publish your client on the landing page at some point? 🤔

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

@stigatle@yarn.stigatle.no Yeah saw you got it working! Nice one 👌 Very happy about that! Did you also manage to implement the polling too? (which is important for longer tasks, like uploading a video, which does some transcoding on the backend)

⤋ Read More
In-reply-to » Need to share something with your smart phone?

@xuu@txt.sour.is Good question! 🤔 I’m sure it’s in the QR code specs somewhere, but I honestly haven’t tried it. My use-case for this little snippet is basically taking URL(s) colleagues give me that’s like “oh hey this is an interesting book or article” and offloading that to my personal device without traversing any network boundaries and such. i.e: air-gapped.

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

If you wouldn’t mind updating the Wiki with this info 😅

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

This works for:

  • images
  • video
  • audio

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

Basically:

  1. Hit the /api/v1/upload endpoint with a valid token and media_file as a Form URL encoded payload.
  2. Hit the Task endpoint you get back until status=complete
  3. Use the URI once complete

⤋ Read More
In-reply-to » @prologic - I do not want to nag about it - but did you find some way to post image through curl? (Or could you share the almost-working solution that you tried?), if you have not had time - then that's fine too. I want to start looking into it again :)

@stigatle@yarn.stigatle.no Yeah sorry about that! Here’s how to do it!

$ curl -F media_file=@gitea.png -H "Token: $YARND_TOKEN" https://twtxt.net/api/v1/upload
{"Type":"taskURI","Path":"https://twtxt.net/task/FiBmMQbNF7bicLSZsWybmN"}
$ curl https://twtxt.net/task/FiBmMQbNF7bicLSZsWybmN | jq '.'
{
  "state": "complete",
  "error": "",
  "data": {
    "mediaURI": "https://twtxt.net/media/rhkm36YACemg7TBmG7d2Q6.png"
  }
}

⤋ Read More
In-reply-to » Another day, another terror war breaks out. Sickening videos and images getting out of there. So glad I do not live in a shithole wartorn place to be honest, but feel bad for those who live that way. Innocent people getting murdered every day for nothing.

@stigatle@yarn.stigatle.no it’s truly horrifying and disgusting. I hate how we behave as humans at times, and this is some of the worst 😢

⤋ Read More
In-reply-to » Microsoft might want to be making Windows 12 a subscription OS, suggests leak While this has been a hunch for a while among the Windows enthusiast community, a new leak seems to be further providing somewhat solidifying evidence that it could indeed be the case, that Microsoft’s next-gen OS, casually referred to as Windows 12, could be a subscription-based OS. I have no innate issue with the subscription model for software – especially in the mobile world ... ⌘ Read more

@mckinley@twtxt.net Fair points

⤋ Read More
In-reply-to » Microsoft might want to be making Windows 12 a subscription OS, suggests leak While this has been a hunch for a while among the Windows enthusiast community, a new leak seems to be further providing somewhat solidifying evidence that it could indeed be the case, that Microsoft’s next-gen OS, casually referred to as Windows 12, could be a subscription-based OS. I have no innate issue with the subscription model for software – especially in the mobile world ... ⌘ Read more

@mckinley@twtxt.net To be fair I think iPad/iPhone is a bit different? You buy the “device” but you most certainly don’t pay for a subscription to the OS? 🤔 Maybe I’m wrong here and it’s all the “same same” 🤔

⤋ Read More
In-reply-to » I'll shut down this instance soon, I want to say thanks to all of you, especially @prologic . It's been fun here, but I do not spend much time here anymore - cutting down on the things I host and use \ spend time on etc.

I really could use some help with yarnd too and maybe a few interested parties could get together and build a better Twtxt / ActivityPub service? 🤔

⤋ Read More