If only we can replace email with a cost based messaging system where the recipient is paid by the sender, and the recipient chooses a programmable price profile
I want SMTP to be as obsolete as the fax machine.
@k00b another bad idea for your consideration: add selectable user trust levels and/or selectable popularity levels of new articles on the recent page. The goal being to see the most recent posts in order of age but not from new accounts. It might be interesting to have the opposite too, to only see articles from new/untrusted accounts to promote new users
@kr and I discussed this today. On HN, new users are given green user names. We could do something similar, or as you suggest a filter, or even introduce ranking in recent which would mean /recent becomes something more like 'recentish but 0 votes'.
As a shorter term fix, we are going to probably just add an exponential cost for posting within a 10 minute window.
My original reason was to filter out posts from new users when periodically checking recents throughout the day, but then go back and look over newbie posts once a day. The decaying exponential backoff/cost method (PI feedback) might solve the same problem of spam from newbies
That depends on what percentile of what. I dont know what the distribution looks like. I assume there are three or four groupings of scores and they aren't following a single gaussian distribution, probably at least three clumps of scores.
If I were to try to make it algorithmic, I'd probably try to collate the ranks into 100 bins, smoothe the bins through a moving average or high order polynomial fit, then search starting at a score of zero and look for a local minimum between new/inactive users and active users, and set the threshold there.
Is that just for Posts, or are you intending on doing that for multiple comments in a 10 minute window as well?
Also, ... if doing that even for just Posts, maybe add a setting like "Max fee per action", so that I can set 100 sats as the max that my comment or post would ever permit, (unless it's a tip where I manually enter the amount).
I'm thinking about doing a "once a week" thread to encourage & coordinate people to do liquidity swaps between stacker.news users.
"...multiple users like you open channels to each other. This setup results in a free incoming channel to you in return for you opening one to someone else..." we could use for example-> https://lightningnetwork.plus/
We could discuss channel sizes and who opens to who, setting fees to 0 to rebalance between everyone ideally and then back to normal, and so on.
I wouldn't be able to afford opening channels all the time but would be happy to create a post every Saturday with some guidelines.
I've been having fun upvoting posts and comments to 69, but I wonder if this is discouraging more upvotes who don't want to ruin the sats total... 🤔 I think i'll start tipping more randomly from now on..
Hi @k00b, happy Friday! I've noticed that links posted on Stacker News tend to quickly get indexed by google, and (at least for me) any inbound site links are displayed rather quickly to my google performance console. All of which is great - thank you.
I'm curious if you are doing any sort of programmatic addition of each post and its comments to search engines (or anything else special), to get indexed and help others with their inbound SEO?
There's nothing special going on wrt to SEO - it's probably poorly optimized. We just have basic stuff like descriptions. I
Everything is server side rendered which supposedly helps, but I suspect 5+ years into heavy client-side rendering it makes little difference to the crawlers. Also, all the context is text and links which google loves.