crabl
12/06/2021, 7:05 AMYousef El-Dardiry
12/08/2021, 12:43 PMstore.todos.push( { completed: true, title: "write code" } );
- and the Reactive Programming model makes it effortless to listen to changes.
Anway, I just put it live on https://syncedstore.org/ - would really welcome your feedback!
PS: it’s also on HN (see “show” page), comments / votes there are always appreciated to help a fellow FoCer ;)Allan Campopiano
12/08/2021, 7:43 PMMariano Guerra
12/10/2021, 12:47 PMSam Butler
12/12/2021, 10:51 AMindex.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
12/14/2021, 9:16 PMhttps://www.youtube.com/watch?v=EAwb7Z47-nA▾
Benjamin Smith
12/22/2021, 3:29 AMdnmfarrell
12/29/2021, 7:51 PMjp
my bash-based json processor. https://github.com/dnmfarrell/jp#tutorial
I'm trying to make it easy for newcomers to learn something useful and accomplish something right away (even if the Venn diagram of users with bash who need to validate/transform json and don't already use jq is small). I'd appreciate any feedback anyone has. Thanks!Corey
01/05/2022, 1:50 AMIvan Reese
01/05/2022, 4:49 PMintroduction video▾
Mariano Guerra
01/14/2022, 12:20 PMYousef El-Dardiry
01/18/2022, 2:15 PMMariano Guerra
01/19/2022, 11:37 PMKartik Agaram
01/21/2022, 1:25 AMcdfa
01/23/2022, 6:24 AMJames Haliburton
01/27/2022, 2:04 PMhttps://www.youtube.com/watch?v=XgYiyfoXCHM&ab_channel=Noodl▾
Jason Morris
01/28/2022, 9:28 PMhttps://www.youtube.com/watch?v=NxPkR79ENFs▾
Dan Stocker
01/30/2022, 7:44 PMJohn Voorhees (Primitive)
02/01/2022, 8:23 PMJason Morris
02/03/2022, 2:25 AMJoe Nash
02/10/2022, 6:34 PMKartik Agaram
02/11/2022, 7:59 AMmain
makes the app easy to audit. You can inspect just that one function and give just it permissions to perform file operations on your computer, while denying them to the rest of the app including callees of main
.
Anyways, I'd love to hear thoughts on this. I don't have experience with note-taking apps, and my UX skills suck. Let me know if you have suggestions, feature ideas, or if you'd like a private copy tailored for yourself. Situated software and all that.
Main project page: https://github.com/akkartik/teliva
[1] https://futureofcoding.slack.com/archives/C0120A3L30R/p1640501578098600
[2] https://futureofcoding.slack.com/archives/CCL5VVBAN/p1644198434431509daltonb
02/16/2022, 11:13 PMKiril Videlov
02/17/2022, 4:14 PMMariano Guerra
02/18/2022, 9:22 AMORDER BY
and LIMIT
to the Firestore query parser and I decided to create a playground for it:
- Run queries
- Load examples
- See intermediate representations
https://instadeq.github.io/firestore-query-parser-js/playground.html
https://www.youtube.com/watch?v=vgkMPdwBcS8▾
Mariano Guerra
02/21/2022, 12:32 PMjamii
03/02/2022, 11:07 PMJason Morris
03/03/2022, 12:22 AMhttps://youtu.be/2xZqoU-PCMY▾
Nick Arner
03/08/2022, 5:53 PMtaowen
03/11/2022, 12:09 AMtaowen
03/11/2022, 12:09 AMCole
03/13/2022, 2:36 AM