(ELI5ish in the replies)
-> source at git.lavender.software/cerulea/relay <-
(ELI5ish in the replies)
i wonder how long it’ll take for open social to become common sense
i wonder how long it’ll take for open social to become common sense
the feed is meant to be scrolled down without any distractions
the timeline does NOT Auto-refresh!
the feed is meant to be scrolled down without any distractions
first two should be easy to do 2 way as postgres has LISTEN
edgedb only has polling for now
but above is dreamy setup, jazz is distributed state for apps
neon for proper sql
and edgedb for read only queries with its nice query language
first two should be easy to do 2 way as postgres has LISTEN
edgedb only has polling for now
but above is dreamy setup, jazz is distributed state for apps
neon for proper sql
and edgedb for read only queries with its nice query language
• Search easily through all posts on Bluesky
• View notifications in your Mac menu bar
• See and manage your muted/block list
And much more, all from Raycast :)
@jay.bsky.team @emily.bsky.team @pfrazee.com @thomaspaulmann.com @rose.bsky.team
• Search easily through all posts on Bluesky
• View notifications in your Mac menu bar
• See and manage your muted/block list
And much more, all from Raycast :)
@jay.bsky.team @emily.bsky.team @pfrazee.com @thomaspaulmann.com @rose.bsky.team
This weekend Maisem Ali (github @maisem) and I "polished" it up into a standalone Go binary:
github.com/tailscale/ta...
Still rough, but fun. Good weekend distraction.
This weekend Maisem Ali (github @maisem) and I "polished" it up into a standalone Go binary:
github.com/tailscale/ta...
Still rough, but fun. Good weekend distraction.
a sync engine with go would be sick, I wonder if I can do a node-jazz wrapper
a sync engine with go would be sick, I wonder if I can do a node-jazz wrapper
such an easy win to give users more things without cluttering up ui
in X for example one tap share is X share and long press is iOS native share
I want to do a build of app where long pressing like is bookmark
Promote the share button to an action on the main feed (right now i need to hit the three dots to open a bottom sheet), and then allow me to press and hold the share action to share to other apps (like twitter)
such an easy win to give users more things without cluttering up ui
in X for example one tap share is X share and long press is iOS native share
I want to do a build of app where long pressing like is bookmark
I want to bolt on bookmarks as a ‘second like’ but wonder if I can even put bluesky app on my phone from github or i need some special things
I want to bolt on bookmarks as a ‘second like’ but wonder if I can even put bluesky app on my phone from github or i need some special things
at://<your identity>/<record type>/<record key>
this is how a “like” by one person refers to a “post” by another person — it links to it
at://<your identity>/<record type>/<record key>
this is how a “like” by one person refers to a “post” by another person — it links to it
at the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it
data is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink
at the core of atproto is the data. it lives own your own computer (or someone hosts it for you). think of it as a hard drive with JSON files on it
data is structured (i.e. has a type), and can references other records on other peoples' computer with a URI like a hyperlink
pds tells the world it has new data, appview picks it up and decides whether it cares about it, aggregates it with other people's like records and repost records to form a Bluesky Post™
As a separate tab/list in Bluesky client that follows this ‘feed’. One account can aggregate HN threads or articles or other things.
AP: you have multiple twitters that talk to each other
AT: what if twitter drew its data from the open web?
with AP, instance = application + hosting. data gets sent between instances.
with AT, data flows *from* hosting *to* apps
As a separate tab/list in Bluesky client that follows this ‘feed’. One account can aggregate HN threads or articles or other things.