Arc Forumnew | comments | leaders | submitlogin
About lobste.rs (lobste.rs)
3 points by hjek 2016 days ago | 7 comments


4 points by i4cu 2015 days ago | link

I like the invitation tree concept. I plan to do that with one of my apps, but I think I would have to add that feature well after I obtain a decent user base.

-----

3 points by krapp 2015 days ago | link

Tags imply a many-to-many relationship, don't they? How difficult would that be to do efficiently in News, without a proper relational database?

-----

2 points by i4cu 2015 days ago | link

> Tags imply a many-to-many relationship.

I don't believe so, but it depends on what relationships and queries you have in mind.

I think you just need to maintain an index of story ids for each tag then alter the page list code to check each story against chosen tag indexes in order to apply custom filters. And you will also need to bypass the page caching operations for these filtered pages (just given the number of combinations that are possible).

Obviously db capabilities would make it (and everything else) much better, but it's not a showstopper.

-----

4 points by i4cu 2014 days ago | link

> I don't believe so.

I shouldn't post in the middle of the night... of course it's many-to-many... I was attempting to say I don't believe it will be a problem.

The rest of my comment should hold true.

-----

3 points by zck 2014 days ago | link

I've never signed up for lobste.rs. Could I get an invite? What do you need to invite me? (email in profile)

-----

3 points by akkartik 2014 days ago | link

I'll invite you.

-----

3 points by zck 2014 days ago | link

Thanks! I'll spend some time checking it out. :)

-----