New: steemitdevAll contenthive-129948hive-196917krhive-150122steemhive-180932zzanhive-183959hive-166405photographyhive-188619hive-185836hive-144064hive-183397uncommonlabhive-101145hive-103599hive-184714hive-145157hive-109690photohive-138689bitcoinhive-139150hive-180301TrendingNewHotLikersjustyy (83)in sps • 12 hours agoProposal #98 likely to get approved for funding (start in 2 days)Previously: Call for Vote: Fixing a Mess in Steemd Thank you for all the supporters! I am exicited with this as well, so hopefully good things would come ! Vote to support! If you…justyy (83)in steem • 2 days agoAccount Reg: 1 Email 1 AccountThe Free Steem Account Sign-up Tool enforces a 1 email 1 account rule - to prevent spamming. However, for some reasons, if you did not receive the email, please contact for help. For…justyy (83)in hive-102132 • 3 days agoPR Merged: Change "about" from textbox to textarea #3950Merged a PR: This is one of the low hanging fruits to improve the steemit frontend e.g. condenser. I expect this change will be tested first in before it is deployed to product. Steem…justyy (83)in sps • 3 days agoCall for Vote: Fixing a Mess in Steemd5 Days till the start day of my proposal: Proposal: Fixing Steemd Build Dependencies in the Latest OS Many people overlook the fact that maintaining and improving steemd requires…justyy (83)in steem • 5 days agoSubmitted a PR: (Low Hanging Fruit) to Change "about" from textbox to textareaI've submited a PR: This PR changes the type of the "About" in settings from TextBox to TextArea: Steem to the Moon🚀! You can rent Steem Power via rentsp ! You can swap…justyy (83)in witness-category • 7 days agoMerge a PR to steemit/condenser: Support Youtube Short VideoLow hanging fruits to improve steemit PR merged: Steem to the Moon🚀! You can rent Steem Power via rentsp ! You can swap the TRON:TRX/USDT/USDD to STEEM via…justyy (83)in hive-102132 • 9 days agoMilestone: steem2trx 1000 Swaps! Hooray!steem2trx swap surpasses 1K swaps! Total STEEM and SBD in Total TRX out Average Rate 426303 TRX/252073 STEEM ==> 1 STEEM ~= 1.691 TRX (average) 2758.720/331.534 ==> 1…justyy (83)in steem • 12 days agoFix Steem Build - Definitely Not An Easy TaskAlthough I don't think my proposal Fixing Steemd Build Dependencies in the Latest OS will be approved for funds (many thought the payment is too much and work unnecessary for 3 OS), I still want…the-gorilla (76)in hive-151113 • 13 days ago👨💻 #Proposal-89: Updates available on steemitdev.com, Big Design News and MEGA TESTING TIME!It's been 2 weeks since my last update and wow, has it been busy. After my proposal had its funding paused, it took a bit of time to rally the community and get us back above the Return…justyy (83)in steem • 20 days agoSteem Load Balancer: Fixing a Bug when All Requests FailedWhen all requests failed (the server has a intermediate network issue), the code breaks. This crashes the load balancer 's container. I have to add this as a test even though this is unlikely…justyy (83)in hive-102132 • 22 days 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 • 24 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 • 24 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 • 26 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 • 27 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 • 28 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 • 28 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 • 28 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…justyy (83)in sps • 29 days agoProposal: Fixing Steemd Build Dependencies in the Latest OSI've created an issue here: SPS or DAO.reserve? 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…justyy (83)in hive-102132 • last monthAdding 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.sh