Trending: steemitdevAll contenthive-129948hive-196917krhive-180932zzanhive-150122photographyhive-185836hive-183959steemhive-188619hive-166405hive-144064hive-183397hive-145157hive-101145uncommonlabhive-184714hive-193637hive-103599hive-180106lifehive-139150hive-109690hive-141434TrendingNewHotLikersjustyy (83)in hive-102132 • 6 hours agoZeroSSL fails to renew due to Nginx port 80 not openMy steem load balancer node ( fails with SSL error this morning: It turns out the SSL error, and I was trying to renew it manually with .acme.sh It failed. And the reason was that the…justyy (83)in hive-102132 • 2 days agoSteem Load Balancer: Fix Invalid Request due to Header Not SetBoth Load Balancer Nodes for STEEM have been updated: (London, UK) (USA) Repo: I've come across this bug - which I need to spend some time debugging: curl -s -X POST --data…justyy (83)in steem • 2 days agoSteem Load Balancer: Investigation of Invalid RequestI've come across this bug - which I need to spend some time debugging: curl -s -X POST --data '{"jsonrpc":"2.0", "method":"condenser_api.get_account_count", "params":[], "id":1}' https:/…justyy (83)in steem • 4 days agoWe shouldn't lower the standard for the SPSI understand that many have withdrawn their votes for the "Return Proposal," but it was put in place for a reason. Lately, it feels like the standards for proposals have declined, and many of them…justyy (83)in steem • 5 days agoThe Voting Power API from SDSPreviously, I have been using the SDS API to get the voting power: However I found out that within 6 minutes, the voting power difference is 2% which doesn't seem correct. As far as I…the-gorilla (76)in hive-151113 • 6 days agosteemCreated with Sketch.⏸️ #proposal-89: [Paused] Steemit - The Social Media Blockchain for PhotographersAs of today, #proposal89 is no longer approved for funding. This update shares the improvements that I've been working on since my last update . At the time of writing, these changes…justyy (83)in witness-category • 6 days agoImprove proposal upvoted checking from O(N^2) to O(N)The idea is to use a hash set to reduce the time complexity from O(N^2) to O(N) through the O(1) lookup, instead of linear lookup via indexOf. Merge a PR: Steem to the Moon🚀…justyy (83)in hive-102132 • 6 days agoNon-started Proposals Show Zero Total Votes - Bug or Feature?I'm trying to fix the problem: on wallet page, non-started proposal show zero total votes. I've added some debug printing locally and I can see the total_votes from list_proposal_votes is zero…