BlogHide Resteemsresteemedremlaps (75)in hive-151113 • 2 hours agoProgramming Diary #37: Harnessing AI for lifetime rewards and to enhance the Steem ecosystemSummary @elonmusk on X (Twitter) In today's post, I describe recent progress with the Steem Curation Extension and Thoth projects. The Steem Curation Extension has been…resteemedjustyy (83)in blog • 4 hours agoOpen sourcing a Yaml-Json-ConverterI've been learning the front-end using react. With the help of ChatGPT, I've been able to create a small tool: This tool is made using React, and can be handy for converting Json and Yaml to…resteemedjustyy (83)in blog • 10 hours agoJavascript is strange: ('b'+'a'+ +'a'+'a').toLowerCase() == 'banana'('b'+'a'+ +'a'+'a').toLowerCase() == 'banana' ('b'+'a'+ +'a'+'a').toLowerCase() 'banana' Why? + + 'a' is + (+ 'a') which becomes NaN So ('b'+'a'+ +'a'+'a') is 'baNaNa' And then…resteemedjustyy (83)in steem • yesterdaySubmitted 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…resteemedvatman (55)in trading • 2 days agoProgramming Project Part #2In the last post, we left off explaining what our first program does. It creates a file to be filled by the user so that the rest of the bot can run. The idea of trading and making money is pretty…resteemedvatman (55)in programming • 5 days agoTrading Bot ProjectThe other day, I decided to get into programming. I used to make simple (and honestly, kind of dumb) programs back in the day, mostly to help me get things done faster in games — because, at the…resteemedfencerdevlog (34)in godot • 6 days agoGodot 4: Candle flame shader (tutorial)Hey everyone! This time, we'll be playing with fire. It's not the first time I've created a fire shader, but back then, I used a noise texture and a curve as a parameter, which significantly…resteemedjustyy (83)in blog • 6 days agoDeepWiki: AI-powered Document on Github RepoI've came across the deepwiki, as shared by @ety001 You can submit any GitHub repository (it must be public), and after a short while, the AI will parse it and generate documentation. The AI is…resteemedopensourceposter (34)in opensource • 6 days agoOpen Source Project Backers: The Unsung Heroes of Innovation – A Deep Dive into Open Source SustainabilityAbstract In today’s digital era, open source software fuels innovation and collaboration across industries. Behind these groundbreaking technologies lie dedicated project backers who provide…resteemedjustyy (83)in hive-102132 • 7 days agoOpen sourcing: llm-telegram-botI open sourced a telegram bot to call LLM: Here is the bot: Steem to the Moon🚀! You can rent Steem Power via rentsp ! You can swap the TRON:TRX/USDT/USDD to STEEM via…resteemedanpigon (71)in deepwiki • 7 days ago개발자를 위한 희소식! Project DeepWiki 공개안녕하세요! 오늘은 개발자분들에게 매우 유용한 소식을 공유합니다. 바로 Project DeepWiki 가 공개되었다는 소식입니다. DeepWiki 는 open-source 기반으로 전 세계 모든 repository 에 대한 최신 문서를 쉽게 조회할 수 있도록 돕는 프로젝트입니다. 현재 3만 개 이상의…resteemedopensourceposter (34)in technology • 8 days agoUnderstanding the Tax Implications of GitHub Sponsors: Navigating Open Source Funding and Tax ComplianceAbstract In today’s digital economy, GitHub Sponsors is revolutionizing open source funding. In this comprehensive guide, we explore the tax implications of sponsorship income for individual…resteemedanpigon (71)in mcp • 10 days agoMCP SDK, Streamable HTTP 지원 발표: 개발자를 위한 변화최근 MCP SDK가 Streamable HTTP 지원을 발표했습니다. 이는 기존의 SSE 프로토콜만을 사용하던 방식에서 벗어나 개발자들에게 더 많은 유연성을 제공할 것으로 기대됩니다. SSE 는 클라이언트와 서버 간에 지속적인 연결을 유지하며 메시지를 전송하는 방식입니다. 하지만 이 때문에 Cloudflare workers…resteemedfencerdevlog (34)in godot • 13 days agoGodot 4: Simple spinner shader (tutorial)Hey everybody! Recently, we created a shader that simulated an analog clock using polar coordinates, and we'll stick with this type of display a little longer. This time, I'll demonstrate how to…resteemedremlaps (75)in hive-151113 • 14 days agoProgramming Diary #36: Published a Steem block explorer in the Chrome webstoreTL;DR : Progress: Published a Steem block explorer as a browser extension; Updated the Steem Curation Extension; continuing work on Thoth. Reflections on incorporating "vibe coding" into the Steem…resteemedjustyy (83)in hive-102132 • 15 days agoSteem Load Balancer: Adding Negative TestsI've pushed a commit to add some negative tests: ## This tests the load balancer by sending a GET request with header to the server and checking the responseresteemedjustyy (83)in steem • 16 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…resteemedjustyy (83)in hive-102132 • 19 days agoSteem Load Balancer: Adding Caching of Chosen Node to Improve PerformanceI've spent much effort in optimising the algorithm for the Steem Load Balancer: Steem Load Balancers (London, UK) (Dallas, TX, USA) For other nodes: see here Cache The recent…resteemedkafio (71)in hive-185836 • 19 days agosteemCreated with Sketch.STEEMwatch Vol. 1 – March 2025 Activity Snapshot🔍 Steem Network User Analysis Report 🚨 Still debating how many actual Steem accounts exist? Official nodes say 3.65M , others insist it's closer to 1.93M . Who's right? Honestly... we…resteemedjustyy (83)in steem • 19 days agoSteem Load Balancer May Return Inconsistent ResultI have fixed a bug yesterday to steem load balancer . The error was caused by treating the JSON body as raw text if the header "Content-type: application/json" is not set e.g. in the curl…