Content pfp
Content
@
0 reply
0 recast
0 reaction

Dan Romero pfp
Dan Romero
@dwr.eth
If Warpcast was open source, what are 1-2 things you would want to learn how we do?
38 replies
9 recasts
72 reactions

​woj ツ pfp
​woj ツ
@woj.eth
omg 1. id learn react native 2. feed creation 3. caching rules in general 4. dms implementation 5. id straight copy paste the frames engine to supercast 6. image processing 7. notifications engine in no particular order, all would be extremely valuable to me as a dev in the ecosystem
3 replies
0 recast
11 reactions

Dan Romero pfp
Dan Romero
@dwr.eth
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.eth
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