BlogHide Resteemsresteemedjustyy (83)in steem • 8 minutes 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:/…resteemedluftjunkie (53)in steemit • 4 days agoHello Again Guys !I do apologize for not being active. I had a bit of stuff on my plate. So today I just to tell you, I decided to not be active on X so much as before and keep it only for keeping being up-to-date…resteemedjustyy (83)in blog • 6 days agoFlask App with Sentence TransformersI've spent sometime to refactor, add a pipeline and tests to This repository contains a Flask application that uses the SentenceTransformer model to compute the similarity between two input…resteemedjustyy (83)in hive-102132 • 6 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.shresteemedfencerdevlog (34)in godot • 6 days agoGodot 4: Raymarching, part 3 (tutorial)Hi everybody! And welcome back to our miniseries dedicated to rendering 3D scenes in shaders using the ray marching method. In the third episode, we will bring the previously static scene to life –…resteemedjustyy (83)in blog • 7 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…resteemedremlaps (75)in hive-151113 • 8 days agoProgramming Diary #35: Steem's fundamental challengesSummary This post describes my programming activity during the last two weeks. Nearly all of my activity focused on enhancements to Thoth , a curation bot that's intended to create new…resteemedluftjunkie (53)in luftieslab • 8 days agoLIVE AGAIN !Although today there should not be a livestream. That are my rules, my channel so I fire the livestream when I want. Here I want to document my struggle and effort put to understand the topics I…resteemedluftjunkie (53)in plivestream • 9 days agoAlright THE TIME HAS COME !We're live on Dlive go and chechout if you want to !resteemedluftjunkie (53)in luftjunkie • 10 days agoMy Opinion to "VIBECODERS"The Viral-Posts made by VIBECODERS are getting far more popular This thing is for me terryfing, because new juniors will be absolutely stultified. Also what I have noticed, people instead of using…resteemedluftjunkie (53)in programming • 10 days agoANNOUNCEMENT !Hello My Steemit Community ! I'm cherished you devoted your time to read it. I want to announce that from 7th of April 3PM +/- 30 minutes GMT+1 I will start doing live-streams from what I learn on…resteemedjarrodcronin (33)in programming • 12 days agoUnlock Vibe Coding: AI-Powered App Development for AllDecoding Vibe Coding: The AI-Powered Shift in Software Development and How to Dive In The landscape of software development is undergoing a rapid transformation, fueled by advancements in…resteemedjustyy (83)in hive-102132 • 12 days agoapi.steemyy.com is down due to "All promises are rejected"Steem Load Balancer Node api.steemyy.com was down since yesterday. The reason is "All promises are rejected". It seems all the fetches failed despite on the server, the local curl requests are…resteemedjustyy (83)in blog • 13 days ago50 Days Leetcode Streak with My SonEveryday, I spent 5 or 10 mins, leetcoding with my son together. It is a good opportunity for me to brush up data structures & algorithms, while teaching my son programming . Steem to…resteemedluftjunkie (53)in hello • 13 days agoHello Steemit !Hi Steemit Community. I've been seeking for a social media that is blockchain based. And actually ? I found Steemit. I really do appreciate the fact, that it's decentalized and not centralized.…resteemedfencerdevlog (34)in godot • 13 days agoGodot 4: Analog clock shader (tutorial)Hi everyone! Do you remember the digital clock shader I created here some time ago? It was one of the first 2D shaders I used in a 3D project, and the result looked very usable. I think a shader…resteemedsameer07 (65)in techclub-s23w6 • 14 days agoSteem Live Price Tool | The Ultimate Currency Converter | Live Update System Hello dear friends, How are you? I hope all the members will be fine and enjoying your life. Today I am going to participate in the Steemit Learning Club Season 23 Week 6 by @mohammadfaisal…resteemedgungasnake (50)in programming • 16 days agogrok and unsiggned c har stringsBitwise Operations in C/C++: Testing Bit Subsets in Arrays I recently had a question about bitwise operations in C or C++ and turned to Grok, an AI assistant from xAI, for help. Here’s how our…resteemedanpigon (71)in java • 17 days agoJava 24(Java SE 24) 공식 출시: 개발자 친화적 혁신과 보안 강화2024년 3월 18일, 오라클은 Java SE 24 를 공식 출시했습니다. 이번 릴리즈는 성능 최적화, 개발자 경험 향상, 그리고 미래지향적인 보안 기능을 주요 핵심으로 삼았습니다. 주요 업데이트 포인트 패턴 매칭 확장(Pattern Matching) : 타입 검사와 추출을 더욱 간소화해 코드 가독성을 높였습니다. 생성자…resteemedjustyy (83)in hive-102132 • 19 days agoSteem Load Balancer: Added Tests and a PipelineI've today added a test and a pipeline to Steem Load Balancer So contributions (PRs, issues) are welcome. Of course I'll continue polish and improve the repo. Steem to the…