Hot: steemitdevAll contenthive-129948hive-196917krhive-150122hive-180932steemzzanhive-185836hive-183959photographyhive-144064hive-145157hive-188619hive-166405hive-183397hive-101145uncommonlabhive-184714hive-139150hive-103599hive-109690hive-193637hive-180301hive-180106hive-113376TrendingNewHotLikersthe-gorilla (76)in hive-151113 • 11 hours 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 • 19 hours 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 • 21 hours 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…justyy (83)in sps • 2 days agoProposal: Fixing Steemd Build Dependencies in the Latest OSI've created an issue here: SPS The initial work for this project is expected to begin around 9 May 2025. Planned tasks include: Add a Dockerfile for Ubuntu 22.04 Add a Dockerfile…justyy (83)in hive-102132 • 3 days agoAdding Docker Compose to Steem Load BalancerA simple update that I added that allows you to start the steem load balancer via docker compose: And I've also updated the latest image to docker hub. You can now do: source setup-env.shjustyy (83)in blog • 4 days agoAdding Retry to some of the voting functionsI've taken a deeper look to the code relating to voting and it seems the call fails because of RPC node issues, therefore, the quickest way is to ensure we have a simple retry logics. Hopefully…justyy (83)in steem • 6 days agoVoting Power Almost 100% Overflow - 99.99+ at 07:12Since the price of STEEM is currently low, $1000 is worth over 8,000 STEEM. As a result, the voting weights on some posts are lower. This also means I have more voting power available to use…