HackerTrans
TopNewTrendsCommentsPastAskShowJobs

psionides

no profile record

Submissions

Introduction to AT Protocol

mackuba.eu
197 points·by psionides·11 माह पहले·113 comments

comments

psionides
·3 माह पहले·discuss
> The leaders there once cared a lot about keeping GitHub available even in countries that were sanctioned by the US.

The link leads to a blog post saying how they mercifully unblocked the users in Iran, but that was some time after they first suddenly blocked those users without any recourse and any way to even download their data and private repositories hosted there, without any advance warning…
psionides
·3 माह पहले·discuss
I don't think there's a good reason to call the creators of Tangled "libertarian dickheads", tbh.
psionides
·5 माह पहले·discuss
I don't think they fall under DMA at this size yet?
psionides
·7 माह पहले·discuss
> At that time, the company was valued at $2 billion. Hello bubble. Then in maybe one of the best rug pulls of all time, in July they quietly changed their revenue projections to $500 million. A 75% cut in four months.

I feel like I'm missing something here…
psionides
·10 माह पहले·discuss
They read the content cached from the AppView, not directly from the PDS
psionides
·10 माह पहले·discuss
Yeah, there are tens of thousands of records referencing a PDS with a certain… controversial president's name in the hostname, which doesn't actually exist at all.

Also someone from Nostr made a tool that let you upload image files and encode them (split into parts) into plc directory records…
psionides
·11 माह पहले·discuss
Honestly I was really confused about this too…
psionides
·11 माह पहले·discuss
You're free to set up your own PDS (which is super easy) and use Bluesky through it, and it works just fine (or even better if the PDS is close to you)
psionides
·11 माह पहले·discuss
Thanks, will have a read :)
psionides
·11 माह पहले·discuss
https://www.blackskyweb.xyz - it's the black people community on Bluesky, they started first with some custom feeds and blocklists/labeller, now they have a PDS and relay, and they're planning to launch a forked version of the app and eventually have a full independent infra basically. With some extra features like option to make "internal" posts that aren't shared with the wider Bluesky but only with people on the PDS.
psionides
·11 माह पहले·discuss
Sorry, I keep mixing these - bytes instead of scalars, which I think would be more natural to iterate over in most languages (at least the ones I use).
psionides
·11 माह पहले·discuss
Hmm… Yeah, I guess each language does it kinda differently. At least Ruby also does it similarly like Python.

> I’m confused here. You established indexing is by UTF-8 code unit, then said it’s because of JavaScript which… doesn’t do UTF-8 so well?

It's not that UTF-8 is because of JavaScript, it's that indexing by bytes instead of UTF-8 code units is because of JavaScript. To use UTF-8 in JavaScript, you can use TextEncoder/TextDecoder, which return the string as a Uint8Array, which is indexed by bytes.

So if you have a string "Cześć, #Bluesky!" and you want to mark the "#Bluesky" part with a hashtag link facet, the index range is 9...17 (bytes), and not 7...15 (scalars).
psionides
·11 माह पहले·discuss
You've just described Anubis, yeah
psionides
·11 माह पहले·discuss
The problem is that 7 + 2 on a submission form only affects people who want to submit something, Anubis affects every user who wants to read something on your site
psionides
·11 माह पहले·discuss
I don't think that Matrix chat was used much after the initial months, I've only really heard about it in legends... That Discord (the ATProto Touchers) is community-run.
psionides
·11 माह पहले·discuss
I'm not really familiar with that layer of things, but I think it's possible, though that "just" is doing a lot of work here of course, and I think it might not necessarily be a good idea to have encrypted messages available publicly for everyone all the time, so they can collect them and wait until someone slips up / a vulnerability is found / they have enough hardware to crunch it...
psionides
·11 माह पहले·discuss
So, one big problem is that there's basically no way to have shared-private data in the protocol - it's either private to you, or fully public. Hence no "locked accounts", "followers-only posts" and so on on Bluesky, and this also prevents more sensitive ideas like e.g. "Strava on ATProto" (where you probably don't want to share your run map with the whole world!).

They are working on this, but it's still gonna take a while as I understand.
psionides
·11 माह पहले·discuss
Anything "social" basically - the first ideas that come to people's minds are of course things like: GitHub but on ATProto, Instagram on ATProto, Tiktok on ATProto, Reddit on ATProto…
psionides
·11 माह पहले·discuss
For now mostly just small things that the Bluesky dev/user community is playing with, but check out e.g. Tangled which is meant to be a GitHub alternative on ATProto: https://tangled.sh
psionides
·11 माह पहले·discuss
That's funny, because the team is also regularly accused of being "libertarian tech bros"