Content pfp
Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction

Dan Romero pfp
Dan Romero
@dwr
If Warpcast was open source, what are 1-2 things you would want to learn how we do?
36 replies
5 recasts
49 reactions

@
0 reply
0 recast
0 reaction

Dan Romero pfp
Dan Romero
@dwr
React Native aside, can you get more specific as to what is hard about some of these things. Examples are useful!
1 reply
0 recast
0 reaction

​woj pfp
​woj
@woj
2. feed naive solution: write a sql query that looks at all posts in the database, ranks them and returns in time to the user but this would be super slow and expensive (probably) good solution: generate the feeds for users before they actually request them, read on demand but getting this right is non-trivial
2 replies
0 recast
1 reaction