You are viewing archived messages.
Go here to search the history.

Sam Butler 2021-12-12 10:51:42

Any devs interested in tinkering on a tool to export social graph/network data from walled gardens like LinkedIn/Facebook/Discord, and build some lo-fi chat/comms on top?

I've been hacking on this starting with LinkedIn. If you enable authentication with LinkedIn's 3-legged flow (https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?tabs=HTTPS), then you can use the Connections API with Field Request to return the connection names and unique IDs/urns (https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/connections-api) for all of your connections. With that, you have a first-connections social graph. And then, just need a way to send message blobs to those folks!

Here's a repo where I've been working on it:

https://github.com/sbutler-gh/earthkind

^ At the moment, it's stuck because the LinkedIn 3-legged auth isn't working β€” not sure exactly what the problem is, whether CORS or with the redirect URIs. I added documentation in the index.svelte file to describe more there.

If it is CORS errors, I'm not sure if that's bypassable locally, so I also spun up a deployed instance at https://earthkind.pages.dev/. That gives some redirect errors when trying to authenticate which might provide more information.

I've been reflecting on this for awhile, think it could be really useful! For example, do you ever have an in-depth DM chat with a friend where you wish other people could check out the discussion/thoughts coming out? By building something that's described here, we could even give people an option to have chats that are publically indexable and discoverable β€” the equivalent of chatting in public, so others can overhear and join the conversation. Just one of the possibilities!

Mariano Guerra 2021-12-14 21:16:02

Short demo of the new Filter Card, useful to build dynamic filters based on inputs to create interactive visualizations and dashboards

https://www.youtube.com/watch?v=EAwb7Z47-nA

pawel ceranka 2021-12-14 21:28:16

Very cool. Liked that formula editor πŸ˜‰

Mariano Guerra πŸ•°οΈ 2021-12-10 12:47:30

πŸ““ Day 6 of Advent of Future of Code: Reactive Codebooks with TypeCell

Check instructions here: https://buttondown.email/reviewjam/archive/advent-of-foc-day-6-reactive-codebooks-with/

🧡 Conversation about the task as comments to this message!

Yousef El-Dardiry 2021-12-16 09:57:47

I’ve updated the tutorial based on Kartik’s feedback.

If anyone else wants to give this Javascript live notebook experience a go, see https://codebooks.typecell.org/docs/interactive-introduction.md - feedback much appreciated!

Thanks again Mariano Guerra Kartik Agaram