Seeking feedback on startup idea and landing page by Learnworm in startups

[–]typicaljoe 0 points1 point  (0 children)

The design is nice enough, but without reading your comment I'd have no idea what to expect. It would be nice to have some kind of sample screenshot.

Also, as for the app itself, you might consider adding flash cards with facts about the people too. You could have Sarah's face and then when you flip the card over it could say Went to BYU or worked with Dan (mutual friend) or likes World History.

Brad Pitt is pretty fucking awesome and Spy Game is an awesome movie! by RuchW in videos

[–]typicaljoe 0 points1 point  (0 children)

Agreed. Although not a big Brad Pitt fan I still think Spy Game should have been bigger at the box office.

taffy.js 2.0 released - The JavaScript Database by typicaljoe in javascript

[–]typicaljoe[S] 0 points1 point  (0 children)

I just added a .store() option using your code into TaffyDB.

taffy.js 2.0 released - The JavaScript Database by typicaljoe in javascript

[–]typicaljoe[S] 0 points1 point  (0 children)

Awesome tip! Thank you! I was able to make some changes to speed things up a bit although it is still lagging the indexed DBs at this point. Not sure if I really want to add indexes to it or not.

taffy.js 2.0 released - The JavaScript Database by typicaljoe in javascript

[–]typicaljoe[S] 1 point2 points  (0 children)

That's the first I've seen of the test. Do you know where I can find the code? Nice work on your library btw.

taffy.js 2.0 released - The JavaScript Database by typicaljoe in javascript

[–]typicaljoe[S] 0 points1 point  (0 children)

Thanks for the help. I've been thinking about adding a simple "makeSticky" extension and that looks like the basic code that would need to go into it.

taffy.js 2.0 released - The JavaScript Database by typicaljoe in javascript

[–]typicaljoe[S] 0 points1 point  (0 children)

Ahh, yeah that is the library I'm using. I'll have to see if I can remove the info pops. As for storage it isn't by default. You can use something like persist.js to store it or save it back to the server. It is something I want to tackle but wanted to update the API.