prologic

twtxt.net

No description provided.

Recent twts from prologic
In-reply-to » Okay so I have no clue about Rust nor am I a very proficient programmer, but surely this is even more of a joke than this repo portrays it to be? It can't actually be this ridiculous to make a hello world in Rust surely 😅

@eldersnake@yarn.andrewjvpowell.com Yeah there are some nice Go web frameworks for sure 👌 I don’t use any myself because I like to get down and dirty and build my own libraries or use simple things but nevertheless things like Gin are pretty decent 😅

⤋ Read More
In-reply-to » Hi Everyone! For the month of February @prologic and I are donating our beer budget to the yarn.social collective!! We would love for the yarn community to join us in not only ‘dry February’ but also making a financial donation. Funds collected will be used to pay a mobile developer to help build the mobile app! (@prologic can speak to these tech goals)

@kt84@twtxt.net Thanks! 🙇‍♂️ Although I’m not really that keen on no more 🍺 for a month! Oh well 🤣 – To clarify, (though I haven’t been as vocal/public about this as I should have been), my goals for this year are two-fold:

  • Get the Yarn.social mobile app complete and finally released to the App and Play stores. There is a Release milestone that covers what needs to be done. I’m anticipating this to take around 1-2 months at a cost of around $800-$~1600 USD.

My second goal, once this is complete is to get the Salty.im mobile app actually off the ground and at a bare minimum it should sport features that let you chat with individuals, group chats and push notifications. @xuu@txt.sour.is has been hard at work working on Double Ratcheting support (more secure!) whilst I’ve been working on the Broker and API and Blob storage.

⤋ Read More
In-reply-to » Okay so I have no clue about Rust nor am I a very proficient programmer, but surely this is even more of a joke than this repo portrays it to be? It can't actually be this ridiculous to make a hello world in Rust surely 😅

@eldersnake@we.loveprivacy.club I’m afraid it is really 🤣

A “Hello World” in Go is just:

$ go mod init hello
$ cat > main.go <<EOF
package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}
$ go build
$ ./hello
Hello World

⤋ Read More
In-reply-to » Pod / System update: there does seem to have been some data loss as a result of the recent re-homing of this service – including the warning issued from this account many hours prior! – but I'm hoping that, overall, the process hasn't been catastrophic; please do let me know if you have experienced any issues, or indeed still are. Ta!

@jlj@twt.nfld.uk Hmmm, to be honest I’m not sure how you’d have lost any data at all really. 🤔 Can you elaborate on what you think you lost, maybe point me to a twt you think has gone missing or something? I mean there’s an in-memory cache, that is synced to disk periodically (and on shutdown), but the cache is really ephemeral anyway, it is populated by fetching feeds. Then there’s the on-disk archive, which really shouldn’t suffer any data loss, as it’s only ever written once.

⤋ Read More
In-reply-to » Pod / System update: there does seem to have been some data loss as a result of the recent re-homing of this service – including the warning issued from this account many hours prior! – but I'm hoping that, overall, the process hasn't been catastrophic; please do let me know if you have experienced any issues, or indeed still are. Ta!

@jlj@twt.nfld.uk How did you rehome the pod? rsync tar?

⤋ Read More
In-reply-to » @prologic I have updated to kinda follow this. It now redirects to other webfingers if the resource has a different hostname. I'm still not sure what I should put multiple services with the same domain name. Like if they were to have conflicting properties.

@xuu Oh hey didn’t see this sorry… I’m actually thinking about integrating webfinger on the lookup upside in yarnd soon™ – Would be keen to get your feedback on the impending PR as I believe you have the strongest opinion(s) on this next to me and @abucci@anthony.buc.ci I think 🤣

⤋ Read More
In-reply-to » Wow sorry! 🤦‍♂️ I dunno what I did there 😱 Bad commit I think that I just reverted and redeployed my pod. Investigating...

LOL and just as I tried to post that, the “redeployment” (automated) just bit my in the ass and I had to wait a bit 🤣

⤋ Read More
In-reply-to » Wow sorry! 🤦‍♂️ I dunno what I did there 😱 Bad commit I think that I just reverted and redeployed my pod. Investigating...

FWIW I’m about to reroll / redeploy this pod once again, I’m trying to fix a missing piece of countability in an experimental feature (currently behind a feature flag, only enabled on this pod right now).

⤋ Read More
In-reply-to » Wow sorry! 🤦‍♂️ I dunno what I did there 😱 Bad commit I think that I just reverted and redeployed my pod. Investigating...

@nwu1dm@twtxt.net Well its just one of quite a few pods out in the wild, this one is mine, where is where all the development and experimental shit™ occurs 😅 I fucked up a commit, so I reverted quickly and went back to figure out wtf I did wrong 🤦‍♂️ Sorry!

⤋ Read More
In-reply-to » Wooo! I'm back! And the app has a new name!

@ocdtrekkie@twtxt.net Oh snap 🤦‍♂️

so every time I tried to check in here I slammmed into the expired app and went back to Mastodon

I’d best not let that happen again, and get the app over the line and finally published! 🤣 My goals for this year! 🙏 So sorry! 😅 Stay with us, the only truly decentralized community that will stand the test of time 😅

Also we need to finish that Sandstorm work 👌

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

@darch@neotxt.dk Ahh, so you were thinking that… Coool… So I think maybe a drop-down would work there too? Avatar -> Dropdown -> Profile|Settings|Logout ? I dunno I’m not a UX guy 😅

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

What about the users Avatar as the icon in the top right?

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

Maybe it’s okay🤔

⤋ Read More
In-reply-to » Tenía medio olvidado el archivo .txt en español. Tengo el acceso al phpub2txt en el teléfono, aunque no lo uso mucho pues queda como un log sin la interacción que ofrecen otras plataformas.

Maybe you could stand up a Spanish pod?

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

@darch@neotxt.dk I agree with your premise, but yeah I’m not entirely sure myself. I have some “random” ideas in my head, but I can’t express them. I just know it “feels” currently a bit off, let’s ask the community 🙏

⤋ Read More