Follow us on Bluesky
  1. Bluesky Feeds /
  2. Kuba Suder, disinternected /
  3. ATProjects

Links to projects on GitHub filtered from the main ATProto feed

Feed on Bluesky

Feeds Stats

  • 💙 Liked by 22 users
  • 📅 Updated 5 months ago
  • ⚙️ Provider blue.mackuba.eu

ATProjects Likes over time

Like count prediction
The feed ATProjects gains approximately 0 likes per month.

Feed Preview for ATProjects

Boris
@bmann.ca
about 6 hours ago
That would basically be a list of apps and/or lexicons. I sort of have awesome lexicons, but that was focused on lexicons -> github.com/lexicon-comm... And e.g. I happen to know that @recipe.exchange is a Rails app(view) @mackuba.eu made SDK Blue sdk.blue
sdk.blue

sdk.blue

sdk.blue

A curated list of libraries & SDKs for the Bluesky API and AT Protocol

0
0
3
Kuba Suder, disinternected
@mackuba.eu
about 6 hours ago
I don't know if anyone is running a permanent publicly-accessible AppView, I just know some people were running them as a test. As for alternative implementations, this is the only one I can think of so far: github.com/alnkesq/AppV...
GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

github.com

GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

A Bluesky appview focused on low resource consumption - alnkesq/AppViewLite

1
0
1
neko🌸
@nekorug.moe
about 8 hours ago
are you aware of appviewlite? it's a bsky appview for self-hosting. you can also self-host a relay quite easily, and appviewlite takes care of mirroring the plc.directory (which is forkable). all the pieces are here. you can self-host or host bsky's appview for more users.
GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

github.com

GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

A Bluesky appview focused on low resource consumption - alnkesq/AppViewLite

1
0
0
David
@self.hosted.retr0.id
about 15 hours ago
too late I already solved it with the power of APSW+venv: github.com/DavidBuchana...

github.com

0
0
2
call_user_func
@throwable.bsky.social
about 19 hours ago
📦 tencentcloud/pds 3.0.1370 TencentCloudApi php sdk pds 🔗 github.com/tencentcloud-sdk-php/pds
0
0
0
henry
@henryzoo.com
1 day ago
here's a few: see ↗ - "facets" to make a word link to the url - make long threads - create a root post that only contains the URL and all annotations attach as replies to it (makes it easier to find instead of calling /searchPosts) - different lexicon than app.bsky.feed.post with diff limits
2
0
6
Klemens Arro
@klemens.bsky.social
1 day ago
Thanks. That’s good information. So far, I’ve found this one, but it’s still in the early development phase. github.com/alnkesq/AppV...
GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

github.com

GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

A Bluesky appview focused on low resource consumption - alnkesq/AppViewLite

1
0
0
futur
@futur.blue
2 days ago
I mean, it's stuff like e.g. this that pulls in dataplane and bsync and runs it alongside the appview for convenience — not necessarily something you'd want to be the default I think?
bluesky-selfhost-env/patching/105-atproto-services-for-docker.diff at master · itaru2622/bluesky-selfhost-env

github.com

bluesky-selfhost-env/patching/105-atproto-services-for-docker.diff at master · itaru2622/bluesky-selfhost-env

bluesky self-hosting tool for easy deploy in anywhere. - itaru2622/bluesky-selfhost-env

2
0
14
Orual
@nonbinary.computer
2 days ago
You can, though it's a bit involved, and does take some small modifications to the appview and such, iirc. This was one attempt at pulling it all together, though it's a bit out of date. github.com/itaru2622/bl...
GitHub - itaru2622/bluesky-selfhost-env: bluesky self-hosting tool for easy deploy in anywhere.

github.com

GitHub - itaru2622/bluesky-selfhost-env: bluesky self-hosting tool for easy deploy in anywhere.

bluesky self-hosting tool for easy deploy in anywhere. - itaru2622/bluesky-selfhost-env

1
0
24
Daniel Goldman
@dgoldman.bsky.social
3 days ago
Though to get LLMs to be able to interface with us and ourselves we'll also need a protocol beyond atproto to handle communication: one that is natural language native. Ironically we can look to the past. And yes I have another project that needs adopting there. It's got a LOT of dust on it though.

github.com

GitHub - dgoldman0/gopherAI

Contribute to dgoldman0/gopherAI development by creating an account on GitHub.

1
0
2
neko🌸
@nekorug.moe
3 days ago
most users probably don't need to have every single post saved though... the awesome AppViewLite project can prune old data outside of the active users' social graph putting a ceiling on storage usage. perfect for self-hosting! people have been running this 'bsky instance' on old laptops...

github.com

GitHub - alnkesq/AppViewLite: A Bluesky appview focused on low resource consumption

A Bluesky appview focused on low resource consumption - alnkesq/AppViewLite

1
0
7
alice (@__justplaying)
@alice.mosphere.at
3 days ago
introducing tidface 1.0: a Moderately Useful Watchface displays the time in: - "at what airport is it just past noon/5pm right now?" o'clock - atproto tid - swatch internet time rebble store: apps.rebble.io/en_US/applic... source: github.com/aliceisjustp...
4
6
59
Autumn
@aeshna-cyanea.bsky.social
3 days ago
my skills are nowhere near coding up appview for it D: for the forseeable future my only atproto contributions are going to be the stuff in github.com/atproto-tools/
atproto-tools

github.com

atproto-tools

atproto-tools has 3 repositories available. Follow their code on GitHub.

1
0
1
Jessie Rushing
@immber.bsky.social
4 days ago
I added some additional notes to my gist today, and also pushed this sample app up to GitHub github.com/immber/sampl... I've run into and gotten past some fun new errors while trying to get atproto oauth login completed in Coral. Progress has been made, but it's not ready to 🚢 just yet.
GitHub - immber/sample-bsky-oauth-login: A simple node oAuth login with Bsky (atproto) example

github.com

GitHub - immber/sample-bsky-oauth-login: A simple node oAuth login with Bsky (atproto) example

A simple node oAuth login with Bsky (atproto) example - immber/sample-bsky-oauth-login

0
1
4
🦌
@aviva.gay
4 days ago
github.com/a-viv-a/deer... is the core logic constellation makes it fast to discover all the labels on an account without needing to search every trusted accounts pds
1
1
23